/external/lldb/test/pexpect-2.4/examples/ |
hive.py | 408 m = p.search (hcs)
|
/external/lldb/test/pexpect-2.4/ |
pexpect.py | 311 seach buffer Pexpect will search for pattern matches. Every time 313 incomming buffer. The default is to search from the beginning of the 1635 def search(self, buffer, freshlen, searchwindowsize=None): member in class:searcher_string 1733 def search(self, buffer, freshlen, searchwindowsize=None): member in class:searcher_re [all...] |
/external/lldb/test/unittest2/ |
case.py | 142 if not expected_regexp.search(str(exc_value)): [all...] |
/external/lldb/utils/vim-lldb/python-vim-lldb/ |
vim_ui.py | 143 match = re.search('at\ ([^:]+):([\d]+)', desc)
|
/external/llvm/utils/ |
llvm-compilers-check | 332 if re.search("End of search list", str(line)) is not None: 337 if re.search("#include <...> search starts", str(line)) is not None:
|
/external/openfst/src/include/fst/extensions/ngram/ |
ngram-fst.h | 818 const Label* search = lower_bound(start, end, label); local 819 if (search != end && *search == label) { 820 size_t state = search - start;
|
/external/protobuf/gtest/test/ |
gtest_filter_unittest.py | 311 param_tests_present = PARAM_TEST_REGEX.search(
|
/external/skia/src/core/ |
SkRecordOpts.cpp | 42 while (pattern.search(record, &begin, &end)) {
|
/external/skia/src/gpu/gl/ |
GrGpuGL.h | 221 // binary search for entry matching desc. returns index into fEntries that matches desc or ~ 223 int search(const GrGLProgramDesc& desc) const;
|
/external/skia/src/pdf/ |
SkPDFFont.cpp | 158 // if the data was NUL terminated so that we can use strstr() to search it. 466 // typing char id 0x0014 in search box will get glyph id 0x0004 first. However, 888 // TODO(vandebo): Optimize this, do only one search? 889 FontRec search(NULL, fontID, glyphID); 890 *index = CanonicalFonts().find(search); 894 search.fGlyphID = 0; 895 *index = CanonicalFonts().find(search); [all...] |
/external/valgrind/main/none/tests/ |
cmdline2.stdout.exp | 66 --extra-debuginfo-path=path absolute path to search for additional 68 well known search paths.
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
DocumentsActivity.java | 545 final MenuItem search = menu.findItem(R.id.menu_search); local 558 // Search uses backend ranking; no sorting 561 search.expandActionView(); 572 search.collapseActionView(); 601 // TODO: close any search in-progress when hiding 602 search.setVisible(searchVisible); 863 // Ongoing search [all...] |
/frameworks/base/services/core/java/com/android/server/search/ |
Searchables.java | 17 package com.android.server.search; 64 // Contains all installed activities that handle the global search 96 * <li>The activity itself implements search. This is indicated by the 98 * The value is a reference to an XML file containing search information.</li> 99 * <li>A related activity implements search. This is indicated by the 101 * The value is a string naming the activity implementing search. In this 104 * code will insert the "default" (e.g. contacts) search. 189 * refill as the user clicks "search". 252 // Find the global search activity 256 // Find the web search activit [all...] |
/packages/apps/Settings/src/com/android/settings/search/ |
DynamicIndexableContentMonitor.java | 17 package com.android.settings.search;
|
SearchIndexableResources.java | 17 package com.android.settings.search;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
algorithmfwd.h | 338 search(_FIter1, _FIter1, _FIter2, _FIter2, __gnu_parallel::sequential_tag); 342 search(_FIter1, _FIter1, _FIter2, _FIter2); 346 search(_FIter1, _FIter1, _FIter2, _FIter2, _BiPredicate, 351 search(_FIter1, _FIter1, _FIter2, _FIter2, _BiPredicate);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
algorithmfwd.h | 338 search(_FIter1, _FIter1, _FIter2, _FIter2, __gnu_parallel::sequential_tag); 342 search(_FIter1, _FIter1, _FIter2, _FIter2); 346 search(_FIter1, _FIter1, _FIter2, _FIter2, _BiPredicate, 351 search(_FIter1, _FIter1, _FIter2, _FIter2, _BiPredicate);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
algorithmfwd.h | 338 search(_FIter1, _FIter1, _FIter2, _FIter2, __gnu_parallel::sequential_tag); 342 search(_FIter1, _FIter1, _FIter2, _FIter2); 346 search(_FIter1, _FIter1, _FIter2, _FIter2, _BiPredicate, 351 search(_FIter1, _FIter1, _FIter2, _FIter2, _BiPredicate);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
algorithmfwd.h | 338 search(_FIter1, _FIter1, _FIter2, _FIter2, __gnu_parallel::sequential_tag); 342 search(_FIter1, _FIter1, _FIter2, _FIter2); 346 search(_FIter1, _FIter1, _FIter2, _FIter2, _BiPredicate, 351 search(_FIter1, _FIter1, _FIter2, _FIter2, _BiPredicate);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
config.py | 34 "list of directories to search for header files"), 42 "directories to search for external C libraries"), 176 # XXX need access to the header search path and maybe default macros. 217 if pattern.search(line):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_filelist.py | 135 'search')) 146 'search')) 150 '*.py', anchor=True, is_regex=False).search('filelist.py'))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
unixccompiler.py | 7 * include search directories specified with -Idir 9 * library search directories specified with -Ldir 257 m = re.search(r'-isysroot\s+(\S+)', cflags)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
generator.py | 371 if not cre.search(text):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
posixpath.py | 300 m = _varprog.search(path, i)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
config.py | 34 "list of directories to search for header files"), 42 "directories to search for external C libraries"), 176 # XXX need access to the header search path and maybe default macros. 217 if pattern.search(line):
|