/aosp12/frameworks/rs/driver/runtime/ll64/ |
H A D | allocation.ll | 6 declare i8* @rsOffset(%struct.rs_allocation* nocapture readonly %a, i32 %sizeOf, i32 %x, i32 %y, i3… 7 declare i8* @rsOffsetNs(%struct.rs_allocation* nocapture readonly %a, i32 %x, i32 %y, i32 %z) 44 define signext i8 @rsGetElementAtImpl_char(%struct.rs_allocation* nocapture readonly %a, i32 %x, i3… 59 define <2 x i8> @rsGetElementAtImpl_char2(%struct.rs_allocation* nocapture readonly %a, i32 %x, i32… 76 define <3 x i8> @rsGetElementAtImpl_char3(%struct.rs_allocation* nocapture readonly %a, i32 %x, i32… 93 define <4 x i8> @rsGetElementAtImpl_char4(%struct.rs_allocation* nocapture readonly %a, i32 %x, i32… 299 define i32 @rsGetElementAtImpl_int(%struct.rs_allocation* nocapture readonly %a, i32 %x, i32 %y, i3… 361 define i32 @rsGetElementAtImpl_uint(%struct.rs_allocation* nocapture readonly %a, i32 %x, i32 %y, i… 423 define i64 @rsGetElementAtImpl_long(%struct.rs_allocation* nocapture readonly %a, i32 %x, i32 %y, i… 489 define i64 @rsGetElementAtImpl_ulong(%struct.rs_allocation* nocapture readonly %a, i32 %x, i32 %y, … [all …]
|
/aosp12/system/core/fs_mgr/libdm/include/libdm/ |
H A D | dm_table.h | 70 void set_readonly(bool readonly) { readonly_ = readonly; } in set_readonly() argument 71 bool readonly() const { return readonly_; } in readonly() function
|
/aosp12/system/extras/ioshark/ |
H A D | ioshark_bench.h | 49 int readonly; member 103 return (((struct files_db_s *)node)->readonly); in files_db_readonly() 132 void *files_db_add_byfileno(void *handle, int fileno, int readonly);
|
H A D | ioshark_bench.c | 173 int readonly; in create_files() local 199 readonly = 0; in create_files() 201 readonly = 1; in create_files() 205 readonly); in create_files()
|
H A D | ioshark_bench_subr.c | 69 void *files_db_add_byfileno(void *handle, int fileno, int readonly) in files_db_add_byfileno() argument 81 db_node->readonly = readonly; in files_db_add_byfileno() 131 if (!db_node->readonly && fsync(db_node->fd) < 0) { in files_db_fsync_discard_files()
|
/aosp12/frameworks/rs/driver/runtime/arch/ |
H A D | neon.ll | 159 define float @_Z5clampfff(float %value, float %low, float %high) nounwind readonly { 272 define <4 x float> @_Z4fmaxDv4_fS_(<4 x float> %v1, <4 x float> %v2) nounwind readonly { 277 define <4 x float> @_Z4fmaxDv4_ff(<4 x float> %v1, float %v2) nounwind readonly { 283 define <3 x float> @_Z4fmaxDv3_fS_(<3 x float> %v1, <3 x float> %v2) nounwind readonly { 291 define <3 x float> @_Z4fmaxDv3_ff(<3 x float> %v1, float %v2) nounwind readonly { 304 define <2 x float> @_Z4fmaxDv2_ff(<2 x float> %v1, float %v2) nounwind readonly { 310 define float @_Z4fmaxff(float %v1, float %v2) nounwind readonly { 326 define <4 x float> @_Z4fminDv4_ff(<4 x float> %v1, float %v2) nounwind readonly { 340 define <3 x float> @_Z4fminDv3_ff(<3 x float> %v1, float %v2) nounwind readonly { 353 define <2 x float> @_Z4fminDv2_ff(<2 x float> %v1, float %v2) nounwind readonly { [all …]
|
H A D | asimd.ll | 155 define float @_Z5clampfff(float %value, float %low, float %high) nounwind readonly { 268 define <4 x float> @_Z4fmaxDv4_fS_(<4 x float> %v1, <4 x float> %v2) nounwind readonly { 273 define <4 x float> @_Z4fmaxDv4_ff(<4 x float> %v1, float %v2) nounwind readonly { 279 define <3 x float> @_Z4fmaxDv3_fS_(<3 x float> %v1, <3 x float> %v2) nounwind readonly { 287 define <3 x float> @_Z4fmaxDv3_ff(<3 x float> %v1, float %v2) nounwind readonly { 295 define <2 x float> @_Z4fmaxDv2_fS_(<2 x float> %v1, <2 x float> %v2) nounwind readonly { 300 define <2 x float> @_Z4fmaxDv2_ff(<2 x float> %v1, float %v2) nounwind readonly { 306 define float @_Z4fmaxff(float %v1, float %v2) nounwind readonly { 322 define <4 x float> @_Z4fminDv4_ff(<4 x float> %v1, float %v2) nounwind readonly { 336 define <3 x float> @_Z4fminDv3_ff(<3 x float> %v1, float %v2) nounwind readonly { [all …]
|
H A D | x86_sse2.ll | 14 declare float @llvm.exp.f32(float) nounwind readonly 15 declare float @llvm.pow.f32(float, float) nounwind readonly 51 define <4 x float> @_Z5clampDv4_fff(<4 x float> %in, float %low, float %high) nounwind readonly { 64 define <3 x float> @_Z5clampDv3_fff(<3 x float> %in, float %low, float %high) nounwind readonly { 75 define <2 x float> @_Z5clampDv2_fff(<2 x float> %in, float %low, float %high) nounwind readonly {
|
/aosp12/system/core/fs_mgr/liblp/ |
H A D | utility.cpp | 199 bool SetBlockReadonly(int fd, bool readonly) { in SetBlockReadonly() argument 201 int val = readonly; in SetBlockReadonly() 205 (void)readonly; in SetBlockReadonly()
|
H A D | utility.h | 98 bool SetBlockReadonly(int fd, bool readonly);
|
/aosp12/system/core/fs_mgr/libfiemap/ |
H A D | metadata.cpp | 183 SplitFiemap* file, uint64_t partition_size, bool readonly) { in UpdateMetadata() argument 191 if (readonly) attrs |= LP_PARTITION_ATTR_READONLY; in UpdateMetadata()
|
H A D | metadata.h | 31 SplitFiemap* file, uint64_t partition_size, bool readonly);
|
H A D | image_manager.cpp | 203 bool readonly = !!(flags & CREATE_IMAGE_READONLY); in CreateBackingImage() local 204 if (!UpdateMetadata(metadata_dir_, name, fw.get(), size, readonly)) { in CreateBackingImage()
|
/aosp12/system/extras/partition_tools/ |
H A D | lpadd.cc | 428 bool readonly = false; in main() local 437 readonly = true; in main() 471 if (readonly) { in main()
|
H A D | README.md | 14 …>:<GUID>:<attributes>:<size>`. The attributes must be either `none` or `readonly`. The size will b… 56 * `--readonly` - The partition should be mapped as read-only.
|
/aosp12/system/core/fs_mgr/ |
H A D | fs_mgr_priv.h | 91 bool fs_mgr_set_blk_ro(const std::string& blockdev, bool readonly = true);
|
H A D | fs_mgr_overlayfs.cpp | 830 bool readonly = false) { in fs_mgr_overlayfs_mount_scratch() argument 831 if (readonly) { in fs_mgr_overlayfs_mount_scratch() 856 if (!readonly) { in fs_mgr_overlayfs_mount_scratch()
|
/aosp12/packages/modules/GeoTZ/s2storage/ |
H A D | Android.bp | 26 "src/readonly/java/**/*.java",
|
H A D | README.md | 7 * `src/readonly/` - host + device code for reading TZ S2 data files 9 * `src/test/` - host tests for readonly/ and write/ code
|
/aosp12/frameworks/compile/libbcc/tests/libbcc/ |
H A D | test_reduce_general_metadata.ll | 96 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture readonly, i64, i32, i1) #0 189 ; Function Attrs: nounwind readonly 232 ; Function Attrs: nounwind readonly 302 attributes #1 = { nounwind readonly }
|
H A D | tbaa-through-alloca.ll | 46 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture readonly, i64, i32, i1) #0
|
/aosp12/system/logging/liblog/tests/ |
H A D | liblog_test.cpp | 1634 char readonly[PROP_VALUE_MAX]; in TEST() local 1642 property_get(readonly_key, readonly, nothing_val); in TEST() 1643 fprintf(stderr, "INFO: getprop %s -> %s\n", readonly_key, readonly); in TEST() 1645 if (!strcmp(readonly, nothing_val)) { in TEST() 1657 property_get(readonly_key, readonly, nothing_val); in TEST() 1658 if (!strcmp(readonly, domain)) { in TEST() 1667 EXPECT_STRNE(domain, readonly); in TEST() 1670 if (!strcasecmp(readonly, "false") || !readonly[0] || in TEST() 1671 !strcmp(readonly, nothing_val)) { in TEST()
|
/aosp12/system/nfc/src/nfa/ce/ |
H A D | nfa_ce_act.cc | 740 bool readonly; in nfa_ce_set_content() local 751 readonly = (p_cb->listen_info[NFA_CE_LISTEN_INFO_IDX_NDEF].flags & in nfa_ce_set_content() 764 status = CE_T3tSetLocalNDEFMsg(readonly, p_cb->ndef_max_size, in nfa_ce_set_content() 772 status = CE_T4tSetLocalNDEFMsg(readonly, p_cb->ndef_max_size, in nfa_ce_set_content()
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 42 #define PER_ARRAY_TYPE(flag, fnc, readonly, ...) { \ argument 48 if (readonly) { \ 65 if (readonly) { \ 90 if (readonly) { \ 116 if (readonly) { \ 142 if (readonly) { \ 168 if (readonly) { \ 194 if (readonly) { \
|
/aosp12/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 52 #define PER_ARRAY_TYPE(flag, fnc, readonly, ...) { \ argument 58 if (readonly) { \ 79 if (readonly) { \ 108 if (readonly) { \ 138 if (readonly) { \ 169 if (readonly) { \ 199 if (readonly) { \ 229 if (readonly) { \
|