/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | ivalue_test.cpp | 19 c10::List<int64_t> foo({3, 4, 5}); in TEST() local 330 auto c = c10::complex<double>(2, 3); in TEST() local
|
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/classitem/ |
H A D | CommonClassItemTest.kt | 1202 val c = i1TypeParams[0] in <lambda>() constant 1339 fun foo() {} in <lambda>() method
|
/aosp_15_r20/external/googletest/googlemock/test/ |
H A D | gmock-matchers-comparisons_test.cc | 415 bool IsPositiveIntValue(const IntValue& foo) { return foo.value() > 0; } in IsPositiveIntValue() 1657 int a, b, c; in TEST() member 1661 int a, b, c, d; in TEST() member 1665 int a, b, c, d, e; in TEST() member 1669 int a, b, c, d, e, f; in TEST() member 1673 int a, b, c, d, e, f, g; in TEST() member 1677 int a, b, c, d, e, f, g, h; in TEST() member 1681 int a, b, c, d, e, f, g, h, i; in TEST() member 1685 int a, b, c, d, e, f, g, h, i, j; in TEST() member 1689 int a, b, c, d, e, f, g, h, i, j, k; in TEST() member [all …]
|
H A D | gmock-actions_test.cc | 1215 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() 1264 Foo foo; in TEST() local 1768 UnaryConstructorClass* c = a.Perform(std::make_tuple()); in TEST() local 1776 UnaryConstructorClass* c = a.Perform(std::make_tuple(false, 5)); in TEST() local 1784 const UnaryConstructorClass* c = a.Perform(std::make_tuple()); in TEST() local 1802 TenArgConstructorClass* c = a.Perform(std::make_tuple()); in TEST() local
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/ |
H A D | gmock-matchers-comparisons_test.cc | 414 bool IsPositiveIntValue(const IntValue& foo) { return foo.value() > 0; } in IsPositiveIntValue() 1656 int a, b, c; in TEST() member 1660 int a, b, c, d; in TEST() member 1664 int a, b, c, d, e; in TEST() member 1668 int a, b, c, d, e, f; in TEST() member 1672 int a, b, c, d, e, f, g; in TEST() member 1676 int a, b, c, d, e, f, g, h; in TEST() member 1680 int a, b, c, d, e, f, g, h, i; in TEST() member 1684 int a, b, c, d, e, f, g, h, i, j; in TEST() member 1688 int a, b, c, d, e, f, g, h, i, j, k; in TEST() member [all …]
|
H A D | gmock-actions_test.cc | 1215 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() 1264 Foo foo; in TEST() local 1720 UnaryConstructorClass* c = a.Perform(std::make_tuple()); in TEST() local 1728 UnaryConstructorClass* c = a.Perform(std::make_tuple(false, 5)); in TEST() local 1736 const UnaryConstructorClass* c = a.Perform(std::make_tuple()); in TEST() local 1754 TenArgConstructorClass* c = a.Perform(std::make_tuple()); in TEST() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-comparisons_test.cc | 414 bool IsPositiveIntValue(const IntValue& foo) { return foo.value() > 0; } in IsPositiveIntValue() 1656 int a, b, c; in TEST() member 1660 int a, b, c, d; in TEST() member 1664 int a, b, c, d, e; in TEST() member 1668 int a, b, c, d, e, f; in TEST() member 1672 int a, b, c, d, e, f, g; in TEST() member 1676 int a, b, c, d, e, f, g, h; in TEST() member 1680 int a, b, c, d, e, f, g, h, i; in TEST() member 1684 int a, b, c, d, e, f, g, h, i, j; in TEST() member 1688 int a, b, c, d, e, f, g, h, i, j, k; in TEST() member [all …]
|
H A D | gmock-actions_test.cc | 1215 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() 1264 Foo foo; in TEST() local 1720 UnaryConstructorClass* c = a.Perform(std::make_tuple()); in TEST() local 1728 UnaryConstructorClass* c = a.Perform(std::make_tuple(false, 5)); in TEST() local 1736 const UnaryConstructorClass* c = a.Perform(std::make_tuple()); in TEST() local 1754 TenArgConstructorClass* c = a.Perform(std::make_tuple()); in TEST() local
|
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/select/ |
H A D | SelectorTest.java | 117 Elements foo = doc.select("[TITLE=foo]"); in testByAttribute() local 1115 Elements c = doc.select("p:contains(Hello there now)"); in containsTextQueryIsNormalized() local
|
/aosp_15_r20/external/executorch/exir/tests/ |
H A D | test_passes.py | 103 def foo(a: torch.Tensor) -> Tuple[torch.Tensor, Optional[torch.Tensor]]: function 322 def forward(self, x_raw, h, c): argument
|
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors.cc | 895 volatile int foo = 42; in __tsan_thread_start_func() local 994 static void *init_cond(void *c, bool force = false) { in init_cond() 1039 INTERCEPTOR(int, pthread_cond_init, void *c, void *a) { in INTERCEPTOR() 1047 int (*fn)(void *c, void *m, void *abstime), void *c, in cond_wait() 1066 INTERCEPTOR(int, pthread_cond_wait, void *c, void *m) { in INTERCEPTOR() 1074 INTERCEPTOR(int, pthread_cond_timedwait, void *c, void *m, void *abstime) { in INTERCEPTOR() 1082 INTERCEPTOR(int, pthread_cond_timedwait_relative_np, void *c, void *m, in INTERCEPTOR() 1091 INTERCEPTOR(int, pthread_cond_signal, void *c) { in INTERCEPTOR() 1098 INTERCEPTOR(int, pthread_cond_broadcast, void *c) { in INTERCEPTOR() 1105 INTERCEPTOR(int, pthread_cond_destroy, void *c) { in INTERCEPTOR()
|
/aosp_15_r20/external/python/enum34/enum/ |
D | test.py | 131 class foo: class 718 c = complex(1, -1) variable in TestEnum.test_iteration_order_with_unorderable_values.Complex 1215 c = () variable in TestEnum.test_multiple_mixin_mro.TestAutoNumber 1220 c = () variable in TestEnum.test_multiple_mixin_mro.TestAutoInt
|
/aosp_15_r20/system/libbase/ |
H A D | expected_test.cpp | 945 constexpr const char* c = "hello"; in TEST() local 1028 Foo foo{5}; in TEST() local
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/build/ |
H A D | jlibtool.c | 1649 char foo[PATH_MAX], *newpath; local 1659 void link_fixup(command_t *c)
|
/aosp_15_r20/external/pytorch/test/export/ |
H A D | test_export.py | 610 def forward(self, x, ys, zs, c): argument 689 def forward(self, x, c): argument 755 def forward(self, a, b1, b2, c): argument 1010 def foo(x: torch.Tensor) -> torch.Tensor: function 1078 def foo(self, x): member in TestExport.test_export_cond_preserve_torch_fn_for_subgraphs.MySubModule 6729 def __init__(self, m2, foo): argument 7202 def forward(self, a, b, c, d): argument
|
/aosp_15_r20/external/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cc | 276 S4 c; in TEST() local 507 int foo[10000]; in StackStressFunc() local 1742 double s, c; in TEST() local 1752 float s, c; in TEST() local 1762 long double s, c; in TEST() local 2399 unsigned char c = 0; in TEST() local 2621 int a, b, c, d, e, f; member 2739 int a, b, c; member 2742 int b, a, c; member 2745 int b, c, a; member [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | constant_folding_test.cc | 166 Output c = in MulConvPushDownTest() local 285 Output c = ops::AddN(s.WithOpName("c").WithDevice("/CPU:0"), {a, b}); in TEST_F() local 1271 Output c = ops::Identity(s.WithOpName("c"), {b.y}); in TEST_F() local 1311 Output c = in TEST_F() local 1355 Output c = in TEST_F() local 1410 Output c = in TEST_F() local 2729 Output c = in TEST_F() local 2978 Output c = ops::Const(scope.WithOpName("c"), 3.14f, {1000}); in TEST_F() local 3043 Output c = ops::Mul(s.WithOpName("c"), a, b); in TEST_F() local 3126 Output c = ops::Mul(s.WithOpName("c"), a, b); in TEST_F() local [all …]
|
/aosp_15_r20/external/icu/icu4j/main/translit/src/test/java/com/ibm/icu/dev/test/translit/ |
H A D | TransliteratorTest.java | 153 Transliterator foo = Transliterator.createFromRules(id, rules, Transliterator.FORWARD); in checkRegistry() local 3229 Transliterator.Position c = new Transliterator.Position(); in TestPositionAPI() local
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_multiprocessing.py | 179 def __call__(self, q, c): argument 2062 def _double(cls, x, y, foo, arr, string): argument
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
H A D | TransliteratorTest.java | 156 Transliterator foo = Transliterator.createFromRules(id, rules, Transliterator.FORWARD); in checkRegistry() local 3232 Transliterator.Position c = new Transliterator.Position(); in TestPositionAPI() local
|
/aosp_15_r20/external/cronet/base/functional/ |
H A D | bind_unittest.cc | 274 int Sum(int a, int b, int c, int d, int e, int f) { in Sum() 1082 NoRefChild c; in TYPED_TEST() local 1769 void (*foo)(S) = +[](S) {}; in TEST_F() local
|
/aosp_15_r20/art/test/MyClassNatives/ |
H A D | MyClassNatives.java | 32 native void foo(); in foo() method in MyClassNatives 106 native void instanceMethodThatShouldTakeClass(int i, Class<?> c); in instanceMethodThatShouldTakeClass() 108 static native void staticMethodThatShouldTakeClass(int i, Class<?> c); in staticMethodThatShouldTakeClass() 280 native void instanceMethodThatShouldTakeClass_Fast(int i, Class<?> c); in instanceMethodThatShouldTakeClass_Fast() 282 static native void staticMethodThatShouldTakeClass_Fast(int i, Class<?> c); in staticMethodThatShouldTakeClass_Fast()
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_nn.py | 590 def __init__(self, foo, bar): argument 595 def __init__(self, foo, bar): argument 2332 def __init__(self, foo): argument 2345 def __init__(self, foo, bar): argument 2369 def __init__(self, foo): argument 2452 def test_assignments(get_list, a, b, c): argument
|
/aosp_15_r20/out/soong/.intermediates/external/ksoap2/ksoap2/android_common_apex30/javac/ |
D | ksoap2.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ksoap2/
org/ ... |
/aosp_15_r20/external/cronet/base/ |
H A D | values_unittest.cc | 656 Value* c = dict.SetByDottedPath("a.b.c", Value()); in TEST() local 1181 Value::Dict foo; in TEST() local
|