HomeSort by relevance Sort by last modified time
    Searched defs:match (Results 851 - 875 of 1447) sorted by null

<<31323334353637383940>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ScannerTest.java 513 * @tests java.util.Scanner#match()
519 s.match();
525 result = s.match();
544 s.match();
551 s.match();
556 result = s.match();
570 s.match();
577 result = s.match();
590 result = s.match();
607 s.match();
    [all...]
  /libcore/luni/src/main/java/java/util/
Scanner.java 367 // the match result according to the Spec
402 * match a substring of the input data.
422 * match. For example, when the input is "123" and current position is at zero,
546 // if the next token exists, set the match region, otherwise return
922 public MatchResult match() { method in class:Scanner
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 681 final String match = matches.get(0); local
682 mVoiceSearchQuery = match;
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 478 int match = sURIMatcher.match(uri); local
479 switch (match) {
518 int match = sURIMatcher.match(uri); local
519 if (match != MY_DOWNLOADS) {
690 notifyContentChanged(uri, match);
869 int match = sURIMatcher.match(uri); local
1100 int match = sURIMatcher.match(uri); local
1175 int match = sURIMatcher.match(uri); local
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsProvider.java 182 "snippet FROM words WHERE index_text MATCH ? ORDER BY snippet LIMIT 50;";
205 + "WHERE (index_text MATCH ? "
224 + "AND (index_text MATCH ?) "
332 final int match = URI_MATCHER.match(uri); local
333 switch (match) {
400 // find the words which match the pattern using the snippet function. The
    [all...]
TelephonyProvider.java 319 throw new IllegalStateException("Internal APNS file version doesn't match "
1403 int match = s_urlMatcher.match(url); local
1553 int match = s_urlMatcher.match(url); local
1703 int match = s_urlMatcher.match(url); local
1838 int match = s_urlMatcher.match(url); local
    [all...]
  /packages/providers/TvProvider/src/com/android/providers/tv/
TvProvider.java 494 switch (sUriMatcher.match(uri)) {
562 switch (sUriMatcher.match(uri)) {
698 int match = sUriMatcher.match(uri); local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfdlink.h 809 struct bfd_elf_version_expr *(*match)
817 struct bfd_elf_version_expr *(*match)
806 struct bfd_elf_version_expr *(*match) member in struct:bfd_elf_version_tree
814 struct bfd_elf_version_expr *(*match) member in struct:bfd_elf_dynamic_list
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
bfdlink.h 832 struct bfd_elf_version_expr *(*match)
840 struct bfd_elf_version_expr *(*match)
829 struct bfd_elf_version_expr *(*match) member in struct:bfd_elf_version_tree
837 struct bfd_elf_version_expr *(*match) member in struct:bfd_elf_dynamic_list
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfdlink.h 809 struct bfd_elf_version_expr *(*match)
817 struct bfd_elf_version_expr *(*match)
806 struct bfd_elf_version_expr *(*match) member in struct:bfd_elf_version_tree
814 struct bfd_elf_version_expr *(*match) member in struct:bfd_elf_dynamic_list
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 137 * Checks whether the current edited file is the best match for a given config.
143 * @return true if the current edited file is the best match in the project for the
147 ResourceFile match = mResources.getMatchingFile(mEditedFile.getName(), local
150 if (match != null) {
151 return match.getFile().equals(mEditedFile);
153 // if we stop here that means the current file is not even a match!
154 AdtPlugin.log(IStatus.ERROR, "Current file is not a match for the given config.");
190 // if the current state/locale isn't a correct match, then
230 // no match in current device with any state/locale
245 * @param favorCurrentConfig if true, and no best match is found, don'
350 ConfigMatch match = selectConfigMatch(anyMatches); local
383 ConfigMatch match = selectConfigMatch(bestMatches); local
687 ResourceFile match = resources.getMatchingFile(name, ResourceType.LAYOUT, config); local
    [all...]
  /system/core/libpixelflinger/include/private/pixelflinger/
ggl_context.h 239 inline int match(const needs_filter_t& filter);
263 int needs_t::match(const needs_filter_t& filter) { function in class:android::needs_t
  /external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/
mootools-core-full-nocompat.js 278 'charAt', 'charCodeAt', 'concat', 'contains', 'indexOf', 'lastIndexOf', 'match', 'quote', 'replace', 'search',
627 return String(this).replace(/-\D/g, function(match){
628 return match.charAt(1).toUpperCase();
633 return String(this).replace(/[A-Z]/g, function(match){
634 return ('-' + match.charAt(0).toLowerCase());
639 return String(this).replace(/\b[a-z]/g, function(match){
640 return match.toUpperCase();
657 var hex = String(this).match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/);
662 var rgb = String(this).match(/\d{1,3}/g);
667 return String(this).replace(regexp || (/\\?\{([^{}]+)\}/g), function(match, name)
4300 match = function(target){ function
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 
  /dalvik/tools/dmtracedump/
TraceDump.c 1114 if (id == methodId) /* match */
2652 int match = findMatch(methods2, d2->numMethods, methods1[i]); local
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 656 bool match = false;
661 match = true;
664 if (!match)
1126 bool match = false; local
1160 bool match = MatchTwoAttributeLists(Attrs1, Attrs2, AvailabilityArgsMatch); local
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 2629 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) local
2653 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) local
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h 68 // used by a matcher to explain why a value matches or doesn't match.
72 // to indicate whether the listener is interested in why the match
94 // the match result. A matcher's MatchAndExplain() method can use
114 // Returns true iff the matcher matches x; also explains the match
152 // A match result listener that ignores the explanation.
161 // A match result listener that forwards the explanation to a given
173 // A match result listener that stores the explanation in a string.
193 // Returns true iff the matcher matches x; also explains the match
213 // Explains why x matches, or doesn't match, the matcher.
305 // polymorphic matcher (i.e. a matcher that can match values of mor
597 const bool match = matcher.MatchAndExplain(value, &inner_listener); local
2079 const bool match = matcher_.MatchAndExplain(sorted_container, local
2365 const bool match = inner_matcher_.MatchAndExplain(key_value.first, local
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 43 * These defines switch on alternate algorithms for format conversions to match
665 /* Make sure 16 bytes match the given byte. */
753 * images must have been checked for a size match.
2763 int match; local
    [all...]
  /external/libvncserver/x11vnc/
sslhelper.c 3728 int fport = 443, match = 0; local
    [all...]
  /external/libxml2/
runtest.c 3344 int match = -1; local
    [all...]
  /external/pcre/dist/
pcre_exec.c 74 of call to match(). We do it this way to save on using another stack variable,
80 /* Non-error returns from the match() function. Error returns are externally
86 /* Special internal returns from the match() function. Make them sufficiently
144 * Match a back-reference *
148 negative, so the match always fails. However, in JavaScript compatibility mode,
156 md points to match data block
160 -1 no match
161 -2 partial match; always given if at end subject
201 /* Match characters up to the end of the reference. NOTE: the number of
215 if (eptr >= md->end_subject) return -2; /* Partial match */
513 match(REGISTER PCRE_PUCHAR eptr, REGISTER const pcre_uchar *ecode, function
    [all...]
pcregrep.c 357 { OP_NODATA, 'L', NULL, "files-without-match","print only FILE names not containing matches" },
362 { OP_LONGNUMBER, N_M_LIMIT, &match_limit, "match-limit=number", "set PCRE match limit option" },
363 { OP_LONGNUMBER, N_M_LIMIT_REC, &match_limit_recursion, "recursion-limit=number", "set PCRE match recursion limit option" },
392 { OP_NODATA, 'v', NULL, "invert-match", "select non-matching lines" },
393 { OP_NODATA, 'w', NULL, "word-regex(p)", "force patterns to match only as words" },
394 { OP_NODATA, 'x', NULL, "line-regex(p)", "force patterns to match only whole lines" },
941 there are no includes, the path must match an include pattern.
1586 BOOL match; local
    [all...]
  /external/pcre/dist/sljit/
sljitNativeTILEGX_64.c 548 const struct Format* match = NULL; local
554 match = b;
559 return match;
573 const struct Format* match = compute_format(); local
575 if (match == NULL)
586 /* Don't include Rzero in the match set, to avoid triggering
591 inst_buf[i].pipe = match->pipe[i];
595 if (inst_buf_index == 2 && !tilegx_is_x_pipeline(match->pipe[0])) {
    [all...]

Completed in 576 milliseconds

<<31323334353637383940>>