/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
PPreferredIdentityParser.java | 69 this.lexer.match(TokenTypes.P_PREFERRED_IDENTITY); 71 this.lexer.match(':');
|
PProfileKeyParser.java | 56 this.lexer.match(TokenTypes.P_PROFILE_KEY); 58 this.lexer.match(':');
|
/external/oprofile/libutil++/ |
generic_spec.h | 3 * Container holding an item or a special "match all" item 31 * build a default spec which match anything 52 /// return true if rhs match this spec. Sub part of PP:3.24 53 bool match(T const & rhs) const { function in class:generic_spec 57 /// return true if rhs match this spec. Sub part of PP:3.24 58 bool match(generic_spec<T> const & rhs) const { function in class:generic_spec
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
UriMatcherTest.java | 67 assertThat(matcher.match(Uri.withAppendedPath(URI, "bar")), is(1)); 70 assertThat(matcher.match(Uri.withAppendedPath(URI, "bar/1")), is(2)); 73 assertThat(matcher.match(Uri.withAppendedPath(URI, "bar")), is(1)); 74 assertThat(matcher.match(Uri.withAppendedPath(URI, "cat")), is(3)); 77 assertThat(matcher.match(Uri.withAppendedPath(URI, "transport/land/45/type")), is(4)); 82 assertThat(matcher.match(Uri.withAppendedPath(URI, "cat")), is(NO_MATCH)); 83 assertThat(matcher.match(Uri.withAppendedPath(URI, "bar")), is(NO_MATCH)); 84 assertThat(matcher.match(Uri.withAppendedPath(URI, "bar/cat")), is(NO_MATCH));
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
SecureSource.java | 38 return (SECURE_ALBUM == mMatcher.match(Path.fromString(path))); 43 switch (mMatcher.match(path)) {
|
/external/chromium_org/chrome/browser/autocomplete/ |
shortcuts_provider.cc | 41 bool operator()(const AutocompleteMatch& match) { 42 return urls_.find(match.destination_url) != urls_.end(); 75 // None of our results are applicable for best match. 98 void ShortcutsProvider::DeleteMatch(const AutocompleteMatch& match) { 99 // Copy the URL since DeleteMatchesWithURLs() will invalidate |match|. 100 GURL url(match.destination_url); 102 // When a user deletes a match, he probably means for the URL to disappear out 109 DeleteMatchesWithURLs(urls); // NOTE: |match| is now dead! 111 // Delete the match from the history DB. This will eventually result in a 152 // completely match the search term [all...] |
zero_suggest_provider.cc | 69 // The maximum relevance of the top match from this provider. 260 // Discard this list if its size does not match that of the suggestions. 325 AutocompleteMatch match = SearchProvider::CreateSearchSuggestion( local 328 if (!match.destination_url.is_valid()) 331 // Try to add |match| to |map|. If a match for |query_string| is already in 332 // |map|, replace it if |match| is more relevant. 335 std::make_pair(base::i18n::ToLower(query_string), match))); 344 if (!i.second && (match.relevance > i.first->second.relevance)) 345 i.first->second = match; 465 AutocompleteMatch match; local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
matchbrackets.js | 13 var match = (pos >= 0 && matching[line.text.charAt(pos)]) || matching[line.text.charAt(++pos)]; 14 if (!match) return null; 15 var forward = match.charAt(1) == ">", d = forward ? 1 : -1; 28 var match = matching[ch]; 29 if (match.charAt(1) == ">" == forward) stack.push(ch); 30 else if (stack.pop() != match.charAt(0)) return {pos: pos, match: false}; 31 else if (!stack.length) return {pos: pos, match: true}; 41 match: found && found.match, forward: forward} [all...] |
/bionic/libc/kernel/common/linux/ |
attribute_container.h | 32 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
|
/development/ndk/platforms/android-3/include/linux/ |
attribute_container.h | 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
|
/device/asus/flo/camera/QCamera2/util/ |
QCameraQueue.h | 49 void flushNodes(match_fn match);
|
/device/asus/tilapia/recovery/ |
Android.mk | 8 # should match TARGET_RECOVERY_UI_LIB set in BoardConfig.mk 40 # should match TARGET_RECOVERY_UPDATER_LIBS set in BoardConfig.mk
|
/external/apache-http/src/org/apache/http/cookie/ |
CookieSpec.java | 97 boolean match(Cookie cookie, CookieOrigin origin); method in interface:CookieSpec
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
AbstractCookieAttributeHandler.java | 45 public boolean match(final Cookie cookie, final CookieOrigin origin) { method in class:AbstractCookieAttributeHandler 46 // Always match
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509CertStoreSelector.java | 21 public boolean match(Object obj) method in class:X509CertStoreSelector 30 return super.match(other); 33 public boolean match(Certificate cert) method in class:X509CertStoreSelector 35 return match((Object)cert);
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
filetestcase.py | 80 match = self._EXPECTED_RE.search(line) 81 if match: 82 line = match.group('line') 83 msg_ids = match.group('msgs')
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
PrettyPatch_test.rb | 72 matches = pretty.match("INVALID: Image lacks a checksum.") 73 # FIXME: This should match, but there's a bug when running the tests where the image data 83 matches = pretty.match("INVALID: Image lacks a checksum.") 89 matches = pretty.match("INVALID: Image lacks a checksum.") 95 matches = pretty.match("INVALID: Image lacks a checksum.")
|
/external/chromium_org/third_party/closure_linter/closure_linter/common/ |
filetestcase.py | 80 match = self._EXPECTED_RE.search(line) 81 if match: 82 line = match.group('line') 83 msg_ids = match.group('msgs')
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ucsdetst.c | 127 const UCharsetMatch *match; local 139 match = ucsdet_detect(csd, &status); 141 if (match == NULL) { 146 dLength = ucsdet_getUChars(match, detected, sLength, &status); 173 const UCharsetMatch *match; local 178 match = ucsdet_detect(csd, &status); 180 if (match == NULL) { 185 name = ucsdet_getName(match, &status); 186 conf = ucsdet_getConfidence(match, &status); 198 match = ucsdet_detect(csd, &status) 236 const UCharsetMatch *match; local 289 const UCharsetMatch *match; local 394 const UCharsetMatch *match; local 479 const UCharsetMatch *match; local 557 const UCharsetMatch *match; local [all...] |
/external/chromium_org/tools/gyp/test/variables/commands/ |
gyptest-commands-ignore-env.py | 41 if not test.match(contents, expect):
|
/external/chromium_org/v8/test/webkit/fast/js/ |
regexp-bol.js | 29 shouldBeNull('s.match(/^notHere/)'); 30 shouldBe('s.match(/^abc/)', '["abc"]'); 31 shouldBe('s.match(/(^|X)abc/)', '["abc",""]'); 32 shouldBe('s.match(/^longer|123/)', '["123"]'); 33 shouldBe('s.match(/(^abc|c)123/)', '["abc123","abc"]'); 34 shouldBe('s.match(/(c|^abc)123/)', '["abc123","abc"]'); 35 shouldBe('s.match(/(^ab|abc)123/)', '["abc123","abc"]'); 36 shouldBe('s.match(/(bc|^abc)([0-9]*)a/)', '["bc789a","bc","789"]');
|
/external/elfutils/libdw/ |
libdw_visit_scopes.c | 56 enum die_class { ignore, match, match_inline, walk, imported }; enumerator in enum:die_class 63 /* DIEs with addresses we can try to match. */ 71 return match; 79 ? match_inline : match); 132 case match:
|
/external/elfutils/tests/ |
find-prologues.c | 58 bool match; local 60 match = fnmatch (*argv, name, 0) == 0; 61 while (!match && *++argv); 62 if (!match)
|
funcretval.c | 58 bool match; local 60 match = fnmatch (*argv, name, 0) == 0; 61 while (!match && *++argv); 62 if (!match)
|
/external/icu4c/test/cintltst/ |
ucsdetst.c | 127 const UCharsetMatch *match; local 139 match = ucsdet_detect(csd, &status); 141 if (match == NULL) { 146 dLength = ucsdet_getUChars(match, detected, sLength, &status); 173 const UCharsetMatch *match; local 178 match = ucsdet_detect(csd, &status); 180 if (match == NULL) { 185 name = ucsdet_getName(match, &status); 186 conf = ucsdet_getConfidence(match, &status); 198 match = ucsdet_detect(csd, &status) 236 const UCharsetMatch *match; local 289 const UCharsetMatch *match; local 394 const UCharsetMatch *match; local 479 const UCharsetMatch *match; local 557 const UCharsetMatch *match; local [all...] |