HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 426 - 450 of 925) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/
sync-webkit-git.py 76 m = re.search('(?<=/Source@)\w+', s)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
cros_power_monitor.py 97 board = re.search('BOARD=(.*)', board_data).group(1)
  /external/chromium_org/tools/telemetry/telemetry/results/
html_output_formatter.py 78 m = re.search(
  /external/chromium_org/v8/tools/push-to-trunk/
bump_up_version.py 85 # checkout that revision. With svn, we have to search backwards until that
180 if re.search(r"maintenance|no commits", message, flags=re.I):
  /external/elfutils/0.153/libdw/
cie.c 57 #include <search.h>
167 /* Add the new entry to the search tree. */
  /external/elfutils/0.153/libdwfl/
dwfl_module.c 51 #include <search.h>
  /external/icu/icu4c/source/i18n/
csrsbcs.h 42 * Binary search for value in table, which must have exactly 64 entries.
44 int32_t search(const int32_t *table, int32_t value);
usrchimp.h 167 struct USearch *search; member in struct:UStringSearch
205 * @param strsrch string search data
216 * @param strsrch string search data
226 * @param strsrch string search data
237 * @param strsrch string search data
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
cavl_if.h 98 L_SC AVL_HANDLE L_(search)(L_(avl) *tree, AVL_KEY k, avl_search_type st);
  /external/lldb/test/functionalities/process_launch/
TestProcessLaunch.py 180 if not re.search(mywd, line):
  /external/lldb/test/functionalities/watchpoint/multiple_threads/
TestWatchpointMultipleThreads.py 139 if re.search("Process .* exited", self.res.GetOutput()):
  /external/lldb/test/source-manager/
TestSourceManager.py 140 m = re.search('^\[(\d+)\].*// Set break point at this line.', output)
  /external/markdown/markdown/extensions/
codehilite.py 155 # search first line for shebang
156 m = c.search(fl)