Home
last modified time | relevance | path

Searched refs:test_int (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/bt/gd/dumpsys/internal/test_data/
H A Dinteger_generated.h16 int32_t test_int() const { in test_int() function
28 void add_test_int(int32_t test_int) { in add_test_int()
29 fbb_.AddElement<int32_t>(TestTableInteger::VT_TEST_INT, test_int, 0); in add_test_int()
43 flatbuffers::FlatBufferBuilder& _fbb, int32_t test_int = 0) {
45 builder_.add_test_int(test_int);
H A Dinteger.fbs4 test_int:int;
/aosp12/system/tools/sysprop/tests/
H A DJavaGenTest.cpp40 api_name: "test_int"
42 prop_name: "vendor.test_int"
267 String value = SystemProperties.get("vendor.test_int");
272 SystemProperties.set("vendor.test_int", value == null ? "" : value.toString());
H A DCppGenTest.cpp40 api_name: "test_int"
42 prop_name: "android.test_int"
H A DCppGenIntegrationTest.cpp60 TEST_API(test_int, "test.int", -123, "-123"); in TEST()
H A DTestProperties.sysprop37 api_name: "test_int"
/aosp12/system/bt/gd/dumpsys/internal/
H A Dfilter_internal_test.cc126 ASSERT_EQ(123, test_table->test_int()); in TEST_F()
136 ASSERT_EQ(123, test_table->test_int()); in TEST_F()
141 ASSERT_EQ(123, test_table->test_int()); in TEST_F()
152 ASSERT_NE(123, test_table->test_int()); in TEST_F()
157 ASSERT_EQ(123, test_table->test_int()); in TEST_F()
167 ASSERT_EQ(0, test_table->test_int()); in TEST_F()
172 ASSERT_EQ(123, test_table->test_int()); in TEST_F()
182 ASSERT_EQ(0, test_table->test_int()); in TEST_F()
/aosp12/art/test/704-multiply-accumulate/src/
H A DMain.java37 public static void test_int() { in test_int() method in Main
161 test_int(); in main()
/aosp12/packages/apps/Test/connectivity/sl4n/facades/test/
H A Dtest_facade.cpp54 std::string test_string, int test_int) { in TestSpecificParamNaming() argument