/system/core/healthd/ |
D | AnimationParser.cpp | 40 bool remove_prefix(const std::string& line, const char* prefix, const char** rest) { in remove_prefix() argument 50 *rest = &str[start]; in remove_prefix() 93 const char* rest; in parse_animation_desc() local 97 } else if (remove_prefix(line, animation_prefix, &rest)) { in parse_animation_desc() 99 if (sscanf(rest, "%d %d %n%*s%n", &anim->num_cycles, &anim->first_frame_repeats, in parse_animation_desc() 105 anim->animation_file.assign(&rest[start], end - start); in parse_animation_desc() 107 } else if (remove_prefix(line, fail_prefix, &rest)) { in parse_animation_desc() 108 anim->fail_file.assign(rest); in parse_animation_desc() 109 } else if (remove_prefix(line, clock_prefix, &rest)) { in parse_animation_desc() 110 if (!parse_text_field(rest, &anim->text_clock)) { in parse_animation_desc() [all …]
|
D | AnimationParser.h | 27 bool remove_prefix(const std::string& str, const char* prefix, const char** rest);
|
/system/core/llkd/tests/ |
D | llkd_test.cpp | 59 void rest() { in rest() function 89 rest(); in llkdSleepPeriod() 93 rest(); in llkdSleepPeriod() 95 rest(); in llkdSleepPeriod() 97 rest(); in llkdSleepPeriod() 99 rest(); in llkdSleepPeriod() 101 rest(); in llkdSleepPeriod() 104 rest(); in llkdSleepPeriod() 107 rest(); in llkdSleepPeriod() 117 rest(); in llkdSleepPeriod()
|
/system/core/healthd/tests/ |
D | AnimationParser_test.cpp | 37 const char* rest = nullptr; in TEST() local 38 EXPECT_FALSE(remove_prefix(TEST_STRING, "def", &rest)); in TEST() 40 EXPECT_FALSE(remove_prefix(TEST_STRING, TEST_STRING, &rest)); in TEST() 42 EXPECT_TRUE(remove_prefix(TEST_STRING, "abc", &rest)); in TEST() 43 EXPECT_STREQ("def", rest); in TEST() 45 EXPECT_TRUE(remove_prefix(" abcdef", "abc", &rest)); in TEST() 46 EXPECT_STREQ("def", rest); in TEST()
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 53 static void rest() { in rest() function 86 rest(); in TEST() 125 rest(); in TEST() 1423 rest(); in TEST() 1460 rest(); in TEST() 1546 for (ret = -EBUSY; ret == -EBUSY; rest()) ret = ctx.write(); in TEST() 1558 for (ret = -EBUSY; ret == -EBUSY; rest()) ret = ctx.write(); in TEST() 1568 for (ret = -EBUSY; ret == -EBUSY; rest()) ret = ctx.write(); in TEST() 1577 for (ret = -EBUSY; ret == -EBUSY; rest()) ret = ctx.write(); in TEST() 1590 for (ret = -EBUSY; ret == -EBUSY; rest()) ret = ctx.write(); in TEST() [all …]
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | mediaswcodec.te | 23 # permissions and be isolated from the rest of the system and network.
|
D | mediametrics.te | 41 # permissions and be isolated from the rest of the system and network.
|
D | hal_omx.te | 43 # permissions and be isolated from the rest of the system and network.
|
/system/sepolicy/public/ |
D | mediaswcodec.te | 23 # permissions and be isolated from the rest of the system and network.
|
D | mediametrics.te | 41 # permissions and be isolated from the rest of the system and network.
|
D | hal_omx.te | 43 # permissions and be isolated from the rest of the system and network.
|
/system/iorap/src/binder/ |
D | iiorap_impl.cc | 229 Status SendArgs(const char* function_name, Impl* self, Args&&... rest) { in SendArgs() argument 232 self->SetTaskListener(std::forward<Args&&>(rest)...); in SendArgs()
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | mediametrics.te | 35 # permissions and be isolated from the rest of the system and network.
|
D | cameraserver.te | 46 # permissions and be isolated from the rest of the system and network.
|
D | mediaextractor.te | 47 # permissions and be isolated from the rest of the system and network.
|
/system/sepolicy/vendor/ |
D | mediacodec.te | 39 # permissions and be isolated from the rest of the system and network.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | mediametrics.te | 38 # permissions and be isolated from the rest of the system and network.
|
D | cameraserver.te | 48 # permissions and be isolated from the rest of the system and network.
|
D | mediacodec.te | 67 # permissions and be isolated from the rest of the system and network.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | mediametrics.te | 38 # permissions and be isolated from the rest of the system and network.
|
D | cameraserver.te | 46 # permissions and be isolated from the rest of the system and network.
|
D | mediaextractor.te | 49 # permissions and be isolated from the rest of the system and network.
|
/system/bt/doc/ |
D | directory_layout.md | 29 * vnd - *Vendor* - Vendor specific APIs - *to be integrated into rest of stack ?*.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | audioserver.te | 63 # permissions and be isolated from the rest of the system and network.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | audioserver.te | 63 # permissions and be isolated from the rest of the system and network.
|