/external/chromium_org/tools/metrics/actions/ |
extract_actions.py | 168 action_re = re.compile(r'''\{ [\w']+, +\w+, +"(.*)" +\},''') 327 flag_name_re = re.compile(r'\s*"([0-9a-zA-Z\-_]+)",\s*// FLAGS:RECORD_UMA') 421 action_re = re.compile(r'[^a-zA-Z]UserMetricsAction\("([^"]*)') 422 malformed_action_re = re.compile(r'[^a-zA-Z]UserMetricsAction\([^"]') 423 computed_action_re = re.compile(r'RecordComputedAction')
|
/external/chromium_org/tools/perf_expectations/ |
update_perf_expectations.py | 110 search_string = re.compile(tests_to_update)
|
/external/chromium_org/tools/python/google/ |
platform_utils_win.py | 190 drive_regexp = re.compile(r'([a-z]):[/\\]', re.IGNORECASE)
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
android_profiling_helper_unittest.py | 116 is_unstripped = re.compile('^/data/app/.*\.so$')
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
tracing_category_filter.py | 38 _delay_re = re.compile(r'DELAY[(][A-Za-z0-9._;]+[)]')
|
/external/chromium_org/tools/usb_gadget/ |
server.py | 22 VERSION_PATTERN = re.compile(r'.*usb_gadget-([a-z0-9]{32})\.zip')
|
/external/chromium_org/v8/test/message/ |
testcfg.py | 37 FLAGS_PATTERN = re.compile(r"//\s+Flags:(.*)")
|
/external/chromium_org/v8/test/mjsunit/ |
constant-folding.js | 29 // The code generator now handles compile-time constants specially. 30 // Test the code generated when operands are known at compile time
|
/external/chromium_org/v8/test/preparser/ |
testcfg.py | 48 rule_regex = re.compile("^([\w\-]+)(?::([\w\-]+))?(?::(\d+),(\d+))?$")
|
/external/clang/www/ |
make_cxx_dr_status | 34 status_re = re.compile(r'\bdr([0-9]+): (.*)')
|
/external/doclava/src/com/google/doclava/ |
Proofread.java | 28 static final Pattern WHITESPACE = Pattern.compile("\\r?\\n");
|
/external/eigen/blas/ |
common.h | 20 #error the token SCALAR must be defined to compile this file
|
/external/emma/core/java12/com/vladium/util/ |
WCMatcher.java | 21 public static WCMatcher compile (final String pattern) method in class:WCMatcher
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
C_P_A_L_.py | 30 def compile(self, ttFont): member in class:table_C_P_A_L_
|
S_I_N_G_.py | 60 def compile(self, ttFont): member in class:table_S_I_N_G_
|
_h_d_m_x.py | 30 def compile(self, ttFont): member in class:table__h_d_m_x
|
_h_m_t_x.py | 45 def compile(self, ttFont): member in class:table__h_m_t_x
|
_m_a_x_p.py | 42 def compile(self, ttFont): member in class:table__m_a_x_p
|
sbixBitmap.py | 53 def compile(self, ttFont): member in class:Bitmap 56 raise ttLib.TTLibError("Can't compile bitmap without glyph name") 57 # TODO: if ttFont has no maxp, cmap etc., ignore glyph names and compile by index? 58 # (needed if you just want to compile the sbix table on its own) 69 # but empty ones can be calculated at compile time
|
/external/guava/guava/src/com/google/common/net/ |
HostAndPort.java | 136 private static final Pattern BRACKET_PATTERN = Pattern.compile("^\\[(.*:.*)\\](?::(\\d*))?$");
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
PackageRemapper.java | 29 = Pattern.compile("\\[L[\\p{javaJavaIdentifierPart}\\.]+?;");
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
TextHtmlFunction.java | 56 Pattern.compile("(" + EMAIL_REGEXP + ")|(" + WITH_SCHEME_REGEXP + ")|("
|
/external/libcap-ng/libcap-ng-0.7/ |
compile | 83 # Adjust compile command to suit cl 97 # configure might choose to run compile as 'compile cc -o foo foo.c'. 204 Usage: compile [--help] [--version] PROGRAM [ARGS] 218 echo "compile $scriptversion" 236 # configure might choose to run compile as 'compile cc -o foo foo.c'. 289 # Run the compile.
|
/external/libopus/ |
compile | 125 # Adjust compile command to suit cl 139 # configure might choose to run compile as 'compile cc -o foo foo.c'. 237 Usage: compile [--help] [--version] PROGRAM [ARGS] 251 echo "compile $scriptversion" 269 # configure might choose to run compile as 'compile cc -o foo foo.c'. 322 # Run the compile.
|