Home
last modified time | relevance | path

Searched defs:foo (Results 976 – 1000 of 4770) sorted by relevance

1...<<31323334353637383940>>...191

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dformat_port.h32 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 Ddefs.json11 "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 DDeprecatedCheckUberspectorsTestCase.java83 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 Dpickled_types_chromium.cc14 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 Ddefs.json11 "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 DMain.java53 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 DCustomBeanResolverTest.java34 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 DAssistedInjectTest.kt37 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 DAssistedInjectTest.kt37 val foo = component.fooFactory().create("str1") in testFoo() constant
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/
H A DViewModelWithBaseTest.java74 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 Dhas_unique_object_representations.pass.cpp74 unsigned foo; member
80 int foo; member
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_cuda_repro.py115 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 DDomSerializationTest.java43 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 Dtable-in-nested-n-s.ts25 foo():number { method in TableInNestedNS
78 public foo: number = 0 property in TableInNestedNST
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dunion-dtor.cpp19 Foo<> foo; member
27 Foo<> foo; member
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dqualified-id.cpp16 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 DMachO_x86-64_PIC_relocations.s5 .globl foo symbol
7 foo: label
/aosp_15_r20/cts/tests/tests/os/jni/
H A Dandroid_os_cts_NoExecutePermissionTest.cpp50 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 D089-redefine-macro-error.c7 #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 DAClass.kt9 fun foo() = HELLO() in foo() method
/aosp_15_r20/external/jspecify/samples/ignoreAnnotations/ignoreannotations/
H A DIgnoreAnnotations.java26 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/
DDataSubscriberTest.java83 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 DTableInNestedNS.php57 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 DJIRA158.java4 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 Dmisc-ps-region-store.cpp108 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

1...<<31323334353637383940>>...191