Home
last modified time | relevance | path

Searched refs:thing (Results 1 – 25 of 49) sorted by relevance

12

/aosp12/system/bt/gd/cert/
H A Dcert_self_test_lib.py377 thing = ObjectWithBehaviors()
388 thing = ObjectWithBehaviors()
403 thing = ObjectWithBehaviors()
416 thing = ObjectWithBehaviors()
429 thing = ObjectWithBehaviors()
443 thing = ObjectWithBehaviors()
457 thing = ObjectWithBehaviors()
475 thing = ObjectWithBehaviors()
489 thing = ObjectWithBehaviors()
490 thing.behaviors.test_request_behavior.set_default(lambda obj: thing.increment_unhandled())
[all …]
/aosp12/art/test/093-serialization/src/
H A DMain.java115 public Character thing; field in Sub
117 public Sub(char thing) { in Sub() argument
123 this.thing = thing; in Sub()
130 + " thing=" + thing); in check()
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dcustomizations.js1 function showApiWarning(thing, selectedLevel, minLevel) { argument
3 …$("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " …
4 …+ "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or highe…
H A Dandroid-developer-reference.js76 var thing = ($("#jd-header").html().indexOf("package") != -1) ? "package" : "class";
77 …$("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " …
78 …+ "<p>To use this " + thing + ", your application must specify API Level \"" + $("body").attr("cla…
/aosp12/system/bt/gd/rust/common/src/
H A Dasserts.rs4 ($thing:expr, $expected:expr, $error:expr) => {
5 match (&$thing, &$expected, &$error) {
/aosp12/frameworks/base/core/proto/
H A DREADME.md6 example, `com.android.server.thing` instead of `com.android.server.thing.proto`.
/aosp12/art/test/954-invoke-polymorphic-verifier/smali/
H A DUnresolved.smali26 invoke-static {}, LUnresolved;->getUnresolvedInstance()Lother/thing/Foo;
35 .method public static getUnresolvedInstance()Lother/thing/Foo;
/aosp12/art/test/093-serialization/
H A Dexpected-stdout.txt1 one=true two=2 three=three four=4.0 five=5.0 six=6 seven=7 eight=8 nine=9 thing=X
/aosp12/art/test/974-verify-interface-super/
H A Dinfo.txt1 Test that we do the right thing with invoke-super on interfaces when there are
/aosp12/art/test/002-sleep/
H A Dinfo.txt2 mostly meant as an easy thing to modify in order to test other things
/aosp12/frameworks/base/packages/SystemUI/docs/
H A Dexecutors.md278 // One thing run.
292 executor.runNextReady(); // One thing run.
293 executor.advanceClockToNext(); // One more thing ready to run.
294 executor.runNextReady(); // One thing run.
296 executor.advanceClockToNext(); // One more thing ready to run.
H A Dfalsing.md159 // do thing a
161 // do thing b
176 // do thing a
182 // do thing b
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DPinnerService.java1035 private static void safeClose(@Nullable Closeable thing) { in safeClose() argument
1036 if (thing != null) { in safeClose()
1038 thing.close(); in safeClose()
1040 Slog.w(TAG, "ignoring error closing resource: " + thing, ex); in safeClose()
/aosp12/art/test/088-monitor-verification/src/
H A DMain.java114 Class<?> thing = Thread.class; in constantLock() local
/aosp12/art/test/954-invoke-polymorphic-verifier/
H A Dexpected-stdout.txt10 …nresolved.<init>(): invoke-polymorphic receiver has no class: Unresolved Reference: other.thing.Foo
/aosp12/bionic/docs/
H A Ddefines.md31 One thing to note (if your code may also be built as part of the OS itself) is
/aosp12/packages/apps/Dialer/java/com/android/dialer/theme/
H A DREADME.md3 First thing to note, it's imperative that the application and all activities
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.md120 Since Android 9 and later, the same thing will happen if the requester is temp-allowlisted (e.g.
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java529 for (Object thing : things) { in join()
535 builder.append(thing.toString()); in join()
/aosp12/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/aosp12/system/extras/power_profile/gps_on/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/aosp12/system/extras/power_profile/camera_avg/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/aosp12/system/extras/power_profile/camera_flashlight/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/aosp12/frameworks/base/tests/UiBench/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/aosp12/packages/inputmethods/LatinIME/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...

12