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

1 2 3 45 6 7 8 91011>>

  /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/markdown/markdown/extensions/
fenced_code.py 90 m = FENCED_BLOCK_RE.search(text)
  /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));
binding-001.js 65 var match = e.toString().search(/ReferenceError/);
regress-95101.js 56 var match = e.toString().search(/ReferenceError/);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
regress-50447.js 65 if (e.fileName.search (/-50447\.js$/i) == -1)
  /external/webkit/Source/WebCore/html/
HTMLAnchorElement.h 82 String search() const;
  /external/webkit/Source/WebCore/inspector/front-end/
InspectorFrontendHostStub.js 80 search: function(sourceRow, query)
  /external/webkit/Source/WebCore/page/
Location.h 69 String search() const;
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
update_webgl_conformance_tests.py 55 search = r'(?:[^"\'= ]*/)?' + re.escape(filename)
59 text = re.sub(search, replace, text)
  /packages/apps/Browser/src/com/android/browser/search/
SearchEnginePreference.java 16 package com.android.browser.search;
SearchEngines.java 16 package com.android.browser.search;
64 Log.e(TAG, "Cannot load search engine " + name, exception);
  /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...]
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-prevents-rebase.js 8 debug("Search attribute, update document base URI without attribute having been set");
10 a.href = "?search";
12 shouldBe("a.href", "'http://new_base/?search'");
14 debug("Search attribute, update document base URI after attribute has been set");
17 a.search = "search";
19 shouldBe("a.href", "'http://old_base/?search'");
  /packages/apps/Browser/src/com/android/browser/
UrlInputView.java 41 import com.android.browser.search.SearchEngine;
42 import com.android.browser.search.SearchEngineInfo;
43 import com.android.browser.search.SearchEngines;
49 * url/search input view
290 public void onSearch(String search) {
291 mListener.onCopySuggestion(search);

Completed in 817 milliseconds

1 2 3 45 6 7 8 91011>>