/frameworks/av/media/libstagefright/foundation/ |
ADebug.cpp | 107 const char *terms[] = { "omx", "video", "audio" }; local 108 for (size_t i = 0; i < NELEM(terms) && debugName != NULL; i++) { 109 const char *term = terms[i];
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/utility/ |
TextUtilities.java | 507 * Given a string of HTML text and a query containing any number of search terms, returns 508 * an HTML string in which those search terms are highlighted (intended for use in a WebView) 511 * @param query the search terms 512 * @return HTML text with the search terms highlighted 525 * Given a string of plain text and a query containing any number of search terms, returns 526 * a CharSequence in which those search terms are highlighted (intended for use in a TextView) 529 * @param query the search terms 530 * @return a CharSequence with the search terms highlighted 556 * Generate a version of the incoming text in which all search terms in a query are highlighted. 561 * @param query the query, which can contain multiple terms separated by whitespac 574 ArrayList<SearchTerm> terms = new ArrayList<SearchTerm>(); local [all...] |
/platform_testing/libraries/maps-app-helper/src/android/platform/test/helpers/ |
MapsHelperImpl.java | 86 UiObject2 terms = mDevice.wait(Until.findObject(By.text(pattern)), 10000); local 89 while ((terms != null) && (tryCounter < MAX_DISMISS_INITIAL_DIALOG_RETRY)) { 90 terms.click(); 99 terms = mDevice.wait(Until.findObject(By.text(pattern)), UI_RESPONSE_WAIT); 103 if (terms != null) {
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
SemanticContext.java | 609 SemanticContext[] terms = factorOr(a, b); local 610 SemanticContext commonTerms = terms[0]; 611 a = terms[1]; 612 b = terms[2]; 646 SemanticContext[] terms = factorAnd(a, b); local 647 SemanticContext commonTerms = terms[0]; 648 a = terms[1]; 649 b = terms[2];
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
NgramContext.java | 141 final ArrayList<String> terms = new ArrayList<>(); local 146 terms.add(BEGINNING_OF_SENTENCE_TAG); 150 terms.add(term); 155 return TextUtils.join(CONTEXT_SEPARATOR, terms);
|
/build/kati/ |
expr.cc | 262 static size_t SkipSpaces(StringPiece s, const char* terms) { 265 if (strchr(terms, c)) 283 Func* f, StringPiece s, size_t i, char* terms, 285 terms[1] = ','; 286 terms[2] = '\0'; 287 i += SkipSpaces(s.substr(i), terms); 296 terms[1] = '\0'; // Drop ','. 314 Value* v = ParseExprImpl(loc, s.substr(i), terms, ParseExprOpt::FUNC, 322 LOCF(loc), f->name(), terms[0]); 325 if (s[i] == terms[0]) 354 char terms[] = {cp, ':', ' ', 0}; local [all...] |
parser.cc | 335 char terms[] = {',', '\0'}; local 337 stmt->lhs = ParseExprImpl(loc_, s, terms, ParseExprOpt::NORMAL, &n, true);
|
/system/update_engine/ |
test_http_server.cc | 106 vector<string> terms = base::SplitString(lines[0], base::kWhitespaceASCII, local 109 CHECK_EQ(terms.size(), static_cast<vector<string>::size_type>(3)); 110 CHECK_EQ(terms[0], "GET"); 111 request->url = terms[1]; 117 terms = base::SplitString(lines[i], base::kWhitespaceASCII, 120 if (terms[0] == "Range:") { 121 CHECK_EQ(terms.size(), static_cast<vector<string>::size_type>(2)); 122 string &range = terms[1]; 140 } else if (terms[0] == "Host:") { 141 CHECK_EQ(terms.size(), static_cast<vector<string>::size_type>(2)) 511 vector<string> terms; member in class:chromeos_update_engine::UrlTerms [all...] |
/external/ImageMagick/MagickCore/ |
distort.c | 141 * a more automated way of determining terms is found. 143 * Note the slight re-ordering of the terms for a quadratic polynomial 149 /* Return the number of terms for a 2d polynomial */ 162 case 2: return( y ); /* affine order = 1 terms = 3 */ 163 case 3: return( x*y ); /* bilinear order = 1.5 terms = 4 */ 165 case 5: return( y*y ); /* quadratic order = 2 terms = 6 */ 169 case 9: return( y*y*y ); /* cubic order = 3 terms = 10 */ 174 case 14: return( y*y*y*y ); /* quartic order = 4 terms = 15 */ 180 case 20: return( y*y*y*y*y ); /* quintic order = 5 terms = 21 */ 190 case 2: return("*jj"); /* affine order = 1 terms = 3 * 542 terms[3]; local 779 terms[8]; local 898 terms[4]; local 1036 *terms; local [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi_soa.c | 1421 LLVMValueRef terms[TGSI_NUM_CHANNELS]; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.lucene_1.9.1.v20100518-1140.jar | |
/prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/ |
antlr-3.5.2.jar | |
/prebuilts/tools/common/offline-m2/org/antlr/antlr/3.5.2/ |
antlr-3.5.2.jar | |
/prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/ |
jaxb-xjc-2.2.11.jar | |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |
/prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/ |
pmd-5.1.1.jar | |