HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 301 - 325 of 595) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/Python/
ez_setup.py 208 match = re.search("\nmd5_data = {\n([^}]+)}", src)
  /external/chromium/base/
string_piece.cc 41 const char* result = std::search(ptr_ + pos, ptr_ + length_,
102 // Avoid the cost of BuildLookupTable() for a single-character search.
124 // Avoid the cost of BuildLookupTable() for a single-character search.
154 // Avoid the cost of BuildLookupTable() for a single-character search.
178 // Avoid the cost of BuildLookupTable() for a single-character search.
  /external/chromium/net/http/
http_util.cc 285 std::search(headers.begin(),
  /external/chromium/testing/gtest/scripts/
pump.py 172 m = regex.search(line)
245 m = regex.search(line)
263 m = re.search(regex, line)
272 m = re.search(regex, line)
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmalintrules.py 264 if self.MISSING_PARAMETER_SPACE.search(token.string):
385 if self.ILLEGAL_TAB.search(token.string):
647 and self.ENDS_WITH_SPACE.search(token.previous.string)):
707 if self.ILLEGAL_TAB.search(token.string):
    [all...]
  /external/eigen/debug/gdb/
printers.py 201 if function.search(typename):
  /external/elfutils/libdwfl/
cu.c 53 #include <search.h>
111 /* The ranges are sorted by address, so we can use binary search. */
  /external/gtest/scripts/
pump.py 172 m = regex.search(line)
245 m = regex.search(line)
263 m = re.search(regex, line)
272 m = re.search(regex, line)
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 105 int i = this->search (tag);
633 int i = glyphArray.search (glyph_id);
698 int i = rangeRecord.search (glyph_id);
981 int i = rangeRecord.search (glyph_id);
    [all...]
  /external/icu4c/common/
uvector.h 328 int32_t search(void* obj) const;
  /external/libvpx/libvpx/third_party/googletest/src/scripts/
pump.py 172 m = regex.search(line)
245 m = regex.search(line)
263 m = re.search(regex, line)
272 m = re.search(regex, line)
  /external/markdown/markdown/
treeprocessors.py 60 * index: index, from which we start search
65 m = self.__placeholder_re.search(data, index)
208 * startIndex: string index, from which we starting search
  /external/oprofile/
oprofile_android 255 vma_start = re.search('([0-9a-fA-F]{8}) T _text', output).group(1)
256 vma_end = re.search('([0-9a-fA-F]{8}) A _etext', output).group(1)
  /external/protobuf/python/
ez_setup.py 260 match = re.search("\nmd5_data = {\n([^}]+)}", src)
  /external/skia/bench/
RTreeBench.cpp 136 fTree->search(query, &hits);
  /external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/
ConfigureProviderManager.java 64 import org.jivesoftware.smackx.search.UserSearch;
137 // User Search
138 pm.addIQProvider("query","jabber:iq:search", new UserSearch.Provider());
  /external/smack/src/org/jivesoftware/smackx/
ConfigureProviderManager.java 64 import org.jivesoftware.smackx.search.UserSearch;
137 // User Search
138 pm.addIQProvider("query","jabber:iq:search", new UserSearch.Provider());
  /external/webkit/Source/WebCore/rendering/
RenderThemeMac.h 217 NSSearchFieldCell* search() const;
  /external/webkit/Tools/gdb/
webkit.py 274 if function.search(tag):
  /external/webkit/Tools/wx/build/
build_utils.py 161 match = re.search('^\* (.*)', branches, re.MULTILINE)
  /frameworks/base/services/java/com/android/server/search/
SearchManagerService.java 17 package com.android.server.search;
53 * The search manager service handles the search UI, and maintains a registry of searchable
68 * Initializes the Search Manager service in the provided system context.
203 * @param launchActivity The activity from which we're launching this search.
204 * @return Returns a SearchableInfo record describing the parameters of the search,
216 * Returns a list of the searchable activities that can be included in global search.
227 * Gets the name of the global search activity.
234 * Gets the name of the web search activity.
  /ndk/sources/host-tools/make-3.81/
remake.c 428 that its name may be changed by a VPATH search, and thus it may
431 to have that name replaced with another found by VPATH search. */
    [all...]
vmsfunctions.c 92 if (!((i = sys$search (dfab)) & 1))
94 DB (DB_VERBOSE, (_("sys$search failed with %d\n"), i));
197 /* do $PARSE and $SEARCH here */
  /packages/apps/Browser/src/com/android/browser/search/
OpenSearchSearchEngine.java 16 package com.android.browser.search;
45 * Provides search suggestions, if any, for a given web search provider.
103 Log.e(TAG, "Unable to get search URI for " + mSearchEngineInfo);
122 * Queries for a given search term and returns a cursor containing
146 * third element contains the descriptions. Some search engines don't support
154 // Some search engines given an empty array "[]" for descriptions instead of
  /packages/apps/Browser/tools/
get_search_engines.py 18 Creates the list of search engines
34 # Locales to generate search engine lists for
42 "http://www.google.com/search?ie={inputEncoding}&amp;source=android-browser&amp;q={searchTerms}",
44 "http://www.google.com/complete/search?client=android&amp;q={searchTerms}"]
47 """Manages list of search engines and creates locale specific lists.
54 """Inits SearchEngineManager with relevant search engine data.
56 The search engine data is downloaded from the Chrome source repository.
62 print 'Unable to get Chrome source data for search engine list.\nExiting.'
72 Given a string from the search engine data structure, convert it to a
94 """Returns an array of strings describing the specified search engine
    [all...]

Completed in 4586 milliseconds

<<11121314151617181920>>