/aosp12/frameworks/native/libs/binderthreadstate/ |
H A D | test.cpp | 66 CHECK(stuff->call(idx).isOk()); in callHidl() 70 sp<IAidlStuff> stuff; in callAidl() local 72 CHECK(stuff->call(idx).isOk()); in callAidl() 138 ASSERT_NE(nullptr, stuff); in TEST() 139 ASSERT_TRUE(stuff->call(0).isOk()); in TEST() 142 sp<IAidlStuff> stuff; in TEST() local 144 ASSERT_NE(nullptr, stuff); in TEST() 145 ASSERT_TRUE(stuff->call(0).isOk()); in TEST() 150 ASSERT_NE(nullptr, stuff); in TEST() 154 sp<IAidlStuff> stuff; in TEST() local [all …]
|
/aosp12/build/blueprint/parser/ |
H A D | printer_test.go | 54 stuff: [ 68 stuff: ["asdf"] + var, 73 stuff: ["asdf"] + var, 81 stuff: [ 88 stuff: [ 110 stuff: { 119 stuff: { 367 stuff { 382 stuff { 406 stuff { [all …]
|
/aosp12/art/test/003-omnibus-opcodes/src/ |
H A D | UnresTest1.java | 8 UnresStuff stuff = new UnresStuff(); in run() local 10 int x = stuff.instField; in run() 16 int x = stuff.instField; in run() 22 stuff.instField = 5; in run() 29 double d = stuff.wideInstField; in run() 35 stuff.wideInstField = 0.0; in run() 68 stuff.virtualMethod(); in run()
|
H A D | UnresTest2.java | 30 UnresStuff stuff = new UnresStuff(); in run() local 56 checkCasts(stuff); in run()
|
/aosp12/art/tools/ahat/src/test-dump/ |
H A D | Main.java | 27 public static DumpedStuff stuff; field in Main 44 stuff = new DumpedStuff(baseline); in main() 49 stuff.basicStringRef = new Object[]{stuff.basicString}; in main() 52 stuff.shouldNotGc(); in main()
|
/aosp12/build/soong/cc/ndk_api_coverage_parser/ |
H A D | .gitignore | 60 # Django stuff: 66 # Flask stuff: 70 # Scrapy stuff: 102 # Celery stuff
|
/aosp12/build/soong/cc/ndkstubgen/ |
H A D | .gitignore | 60 # Django stuff: 66 # Flask stuff: 70 # Scrapy stuff: 102 # Celery stuff
|
/aosp12/build/soong/cc/symbolfile/ |
H A D | .gitignore | 60 # Django stuff: 66 # Flask stuff: 70 # Scrapy stuff: 102 # Celery stuff
|
/aosp12/art/tools/ahat/src/ri-test-dump/ |
H A D | Main.java | 26 public static DumpedStuff stuff; field in Main 35 stuff = new DumpedStuff(); in main()
|
/aosp12/packages/apps/Gallery2/jni/filters/ |
H A D | redEyeMath.c | 106 void stuff(int r, int g, int b, unsigned char *img, int off) { in stuff() function 156 stuff(r / 2, g / 2, b / 2, dest, p); in filterRedEye() 158 stuff((2 * r) / 3, (2 * g) / 3, (2 * b) / 3, dest, p); in filterRedEye() 162 stuff(r, g, b, dest, p); in filterRedEye()
|
/aosp12/art/tools/ahat/src/test/com/android/ahat/ |
H A D | TestDump.java | 185 AhatInstance stuff = null; in getDumpedValue() local 188 stuff = field.value.asAhatInstance(); in getDumpedValue() 191 return stuff.getField(name); in getDumpedValue()
|
/aosp12/art/test/980-redefine-object/ |
H A D | expected-stdout.txt | 12 Adding a bunch of stuff to the array list 18 Adding a bunch of stuff to the linked list
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsDialogLiteTest.java | 339 private static <T> void assertItemsOfType(List<T> stuff, Class<? extends T>... classes) { in assertItemsOfType() argument 340 assertThat(stuff).hasSize(classes.length); in assertItemsOfType() 341 for (int i = 0; i < stuff.size(); i++) { in assertItemsOfType() 342 assertThat(stuff.get(i)).isInstanceOf(classes[i]); in assertItemsOfType()
|
/aosp12/system/bpf/bpfloader/ |
H A D | bpfloader.rc | 10 # - logd is ready for us to log stuff 14 # stuff) and we absolutely want to be before netd and the system boot slot is
|
/aosp12/frameworks/rs/tests/lldb/ |
H A D | .gitignore | 54 # Django stuff:
|
/aosp12/system/extras/power_profile/gps_on/Application/ |
H A D | build.gradle | 25 'main', // main sample code; look here for the interesting stuff.
|
/aosp12/system/extras/power_profile/camera_avg/Application/ |
H A D | build.gradle | 28 'main', // main sample code; look here for the interesting stuff.
|
/aosp12/system/extras/power_profile/camera_flashlight/Application/ |
H A D | build.gradle | 28 'main', // main sample code; look here for the interesting stuff.
|
/aosp12/system/tools/hidl/test/error_test/line_number_doc_comments/1.0/ |
H A D | IFoo.hal | 30 /* more unhandled stuff */
|
/aosp12/art/ |
H A D | Android.bp | 1 // If you're looking for ART global stuff, please see build/Android.bp.
|
/aosp12/frameworks/minikin/doc/ |
H A D | minikin_style.md | 7 In dir/foo.cc or dir/foo_test.cc, whose main purpose is to implement or test the stuff in
|
/aosp12/system/sepolicy/prebuilts/api/26.0/private/ |
H A D | technical_debt.cil | 3 ; stuff below, for example, by improving typeattribute statement of module
|
/aosp12/build/make/core/ |
H A D | envsetup.rbc | 179 # convert combo-related stuff from combo/select.mk 182 # host config stuff being done first 191 # TODO(asmundak): there is more stuff in envsetup.mk lines 249-292, but
|
/aosp12/system/bt/build/secondary/third_party/googletest/ |
H A D | BUILD.gn | 65 # This project includes some stuff form gtest's guts.
|
/aosp12/system/sepolicy/prebuilts/api/27.0/private/ |
H A D | technical_debt.cil | 3 ; stuff below, for example, by improving typeattribute statement of module
|