HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 726 - 750 of 1678) sorted by null

<<21222324252627282930>>

  /external/icu/icu4c/source/common/
uvector.h 328 int32_t search(void* obj) const;
  /external/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/
default.pred.pass.cpp 24 // return std::search(__f, __l, __first_, __last_, __pred_);
54 assert(result == std::experimental::search(b1, e1, s));
  /external/llvm/utils/TableGen/
tdtags 30 -I <dir> Add the directory to the search path for tblgen include files.
78 -I <dir> Add the directory <dir> to the search path for 'include'
  /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/mesa3d/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py 174 if reLibintl_h.search (line):
  /external/opencv3/modules/ts/misc/
perf_tests_timing.py 47 find_module_name = re.search(r'([^_]*)', fname)
  /external/opencv3/samples/python2/
demo.py 143 match_index = text.search(pattern, 'matchPos', count=count, regexp=regexp, stopindex='end')
  /external/protobuf/gtest/scripts/
pump.py 173 m = regex.search(line)
235 m = regex.search(line)
253 m = re.search(regex, line)
262 m = re.search(regex, line)
  /external/protobuf/python/
ez_setup.py 269 match = re.search("\nmd5_data = {\n([^}]+)}", src)
  /external/selinux/policycoreutils/gui/
semanagePage.py 87 def search(self, model, col, key, i): member in class:semanagePage
  /external/selinux/policycoreutils/po/
Makefile 65 ../sepolicy/search.c \
  /external/skia/src/core/
SkRecordOpts.cpp 30 while (match.search(record, &begin, &end)) {
  /external/skia/src/gpu/
GrRecordReplaceDraw.cpp 95 bbh->search(query, &fOps);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptEditor.java 94 SAVE, SAVE_AND_RUN, PREFERENCES, API_BROWSER, HELP, SHARE, GOTO, SEARCH;
189 menu.add(0, MenuId.SEARCH.getId(), 0, "Find").setIcon(android.R.drawable.ic_menu_search);
229 } else if (item.getItemId() == MenuId.SEARCH.getId()) {
338 b.setTitle("Search and Replace");
587 String search = Pattern.quote(findText); local
593 search = "\\b" + search + "\\b";
595 Pattern p = Pattern.compile(search, flags);
599 Toast.makeText(this, "Search not found.", Toast.LENGTH_SHORT).show();
  /external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
SmaliPositionManager.java 41 import com.intellij.psi.search.GlobalSearchScope;
  /external/tpm2/generator/
extract_structures.py 112 if not table_name.search(self._title):
  /external/v8/build/
landmines.py 172 re.search(r'(?:[Rr]elease)|(?:[Dd]ebug)', f)):
  /external/v8/tools/release/
create_release.py 91 match = re.search(r"^Review URL: https://codereview\.chromium\.org/(\d+)$",
search_related_commits.py 57 matches = re.search("(\{#)([0-9]*)(\})", original_message)
  /external/valgrind/gdbserver_tests/
mchelp.stdoutB.exp 47 after a leak search, shows the list of blocks of <loss_record_nr>
116 after a leak search, shows the list of blocks of <loss_record_nr>
  /external/valgrind/none/tests/
cmdline1.stdout.exp 69 --extra-debuginfo-path=path absolute path to search for additional
71 well known search paths.
  /external/webrtc/tools/sslroots/
generate_sslroots.py 66 label = re.search(r'\".*\"', line)
  /external/webrtc/webrtc/base/
stringutils.h 300 // Replaces all occurrences of "search" with "replace".
301 void replace_substrs(const char *search,
  /frameworks/base/core/java/android/provider/
Browser.java 140 * {@link SearchColumns#SEARCH}, and {@link SearchColumns#DATE}.
146 SearchColumns.SEARCH, // 1
391 * Add a search string to the searches database.
394 * @param search The string to add to the searches database.
397 public static final void addSearchUrl(ContentResolver cr, String search) {
401 * Remove all searches from the search database.
492 * Column definitions for the search history table, available at {@link #SEARCHES_URI}.
503 * The user entered search term.
505 public static final String SEARCH = "search";
    [all...]
  /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...]

Completed in 1097 milliseconds

<<21222324252627282930>>