Home
last modified time | relevance | path

Searched refs:declared (Results 1 – 25 of 82) sorted by relevance

1234

/aosp12/frameworks/native/libs/binder/
H A DIServiceManager.cpp371 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 Dexpected-stdout.txt35 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 DREADME.atest.md124 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 Drequired_error1 A type named 'S' is already declared in the scope at
/aosp12/system/core/fs_mgr/libsnapshot/update_engine/
H A Dupdate_metadata.proto21 // - 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 Dstderr.txt.expect3 deprecated.rscript:8:13: note: 'func1' declared here
/aosp12/art/test/2032-default-method-private-override/
H A Dinfo.txt3 We would incorrectly search all declared methods of a class for interface
/aosp12/frameworks/native/services/memtrackproxy/
H A DMemtrackProxy.cpp82 bool declared = AServiceManager_isDeclared(instance.c_str()); in MemtrackAidlInstance() local
83 if (!declared) { in MemtrackAidlInstance()
/aosp12/art/test/1957-error-ext/
H A Dexpected-stdout.txt3 … to perform redefinition of 'Lart/Test1957$Transform;': Total number of declared methods changed f…
/aosp12/art/test/Dex2oatVdexPublicSdkDex/
H A DReadme.md6 a proper SDK-stub jars. The methods not declared here should not be resolved.
/aosp12/art/test/800-smali/smali/
H A Db_29778499_1.smali4 # Test returning an object that doesn't implement the declared output interface.
/aosp12/frameworks/base/tests/RemoteDisplayProvider/
H A DREADME2 remote display providers using the API declared by the
/aosp12/system/tools/hidl/test/error_test/cpp_forward_decl_restriction/1.0/
H A Dtypes.hal19 // Requires A.B.C to be forward declared in A,
/aosp12/frameworks/compile/slang/tests/F_reduce_general_parse/
H A Dstderr.txt.expect10 reduce_general_parse.rscript:15:12: error: reduction kernel 'foo' declared multiple times (first on…
/aosp12/packages/apps/Launcher3/protos_overrides/
H A Dlauncher_atom_extension.proto25 // same messages declared here but with different implementation); when building
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageManagerServiceTest.java438 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 DClassAttrs$1.j30 ; OpenJDK javac versions <= 8 consider anonymous classes declared side
/aosp12/frameworks/base/tools/aapt2/
H A Dreadme.md32 - 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 Dreg.py102 self.declared = False
106 self.declared = False
925 if (f.declared):
957 f.declared = True
/aosp12/art/test/121-modifiers/smali/
H A DNonInf.smali155 .method public declared-synchronized synchronizedMethod()I
/aosp12/hardware/interfaces/neuralnetworks/1.3/
H A DIPreparedModelCallback.hal29 * There are three notify methods declared for the IPreparedModelCallback
H A DIExecutionCallback.hal30 * There are three notify methods declared for the IExecutionCallback
/aosp12/packages/apps/Car/DebuggingRestrictionController/server/
H A DHOW_TO.md28 +- node_modules/ # directory where the dependencies (declared in
/aosp12/packages/modules/RuntimeI18n/apex/
H A DAndroid.bp20 // The apex is declared in libcore/ to workaround new dependency from external/icu
/aosp12/build/bazel/
H A Dcommon.bazelrc29 # Disable local cpp toolchain detection, as it is explicitly declared in AOSP.

1234