/hardware/qcom/camera/QCamera2/util/ |
QCameraQueue.cpp | 259 * @match : matching function 263 void QCameraQueue::flushNodes(match_fn match){ 268 if ( NULL == match ) { 279 if ( match(node->data, m_userData) ) {
|
/packages/apps/Mms/src/com/android/mms/ |
TempFileProvider.java | 105 int match = sURLMatcher.match(uri); local 111 switch (match) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
CharMatcher.java | 128 * Character#isDigit(char) Java's definition}. If you only care to match 139 * Character#isLetter(char) Java's definition}. If you only care to match 379 public static CharMatcher is(final char match) { 382 return c == match; 387 return sequence.toString().replace(match, replacement); 390 return other.matches(match) ? this : NONE; 393 return other.matches(match) ? other : super.or(other); 396 return isNot(match); 399 table.set(match); 413 public static CharMatcher isNot(final char match) { [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
CharMatcher.java | 128 * Character#isDigit(char) Java's definition}. If you only care to match 139 * Character#isLetter(char) Java's definition}. If you only care to match 379 public static CharMatcher is(final char match) { 382 return c == match; 387 return sequence.toString().replace(match, replacement); 390 return other.matches(match) ? this : NONE; 393 return other.matches(match) ? other : super.or(other); 396 return isNot(match); 399 table.set(match); 413 public static CharMatcher isNot(final char match) { [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
OutputWindow.py | 107 match = prog.search(line) 108 if match: 109 filename, lineno = match.group(1, 2)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
OutputWindow.py | 107 match = prog.search(line) 108 if match: 109 filename, lineno = match.group(1, 2)
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
TParser.m | 244 [self match:input TokenType:ID Follow:FOLLOW_ID_in_identifier66]; 296 [self match:input TokenType:7 Follow:FOLLOW_7_in_enumAsKeyword89]; 333 [self match:input TokenType:7 Follow:FOLLOW_7_in_enumAsID100];
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/ |
bg.js | 279 match = re.exec(tab.url); 280 if (match) { 281 if (match.length == 3) { 282 var query = match[2]; 301 if (match.length >= 2) { 302 var hostname = match[1]; 323 // Now try a direct URL match (without query string).
|
/external/chromium/chrome/common/extensions/docs/server/ |
chromeextensionsdocs.py | 27 match = "/" + self.name + "/" 28 if path[0:len(match)] == match: 174 match = re.search(r'<updatecheck Version="\d+\.\d+\.(\d+)\.\d+"', result.content) 175 if match is None: 178 branch = match.group(1)
|
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_browsertest.cc | 42 AutocompleteMatch match = result.match_at(i); local 44 UTF16ToUTF8(match.contents).c_str(), 45 match.provider->GetName())); 151 // about the other match existing. 153 AutocompleteMatch match = result.match_at(0); local 154 EXPECT_EQ(AutocompleteMatchType::SEARCH_WHAT_YOU_TYPED, match.type); 155 EXPECT_FALSE(match.deletable);
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
openssl.cnf | 85 countryName = match 86 stateOrProvinceName = match 87 organizationName = match
|
/external/chromium_org/third_party/sqlite/src/src/ |
callback.c | 224 ** request is matched. A higher value indicates a better match. 228 ** 0: Not a match, or if nArg<0 and the function is has no implementation. 238 ** 6: An exact match. 242 int match = 0; local 246 match = 1; 248 match = 4; 251 match += 2; 255 match += 1; 258 return match; 263 ** a pointer to the matching FuncDef if found, or 0 if there is no match [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-178790.js | 35 "test".match(RegExp(r1)); 41 "test".match(RegExp(r2)); 51 "test".match(RegExp(r3));
|
/external/iptables/extensions/ |
libxt_rateest.c | 17 "rateest match options:\n" 25 " [!] --rateest-lt Match if rate is less than given rate/estimator\n" 26 " [!] --rateest-gt Match if rate is greater than given rate/estimator\n" 27 " [!] --rateest-eq Match if rate is equal to given rate/estimator\n"); 113 const void *entry, struct xt_entry_match **match) 115 struct xt_rateest_match_info *info = (void *)(*match)->data; 311 xtables_error(PARAMETER_PROBLEM, "rateest match: " 355 rateest_print(const void *ip, const struct xt_entry_match *match, int numeric) 357 const struct xt_rateest_match_info *info = (const void *)match->data; 359 printf(" rateest match "); [all...] |
libxt_tcp.c | 15 "tcp match options:\n" 16 "[!] --tcp-flags mask comp match when TCP flags & mask == comp\n" 18 "[!] --syn match when only SYN flag set\n" 22 " match source port(s)\n" 25 " match destination port(s)\n" 26 "[!] --tcp-option number match if TCP option set\n"); 142 const void *entry, struct xt_entry_match **match) 144 struct xt_tcp *tcpinfo = (struct xt_tcp *)(*match)->data; 299 tcp_print(const void *ip, const struct xt_entry_match *match, int numeric) 301 const struct xt_tcp *tcp = (struct xt_tcp *)match->data [all...] |
/external/openssl/apps/ |
openssl.cnf | 85 countryName = match 86 stateOrProvinceName = match 87 organizationName = match
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
sed.x | 165 Attempt to match 199 for input lines which match that address; or with two 201 for all input lines which match the inclusive range of 229 match. 234 Match only the specified line 238 Match every 243 the input stream, and the address 2~5 will match every fifth line, 251 Match the last line. 254 Match lines matching the regular expression 258 Match lines matching the regular expressio [all...] |
/cts/tests/tests/content/src/android/content/pm/cts/ |
ResolveInfoTest.java | 64 assertEquals(resolveInfo.match, infoFromParcel.match);
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteFtsTest.java | 119 private Cursor queryFtsTable(String table, String match) { 121 "content MATCH ?", new String[] { match },
|
/dalvik/vm/mterp/armv5te/ |
OP_APUT_OBJECT.S | 50 @ The types don't match. We need to throw an ArrayStoreException.
|
/development/testrunner/ |
android_mk.py | 53 m = self._RE_INCLUDE.match(line) 98 m = self._RE_VARIABLE_REF.match(variable_value)
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
CookieSpecBase.java | 116 public boolean match(final Cookie cookie, final CookieOrigin origin) { method in class:CookieSpecBase 124 if (!handler.match(cookie, origin)) {
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_result_view.cc | 51 // Precalculated data used to draw the portion of a match classification that 60 // Precalculated data used to draw a complete visual run within the match. 64 size_t run_start; // Offset within the match text where this run begins. 174 void AutocompleteResultView::SetMatch(const AutocompleteMatch& match) { 175 match_ = match; 183 const AutocompleteMatch& match, 185 x = DrawString(canvas, match.contents, match.contents_class, false, x, 191 // Instead, we should paint the entire match as a single long string. This 194 if (!match.description.empty()) [all...] |
/external/chromium/testing/gtest/test/ |
gtest_filter_unittest.py | 193 match = TEST_CASE_REGEX.match(line) 194 if match is not None: 195 test_case = match.group(1) 197 match = TEST_REGEX.match(line) 198 if match is not None: 199 test = match.group(1) 393 """Tests filters that match everything."""
|
/external/chromium_org/chrome/browser/android/omnibox/ |
omnibox_prerender.cc | 128 void OmniboxPrerender::DoPrerender(const AutocompleteMatch& match, 141 match.destination_url,
|