Home
last modified time | relevance | path

Searched refs:term (Results 1 – 25 of 37) sorted by relevance

12

/system/testing/gtest_extras/
DColor.cpp48 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/
Dline_printer.cpp50 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/
DREADME19 term solution eliminating libcutils dependency from system /
21 term platform - independent abstraction is presented,
/system/extras/simpleperf/scripts/inferno/
Dscript.js184 let term = prompt('Search for:', '');
187 if (!term) {
198 if (title.textContent.indexOf(term) != -1) {
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dgrep.c592 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/
Daidl_language.cpp788 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()
Dtype_cpp.cpp184 for (const auto& term : name) { in GetRawCppName() local
185 ret += "::" + term; in GetRawCppName()
Daidl_language.h468 AidlQualifiedName(const AidlLocation& location, const std::string& term,
477 void AddTerm(const std::string& term);
/system/sepolicy/
DNOTICE7 term is used in the industry) and that it may not function as intended.
/system/chre/apps/chqts/src/
DAndroid.bp18 // code here, it seems a long-term time saver to have Linux tests for
/system/sepolicy/prebuilts/api/26.0/private/
Duntrusted_app_all.te39 # TODO: Long term, we don't want apps probing into shell data files.
Dapp.te263 # application inherit logd write socket (urge is to deprecate this long term)
/system/sepolicy/prebuilts/api/27.0/private/
Duntrusted_app_all.te39 # TODO: Long term, we don't want apps probing into shell data files.
Dapp.te276 # application inherit logd write socket (urge is to deprecate this long term)
/system/sepolicy/prebuilts/api/28.0/private/
Duntrusted_app_all.te39 # TODO: Long term, we don't want apps probing into shell data files.
/system/extras/simpleperf/scripts/
Dreport_html.js1428 let term = prompt('Search for:', '');
1429 if (!term) {
1437 if (title.textContent.indexOf(term) != -1) {
/system/sepolicy/private/
Duntrusted_app_all.te52 # TODO: Long term, we don't want apps probing into shell data files.
/system/sepolicy/prebuilts/api/29.0/private/
Duntrusted_app_all.te52 # TODO: Long term, we don't want apps probing into shell data files.
/system/chre/
DREADME.md163 Any of the nanoapps that end with the term World are intended to test some
/system/extras/power_profile/camera_avg/
DLICENSE382 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/
DLICENSE245 # 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/
DLICENSE245 # 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/
DLICENSE245 # 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/
Dapp.te294 # application inherit logd write socket (urge is to deprecate this long term)
/system/sepolicy/public/
Dapp.te289 # application inherit logd write socket (urge is to deprecate this long term)

12