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

<<11121314151617181920>>

  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 239 // 2. When the search is done, this buffer is used to get candiates from the
253 // Reset the search space totally.
256 // Reset the search space from ch_pos step. For example, if the original
257 // input Pinyin is "an", reset_search(1) will reset the search space to the
393 // Reset the search space. Equivalent to reset_search(0).
397 // Search a Pinyin string.
399 size_t search(const char *py, size_t py_len);
402 // a re-search.
413 // return the result of the previous search.
417 // Get the number of candiates, called after search()
    [all...]
  /packages/providers/ApplicationsProvider/tests/src/com/android/providers/applications/
ApplicationsProviderTest.java 152 // is triggered by a zero-query from global search).
246 Cursor cursor = Applications.search(getMockContentResolver(), searchQuery);
258 assertEquals("Wrong number of app search results.",
266 assertEquals("Wrong search result at position " + i,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
FixImportsJob.java 36 import org.eclipse.jdt.core.search.TypeNameMatch;
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 8 it easy to navigate, search, and modify the tree.
341 found = strainer.search(i)
902 def search(self, markup): member in class:SoupStrainer
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 144 #include <search.h>
1681 struct suffix search = { .name = (yyvsp[(5) - (6)].field)->name }; local
1714 struct known_bitfield search; local
1795 struct known_bitfield search; local
1869 struct known_bitfield search; local
2411 struct synonym search = { .from = fieldname }; local
2513 struct argstring search = { .str = runp->operands[i].fct }; local
2810 struct argstring search = { .str = instr->operands[i].fct }; local
2821 struct argstring search = { .str = instr->operands[i].str }; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 106 import org.eclipse.jdt.core.search.IJavaSearchConstants;
107 import org.eclipse.jdt.core.search.IJavaSearchScope;
108 import org.eclipse.jdt.core.search.SearchEngine;
109 import org.eclipse.jdt.core.search.SearchMatch;
110 import org.eclipse.jdt.core.search.SearchParticipant;
111 import org.eclipse.jdt.core.search.SearchPattern;
112 import org.eclipse.jdt.core.search.SearchRequestor;
620 // Search for the method in the Java index, filtering by the required click handler
665 engine.search(pattern, participants, scope, requestor, new NullProgressMonitor());
669 // TODO: Create a project+dependencies scope and search only that scop
    [all...]
  /external/chromium/chrome/browser/resources/
keyboard_overlay_data.js 496 "notes": "search",
979 "notes": "search",
    [all...]
  /external/chromium/chrome/browser/resources/shared/js/
util.js 68 var query = unescape(location.search.substring(1));
  /external/e2fsprogs/config/
config.rpath 3 # run time search path of shared libraries in an executable.
136 # no search path for DLLs.
232 # no search path for DLLs.
258 hardcode_minus_L=yes # Not in the search PATH, but as the default
380 sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
507 # Compile-time system search path for libraries
510 # Run-time system search path for libraries
  /external/icu4c/i18n/
Android.mk 55 search.cpp simpletz.cpp smpdtfmt.cpp \
  /external/icu4c/layout/
LayoutEngine.cpp 53 le_int32 index = OpenTypeUtilities::search((le_uint32)ch, (le_uint32 *)controlChars, controlCharsCount);
61 le_int32 index = OpenTypeUtilities::search((le_uint32) ch, (le_uint32 *)DefaultCharMapper::mirroredChars, DefaultCharMapper::mirroredCharsCount);
  /external/iproute2/examples/
dhcp-client-script 311 echo search $new_domain_name >> /etc/resolv.conf.dhcp
  /external/libsepol/tests/policies/test-deps/
base-metreq.conf 165 search
small-base.conf 165 search
  /external/libsepol/tests/policies/test-linker/
small-base.conf 165 search
  /external/v8/test/mjsunit/
function-names.js 116 "lastIndexOf", "localeCompare", "match", "replace", "search", "slice",
string-indexof-1.js 102 // Search for a non-ASCII string in a pure ASCII string.
107 // Search in string containing many non-ASCII chars.
111 // Search for string long enough to trigger complex search with ASCII pattern
  /external/webkit/Source/JavaScriptCore/wtf/
AVLTree.h 148 inline handle search(key k, SearchType st = EQUAL);
600 // Last unbalanced node encountered in search for insertion point.
692 AVLTree<Abstractor, maxDepth, BSet>::search(key k, typename AVLTree<Abstractor, maxDepth, BSet>::SearchType st)
925 /* Search for node already in tree with same key. */
  /external/webkit/Source/WebCore/css/
html.css 406 input, input[type="password"], input[type="search"], isindex {
416 input[type="search"] {
421 input[type="search"]::-webkit-search-cancel-button {
426 input[type="search"]::-webkit-search-decoration {
431 input[type="search"]::-webkit-search-results-decoration {
436 input[type="search"]::-webkit-search-results-button
    [all...]
  /external/webkit/Source/WebKit/chromium/src/js/
Tests.js 248 // Iterate over displayed functions and search for a function
674 test.assertTrue(scriptResource.url.search(scriptName + "$") !== -1, "Main HTML resource should be selected.");
739 if (options[i].text.search(missing[j]) !== -1) {
  /external/webkit/Source/WebKit/win/Interfaces/
IWebViewPrivate.idl 96 HRESULT markAllMatchesForText([in] BSTR search, [in] BOOL caseSensitive, [in] BOOL highlight, [in] UINT limit, [out] UINT* matches);
  /external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot.py 205 return None # We ran off the limit of our search
310 builder['is_green'] = not re.search('fail', cell.renderContents()) or \
311 not not re.search('lost', cell.renderContents())
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 49 import com.android.browser.search.SearchEngine;
50 import com.android.browser.search.SearchEngines;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 108 search
160 * @defgroup binary_search_algorithms Binary Search Algorithms
163 * These algorithms are variations of a classic binary search, and
172 * proposed resolution reinterprets binary search. Instead of
520 // search
713 search(_FIter1, _FIter1, _FIter2, _FIter2);
717 search(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 110 search
163 * @defgroup binary_search_algorithms Binary Search
166 * These algorithms are variations of a classic binary search, and
175 * proposed resolution reinterprets binary search. Instead of
525 // search
722 search(_FIter1, _FIter1, _FIter2, _FIter2);
726 search(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);

Completed in 1885 milliseconds

<<11121314151617181920>>