/aosp12/frameworks/compile/slang/tests/F_reduce_general_bad_result/ |
H A D | stderr.txt.expect | 1 reduce_general_bad_result.rscript:22:36: error: multidimensional arrays cannot be exported: 'accum' 3 reduce_general_bad_result.rscript:36:7: error: unions cannot be exported: 'UnionShortDouble' 4 reduce_general_bad_result.rscript:46:7: error: unions cannot be exported: 'UnionLongFloat' 5 reduce_general_bad_result.rscript:72:7: error: unions cannot be exported: 'UnionIntFloat' 6 reduce_general_bad_result.rscript:84:7: error: unions cannot be exported: 'UnionCharLong' 21 …ining pointers cannot be used as the type of an exported global variable or the parameter to an ex… 22 …ining pointers cannot be used as the type of an exported global variable or the parameter to an ex… 23 …ining pointers cannot be used as the type of an exported global variable or the parameter to an ex… 24 …ining pointers cannot be used as the type of an exported global variable or the parameter to an ex… 25 …ining pointers cannot be used as the type of an exported global variable or the parameter to an ex… [all …]
|
/aosp12/system/core/fs_mgr/liblp/ |
H A D | io_test.cpp | 114 if (!exported) { in CreateFlashedDisk() 146 ASSERT_NE(exported, nullptr); in TEST_F() 171 ASSERT_NE(exported, nullptr); in TEST_F() 388 ASSERT_NE(exported, nullptr); in TEST_F() 402 exported = builder->Export(); in TEST_F() 403 ASSERT_NE(exported, nullptr); in TEST_F() 427 ASSERT_NE(exported, nullptr); in TEST_F() 603 ASSERT_NE(exported, nullptr); in TEST_F() 641 ASSERT_NE(exported, nullptr); in TEST_F() 687 ASSERT_NE(exported, nullptr); in TEST_F() [all …]
|
H A D | builder_test.cpp | 111 ASSERT_NE(exported, nullptr); in TEST_F() 154 ASSERT_NE(exported, nullptr); in TEST_F() 164 ASSERT_NE(exported, nullptr); in TEST_F() 173 exported = builder->Export(); in TEST_F() 174 ASSERT_NE(exported, nullptr); in TEST_F() 189 exported = builder->Export(); in TEST_F() 190 ASSERT_NE(exported, nullptr); in TEST_F() 199 exported = builder->Export(); in TEST_F() 200 ASSERT_NE(exported, nullptr); in TEST_F() 224 ASSERT_NE(exported, nullptr); in TEST_F() [all …]
|
/aosp12/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/ |
H A D | stderr.txt.expect | 7 reflection3264_struct_mismatch.rscript:6:8: error: structure 'q' is exported only for 64-bit targets 8 reflection3264_struct_mismatch.rscript:8:8: error: structure 'b' is exported only for 64-bit targets 9 reflection3264_struct_mismatch.rscript:4:8: error: structure 't' is exported only for 64-bit targets 10 reflection3264_struct_mismatch.rscript:54:8: error: 2nd field of exported structure 'FieldName' is … 11 reflection3264_struct_mismatch.rscript:73:8: error: field 'b' of exported structure 'FieldType' has… 12 reflection3264_struct_mismatch.rscript:73:8: error: field 'e' of exported structure 'FieldType' has… 13 reflection3264_struct_mismatch.rscript:37:8: error: exported structure 'FieldCount' has 1 field for… 14 error: in file 'reflection3264_struct_mismatch.rscript' structure 'f' is exported only for 32-bit t… 15 error: in file 'reflection3264_struct_mismatch.rscript' structure 'j' is exported only for 32-bit t… 16 error: in file 'reflection3264_struct_mismatch.rscript' structure 'o' is exported only for 32-bit t…
|
H A D | reflection3264_struct_mismatch.rscript | 16 // disagreement as to which struct types are exported 34 // disagreeement as to how many fields in an exported struct 49 // disagreement as to field name in an exported struct 71 // disagreement as to field types in an exported struct
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/ |
H A D | ParsedMainComponent.java | 37 boolean exported; field in ParsedMainComponent 53 this.exported = other.exported; in ParsedMainComponent() 87 dest.writeBoolean(this.exported); in writeToParcel() 98 this.exported = in.readBoolean(); in ParsedMainComponent() 131 return exported; in isExported() 154 exported = value; in setExported()
|
/aosp12/frameworks/compile/slang/tests/F_ptr_in_struct/ |
H A D | stderr.txt.expect | 1 …ining pointers cannot be used as the type of an exported global variable or the parameter to an ex… 2 …ining pointers cannot be used as the type of an exported global variable or the parameter to an ex…
|
/aosp12/frameworks/compile/slang/lit-tests/padding/ |
H A D | bitfield.rscript | 7 // Check that only NoBitfield is exported: 36 // We want to ensure that the common initial sequences of exported 37 // and non-exported types have the same layout. 39 // An exported type (because we declare a global variable of this type) 48 struct NoBitfield junk; // just to make this an exported type 50 // A non-exported type that shares a common initial sequence with NoBitfield 68 // Note: Sets through the exported type (NoBitfield) 76 // Note: Tests through the non-exported type (Bitfield)
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | BinderCallsStats.java | 532 exported.workSourceUid = workSourceUid; in getExportedCallStat() 533 exported.callingUid = stat.callingUid; in getExportedCallStat() 535 exported.binderClass = stat.binderClass; in getExportedCallStat() 538 exported.cpuTimeMicros = stat.cpuTimeMicros; in getExportedCallStat() 540 exported.latencyMicros = stat.latencyMicros; in getExportedCallStat() 543 exported.callCount = stat.callCount; in getExportedCallStat() 546 exported.exceptionCount = stat.exceptionCount; in getExportedCallStat() 547 return exported; in getExportedCallStat() 564 methodName = resolver.getMethodName(exported.binderClass, exported.transactionCode); in resolveBinderMethodNames() 569 exported.methodName = methodName; in resolveBinderMethodNames() [all …]
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | bitfield.rscript | 30 // We want to ensure that the common initial sequences of exported 31 // and non-exported types have the same layout. 33 // An exported type (because we declare a global variable of this type) 42 struct NoBitfield junk; // just to make this an exported type 44 // A non-exported type that shares a common initial sequence with NoBitfield 62 // Note: Sets through the exported type (NoBitfield) 68 // Note: Tests through the non-exported type (Bitfield)
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | ComponentInfo.java | 98 public boolean exported = false; field in ComponentInfo 118 exported = orig.exported; in ComponentInfo() 210 pw.println(prefix + "enabled=" + enabled + " exported=" + exported in dumpFront() 241 dest.writeInt(exported ? 1 : 0); in writeToParcel() 253 exported = (source.readInt() != 0); in ComponentInfo()
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | bitfield.rscript | 32 // We want to ensure that the common initial sequences of exported 33 // and non-exported types have the same layout. 35 // An exported type (because we declare a global variable of this type) 44 struct NoBitfield junk; // just to make this an exported type 46 // A non-exported type that shares a common initial sequence with NoBitfield 64 // Note: Sets through the exported type (NoBitfield) 70 // Note: Tests through the non-exported type (Bitfield)
|
/aosp12/frameworks/base/services/tests/PackageManager/packageinstaller/src/com/android/packageinstaller/test/ |
H A D | ExportedComponentTest.kt | 46 val exported = it.receivers.filter { it.exported } regex 47 assertWithMessage("Receivers should not be exported").that(exported).isEmpty()
|
/aosp12/frameworks/compile/libbcc/ |
H A D | README.rst | 111 * **bccGetExportVarCount** - Get the count of exported variables 113 * **bccGetExportVarList** - Get the addresses of exported variables 115 * **bccGetExportFuncCount** - Get the count of exported functions 117 * **bccGetExportFuncList** - Get the addresses of exported functions 126 * **bccGetFuncCount** - Get the count of functions (including non-exported) 136 header, string pool, dependencies table, relocation table, exported 137 variable list, exported function list, pragma list, function information 158 The list of the addresses of exported variables. 161 The list of the addresses of exported functions.
|
/aosp12/system/core/fs_mgr/libfiemap/ |
H A D | metadata.cpp | 101 auto exported = builder->Export(); in SaveMetadata() local 102 if (!exported) { in SaveMetadata() 109 if (exported->partitions.empty() && android::base::RemoveFileIfExists(metadata_file)) { in SaveMetadata() 112 if (!WriteToImageFile(metadata_file, *exported.get())) { in SaveMetadata()
|
/aosp12/frameworks/compile/slang/tests/F_ptr_in_struct_for_call/ |
H A D | stderr.txt.expect | 1 …ining pointers cannot be used as the type of an exported global variable or the parameter to an ex…
|
/aosp12/frameworks/compile/slang/tests/F_struct_field_ptr_to_array/ |
H A D | stderr.txt.expect | 1 …ining pointers cannot be used as the type of an exported global variable or the parameter to an ex…
|
/aosp12/frameworks/compile/slang/tests/F_struct_field_ptr_to_fn_noproto/ |
H A D | stderr.txt.expect | 1 …ining pointers cannot be used as the type of an exported global variable or the parameter to an ex…
|
/aosp12/frameworks/compile/slang/tests/F_struct_field_ptr_to_fn_proto/ |
H A D | stderr.txt.expect | 1 …ining pointers cannot be used as the type of an exported global variable or the parameter to an ex…
|
/aosp12/frameworks/compile/slang/tests/F_refcount_15/ |
H A D | stderr.txt.expect | 1 refcount_15.rscript:5:15: error: arrays/structures containing RS object types cannot be exported in… 2 refcount_15.rscript:9:3: error: arrays/structures containing RS object types cannot be exported in …
|
/aosp12/build/make/tools/ |
H A D | check_elf_file.py | 211 imported, exported = cls._parse_dynamic_symbols(lines_it) 212 return ELF(dt_soname, dt_needed, imported, exported, header) 284 exported = collections.defaultdict(set) 294 exported[name].add(version) 297 return (dict(imported), dict(exported)) 446 lib_sym_vers = lib.exported[name]
|
/aosp12/system/sepolicy/ |
H A D | Android.bp | 682 // should not necessarily be exported as part of the public policy. 685 // policy and subsequent removal of CIL policy that should not be exported. 699 // pub_policy - policy that will be exported to be a part of non-platform 710 // - pub_policy.cil: exported 'product', 'system_ext' and 'system' policy. 711 // - system_ext_pub_policy.cil: exported 'system_ext' and 'system' policy. 712 // - plat_pub_policy.cil: exported 'system' policy. 715 // - product_mapping_file: the versioned, exported 'product' policy in product partition. 717 // - plat_mapping_file: the versioned, exported 'system' policy in system partition. 718 // - plat_pub_versioned.cil: the versioned, exported 'product', 'system_ext' and 'system' policy 891 // plat_pub_versioned.cil - the exported platform policy associated with the version [all …]
|
/aosp12/system/bt/service/common/ |
H A D | README | 3 subdirectory, which is the exported root path for the client static library. 11 one common include path exported to them, and our headers can find eachother
|
/aosp12/frameworks/libs/native_bridge_support/libc/ |
H A D | Android.bp | 84 // For backwards-compatibility, some arm32 builtins are exported from libc.so. 85 static_libs: ["libclang_rt.builtins-arm-android-exported"], 117 "libunwind-exported",
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/uri/ |
H A D | UriGrantsMockContext.java | 180 pi.exported = false; in buildPrivateProvider() 191 pi.exported = true; in buildPublicProvider() 202 pi.exported = true; in buildForceProvider() 214 pi.exported = true; in buildComplexProvider()
|