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

1 2 3 45 6 7 8 91011>>

  /external/skia/src/core/
SkRTree.h 79 virtual void search(const SkIRect& query, SkTDArray<void*>* results);
156 void search(Node* root, const SkIRect query, SkTDArray<void*>* results) const;
SkTileGrid.h 18 * structure that will be use in search() calls is known prior to insertion.
19 * Calls to search will return in constant time.
21 * Note: Current implementation of search() only supports looking-up regions
48 virtual void search(const SkIRect& query, SkTDArray<void*>* results) SK_OVERRIDE;
57 // Used by search() and in SkTileGridHelper implementations
  /external/webkit/Source/WebCore/page/
Location.idl 59 attribute [CustomSetter] DOMString search;
  /external/webkit/Source/WebCore/platform/graphics/android/context/
RTree.h 73 // Does an overlap search
74 void search(WebCore::IntRect& clip, Vector<WebCore::RecordingData*>& list);
134 void search(int minx, int miny, int maxx, int maxy, Vector<WebCore::RecordingData*>& list);
  /external/zlib/src/contrib/minizip/
make_vms.com 1 $ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig
  /frameworks/base/tests/DumpRenderTree2/assets/
run_layout_tests.py 50 if re.search("^INSTRUMENTATION_STATUS_CODE: -1", stdoutdata, re.MULTILINE) != None:
53 if re.search("^OK \([0-9]+ tests?\)", stdoutdata, re.MULTILINE) == None:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 43 import org.eclipse.jdt.core.search.IJavaSearchConstants;
44 import org.eclipse.jdt.core.search.IJavaSearchScope;
45 import org.eclipse.jdt.core.search.SearchEngine;
46 import org.eclipse.jdt.core.search.SearchMatch;
47 import org.eclipse.jdt.core.search.SearchParticipant;
48 import org.eclipse.jdt.core.search.SearchPattern;
49 import org.eclipse.jdt.core.search.SearchRequestor;
129 // search is done. (There could be more than one since multiple requests could
130 // arrive for a slow search since the search is run in a different thread)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 31 import static org.eclipse.jdt.core.search.IJavaSearchConstants.REFERENCES;
64 import org.eclipse.jdt.core.search.IJavaSearchScope;
65 import org.eclipse.jdt.core.search.SearchEngine;
66 import org.eclipse.jdt.core.search.SearchMatch;
67 import org.eclipse.jdt.core.search.SearchParticipant;
68 import org.eclipse.jdt.core.search.SearchPattern;
69 import org.eclipse.jdt.core.search.SearchRequestor;
101 * The maximum number of milliseconds to search for an activity in the codebase when
524 // Search for which java classes call setContentView(R.layout.layoutname);
536 search(requestor, javaProject, pattern) method
678 search(requestor, javaProject, pattern); method
696 private static void search(SearchRequestor requestor, IJavaProject javaProject, method in class:ManifestInfo
    [all...]
  /bionic/libc/upstream-netbsd/libc/stdlib/
tdelete.c 4 * Tree search generalized from Knuth (6.2.2) Algorithm T just like
21 #include <search.h>
  /developers/samples/android/content/contacts/BasicContactables/BasicContactables/src/main/java/com/example/android/basiccontactables/
MainActivity.java 27 * Simple one-activity app that takes a search term via the Action Bar
28 * and uses it as a query to search the contacts database via the Contactables
86 (SearchView) menu.findItem(R.id.search).getActionView();
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ObjectStack.java 191 public int search(Object o) method in class:ObjectStack
  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard_unittest.cc 22 // - kSearchKey is mapped to |search|.
25 ModifierMap GetMap(ModifierKey search, ModifierKey control, ModifierKey alt) {
27 // Use the Search key as |search|.
28 modifier_key.push_back(ModifierKeyPair(kSearchKey, search));
35 // - kSearchKey is mapped to |search|.
39 ModifierKey search, ModifierKey control, ModifierKey alt) {
42 if ((std::count(begin, end, ModifierKeyPair(kSearchKey, search)) == 1) &&
79 tmp_map.push_back(ModifierKeyPair(kSearchKey, kVoidKey)); // two search maps
96 // CreateFullXkbLayoutName can remap Search/Ctrl/Alt to CapsLock
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
main.js 20 if (document.location.search) {
21 var json = decodeURIComponent(document.location.search.substr(1));
  /external/chromium/chrome/common/extensions/docs/js/
bootstrap.js 16 // Regenerate page if we are passed the "?regenerate" search param
19 if (window.location.search == "?regenerate" ||
  /external/icu4c/common/
ustack.cpp 56 int32_t UStack::search(void* obj) const { function in class:UStack
  /external/icu4c/i18n/
usrchimp.h 61 struct USearch *search; member in struct:UStringSearch
98 * @param strsrch string search data
109 * @param strsrch string search data
119 * @param strsrch string search data
130 * @param strsrch string search data
  /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/marisa-trie/
Android.mk 28 lib/marisa/trie-search.cc \
60 v0_1_5/lib/marisa_alpha/trie-search.cc \
  /external/markdown/markdown/extensions/
fenced_code.py 90 m = FENCED_BLOCK_RE.search(text)
  /external/skia/tools/copyright/
fileparser.py 40 if self._copyright_pattern.search(block):
  /external/v8/test/mjsunit/
string-search.js 29 var r = str.search('a');
37 var r = s.search(s);
testcfg.py 59 flags_match = FLAGS_PATTERN.search(source)
67 files_match = FILES_PATTERN.search(source);
72 files_match = FILES_PATTERN.search(source, files_match.end())
78 if SELF_SCRIPT_PATTERN.search(source):
  /external/webkit/Source/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));

Completed in 1208 milliseconds

1 2 3 45 6 7 8 91011>>