HomeSort by relevance Sort by last modified time
    Searched refs:re (Results 226 - 250 of 795) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/tools/
generate-notice-files.py 29 import re namespace
96 SRC_DIR_STRIP_RE = re.compile(input_dir + "(/.*).txt")
154 SRC_DIR_STRIP_RE = re.compile(input_dir + "(/.*).txt")
  /cts/suite/audio_quality/lib/include/task/
TaskCase.h 50 std::list<BufferPair>* findAllBuffers(const android::String8& re);
111 std::list<ValuePair>* findAllValues(const android::String8& re);
118 std::list<IndexPair>* findAllIndices(const android::String8& re);
  /external/chromium/testing/gtest/scripts/
fuse_gtest_files.py 62 import re namespace
71 INCLUDE_GTEST_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(gtest/.+)"')
74 INCLUDE_SRC_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(src/.+)"')
  /external/clang/utils/
SummarizeErrors 3 import os, sys, re namespace
27 kDiagnosticRE = re.compile(': (error|warning): (.*)')
28 kAssertionRE = re.compile('Assertion failed: (.*, function .*, file .*, line [0-9]+\\.)')
  /external/gtest/scripts/
fuse_gtest_files.py 62 import re namespace
71 INCLUDE_GTEST_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(gtest/.+)"')
74 INCLUDE_SRC_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(src/.+)"')
  /external/llvm/utils/release/
findRegressions-simple.py 2 import re, string, sys, os, time, math namespace
13 d = re.sub(r',\d+:\d', '', d)
15 r = re.findall(r'TEST-(PASS|FAIL|RESULT.*?):\s+(.*?)\s+(.*?)\r*\n', d)
  /external/markdown/markdown/extensions/
codehilite.py 143 import re namespace
150 c = re.compile(r'''
154 ''', re.VERBOSE)
  /external/protobuf/gtest/scripts/
fuse_gtest_files.py 62 import re namespace
71 INCLUDE_GTEST_FILE_REGEX = re.compile(r'^\s*#\s*include\s*<(gtest/.+)>')
74 INCLUDE_SRC_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(src/.+)"')
  /external/webkit/Tools/Scripts/
check-inspector-strings 33 import re namespace
69 line_strings = re.findall(pattern, line)
84 match = re.match(r"localizedStrings\[\"((?:[^\"\\]|\\.)*?)\"", line)
  /external/webkit/Tools/Scripts/webkitpy/common/net/
credentials.py 34 import re namespace
74 match = re.search("%s\"(?P<value>.+)\"" % label,
76 re.MULTILINE)
testoutput.py 26 import re namespace
66 filename = re.sub('-expected\..*$', '', filename)
67 filename = re.sub('-actual\..*$', '', filename)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
deduplicate_tests.py 38 import re namespace
88 match = re.match(r'^(platform/.*?/)?(.*)', path)
139 match = re.match(r'^platform/(.*?)/', path)
179 filename: The test file we're trying to get a relative path to.
180 relative_to: The absolute path we're relative to.
  /frameworks/compile/slang/tests/
test.py 13 import re namespace
151 bc_dst = re.sub('tmp\/', cts_res_raw_path, bc_src, 1)
154 java_dst = re.sub('tmp\/', cts_src_path, java_src, 1)
  /pdk/build/
prepare_pdk_tree.py 23 import re namespace
33 self.patterns = [re.compile('path=\"([^\"]*)\".*groups=\"([^\"]*)\"'), \
34 re.compile('groups=\"([^\"]*)\".*path=\"([^\"]*)\"')]
  /external/v8/test/mjsunit/regress/
regress-regexp-codeflush.js 36 var re = new RegExp('(s)', "g");
45 // Make a long string with plenty of matches for re.
54 x.replace(re, foo);
  /gdk/build/core/
setup-app.mk 49 # This ensures that if the build fails, you're not going to mistakenly
50 # package an obsolete version of it. Or if you change the ABIs you're targetting,
51 # you're not going to leave a stale shared library for the old one.
  /packages/apps/Settings/src/com/android/settings/users/
UserDetailsSettings.java 102 } catch (RemoteException re) {
176 } catch (RemoteException re) {
178 Log.e(TAG, "Couldn't remove user " + mUserId + "\n" + re);
218 } catch (RemoteException re) {
247 } catch (RemoteException re) {
259 } catch (RemoteException re) {
  /cts/tests/accessibilityservice/src/android/accessibilityservice/delegate/
DelegatingAccessibilityService.java 84 } catch (RemoteException re) {
98 } catch (RemoteException re) {
  /development/testrunner/test_defs/
gtest.py 22 import re namespace
117 if re.search("_test$|_test_$|_unittest$|_unittest_$|^test_", name):
native_test.py 22 import re namespace
120 if re.search("_test$|_test_$|_unittest$|_unittest_$|^test_", name):
  /external/aac/libFDK/include/
FDK_trigFcts.h 184 sl = (LONG)tmp.v.re;
190 cl = (LONG)tmp.v.re;
  /external/antlr/antlr-3.4/runtime/Python/tests/
t005lexer.py 16 def reportError(self, re):
18 raise re
t010lexer.py 16 def reportError(self, re):
18 raise re
t011lexer.py 16 def reportError(self, re):
18 raise re
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
nuances.rb 76 def recover(re)
77 raise re

Completed in 2096 milliseconds

1 2 3 4 5 6 7 8 91011>>