Searched refs:beginning (Results 1 – 18 of 18) sorted by relevance
/system/core/liblog/tests/ |
D | liblog_test.cpp | 119 size_t beginning = logdwSignature.find(' '); in isLogdwActive() local 120 if (beginning == std::string::npos) return true; in isLogdwActive() 121 beginning = logdwSignature.find(' ', beginning + 1); in isLogdwActive() 122 if (beginning == std::string::npos) return true; in isLogdwActive() 123 size_t end = logdwSignature.find(' ', beginning + 1); in isLogdwActive() 132 "grep -a ' 00000002" + logdwSignature.substr(beginning, end - beginning) + in isLogdwActive() 148 for (beginning = 0; in isLogdwActive() 149 (end = allLogdwEndpoints.find('\n', beginning)) != std::string::npos; in isLogdwActive() 150 beginning = end + 1) { in isLogdwActive() 151 if (myPidFds.find(allLogdwEndpoints.substr(beginning, end - beginning)) != in isLogdwActive()
|
/system/libufdt/utils/ |
D | README.md | 159 prefix). Empty lines or lines beginning with `#` are ignored.
|
/system/update_engine/ |
D | update_metadata.proto | 33 // // The signature of the metadata (from the beginning of the payload up to 60 // The client will perform each InstallOperation in order, beginning even 97 // Data is packed into blocks on disk, always starting from the beginning
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 33 // // The signature of the metadata (from the beginning of the payload up to 60 // The client will perform each InstallOperation in order, beginning even 97 // Data is packed into blocks on disk, always starting from the beginning
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | seapp_contexts | 61 # rules are lines beginning with the keyword neverallow. Full support for PCRE
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | seapp_contexts | 61 # rules are lines beginning with the keyword neverallow. Full support for PCRE
|
/system/chre/build/sys_support/qcom/ |
D | uimage.lcs.toolv80 | 187 Symbols in the DWARF debugging sections are relative to the beginning
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | seapp_contexts | 61 # rules are lines beginning with the keyword neverallow. Full support for PCRE
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | seapp_contexts | 101 # rules are lines beginning with the keyword neverallow. Full support for PCRE
|
/system/sepolicy/private/ |
D | seapp_contexts | 101 # rules are lines beginning with the keyword neverallow. Full support for PCRE
|
/system/core/libutils/ |
D | README | 239 to the data_header, not to the beginning of the file.
|
/system/core/shell_and_utilities/ |
D | README.md | 16 the system), so although this was the beginning of the end of toolbox it
|
/system/tools/hidl/ |
D | hidl-gen_y.yy | 548 std::cerr << "ERROR: Package statement must be at the beginning of the file (" << @1 << ")\n";
|
/system/core/init/ |
D | README.md | 35 at the beginning of its execution. It is responsible for the initial
|
/system/media/audio_utils/ |
D | Doxyfile | 1758 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
|
D | Doxyfile.orig | 1758 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
|
/system/chre/pal/doc/ |
D | Doxyfile | 1837 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 1837 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
|