/external/chromium-trace/catapult/telemetry/telemetry/story/ |
story_filter.py | 26 self._regex.search(story.display_name) or 27 (story.name and self._regex.search(story.name)))
|
/external/chromium-trace/catapult/third_party/Paste/paste/cowbell/ |
__init__.py | 84 end_head = re.search(r'</head>', body, re.I) 91 end_body = re.search(r'</body>', body, re.I)
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
root_list.js | 26 url: 'rpc/list' + window.location.search, 123 if (window.location.search.indexOf(path) != -1) {
|
/external/clang/tools/clang-format/ |
clang-format-diff.py | 69 match = re.search('^\+\+\+\ (.*?/){%s}(\S*)' % args.p, line) 82 match = re.search('^@@.*\+(\d+)(,(\d+))?', line)
|
/external/curl/packages/vms/ |
build_libcurl_pc.com | 27 $ if f$search("[--]libcurl.pc") .nes. "" then goto all_exit 54 $ if f$search(pc_file_in) .eqs. "" 57 $ if f$search(pc_file_in) .eqs. "" 60 $ if f$search(pc_file_in) .eqs. ""
|
setup_gnv_curl_build.com | 84 $ if f$search("sys$sysroot:[kerberos]include.dir") .nes. "" 116 $ if f$search(try_shr) .nes. "" then libzshr_line = "''try_shr'/share" 120 $ if f$search("''try_shr'.exe") .nes. "" 129 $ if f$search("''try_shr'.exe") .nes. "" 137 $ if f$search("''try_shr'.exe") .nes. "" 144 $ if f$search("''try_shr'.exe") .nes. "" 261 $ if f$search("[.packages.vms]curlmsg.obj") .eqs. "" 265 $ if f$search("gnv$curlmsg.exe") .eqs. "" 275 $ if f$search(init_obj) .eqs. ""
|
/external/deqp/framework/qphelper/ |
gen_release_info.py | 24 m = re.search(r'^[a-zA-Z0-9]{40}', src) 27 m = re.search(r'^ref:\s+([^\s]+)', src)
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_help_test.py | 113 self.assert_(HELP_REGEX.search(output), output) 137 self.assert_(not HELP_REGEX.search(output), output)
|
/external/gtest/test/ |
gtest_help_test.py | 113 self.assert_(HELP_REGEX.search(output), output) 137 self.assert_(not HELP_REGEX.search(output), output)
|
/external/libcxx/test/libcxx/android/ |
compiler.py | 25 match = re.search(r'-target\s+(\S+)', self.cxx_template) 36 match = re.search(r'^Target: (.+)$', line)
|
/external/markdown/markdown/extensions/ |
def_list.py | 32 return bool(self.RE.search(block)) 36 m = self.RE.search(block)
|
/external/protobuf/gtest/test/ |
gtest_help_test.py | 111 self.assert_(HELP_REGEX.search(output), output) 134 self.assert_(not HELP_REGEX.search(output), output)
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_help_test.py | 113 self.assert_(HELP_REGEX.search(output), output) 137 self.assert_(not HELP_REGEX.search(output), output)
|
/external/webrtc/webrtc/base/ |
stringutils.cc | 92 void replace_substrs(const char *search, 98 while ((pos = s->find(search, pos, search_len)) != std::string::npos) {
|
/external/zlib/src/contrib/minizip/ |
make_vms.com | 1 $ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/ |
compiler.py | 25 match = re.search(r'-target\s+(\S+)', self.cxx_template) 36 match = re.search(r'^Target: (.+)$', line)
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_help_test.py | 113 self.assert_(HELP_REGEX.search(output), output) 137 self.assert_(not HELP_REGEX.search(output), output)
|
/packages/apps/Settings/src/com/android/settings/ |
LegalSettings.java | 30 import com.android.settings.search.BaseSearchIndexProvider; 31 import com.android.settings.search.Indexable;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CustomViewFinder.java | 43 import org.eclipse.jdt.core.search.IJavaSearchConstants; 44 import org.eclipse.jdt.core.search.IJavaSearchScope; 45 import org.eclipse.jdt.core.search.SearchEngine; 46 import org.eclipse.jdt.core.search.SearchMatch; 47 import org.eclipse.jdt.core.search.SearchParticipant; 48 import org.eclipse.jdt.core.search.SearchPattern; 49 import org.eclipse.jdt.core.search.SearchRequestor; 129 // search is done. (There could be more than one since multiple requests could 130 // arrive for a slow search since the search is run in a different thread) [all...] |
/system/bt/btif/src/ |
btif_sdp.c | 23 * Implements the generic message handling and search functionality. 127 BTIF_TRACE_DEBUG("Sdp Search %s", __FUNCTION__); 139 BTIF_TRACE_DEBUG("Sdp Search %s", __FUNCTION__); 148 static bt_status_t search(bt_bdaddr_t *bd_addr, const uint8_t *uuid) function 163 search,
|
/external/v8/tools/release/ |
test_scripts.py | 674 self.assertTrue(re.search(r"patch content", patch)) 768 self.assertTrue(re.search(r"#define V8_MINOR_VERSION\s+22", version)) 769 self.assertTrue(re.search(r"#define V8_BUILD_NUMBER\s+5", version)) 770 self.assertFalse(re.search(r"#define V8_BUILD_NUMBER\s+6", version)) 771 self.assertTrue(re.search(r"#define V8_PATCH_LEVEL\s+0", version)) 773 re.search(r"#define V8_IS_CANDIDATE_VERSION\s+0", version)) [all...] |
/art/tools/checker/file_format/checker/ |
parser.py | 114 # Search for the nearest occurrence of the special markers. 121 matchWhitespace = re.search(r"\s+", line) 122 matchPattern = re.search(TestExpression.Regex.regexPattern, line) 123 matchVariableDefinition = re.search(TestExpression.Regex.regexVariableDefinition, line) 124 matchVariableReference = re.search(TestExpression.Regex.regexVariableReference, line)
|
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/ |
SearchActivity.java | 46 setContentView(R.layout.search);
|
/developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/ |
MainActivity.java | 27 * Simple one-activity app that takes a search term via the Action Bar 28 * and uses it as a query to search the contacts database via the Contactables 86 (SearchView) menu.findItem(R.id.search).getActionView();
|
/developers/samples/android/content/contacts/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/ |
MainActivity.java | 27 * Simple one-activity app that takes a search term via the Action Bar 28 * and uses it as a query to search the contacts database via the Contactables 86 (SearchView) menu.findItem(R.id.search).getActionView();
|