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

<<21222324

  /external/elfutils/src/
ar.c 39 #include <search.h>
    [all...]
  /external/v8/src/
array.js     [all...]
runtime.cc 58 #include "string-search.h"
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
AuditRules.js 184 if (!parsedURL.host.search(WebInspector.AuditRules.IPAddressRegexp))
    [all...]
inspector.js 380 var queryParams = window.location.search;
676 section.addKey(shortcut.shortcutToString("f", shortcut.Modifiers.CtrlOrMeta), WebInspector.UIString("Search"));
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java     [all...]
  /external/regex-re2/lib/codereview/
codereview.py 753 elif re.search('<enter reason for undo>', clx.desc):
928 files = [f for f in files if f.startswith('src/') and re.search(r"\.[chys]$", f) and not re.search(r"\.tab\.[ch]$", f)]
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/libmtp/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/libvorbis/
ltmain.sh     [all...]
  /external/open-vcdiff/
ltmain.sh     [all...]
  /external/protobuf/
ltmain.sh     [all...]
  /external/qemu/distrib/sdl-1.2.15/build-scripts/
ltmain.sh     [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java     [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp 658 fBoundingHierarchy->search(query, &results);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js     [all...]
  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 86 // share_buf's size is determined by the buffers for search.
93 // The buffers for search are based on the share buffer
315 // Re-search the Pinyin string for the unlocked lemma
419 size_t MatrixSearch::search(const char *py, size_t py_len) { function in class:ime_pinyin::MatrixSearch
423 // If the search Pinyin string is too long, it will be truncated.
428 // increase search efficiency.
553 // The composing phrase is valid, reset all search space,
554 // and begin a new search which will only extend the composing
578 // Reseting search only clear pys_decoded_len_, but the string is kept.
976 // Extend the search matrix, from the oldest unfixed row. ext_len mean
    [all...]
  /external/icu4c/i18n/
csrsbcs.cpp 32 * Binary search for value in table, which must have exactly 64 entries.
35 int32_t NGramParser::search(const int32_t *table, int32_t value) function in class:NGramParser
78 if (search(ngramList, thisNgram) >= 0) {
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 

Completed in 1419 milliseconds

<<21222324