Searched defs:one (Results 1 - 6 of 6) sorted by relevance

/system/bt/osi/test/
H A Dconfig_test.cc19 # There can be only one primary record \n\
84 std::string one = std::string("one"); local
86 config_get_string(*config, CONFIG_DEFAULT_SECTION, "first_key", &one)
88 config_get_string(*clone, CONFIG_DEFAULT_SECTION, "first_key", &one)
/system/core/libunwindstack/tests/
H A DMemoryTest.cpp48 int one; member in struct:unwindstack::FakeStruct
59 ASSERT_TRUE(memory.ReadField(0, &data, &data.one, sizeof(data.one)));
60 ASSERT_EQ(0, data.one);
/system/core/libbacktrace/
H A Dbacktrace_testlib.cpp38 int test_level_four(int one, int two, int three, int four, void (*callback_func)(void*), argument
46 return one + two + three + four;
49 int test_level_three(int one, int two, int three, int four, void (*callback_func)(void*), argument
51 return test_level_four(one + 3, two + 6, three + 9, four + 12, callback_func, data) + 3;
54 int test_level_two(int one, int two, int three, int four, void (*callback_func)(void*), void* data) { argument
55 return test_level_three(one + 2, two + 4, three + 6, four + 8, callback_func, data) + 2;
58 int test_level_one(int one, int two, int three, int four, void (*callback_func)(void*), void* data) { argument
59 return test_level_two(one + 1, two + 2, three + 3, four + 4, callback_func, data) + 1;
/system/media/audio_utils/
H A Dtinysndfile.c51 static const short one = 1; local
52 return *((const char *) &one) == 1;
/system/libhidl/
H A Dtest_main.cpp424 hidl_string one = "1"; local
428 EXPECT_EQ(one, Return<hidl_string>(one).withDefault(two));
/system/core/logd/
H A DLogTags.cpp425 // one for each format, so we find first entry recorded, or entry with
449 // one for each format, so we find first entry recorded, or entry with
619 static bool one = true; local
620 int fd = openFile(debug_event_log_tags, mode, one);
621 one = fd >= 0;
622 if (!one) return;
660 if (lastTotal == 0) { // denotes first time for this one
737 // (system) adding a global one, erase the uid list
830 // Show all, one for each registered uid (we are group root)
854 // multiple entries, one fo
[all...]

Completed in 238 milliseconds