/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/ |
H A D | format_port.h | 32 T IdentityOrConvertStringToRaw(T foo) { in IdentityOrConvertStringToRaw() 37 inline const char* IdentityOrConvertStringToRaw(const std::string& foo) { in IdentityOrConvertStringToRaw()
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/ |
H A D | defs.json | 11 "data": {"$defs": {"foo": {"type": "integer"}}}, object 16 "data": {"$defs": {"foo": {"type": 1}}}, object
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/util/introspection/ |
H A D | DeprecatedCheckUberspectorsTestCase.java | 83 public String foo() in foo() method in DeprecatedCheckUberspectorsTestCase.StandardObject 98 public String foo() in foo() method in DeprecatedCheckUberspectorsTestCase.DeprecatedObject
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/ |
H A D | pickled_types_chromium.cc | 14 PickledStructChromium::PickledStructChromium(int foo, int bar) in PickledStructChromium() 40 int foo, bar; in Read() local
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/ |
H A D | defs.json | 11 "data": {"$defs": {"foo": {"type": "integer"}}}, object 16 "data": {"$defs": {"foo": {"type": 1}}}, object
|
/aosp_15_r20/art/test/616-cha-proxy-method-inline/src/ |
H A D | Main.java | 53 public static void call(Foo foo) { in call() 62 Foo foo = (Foo)DebugProxy.newInstance(null); in main() local
|
/aosp_15_r20/external/snakeyaml/src/test/java/examples/ |
H A D | CustomBeanResolverTest.java | 34 Foo foo = yaml.load("bar: 50\nbaz: 35%\nbas: 1250"); in testOnlyBigDecimal() local 42 Foo foo = yaml.load("bar: 50%\nbaz: 35%\nbas: 1250%\nbaw: 35"); in testPrimitive() local
|
/aosp_15_r20/external/dagger2/javatests/artifacts/dagger-ksp/kotlin-app/src/test/kotlin/app/ |
H A D | AssistedInjectTest.kt | 37 val foo = component.fooFactory().create("str1") in testFoo() constant
|
/aosp_15_r20/external/dagger2/javatests/artifacts/dagger/kotlin-app/src/test/kotlin/app/ |
H A D | AssistedInjectTest.kt | 37 val foo = component.fooFactory().create("str1") in testFoo() constant
|
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/ |
H A D | ViewModelWithBaseTest.java | 74 final Foo foo; field in ViewModelWithBaseTest.MyViewModel 77 MyViewModel(SavedStateHandle handle, Foo foo) { in MyViewModel()
|
/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
H A D | has_unique_object_representations.pass.cpp | 74 unsigned foo; member 80 int foo; member
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_cuda_repro.py | 115 def foo(m, inp): function 235 def foo(x): function 324 def foo(x): function 565 def foo(x, y, z): function 1340 def foo(inp): function
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/xml/ |
H A D | DomSerializationTest.java | 43 Element foo = document.createElement("foo"); in testWriteDocument() local 55 Element foo = document.createElement("foo"); in testWriteSpecialCharactersInText() local
|
/aosp_15_r20/external/flatbuffers/tests/namespace_test/namespace-a/namespace-b/ |
H A D | table-in-nested-n-s.ts | 25 foo():number { method in TableInNestedNS 78 public foo: number = 0 property in TableInNestedNST
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | union-dtor.cpp | 19 Foo<> foo; member 27 Foo<> foo; member
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | qualified-id.cpp | 16 int foo() { in foo() function in test1::Derived 28 int foo() { in foo() function in test2::Magic
|
/aosp_15_r20/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
H A D | MachO_x86-64_PIC_relocations.s | 5 .globl foo symbol 7 foo: label
|
/aosp_15_r20/cts/tests/tests/os/jni/ |
H A D | android_os_cts_NoExecutePermissionTest.cpp | 50 unsigned int foo; in android_os_cts_NoExecutePermissionTest_isStackExecutable() local 57 unsigned int* foo = (unsigned int *) malloc(sizeof(unsigned int)); in android_os_cts_NoExecutePermissionTest_isHeapExecutable() local
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | 089-redefine-macro-error.c | 7 #define foo() bar macro 8 #define foo(x) bar macro
|
/aosp_15_r20/external/ksp/integration-tests/src/test/resources/playground/workload/src/main/java/com/example/ |
H A D | AClass.kt | 9 fun foo() = HELLO() in foo() method
|
/aosp_15_r20/external/jspecify/samples/ignoreAnnotations/ignoreannotations/ |
H A D | IgnoreAnnotations.java | 26 public @Nullable Derived foo(Derived x, @NullnessUnspecified Base y) { in foo() method in IgnoreAnnotations 46 void foo() {} in foo() method in Base
|
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/databroker/ |
D | DataSubscriberTest.java | 83 DataSubscriber foo = new DataSubscriber(mMockDataBroker, METRICS_CONFIG_FOO, in testEquals_whenSame_shouldBeEqual() local 93 DataSubscriber foo = new DataSubscriber(mMockDataBroker, METRICS_CONFIG_FOO, in testEquals_whenDifferent_shouldNotBeEqual() local
|
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
H A D | TableInNestedNS.php | 57 public static function createTableInNestedNS(FlatBufferBuilder $builder, $foo) 70 public static function addFoo(FlatBufferBuilder $builder, $foo)
|
/aosp_15_r20/external/javassist/src/test/test4/ |
H A D | JIRA158.java | 4 int foo(long[] j, double[] d); in foo() method 9 public int foo(long[] j, double[] d) { in foo() method in JIRA158Impl
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | misc-ps-region-store.cpp | 108 int TestHandleThis::foo() { in foo() function in TestHandleThis 245 bool RDar9203355::foo(unsigned valA, int &result) const { in foo() function in RDar9203355 396 TestInvalidateInCtor foo(x); in test_invalidate_in_ctor() local 604 void foo(int *q) { in foo() function
|