/aosp12/frameworks/native/libs/binder/ |
H A D | IServiceManager.cpp | 371 bool declared; in isDeclared() local 372 if (!mTheRealServiceManager->isDeclared(String8(name).c_str(), &declared).isOk()) { in isDeclared() 375 return declared; in isDeclared() 393 std::optional<std::string> declared; in updatableViaApex() local 394 if (!mTheRealServiceManager->updatableViaApex(String8(name).c_str(), &declared).isOk()) { in updatableViaApex() 397 return declared ? std::optional<String16>(String16(declared.value().c_str())) : std::nullopt; in updatableViaApex()
|
/aosp12/art/test/048-reflect-v8/ |
H A D | expected-stdout.txt | 35 Class declared annotation: 82 Annotations declared by method singleUser with annotation Calendar: @Calendar(dayOfMonth=unspecifie… 83 Annotations declared by method singleUser with annotation Calendars: <null> 84 Annotations declared by method user with annotation Calendar: <null> 85 Annotations declared by method user with annotation Calendars: @Calendars(value=[@Calendar(dayOfMon… 86 Annotations declared by method user2 with annotation Calendar: <null> 87 Annotations declared by method user2 with annotation Calendars: @Calendars(value=[@Calendar(dayOfMo… 88 Annotations declared by method userComplex with annotation Calendar: @Calendar(dayOfMonth=afirst, d… 89 Annotations declared by method userComplex with annotation Calendars: @Calendars(value=[@Calendar(d…
|
/aosp12/art/test/ |
H A D | README.atest.md | 124 The tests declared in ART's [TEST_MAPPING](../TEST_MAPPING) file are executed 127 Android code base), depending on the "test group" where a test is declared. 133 To run all the tests declared in ART's `TEST_MAPPING` file, use the following 140 that tests declared in all [test
|
/aosp12/system/tools/hidl/test/error_test/scope_unique_type_names/1.0/ |
H A D | required_error | 1 A type named 'S' is already declared in the scope at
|
/aosp12/system/core/fs_mgr/libsnapshot/update_engine/ |
H A D | update_metadata.proto | 21 // - The definition here has less fields. libsnapshot only uses fields declared 22 // here, and all fields declared here are fuzzed by libsnapshot_fuzzer. If
|
/aosp12/frameworks/compile/slang/tests/F_warnings_as_error/ |
H A D | stderr.txt.expect | 3 deprecated.rscript:8:13: note: 'func1' declared here
|
/aosp12/art/test/2032-default-method-private-override/ |
H A D | info.txt | 3 We would incorrectly search all declared methods of a class for interface
|
/aosp12/frameworks/native/services/memtrackproxy/ |
H A D | MemtrackProxy.cpp | 82 bool declared = AServiceManager_isDeclared(instance.c_str()); in MemtrackAidlInstance() local 83 if (!declared) { in MemtrackAidlInstance()
|
/aosp12/art/test/1957-error-ext/ |
H A D | expected-stdout.txt | 3 … to perform redefinition of 'Lart/Test1957$Transform;': Total number of declared methods changed f…
|
/aosp12/art/test/Dex2oatVdexPublicSdkDex/ |
H A D | Readme.md | 6 a proper SDK-stub jars. The methods not declared here should not be resolved.
|
/aosp12/art/test/800-smali/smali/ |
H A D | b_29778499_1.smali | 4 # Test returning an object that doesn't implement the declared output interface.
|
/aosp12/frameworks/base/tests/RemoteDisplayProvider/ |
H A D | README | 2 remote display providers using the API declared by the
|
/aosp12/system/tools/hidl/test/error_test/cpp_forward_decl_restriction/1.0/ |
H A D | types.hal | 19 // Requires A.B.C to be forward declared in A,
|
/aosp12/frameworks/compile/slang/tests/F_reduce_general_parse/ |
H A D | stderr.txt.expect | 10 reduce_general_parse.rscript:15:12: error: reduction kernel 'foo' declared multiple times (first on…
|
/aosp12/packages/apps/Launcher3/protos_overrides/ |
H A D | launcher_atom_extension.proto | 25 // same messages declared here but with different implementation); when building
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | PackageManagerServiceTest.java | 438 private Method matchMethod(Method m, Method[] declared) { in matchMethod() argument 441 for (int i = 0; i < declared.length; i++) { in matchMethod() 442 Method l = declared[i]; in matchMethod() 447 declared[i] = null; in matchMethod()
|
/aosp12/art/test/031-class-attributes/jasmin/ |
H A D | ClassAttrs$1.j | 30 ; OpenJDK javac versions <= 8 consider anonymous classes declared side
|
/aosp12/frameworks/base/tools/aapt2/ |
H A D | readme.md | 32 - Fixed issue where overlays that declared `<add-resource>` did not compile. (bug 38355988) 36 - Resources declared via `<item>` with no format attribute were changed to accept all 160 at runtime due to the minimum SDK level declared by the AndroidManifest.xml are stripped.
|
/aosp12/frameworks/native/opengl/tools/glgen2/registry/ |
H A D | reg.py | 102 self.declared = False 106 self.declared = False 925 if (f.declared): 957 f.declared = True
|
/aosp12/art/test/121-modifiers/smali/ |
H A D | NonInf.smali | 155 .method public declared-synchronized synchronizedMethod()I
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/ |
H A D | IPreparedModelCallback.hal | 29 * There are three notify methods declared for the IPreparedModelCallback
|
H A D | IExecutionCallback.hal | 30 * There are three notify methods declared for the IExecutionCallback
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/server/ |
H A D | HOW_TO.md | 28 +- node_modules/ # directory where the dependencies (declared in
|
/aosp12/packages/modules/RuntimeI18n/apex/ |
H A D | Android.bp | 20 // The apex is declared in libcore/ to workaround new dependency from external/icu
|
/aosp12/build/bazel/ |
H A D | common.bazelrc | 29 # Disable local cpp toolchain detection, as it is explicitly declared in AOSP.
|