HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 51 - 75 of 233) sorted by null

1 23 4 5 6 7 8 910

  /external/elfutils/libelf/
nlist.c 163 struct hashentry search; local
166 /* Search for a matching entry in the hash table. */
167 search.str = nl->n_name;
168 found = nlist_fshash_find (table, nl->n_name, 0, &search);
190 /* Next search request. */
  /external/v8/tools/
jsmin.py 68 m: The match object returned by re.search.
97 m: The match object returned by re.search.
176 m: The match object returned by re.search.
207 m = re.search(r"\*/", line)
218 m = re.search(r"/\*", line)
262 if re.search(r"\?", line):
  /external/webkit/WebKitTools/Scripts/webkitpy/
scm_unittest.py 202 self.assertTrue(re.search('test3', r3_patch))
203 self.assertFalse(re.search('test4', r3_patch))
204 self.assertTrue(re.search('test2', r3_patch))
205 self.assertTrue(re.search('test2', self.scm.diff_for_revision(2)))
456 self.assertTrue(re.search('fourth commit', self.scm.last_svn_commit_log()))
457 self.assertTrue(re.search('second commit', self.scm.svn_commit_log(2)))
572 self.assertTrue(re.search(r'\nliteral 0\n', patch))
573 self.assertTrue(re.search(r'\nliteral 256\n', patch))
586 self.assertTrue(re.search(r'\nliteral 0\n', patch_from_local_commit))
587 self.assertTrue(re.search(r'\nliteral 256\n', patch_from_local_commit)
    [all...]
  /system/extras/tests/sdcard/
plot_sdcard.py 51 res = re.search(('# StopWatch ([\w]+) total/cumulative '
99 self.kernel = re.search('Linux version ([0-9.]+-[^ ]+)', line).group(1)
101 self.command_line = re.search('# Command: [/\w_]+ (.*)', line).group(1)
106 self.iterations = int(re.search('# Iterations: ([0-9]+)', line).group(1))
108 self.fadvise = re.search('# Fadvise: ([\w]+)', line).group(1)
110 self.sched = re.search('# Sched features: ([\w]+)', line).group(1)
  /external/icu4c/i18n/
stsearch.cpp 59 m_search_ = m_strsrch_->search;
94 m_search_ = m_strsrch_->search;
122 m_search_ = m_strsrch_->search;
157 m_search_ = m_strsrch_->search;
189 m_search_ = m_strsrch_->search;
227 m_search_ = m_strsrch_->search;
324 result->setMatchStart(m_strsrch_->search->matchedIndex);
325 result->setMatchLength(m_strsrch_->search->matchedLength);
365 // note search->matchedIndex will always be set to something
usrchimp.h 59 struct USearch *search; member in struct:UStringSearch
95 * @param strsrch string search data
106 * @param strsrch string search data
116 * @param strsrch string search data
127 * @param strsrch string search data
  /external/opencore/tools_v2/build/make/platforms/
linux_arm.mk 16 # include the common engine header files in the search path
  /external/webkit/WebCore/page/
Location.idl 56 attribute [CustomSetter] DOMString search;
  /external/webkit/WebKitTools/wx/build/
wxpresets.py 54 majorVersion = re.search("#define\swxMAJOR_VERSION\s+(\d+)", versionText).group(1)
55 minorVersion = re.search("#define\swxMINOR_VERSION\s+(\d+)", versionText).group(1)
  /external/webkit/WebCore/rendering/
RenderThemeMac.mm     [all...]
  /build/tools/droiddoc/templates-sdk/
customization.cs 5 <?cs # The default search box that goes in the header ?><?cs
7 <div id="search" >
9 <form accept-charset="utf-8" class="gsc-search-box"
11 <table class="gsc-search-box" cellpadding="0" cellspacing="0"><tbody>
15 title="search developer docs" name="q"
16 value="search developer docs"
26 <td class="gsc-search-button">
27 <input type="submit" value="Search" title="search" id="search-button" class="gsc-search-button" /
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
ObjectStack.java 191 public int search(Object o) method in class:ObjectStack
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java 67 case R.id.search:
  /external/clearsilver/python/examples/base/
sgmllib.py 116 match = interesting.search(rawdata, i)
196 match = commentclose.search(rawdata, i+4)
221 match = endbracket.search(rawdata, i+1)
257 match = endbracket.search(rawdata, i+1)
  /external/icu4c/common/
ustack.cpp 56 int32_t UStack::search(void* obj) const { function in class:UStack
  /external/icu4c/layoutex/
LXUtilities.cpp 53 le_int32 LXUtilities::search(le_int32 value, const le_int32 array[], le_int32 count) function in class:LXUtilities
  /external/libpng/contrib/pngminus/
makevms.com 15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
18 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
60 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
73 $ AFile = F$Search(File)
  /external/v8/test/mjsunit/
testcfg.py 58 flags_match = FLAGS_PATTERN.search(source)
64 files_match = FILES_PATTERN.search(source);
69 files_match = FILES_PATTERN.search(source, files_match.end())
75 if SELF_SCRIPT_PATTERN.search(source):
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/
15.11.1.1.js 107 return err.toString().search(RegExp(pattern));
15.11.4.4-1.js 144 return err.toString().search(RegExp(pattern));
binding-001.js 65 var match = e.toString().search(/ReferenceError/);
regress-95101.js 56 var match = e.toString().search(/ReferenceError/);
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
regress-50447.js 65 if (e.fileName.search (/-50447\.js$/i) == -1)
  /external/webkit/WebCore/html/
HTMLAnchorElement.h 82 String search() const;
  /external/quake/quake/src/QW/client/
common.c 90 The "game directory" is the first tree on the search path and directory that all generated files (savegames, screenshots, demos, config files) will be saved to. This can be overridden with the "-game" command line parameter. The game directory can never be changed while quake is executing. This is a precacution against having a malicious server instruct clients to write files over areas they shouldn't.
93 specified, when a file is found by the normal search path, it will be mirrored
1257 int memsearch (byte *start, int count, int search)
1262 if (start[i] == search)
1370 Con_Printf ("Current search path:\n");
1472 Finds the file in the search path.
1480 searchpath_t *search; local
1489 // search through the path, one element at a time
1491 for (search = com_searchpaths ; search ; search = search->next
1715 searchpath_t *search; local
1760 searchpath_t *search, *next; local
    [all...]

Completed in 753 milliseconds

1 23 4 5 6 7 8 910