Home
last modified time | relevance | path

Searched +defs:foo +defs:c (Results 251 – 275 of 826) sorted by relevance

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

/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dstring_view_test.cc329 const absl::string_view c("xyz"); in TEST() local
398 const absl::string_view c("xyz"); in TEST() local
537 const absl::string_view c("xyz"); in TEST() local
619 const absl::string_view c("xyz"); in TEST() local
709 const absl::string_view c("xyz"); in TEST() local
810 absl::string_view c(a); in TEST() local
855 static const char c = 'a'; in TEST() local
1126 constexpr absl::string_view foo = "foo"; in TEST() local
1178 constexpr const char c = cstr_len[2]; in TEST() local
1214 constexpr absl::string_view foo = foobar.substr(0, 3); in TEST() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dstring_view_test.cc329 const absl::string_view c("xyz"); in TEST() local
398 const absl::string_view c("xyz"); in TEST() local
537 const absl::string_view c("xyz"); in TEST() local
619 const absl::string_view c("xyz"); in TEST() local
709 const absl::string_view c("xyz"); in TEST() local
810 absl::string_view c(a); in TEST() local
855 static const char c = 'a'; in TEST() local
1143 constexpr absl::string_view foo = "foo"; in TEST() local
1195 constexpr const char c = cstr_len[2]; in TEST() local
1231 constexpr absl::string_view foo = foobar.substr(0, 3); in TEST() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dstring_view_test.cc329 const absl::string_view c("xyz"); in TEST() local
398 const absl::string_view c("xyz"); in TEST() local
537 const absl::string_view c("xyz"); in TEST() local
619 const absl::string_view c("xyz"); in TEST() local
709 const absl::string_view c("xyz"); in TEST() local
810 absl::string_view c(a); in TEST() local
855 static const char c = 'a'; in TEST() local
1126 constexpr absl::string_view foo = "foo"; in TEST() local
1178 constexpr const char c = cstr_len[2]; in TEST() local
1214 constexpr absl::string_view foo = foobar.substr(0, 3); in TEST() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx1y-deduced-return-type.cpp110 …float &c = f2(0.0); // expected-error {{non-const lvalue reference to type 'float' cannot bind to … variable
233 int &c = g(f); // ok variable
251 int &c = g(f); // expected-error {{ambiguous}} variable
355 template<class T> auto foo(T t) { return t; } in foo() function
457 auto foo(T x) -> decltype(x) { in foo() function
479 int c = a[0]; in f() local
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DKeyTest.java47 public void foo(List<String> a, List<String> b) {} in foo() method in KeyTest
260 C c; field in KeyTest.HasTypeParameters
316 final Object foo = in testAnonymousClassesDontHoldRefs() local
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/tests/
H A Dobject_test.cc29 Dictionary foo; in TEST() local
36 Tuple foo(String("a"), Integer(33), Float(10.f)); in TEST() local
169 Callable c( in TEST() local
/aosp_15_r20/external/dagger2/javatests/dagger/functional/cycle/
H A DCycles.java54 public final C c; field in Cycles.B
57 B(C c) { in B()
145 C c(); in c() method
192 abstract Foo foo(Bar bar); in foo() method in Cycles.BindsCycleModule
/aosp_15_r20/external/clang/test/OpenMP/
H A Dfor_ast_print.cpp9 void foo() {} in foo() function
23 typename T::type c:12; member in S7
101 T b = argc, c, d, e, f, g; in tmain() local
140 int b = argc, c, d, e, f, g; in main() local
H A Dsingle_codegen.cpp33 void foo() {} in foo() function
38 int &c; member
76 TestClass &c = tc; in main() local
/aosp_15_r20/art/test/031-class-attributes/src/
H A DClassAttrs.java54 private static void showModifiers(Class<?> c) { in showModifiers()
229 Class<?> c = obj.getClass(); in getSignatureAttribute() local
257 public Class<XYZ> foo() throws NoSuchMethodException { in foo() method in ClassAttrs.MemberClass
/aosp_15_r20/external/clang/test/Frontend/
H A Dtrigraphs.cpp8 void foo() { in foo() function
11 const char c[] = "??/n"; // expected-warning{{trigraph converted to '\' character}} in foo() local
/aosp_15_r20/external/clang/test/CodeGen/
H A D2005-02-20-AggregateSAVEEXPR.c3 int foo(__complex float c) { in foo() function
H A Dlinetable-endscope.c11 void foo(char c) in foo() function
H A D2002-03-14-BrokenSSA.c8 int foo() in foo() function
10 int a,b,c; in foo() local
H A Dmips-constraints-mem.c6 int foo() in foo() function
14 int c = 0xffbbccdd; in foo() local
H A Ddebug-info-line4.c4 int foo(int a, int b) { int c = a + b; in foo() local
/aosp_15_r20/external/clang/test/Sema/
H A Dwarn-freestanding-complex.c3 void foo(float _Complex c) { // expected-warning{{complex numbers are an extension in a freestandin… in foo() function
H A Dinvalid-assignment-constant-address-space.c4 int __attribute__((address_space(OPENCL_CONSTANT))) c[3] = {0}; variable
6 void foo() { in foo() function
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-member-pointers.cpp150 struct C : B, A { int c; }; member
543 struct C : virtual A { int c; }; member
582 int c; member
723 int foo(A *a, int (A::*mp)()) { in foo() function
727 int foo(A *a, int A::*mp) { in foo() function
H A Dstatic-init.cpp79 static union x foo = { .x = { "a", "b" } }; in test() local
80 struct c { in test() struct
81 static void main() { in test()
/aosp_15_r20/external/clang/test/Index/
H A Dnested-binaryoperators.cpp2 int foo(uint c) { in foo() function
H A Dcomplete-qualified.cpp9 C<Foo, class Bar> c; member in Foo
12 void foo() function
/aosp_15_r20/external/clang/test/VFS/Inputs/
H A Dexternal-names.h1 void foo(char **c) { in foo() function
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DIdentityHashMap2Test.java172 private final String foo; field in IdentityHashMap2Test.TestKey
174 TestKey(String foo) { in TestKey()
424 Collection c = hm.values(); in test_values() local
/aosp_15_r20/external/rust/android-crates-io/crates/memoffset/src/
Dspan_of.rs166 c: i64, in span_simple() field
181 c: i64, in span_simple_packed() field
217 foo: u32, in ig_test() field

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