Searched refs:term (Results 1 - 8 of 8) sorted by relevance

/system/tools/aidl/
H A Daidl_language.cpp229 AidlQualifiedName::AidlQualifiedName(std::string term, argument
231 : terms_({term}),
233 if (term.find('.') != string::npos) {
234 terms_ = Split(term, ".");
235 for (const auto& term: terms_) {
236 if (term.empty()) {
237 LOG(FATAL) << "Malformed qualified identifier: '" << term << "'";
243 void AidlQualifiedName::AddTerm(const std::string& term) { argument
244 terms_.push_back(term);
H A Dtype_cpp.cpp208 for (const auto& term : name) {
209 ret += "::" + term;
H A Daidl_language.h275 AidlQualifiedName(std::string term, std::string comments);
283 void AddTerm(const std::string& term);
/system/core/adb/
H A Dline_printer.cpp48 const char* term = getenv("TERM"); local
49 smart_terminal_ = unix_isatty(1) && term && string(term) != "dumb";
/system/bt/osi/src/socket_utils/
H A DREADME19 term solution eliminating libcutils dependency from system /
21 term platform - independent abstraction is presented,
/system/extras/simpleperf/scripts/inferno/
H A 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/
H A Dgrep.c584 char *term; local
586 term = getenv("TERM");
587 if (isatty(STDOUT_FILENO) && term != NULL &&
588 strcasecmp(term, "dumb") != 0)
/system/chre/apps/chqts/src/shared/
H A DAndroid.mk18 # code here, it seems a long-term time saver to have Linux tests for

Completed in 3026 milliseconds