/external/oprofile/libutil++/ |
glob_filter.h | 43 virtual bool match(std::string const & str) const;
|
string_filter.cpp | 37 bool string_filter::match(string const & str) const function in class:string_filter
|
/external/skia/src/animator/ |
SkGetCondensedInfo.cpp | 38 unsigned char match = (unsigned char) type; local 43 if (gTypeIDs[mid] < match) 82 const char* match = *matchPtr; local 84 int index = _searchByName(&info->fName, count, strings, match);
|
/external/skia/src/pathops/ |
SkDQuadImplicit.h | 16 bool match(const SkDQuadImplicit& two) const; 17 static bool Match(const SkDQuad& quad1, const SkDQuad& quad2);
|
/external/v8/test/mjsunit/ |
regexp-standalones.js | 36 var result = string.match(pattern); 42 result = string.match(pattern); 49 result = string.match(pattern); 54 result = string.match(pattern); 61 result = string.match(pattern); 66 result = string.match(pattern); 71 result = string.match(pattern); 76 result = string.match(pattern);
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
SmartDialNumberListAdapter.java | 83 for (SmartDialMatchPosition match:nameMatches) { 84 view.addNameHighlightSequence(match.start, match.end); 87 mNameMatcher.getQuery() + " " + String.valueOf(match.start));
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
GoogleSuggestionProvider.java | 75 int match = mUriMatcher.match(uri); local 77 if (match == SEARCH_SUGGEST) { 81 } else if (match == SEARCH_SHORTCUT) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_config_cmd.py | 48 match = cmd.search_cpp(pattern='xxx', body='/* xxx */') 49 self.assertEqual(match, 0) 51 match = cmd.search_cpp(pattern='_configtest', body='/* xxx */') 52 self.assertEqual(match, 1)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_input.py | 21 if context.match(node.parent.parent):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
token.py | 107 match = prog.match(line) 108 if match: 109 name, val = match.group(1, 2)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_config_cmd.py | 48 match = cmd.search_cpp(pattern='xxx', body='/* xxx */') 49 self.assertEqual(match, 0) 51 match = cmd.search_cpp(pattern='_configtest', body='/* xxx */') 52 self.assertEqual(match, 1)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_input.py | 21 if context.match(node.parent.parent):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
token.py | 107 match = prog.match(line) 108 if match: 109 name, val = match.group(1, 2)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlCharacterMatcherTest.java | 119 IRegion match = matcher.match(document, caretPosBefore); local 120 assertNotNull(match); 125 int caretPosAfter = match.getOffset() - index;
|
/development/scripts/ |
stack_core.py | 102 # should be removed or the regular expresssions will fail to match. 131 if trace_line.match(line): 132 match = trace_line.match(line) 134 code_addr, area, symbol_present, symbol_name) = match.groups() 167 if code_line.match(line): 171 if value_line.match(line): 172 match = value_line.match(line) 173 (unused_, addr, value, area, symbol_present, symbol_name) = match.groups( [all...] |
/external/chromium/build/mac/ |
strip_save_dsym | 57 type_match = re.match("^%s (.*)$" % macho_types_re, type_line) 62 type_match = re.match("^Mach-O universal binary with (.*) architectures$", 67 arch_match = re.match( 108 if re.match("^Load command .*$", otool_line): 111 if re.match("^ cmd LC_UUID$", otool_line): 116 if re.match("^ cmdsize 24$", otool_line): 130 new_uuid_match = re.match("^ {3,4}uuid (.{8}-.{4}-.{4}-.{4}-.{12})$", 138 old_uuid_match = re.match("^ uuid 0x(..) 0x(..) 0x(..) 0x(..) " 150 old_uuid_match = re.match("^ 0x(..) 0x(..) 0x(..) 0x(..) "
|
/external/chromium_org/build/mac/ |
strip_save_dsym | 57 type_match = re.match("^%s (.*)$" % macho_types_re, type_line) 62 type_match = re.match("^Mach-O universal binary with (.*) architectures$", 67 arch_match = re.match( 108 if re.match("^Load command .*$", otool_line): 111 if re.match("^ cmd LC_UUID$", otool_line): 116 if re.match("^ cmdsize 24$", otool_line): 130 new_uuid_match = re.match("^ {3,4}uuid (.{8}-.{4}-.{4}-.{4}-.{12})$", 138 old_uuid_match = re.match("^ uuid 0x(..) 0x(..) 0x(..) 0x(..) " 150 old_uuid_match = re.match("^ 0x(..) 0x(..) 0x(..) 0x(..) "
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/linux/ |
WebFontInfo.cpp | 162 FcPattern* match = FcFontMatch(0, pattern, &result); local 167 if (!match) 173 if (FcPatternGetBool(match, FC_ANTIALIAS, 0, &b) == FcResultMatch) 175 if (FcPatternGetBool(match, FC_EMBEDDED_BITMAP, 0, &b) == FcResultMatch) 177 if (FcPatternGetBool(match, FC_AUTOHINT, 0, &b) == FcResultMatch) 179 if (FcPatternGetBool(match, FC_HINTING, 0, &b) == FcResultMatch) 181 if (FcPatternGetInteger(match, FC_HINT_STYLE, 0, &i) == FcResultMatch) 183 if (FcPatternGetInteger(match, FC_RGBA, 0, &i) == FcResultMatch) { 205 FcPatternDestroy(match);
|
/external/chromium_org/third_party/icu/source/i18n/ |
unesctrn.cpp | 179 // match one of the specs. Exit the outer loop if a 180 // partial match is detected and isIncremental is true. 193 UBool match = TRUE; local 199 // a partial match, so we return if in 205 match = FALSE; 211 match = FALSE; 216 if (match) { 221 // Check for partial match in incremental mode. 239 match = (digitCount >= minDigits); 241 if (match) { [all...] |
/external/icu4c/i18n/ |
unesctrn.cpp | 180 // match one of the specs. Exit the outer loop if a 181 // partial match is detected and isIncremental is true. 194 UBool match = TRUE; local 200 // a partial match, so we return if in 206 match = FALSE; 212 match = FALSE; 217 if (match) { 222 // Check for partial match in incremental mode. 240 match = (digitCount >= minDigits); 242 if (match) { [all...] |
/external/kernel-headers/original/linux/netfilter/ |
x_tables.h | 22 struct xt_match *match; member in struct:xt_entry_match::__anon20045::__anon20047 162 int (*match)(const struct sk_buff *skb, member in struct:xt_match 165 const struct xt_match *match, 175 const struct xt_match *match, 181 void (*destroy)(const struct xt_match *match, void *matchinfo, 185 int (*compat)(void *match, void **dstptr, int *size, int convert); 296 extern int xt_check_match(const struct xt_match *match, unsigned short family, 342 compat_uptr_t match; member in struct:compat_xt_entry_match::__anon20051::__anon20053 391 extern int xt_compat_match(void *match, void **dstptr, int *size, int convert);
|
/packages/apps/Browser/src/com/android/browser/provider/ |
SnapshotProvider.java | 157 final int match = URI_MATCHER.match(uri); local 160 switch (match) { 191 int match = URI_MATCHER.match(uri); local 193 switch (match) { 240 int match = URI_MATCHER.match(uri); local 242 switch (match) {
|
/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
ClockProvider.java | 66 int match = sURLMatcher.match(uri); local 67 switch (match) { 111 int match = sURLMatcher.match(uri); local 112 switch (match) { 135 switch (sURLMatcher.match(uri)) { 168 switch (sURLMatcher.match(uri)) { 192 switch (sURLMatcher.match(uri)) {
|
/packages/apps/Exchange/tests/src/com/android/exchange/provider/ |
MockProvider.java | 128 int match = sURIMatcher.match(uri); local 129 if (match == UriMatcher.NO_MATCH) { 147 final int match = sURIMatcher.match(uri(uri)); local 149 switch(match) { 185 final int match = sURIMatcher.match(uri(uri)); local 188 switch(match) {
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/ |
pretty_printers.py | 43 object_regexp = "" # match everything 44 name_regexp = "" # match everything 132 if name_re.match(name): 140 subname_re.match(subprinter.name)): 148 if printer_list and object_re.match(obj_name_to_match): 237 if (hasattr(printer, "name") and name_re.match(printer.name) or 238 hasattr(printer, "__name__") and name_re.match(printer.__name__)): 254 if subname_re.match(subprinter.name): 268 # that can match everything. For now punt and only support 284 if object_re.match("global") [all...] |