Home
last modified time | relevance | path

Searched refs:stuff (Results 1 – 25 of 58) sorted by relevance

123

/aosp12/frameworks/native/libs/binderthreadstate/
H A Dtest.cpp66 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 Dprinter_test.go54 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 DUnresTest1.java8 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 DUnresTest2.java30 UnresStuff stuff = new UnresStuff(); in run() local
56 checkCasts(stuff); in run()
/aosp12/art/tools/ahat/src/test-dump/
H A DMain.java27 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.gitignore60 # Django stuff:
66 # Flask stuff:
70 # Scrapy stuff:
102 # Celery stuff
/aosp12/build/soong/cc/ndkstubgen/
H A D.gitignore60 # Django stuff:
66 # Flask stuff:
70 # Scrapy stuff:
102 # Celery stuff
/aosp12/build/soong/cc/symbolfile/
H A D.gitignore60 # Django stuff:
66 # Flask stuff:
70 # Scrapy stuff:
102 # Celery stuff
/aosp12/art/tools/ahat/src/ri-test-dump/
H A DMain.java26 public static DumpedStuff stuff; field in Main
35 stuff = new DumpedStuff(); in main()
/aosp12/packages/apps/Gallery2/jni/filters/
H A DredEyeMath.c106 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 DTestDump.java185 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 Dexpected-stdout.txt12 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 DGlobalActionsDialogLiteTest.java339 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 Dbpfloader.rc10 # - 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.gitignore54 # Django stuff:
/aosp12/system/extras/power_profile/gps_on/Application/
H A Dbuild.gradle25 'main', // main sample code; look here for the interesting stuff.
/aosp12/system/extras/power_profile/camera_avg/Application/
H A Dbuild.gradle28 'main', // main sample code; look here for the interesting stuff.
/aosp12/system/extras/power_profile/camera_flashlight/Application/
H A Dbuild.gradle28 '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 DIFoo.hal30 /* more unhandled stuff */
/aosp12/art/
H A DAndroid.bp1 // If you're looking for ART global stuff, please see build/Android.bp.
/aosp12/frameworks/minikin/doc/
H A Dminikin_style.md7 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 Dtechnical_debt.cil3 ; stuff below, for example, by improving typeattribute statement of module
/aosp12/build/make/core/
H A Denvsetup.rbc179 # 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 DBUILD.gn65 # This project includes some stuff form gtest's guts.
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dtechnical_debt.cil3 ; stuff below, for example, by improving typeattribute statement of module

123