Home
last modified time | relevance | path

Searched defs:stuff (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/native/libs/binderthreadstate/
H A Dtest.cpp65 auto stuff = IHidlStuff::getService(id2name(id)); in callHidl() local
70 sp<IAidlStuff> stuff; in callAidl() local
137 auto stuff = IHidlStuff::getService(id2name(kP1Id)); in TEST() local
142 sp<IAidlStuff> stuff; in TEST() local
149 auto stuff = IHidlStuff::getService(id2name(kP1Id)); in TEST() local
154 sp<IAidlStuff> stuff; in TEST() local
/aosp12/art/tools/ahat/src/test-dump/
H A DMain.java27 public static DumpedStuff stuff; field in Main
/aosp12/art/tools/ahat/src/ri-test-dump/
H A DMain.java26 public static DumpedStuff stuff; field in Main
/aosp12/art/test/003-omnibus-opcodes/src/
H A DUnresTest1.java8 UnresStuff stuff = new UnresStuff(); in run() local
H A DUnresTest2.java30 UnresStuff stuff = new UnresStuff(); in run() local
/aosp12/art/tools/ahat/src/test/com/android/ahat/
H A DTestDump.java185 AhatInstance stuff = null; in getDumpedValue() local
/aosp12/bionic/tests/
H A Dstdio_test.cpp1028 struct stuff { in TEST() struct
1029 char s1[123]; in TEST()
1030 int i1, i2; in TEST()
1031 char cs1[3]; in TEST()
1032 char s2[3]; in TEST()
1033 char c1; in TEST()
1034 double d1; in TEST()
1035 float f1; in TEST()
1036 char s3[123]; in TEST()
1038 void Check() { in TEST()
/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()
/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
/aosp12/art/test/046-reflect/src/
H A DMain.java32 public Main(ArrayList<Integer> stuff) {} in Main()
/aosp12/art/test/107-int-math2/src/
H A DMain.java32 public Main(int stuff) { in Main()