Home
last modified time | relevance | path

Searched +defs:foo +defs:c (Results 326 – 350 of 826) sorted by relevance

1...<<11121314151617181920>>...34

/aosp_15_r20/external/clang/test/CodeGen/
H A D2007-04-05-PadBeforeZeroLengthField.c3 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 Dcompound.c15 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 Dbuiltin-ptrtomember-overload.cpp15 void foo(C c, B b, int A::* pmf) { in foo() function
H A Daddress-of.cpp6 class c { class
9 void foo() { in foo() function in c
H A Dclass-names.cpp4 C c; variable
10 void foo() in foo() function
H A Dbuiltin-ptrtomember-overload-1.cpp25 void foo(C c, int A::* pmf) { in foo() function
H A Dself-comparison.cpp3 int foo(int x) { in foo() function
20 int c[3]; in i() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Daarch64-cxxabi.cpp26 inline void CheckKeyFunction::foo() { in foo() function in CheckKeyFunction
63 int member_pointer(C &c, int (C::*func)()) { in member_pointer()
H A Ddebug-info-template-partial-specialization.cpp32 void foo(C &c) { in foo() function
H A Dconstructor-default-arg.cpp14 int foo() { in foo() function
29 X c = b; in main() local
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dfriend.cpp46 inline void foo() {} in foo() function
48 C<int> c; variable
H A Darray-to-pointer-decay.cpp9 int foo() { in foo() function
23 hb_sanitize_context_t c[1]; in sanitize() local
/aosp_15_r20/external/skia/docs/examples/
H A Dblur_alpha_img.cpp5 sk_sp<SkImage> foo() { in foo() function
23 SkCanvas c(bm); in foo() local
/aosp_15_r20/external/clang/test/Sema/
H A Dstring-plus-char.c5 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 DReflectionMethodDeclarationTest.java50 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 DTestPOJOAsArray.java22 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 Dinstrprof-merge.c25 void foo(char c) { in foo() function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_descr.py107 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 Dasan.pass.cpp72 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 DNodeUtils.java64 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 DMediaStore_FilesTest.java136 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 DMediaStore_FilesTest.java135 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 Dref_counted_object_unittest.cc57 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 DMain.java22 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 Dp14.cpp47 void Other::foo(YFloat a, YFloat b) { in foo() function in Other
48 YFloat c = a - b; in foo() local

1...<<11121314151617181920>>...34