Home
last modified time | relevance | path

Searched refs:three (Results 1 – 25 of 28) sorted by relevance

12

/system/core/libbacktrace/
Dbacktrace_testlib.cpp38 int test_level_four(int one, int two, int three, int four, void (*callback_func)(void*), in test_level_four() argument
46 return one + two + three + four; in test_level_four()
49 int test_level_three(int one, int two, int three, int four, void (*callback_func)(void*), in test_level_three() argument
51 return test_level_four(one + 3, two + 6, three + 9, four + 12, callback_func, data) + 3; in test_level_three()
54 int test_level_two(int one, int two, int three, int four, void (*callback_func)(void*), void* data)… in test_level_two() argument
55 return test_level_three(one + 2, two + 4, three + 6, four + 8, callback_func, data) + 2; in test_level_two()
58 int test_level_one(int one, int two, int three, int four, void (*callback_func)(void*), void* data)… in test_level_one() argument
59 return test_level_two(one + 1, two + 2, three + 3, four + 4, callback_func, data) + 1; in test_level_one()
/system/bt/stack/smp/
Dp_256_ecc_pp.cc262 uint32_t three[kl] = {0}; in ECC_ValidatePoint() local
263 three[0] = 3; in ECC_ValidatePoint()
264 multiprecision_sub_mod(rhs, rhs, three, kl); in ECC_ValidatePoint()
/system/core/libunwindstack/tests/
DMemoryTest.cpp50 uint32_t three; member
/system/extras/brillo_config/
DAndroid.mk76 three numbers separated by dots. Example: "1.2.0")
/system/timezone/distro/core/src/test/com/android/timezone/distro/
DFileUtilsTest.java145 File three = new File(two, "three"); in testEnsureDirectoryExists() local
146 FileUtils.ensureDirectoriesExist(three, true /* makeWorldReadable */); in testEnsureDirectoryExists()
149 assertDirExistsAndIsAccessible(three, true /* requireWorldReadable */); in testEnsureDirectoryExists()
/system/libhidl/
Dtest_main.cpp452 const hidl_string three = "3"; in TEST_F() local
453 EXPECT_EQ(three, ret.withDefault(three)); in TEST_F()
/system/bt/proto/bluetooth/metrics/
Dbluetooth.proto204 // Initiator of the scan. Only the first three names will be stored.
239 // Initiator of the scan. Only the first three names will be stored.
/system/sepolicy/prebuilts/api/26.0/private/
Disolated_app.te66 # Isolated apps can only access three services,
/system/sepolicy/prebuilts/api/27.0/private/
Disolated_app.te81 # Isolated apps can only access three services,
/system/sepolicy/prebuilts/api/28.0/private/
Disolated_app.te84 # Isolated apps can only access three services,
/system/sepolicy/prebuilts/api/29.0/private/
Dgsid.te79 # gsid uses /metadata/gsi to store three files:
Disolated_app.te94 # Isolated apps can only access three services,
/system/sepolicy/private/
Dgsid.te79 # gsid uses /metadata/gsi to store three files:
Disolated_app.te94 # Isolated apps can only access three services,
/system/core/libmemunreachable/
DREADME.md56 The sequence of steps required to perform a leak detection pass is divided into three processes - t…
/system/core/init/
DREADME.md55 modes. The three default paths should be used for the normal boot process.
389 at three times:
634 There are only three times where the init executable imports .rc files:
840 The early init boot sequence is broken up into three stages: first stage init, SELinux setup, and
853 First stage init has three variations depending on the device configuration:
/system/core/libutils/
DREADME278 0x00000003 # header; three types (string, bool, integer) in the target package
/system/core/adb/
Dprotocol.txt215 The core of the bridge program will use three threads. One thread
/system/bt/doc/
Dstyle_guide.md397 ##### Squash the last three patches with git rebase
/system/extras/simpleperf/doc/
DREADME.md103 Python scripts are split into three parts according to their functions:
154 Profiling an Android application involves three steps:
459 Simpleperf has three main commands: stat, record and report.
/system/timezone/testing/data/test1/output_data/icu_overlay/
DLICENSE118 # The word list in cjdict.txt are generated by combining three word lists
/system/sepolicy/tools/fc_sort/
DNOTICE142 b) Accompany it with a written offer, valid for at least three
/system/timezone/output_data/icu_overlay/
DLICENSE118 # The word list in cjdict.txt are generated by combining three word lists
/system/timezone/testing/data/test2/output_data/icu_overlay/
DLICENSE118 # The word list in cjdict.txt are generated by combining three word lists
/system/media/audio_utils/
DDoxyfile1186 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three

12