/system/testing/gtest_extras/ |
D | Color.cpp | 48 std::string term; in ShouldUseColor() local 51 term = term_env; in ShouldUseColor() 53 return !color_term.empty() || term == "xterm" || term == "xterm-color" || in ShouldUseColor() 54 term == "xterm-256color" || term == "screen" || term == "screen-256color" || in ShouldUseColor() 55 term == "tmux" || term == "tmux-256color" || term == "rxvt-unicode" || in ShouldUseColor() 56 term == "rxvt-unicode-256color" || term == "linux" || term == "cygwing"; in ShouldUseColor()
|
/system/core/adb/client/ |
D | line_printer.cpp | 50 const char* term = getenv("TERM"); in LinePrinter() local 51 smart_terminal_ = unix_isatty(1) && term && string(term) != "dumb"; in LinePrinter()
|
/system/bt/osi/src/socket_utils/ |
D | README | 19 term solution eliminating libcutils dependency from system / 21 term platform - independent abstraction is presented,
|
/system/extras/simpleperf/scripts/inferno/ |
D | script.js | 184 let term = prompt('Search for:', ''); 187 if (!term) { 198 if (title.textContent.indexOf(term) != -1) {
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
D | grep.c | 592 char *term; in main() local 594 term = getenv("TERM"); in main() 595 if (isatty(STDOUT_FILENO) && term != NULL && in main() 596 strcasecmp(term, "dumb") != 0) in main()
|
/system/tools/aidl/ |
D | aidl_language.cpp | 788 AidlQualifiedName::AidlQualifiedName(const AidlLocation& location, const std::string& term, in AidlQualifiedName() argument 790 : AidlNode(location), terms_({term}), comments_(comments) { in AidlQualifiedName() 791 if (term.find('.') != string::npos) { 792 terms_ = Split(term, "."); 795 AIDL_FATAL(this) << "Malformed qualified identifier: '" << term << "'"; 801 void AidlQualifiedName::AddTerm(const std::string& term) { in AddTerm() argument 802 terms_.push_back(term); in AddTerm()
|
D | type_cpp.cpp | 184 for (const auto& term : name) { in GetRawCppName() local 185 ret += "::" + term; in GetRawCppName()
|
D | aidl_language.h | 468 AidlQualifiedName(const AidlLocation& location, const std::string& term, 477 void AddTerm(const std::string& term);
|
/system/sepolicy/ |
D | NOTICE | 7 term is used in the industry) and that it may not function as intended.
|
/system/chre/apps/chqts/src/ |
D | Android.bp | 18 // code here, it seems a long-term time saver to have Linux tests for
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | untrusted_app_all.te | 39 # TODO: Long term, we don't want apps probing into shell data files.
|
D | app.te | 263 # application inherit logd write socket (urge is to deprecate this long term)
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | untrusted_app_all.te | 39 # TODO: Long term, we don't want apps probing into shell data files.
|
D | app.te | 276 # application inherit logd write socket (urge is to deprecate this long term)
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | untrusted_app_all.te | 39 # TODO: Long term, we don't want apps probing into shell data files.
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 1428 let term = prompt('Search for:', ''); 1429 if (!term) { 1437 if (title.textContent.indexOf(term) != -1) {
|
/system/sepolicy/private/ |
D | untrusted_app_all.te | 52 # TODO: Long term, we don't want apps probing into shell data files.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | untrusted_app_all.te | 52 # TODO: Long term, we don't want apps probing into shell data files.
|
/system/chre/ |
D | README.md | 163 Any of the nanoapps that end with the term World are intended to test some
|
/system/extras/power_profile/camera_avg/ |
D | LICENSE | 382 3. Term. The term of this Public License is specified in Section 569 a. This Public License applies for the term of the Copyright and 620 c. No term or condition of this Public License will be waived and no
|
/system/timezone/testing/data/test1/output_data/icu_overlay/ |
D | LICENSE | 245 # implied, statutory or otherwise. The term "warranty" used herein 267 # foregoing by his or her commencement of use of the program. The term
|
/system/timezone/output_data/icu_overlay/ |
D | LICENSE | 245 # implied, statutory or otherwise. The term "warranty" used herein 267 # foregoing by his or her commencement of use of the program. The term
|
/system/timezone/testing/data/test2/output_data/icu_overlay/ |
D | LICENSE | 245 # implied, statutory or otherwise. The term "warranty" used herein 267 # foregoing by his or her commencement of use of the program. The term
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | app.te | 294 # application inherit logd write socket (urge is to deprecate this long term)
|
/system/sepolicy/public/ |
D | app.te | 289 # application inherit logd write socket (urge is to deprecate this long term)
|