Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 25 of 55) sorted by relevance

123

/system/core/healthd/
DAnimationParser.cpp40 bool remove_prefix(const std::string& line, const char* prefix, const char** rest) { in remove_prefix() argument
50 *rest = &str[start]; in remove_prefix()
92 const char* rest; in parse_animation_desc() local
96 } else if (remove_prefix(line, animation_prefix, &rest)) { in parse_animation_desc()
98 if (sscanf(rest, "%d %d %n%*s%n", &anim->num_cycles, &anim->first_frame_repeats, in parse_animation_desc()
104 anim->animation_file.assign(&rest[start], end - start); in parse_animation_desc()
106 } else if (remove_prefix(line, fail_prefix, &rest)) { in parse_animation_desc()
107 anim->fail_file.assign(rest); in parse_animation_desc()
108 } else if (remove_prefix(line, clock_prefix, &rest)) { in parse_animation_desc()
109 if (!parse_text_field(rest, &anim->text_clock)) { in parse_animation_desc()
[all …]
DAnimationParser.h27 bool remove_prefix(const std::string& str, const char* prefix, const char** rest);
/system/core/llkd/tests/
Dllkd_test.cpp59 void rest() { in rest() function
89 rest(); in llkdSleepPeriod()
94 rest(); in llkdSleepPeriod()
96 rest(); in llkdSleepPeriod()
98 rest(); in llkdSleepPeriod()
100 rest(); in llkdSleepPeriod()
102 rest(); in llkdSleepPeriod()
105 rest(); in llkdSleepPeriod()
108 rest(); in llkdSleepPeriod()
118 rest(); in llkdSleepPeriod()
/system/core/healthd/tests/
DAnimationParser_test.cpp37 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/
Dlogcat_test.cpp56 static void rest() { in rest() function
89 rest(); in TEST()
128 rest(); in TEST()
1416 rest(); in TEST()
1453 rest(); in TEST()
1539 for (ret = -EBUSY; ret == -EBUSY; rest()) ret = ctx.write(); in TEST()
1551 for (ret = -EBUSY; ret == -EBUSY; rest()) ret = ctx.write(); in TEST()
1561 for (ret = -EBUSY; ret == -EBUSY; rest()) ret = ctx.write(); in TEST()
1570 for (ret = -EBUSY; ret == -EBUSY; rest()) ret = ctx.write(); in TEST()
1583 for (ret = -EBUSY; ret == -EBUSY; rest()) ret = ctx.write(); in TEST()
[all …]
/system/sepolicy/prebuilts/api/29.0/public/
Dmediaswcodec.te23 # permissions and be isolated from the rest of the system and network.
Dmediametrics.te41 # permissions and be isolated from the rest of the system and network.
Dhal_omx.te43 # permissions and be isolated from the rest of the system and network.
/system/sepolicy/public/
Dmediaswcodec.te21 # permissions and be isolated from the rest of the system and network.
Dmediametrics.te41 # permissions and be isolated from the rest of the system and network.
Dhal_omx.te46 # permissions and be isolated from the rest of the system and network.
/system/sepolicy/prebuilts/api/30.0/public/
Dmediaswcodec.te23 # permissions and be isolated from the rest of the system and network.
Dmediatranscoding.te23 # permissions and be isolated from the rest of the system and network.
Dmediametrics.te41 # permissions and be isolated from the rest of the system and network.
Dhal_omx.te46 # permissions and be isolated from the rest of the system and network.
/system/iorap/src/binder/
Diiorap_impl.cc229 Status SendArgs(const char* function_name, Impl* self, Args&&... rest) { in SendArgs() argument
232 self->SetTaskListener(std::forward<Args&&>(rest)...); in SendArgs()
/system/sepolicy/vendor/
Dmediacodec.te33 # permissions and be isolated from the rest of the system and network.
/system/sepolicy/prebuilts/api/26.0/public/
Dmediametrics.te35 # permissions and be isolated from the rest of the system and network.
Dcameraserver.te46 # permissions and be isolated from the rest of the system and network.
Dmediaextractor.te47 # permissions and be isolated from the rest of the system and network.
/system/sepolicy/prebuilts/api/28.0/public/
Dmediametrics.te38 # permissions and be isolated from the rest of the system and network.
/system/sepolicy/prebuilts/api/27.0/public/
Dmediametrics.te38 # permissions and be isolated from the rest of the system and network.
Dcameraserver.te46 # permissions and be isolated from the rest of the system and network.
Dmediaextractor.te49 # permissions and be isolated from the rest of the system and network.
/system/bt/doc/
Ddirectory_layout.md29 * vnd - *Vendor* - Vendor specific APIs - *to be integrated into rest of stack ?*.

123