/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | 2007-04-05-PadBeforeZeroLengthField.c | 3 union A { struct c__ c; } __attribute__((aligned(8))); member 8 void foo(union A * objects, struct B *array, unsigned long k) in foo() function
|
H A D | compound.c | 15 void test2(char c) { x += c; } in test2() 17 void foo(char *strbuf) { in foo() function
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | builtin-ptrtomember-overload.cpp | 15 void foo(C c, B b, int A::* pmf) { in foo() function
|
H A D | address-of.cpp | 6 class c { class 9 void foo() { in foo() function in c
|
H A D | class-names.cpp | 4 C c; variable 10 void foo() in foo() function
|
H A D | builtin-ptrtomember-overload-1.cpp | 25 void foo(C c, int A::* pmf) { in foo() function
|
H A D | self-comparison.cpp | 3 int foo(int x) { in foo() function 20 int c[3]; in i() local
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | aarch64-cxxabi.cpp | 26 inline void CheckKeyFunction::foo() { in foo() function in CheckKeyFunction 63 int member_pointer(C &c, int (C::*func)()) { in member_pointer()
|
H A D | debug-info-template-partial-specialization.cpp | 32 void foo(C &c) { in foo() function
|
H A D | constructor-default-arg.cpp | 14 int foo() { in foo() function 29 X c = b; in main() local
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | friend.cpp | 46 inline void foo() {} in foo() function 48 C<int> c; variable
|
H A D | array-to-pointer-decay.cpp | 9 int foo() { in foo() function 23 hb_sanitize_context_t c[1]; in sanitize() local
|
/aosp_15_r20/external/skia/docs/examples/ |
H A D | blur_alpha_img.cpp | 5 sk_sp<SkImage> foo() { in foo() function 23 SkCanvas c(bm); in foo() local
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | string-plus-char.c | 5 const char *foo(const struct AB *ab) { in foo() function 27 char c = 'c'; in f() local
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/reflectionmodel/ |
H A D | ReflectionMethodDeclarationTest.java | 50 void myMethod(int a, char c) { in myMethod() 59 ResolvedClassDeclaration foo = new ReflectionClassDeclaration(Foo.class, typeResolver); in testParameterNameOnClassesFromThisProject() local
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/ |
H A D | TestPOJOAsArray.java | 22 public PojoAsArrayWrapper(String name, int x, int y, boolean c) { in PojoAsArrayWrapper() 47 public PojoAsArray(String name, int x, int y, boolean c) { in PojoAsArray() 64 public FlatPojo(String name, int x, int y, boolean c) { in FlatPojo() 101 public String foo = "bar"; field in TestPOJOAsArray.TwoStringsBean
|
/aosp_15_r20/external/compiler-rt/test/profile/ |
H A D | instrprof-merge.c | 25 void foo(char c) { in foo() function
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_descr.py | 107 def ternop_test(self, a, b, c, res, expr="a[b:c]", meth="__getslice__"): argument 140 def set2op_test(self, a, b, c, res, stmt="a[b]=c", meth="__setitem__"): argument 159 def set3op_test(self, a, b, c, d, res, stmt="a[b:c]=d", meth="__setslice__"): argument 344 def foo(self): return 1 member in OperatorsTest.test_spam_lists.C 396 def foo(self): return 1 member in OperatorsTest.test_spam_dicts.C 725 def foo(self): member in ClassPropertiesAndMethods.test_multiple_inheritance.Node 728 def foo(self): member in ClassPropertiesAndMethods.test_multiple_inheritance.Frag 1385 def foo(*a): return a member in ClassPropertiesAndMethods.test_classmethods.C 1473 def foo(*a): return a member in ClassPropertiesAndMethods.test_staticmethods.C 1520 def foo(*a): return a member in ClassPropertiesAndMethods.test_classic.C [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/containers/sequences/vector/ |
H A D | asan.pass.cpp | 72 C c(std::begin(t), std::end(t)); in main() local 76 …volatile T foo = c[c.size()]; // should trigger ASAN. Use volatile to prevent being optimized away. in main() local
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/ |
H A D | NodeUtils.java | 64 char c = st.charAt(i); in getSpecialText() local 113 String foo = st.substring( i, j ); in getSpecialText() local
|
/aosp_15_r20/cts/tests/mediaprovider/modern/src/android/provider/cts/media/modern/ |
H A D | MediaStore_FilesTest.java | 136 Uri foo = mResolver.insert(allFilesUri, values); in testGetContentUri() local 226 try (Cursor c = mResolver.query( in testStandardSorting() 266 try(Cursor c = mResolver.query(internalFiles, null, null, null, null)){ in testAccessInternal() 349 try (Cursor c = mResolver.query( in testUpdateMediaType() 369 try (Cursor c = mResolver.query( in testInsertDocumentFile() 474 try (Cursor c = mResolver.query(uri, new String[] { columnName }, null, null, null)) { in queryLong() 481 try (Cursor c = mResolver.query(uri, new String[] { columnName }, null, null, null)) { in queryString()
|
/aosp_15_r20/cts/tests/mediaprovider/src/android/provider/cts/media/ |
H A D | MediaStore_FilesTest.java | 135 Uri foo = mResolver.insert(allFilesUri, values); in testGetContentUri() local 224 try (Cursor c = mResolver.query( in testStandardSorting() 263 try(Cursor c = mResolver.query(internalFiles, null, null, null, null)){ in testAccessInternal() 344 try (Cursor c = mResolver.query( in testUpdateMediaType() 363 try (Cursor c = mResolver.query( in testInsertDocumentFile() 466 try (Cursor c = mResolver.query(uri, new String[] { columnName }, null, null, null)) { in queryLong() 473 try (Cursor c = mResolver.query(uri, new String[] { columnName }, null, null, null)) { in queryString()
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | ref_counted_object_unittest.cc | 57 RefClassWithMixedValues(std::unique_ptr<A> a, int b, absl::string_view c) in RefClassWithMixedValues() 106 std::string c = "hello"; in TEST() local 141 MoveOnly foo(5); in TEST() local
|
/aosp_15_r20/art/test/526-long-regalloc/src/ |
H A D | Main.java | 22 public static void foo() { in foo() method in Main 26 int c = myField3; // ecx in foo() local
|
/aosp_15_r20/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/ |
H A D | p14.cpp | 47 void Other::foo(YFloat a, YFloat b) { in foo() function in Other 48 YFloat c = a - b; in foo() local
|