Searched refs:beginning (Results 1 – 21 of 21) sorted by relevance
/system/logging/liblog/tests/ |
D | liblog_test.cpp | 171 size_t beginning = logdwSignature.find(' '); in isLogdwActive() local 172 if (beginning == std::string::npos) return true; in isLogdwActive() 173 beginning = logdwSignature.find(' ', beginning + 1); in isLogdwActive() 174 if (beginning == std::string::npos) return true; in isLogdwActive() 175 size_t end = logdwSignature.find(' ', beginning + 1); in isLogdwActive() 184 "grep -a ' 00000002" + logdwSignature.substr(beginning, end - beginning) + in isLogdwActive() 200 for (beginning = 0; in isLogdwActive() 201 (end = allLogdwEndpoints.find('\n', beginning)) != std::string::npos; in isLogdwActive() 202 beginning = end + 1) { in isLogdwActive() 203 if (myPidFds.find(allLogdwEndpoints.substr(beginning, end - beginning)) != in isLogdwActive()
|
/system/logging/logd/ |
D | README.replay.md | 8 the beginning of boot. It is only meant for logging developers to use and must be manually enabled
|
/system/libufdt/utils/ |
D | README.md | 159 prefix). Empty lines or lines beginning with `#` are ignored.
|
/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/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
|
D | README.md | 83 operations 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/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/chre/chpp/api_parser/ |
D | README.md | 34 ChppOffset is a collection of a 16-bit offset from the beginning of the payload,
|
/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/prebuilts/api/30.0/private/ |
D | seapp_contexts | 101 # rules are lines beginning with the keyword neverallow. Full support for PCRE
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | seapp_contexts | 102 # rules are lines beginning with the keyword neverallow. Full support for PCRE
|
/system/sepolicy/private/ |
D | seapp_contexts | 102 # rules are lines beginning with the keyword neverallow. Full support for PCRE
|
/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 | 533 std::cerr << "ERROR: Package statement must be at the beginning of the file (" << @1 << ")\n";
|
/system/core/init/ |
D | README.md | 35 beginning of its execution. It is responsible for the initial set up of the system.
|
/system/media/audio_utils/ |
D | Doxyfile | 193 # as being the beginning of a Javadoc-style comment "banner". If set to NO, the 1948 # 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
|