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

<<21222324252627282930>>

  /external/chromium_org/tools/telemetry/telemetry/core/backends/remote/
trybot_browser_finder.py 151 match = re.search(r'https://codereview.chromium.org/[\d]+', out)
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
list_ports_windows.py 206 m = re.search(r'VID_([0-9a-f]{4})&PID_([0-9a-f]{4})(\\(\w+))?', szHardwareID_str, re.I)
  /external/chromium_org/tools/valgrind/
valgrind_test.py 187 logging.info("Search the log for '[ERROR]' to see the error reports.")
315 if not re.search('^\s*<key>fake_dsym</key>$', dsym_info_plist_contents,
478 for f in filenames if re.search("\.[0-9]+\.[0-9]+$", f)])
508 if re.search("\.%d\.[0-9]+$" % ppid, f)]
520 print "Hint: you can search for the reports by Ctrl+F -> `=#`"
    [all...]
  /external/deqp/android/scripts/
build.py 16 m = re.search('([a-z]+)\s*\=\s*"([^"]+)"', line)
  /external/eigen/debug/gdb/
printers.py 201 if function.search(typename):
  /external/elfutils/0.153/libdw/
fde.c 55 #include <search.h>
66 /* Find out which of the two arguments is the search value.
131 /* Add the new entry to the search tree. */
174 /* Use a binary search table in .eh_frame_hdr format, yield an FDE offset. */
248 /* Use .eh_frame_hdr binary search table if possible. */
  /external/elfutils/0.153/libdwfl/
cu.c 53 #include <search.h>
111 /* The ranges are sorted by address, so we can use binary search. */
  /external/icu/icu4c/source/common/
uvector.h 328 int32_t search(void* obj) const;
  /external/lldb/test/functionalities/load_unload/
TestLoadUnload.py 31 """Test target modules list after loading a different copy of the library libd.dylib, and verifies that it works with 'target modules search-paths add'."""
52 # Add an image search path substitution pair.
53 self.runCmd("target modules search-paths add %s %s" % (os.getcwd(), new_dir))
54 # Add teardown hook to clear image-search-paths after the test.
57 self.addTearDownHook(lambda: self.runCmd("target modules search-paths clear"))
59 self.expect("target modules search-paths list",
62 self.expect("target modules search-paths query %s" % os.getcwd(), "Image search path successfully transformed",
165 # Search for and match the "Image ([0-9]+) loaded" pattern.
170 match = pattern.search(l
    [all...]
  /external/lldb/test/functionalities/target_command/
TestTargetCommand.py 77 match = pattern.search(line)
  /external/lldb/test/pexpect-2.4/examples/
bd_serv.py 298 m = p.search (hcs)
  /external/lldb/test/python_api/event/
TestEvents.py 259 match = pattern.search(desc)
  /external/lldb/utils/vim-lldb/plugin/
lldb.vim 140 " Returns cword if search term is empty
145 " Returns cleaned cWORD if search term is empty
  /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/oprofile/
oprofile_android 255 vma_start = re.search('([0-9a-fA-F]{8}) T _text', output).group(1)
256 vma_end = re.search('([0-9a-fA-F]{8}) A _etext', output).group(1)
  /external/protobuf/python/
ez_setup.py 260 match = re.search("\nmd5_data = {\n([^}]+)}", src)
  /external/sepolicy/
system_server.te 240 allow system_server { system_app_data_file bluetooth_data_file nfc_data_file radio_data_file shell_data_file app_data_file }:dir { getattr read search };
392 # Allow system server to search and write to the persistent factory reset
394 allow system_server block_device:dir search;
  /external/skia/bench/
QuadTreeBench.cpp 136 fTree->search(query, &hits);
RTreeBench.cpp 146 fTree->search(query, &hits);
  /external/skia/experimental/benchtools/
greenify.py 109 data = EXCEPTION_RE_COMPILED.search(l)
  /external/skia/tests/
BBoxHierarchyTest.cpp 80 tree.search(query, &hits);
  /external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/
ConfigureProviderManager.java 64 import org.jivesoftware.smackx.search.UserSearch;
137 // User Search
138 pm.addIQProvider("query","jabber:iq:search", new UserSearch.Provider());
  /external/smack/src/org/jivesoftware/smackx/
ConfigureProviderManager.java 64 import org.jivesoftware.smackx.search.UserSearch;
137 // User Search
138 pm.addIQProvider("query","jabber:iq:search", new UserSearch.Provider());

Completed in 2524 milliseconds

<<21222324252627282930>>