Home
last modified time | relevance | path

Searched refs:foo1 (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/extras/ioblame/
H A Dioblame.sh226 mv foo1 $infile
236 mv foo1 $infile
248 mv foo1 $infile
257 mv foo1 $infile
262 rm foo1
268 mv foo1 $infile
272 rm foo1
279 rm foo1
285 mv foo1 $infile
290 rm foo1
[all …]
/aosp12/art/test/408-move-bug/src/
H A DMain.java27 Main foo1 = create(); in crash() local
31 foo1.otherField = null; in crash()
37 foo1.field = b; in crash()
41 foo1.lastField = b; in crash()
47 Main foo1 = create(); in npe() local
51 foo1.field = b; in npe()
55 foo1.lastField = b; in npe()
/aosp12/art/test/534-checker-bce-deoptimization/src/
H A DMain.java30 foo1(a, n, b); in run()
33 void foo1(double a[][], int n, double b[]) { in foo1() method in Main
/aosp12/packages/providers/MediaProvider/jni/
H A Dnode_test.cpp432 unique_node_ptr foo1 = CreateNode(parent.get(), "FoO"); in TEST_F() local
451 test_fn("foo", foo1.get(), foo2.get()); in TEST_F()
458 unique_node_ptr foo1 = CreateNode(parent.get(), "FoO"); in TEST_F() local
484 ASSERT_EQ(std::min(foo1.get(), foo2.get()), match_all[0]); in TEST_F()
485 ASSERT_EQ(std::max(foo1.get(), foo2.get()), match_all[1]); in TEST_F()
488 ASSERT_EQ(std::min(foo1.get(), foo2.get()), node_first); in TEST_F()
490 ASSERT_EQ(std::min(foo1.get(), foo2.get()), match_first[0]); in TEST_F()
/aosp12/art/test/409-materialized-condition/src/
H A DMain.java31 public static int foo1() { in foo1() method in Main
98 int res = foo1(); in main()
/aosp12/art/test/409-materialized-condition/
H A Dexpected-stdout.txt1 foo1
/aosp12/system/linkerconfig/modules/tests/
H A Dsection_test.cc157 Namespace& foo1 = namespaces.emplace_back("foo1"); in TEST() local
158 foo1.AddProvides(std::vector{"libfoo.so"}); in TEST()
/aosp12/hardware/interfaces/tests/expression/1.0/
H A DIExpressionExt.hal41 foo1(int32_t[Constants:CONST_FOO + 5] array);
H A DIExpression.hal218 foo1(int32_t[Constants:CONST_FOO + 1] array);
/aosp12/art/test/449-checker-bce/src/
H A DMain.java1234 void foo1(int[] array, int start, int end, boolean expectInterpreter) { in foo1() method in Main
1628 main.foo1(new int[10], 0, 10, false); in testUnknownBounds()
1636 main.foo1(new int[10], 0, 11, true); in testUnknownBounds()
/aosp12/system/tools/hidl/test/hidl_test/
H A Dstatic_test.cpp260 Return<void> foo1(const hidl_array<int32_t, 1>&) override { return Void(); } in foo1() function
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A DREADME.md115 <child>foo1</child>
221 <part value="foo1" slots="yes" test="no" hashable="yes"/>
230 <child>foo1</child>
/aosp12/frameworks/base/tools/aapt2/
H A DResourceParser_test.cpp224 EXPECT_TRUE(TestParse(R"(<string name="foo1">Translate</string>)")); in TEST_F()