/system/core/libbacktrace/ |
D | backtrace_testlib.cpp | 38 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/ |
D | p_256_ecc_pp.cc | 262 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/ |
D | MemoryTest.cpp | 50 uint32_t three; member
|
/system/extras/brillo_config/ |
D | Android.mk | 76 three numbers separated by dots. Example: "1.2.0")
|
/system/timezone/distro/core/src/test/com/android/timezone/distro/ |
D | FileUtilsTest.java | 145 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/ |
D | test_main.cpp | 452 const hidl_string three = "3"; in TEST_F() local 453 EXPECT_EQ(three, ret.withDefault(three)); in TEST_F()
|
/system/bt/proto/bluetooth/metrics/ |
D | bluetooth.proto | 204 // 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/ |
D | isolated_app.te | 66 # Isolated apps can only access three services,
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | isolated_app.te | 81 # Isolated apps can only access three services,
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | isolated_app.te | 84 # Isolated apps can only access three services,
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | gsid.te | 79 # gsid uses /metadata/gsi to store three files:
|
D | isolated_app.te | 94 # Isolated apps can only access three services,
|
/system/sepolicy/private/ |
D | gsid.te | 79 # gsid uses /metadata/gsi to store three files:
|
D | isolated_app.te | 94 # Isolated apps can only access three services,
|
/system/core/libmemunreachable/ |
D | README.md | 56 The sequence of steps required to perform a leak detection pass is divided into three processes - t…
|
/system/core/init/ |
D | README.md | 55 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/ |
D | README | 278 0x00000003 # header; three types (string, bool, integer) in the target package
|
/system/core/adb/ |
D | protocol.txt | 215 The core of the bridge program will use three threads. One thread
|
/system/bt/doc/ |
D | style_guide.md | 397 ##### Squash the last three patches with git rebase
|
/system/extras/simpleperf/doc/ |
D | README.md | 103 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/ |
D | LICENSE | 118 # The word list in cjdict.txt are generated by combining three word lists
|
/system/sepolicy/tools/fc_sort/ |
D | NOTICE | 142 b) Accompany it with a written offer, valid for at least three
|
/system/timezone/output_data/icu_overlay/ |
D | LICENSE | 118 # The word list in cjdict.txt are generated by combining three word lists
|
/system/timezone/testing/data/test2/output_data/icu_overlay/ |
D | LICENSE | 118 # The word list in cjdict.txt are generated by combining three word lists
|
/system/media/audio_utils/ |
D | Doxyfile | 1186 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
|