/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/ |
perftest.py | 162 _description_regex = re.compile(r'^Description: (?P<description>.*)$', re.IGNORECASE) 163 _metrics_regex = re.compile(r'^(?P<metric>Time|Malloc|JS Heap):') 165 _score_regex = re.compile(r'^(?P<key>' + r'|'.join(_statistics_keys) + r')\s+(?P<value>([0-9\.]+(,\s+)?)+)\s*(?P<unit>.*)') 166 _console_regex = re.compile(r'^CONSOLE (MESSAGE|WARNING):') 234 re.compile(r'^Unknown option:'), 235 re.compile(r'^\[WARNING:proxy_service.cc'), 236 re.compile(r'^\[INFO:'), 238 re.compile(r'INFO:SkFontHost_fontconfig.cpp'), 239 re.compile(r'Running without the SUID sandbox'), 241 re.compile(r'InitializeSandbox\(\) called with multiple threads in process gpu-process') [all...] |
/external/qemu/distrib/sdl-1.2.15/build-scripts/ |
makedep.sh | 54 \$(LIBTOOL) --mode=compile \$(CC) \$(CFLAGS) \$(EXTRA_CFLAGS) -c $src -o \$@ 60 \$(LIBTOOL) --mode=compile \$(CC) \$(CFLAGS) \$(EXTRA_CFLAGS) -c $src -o \$@ 66 \$(LIBTOOL) --mode=compile \$(CC) \$(CFLAGS) \$(EXTRA_CFLAGS) -c $src -o \$@ 72 \$(LIBTOOL) --tag=CC --mode=compile \$(auxdir)/strip_fPIC.sh \$(NASM) -I\$(srcdir)/src/hermes/ $src -o \$@ 78 \$(LIBTOOL) --mode=compile \$(CC) \$(CFLAGS) \$(EXTRA_CFLAGS) -c $src -o \$@ 84 \$(LIBTOOL) --tag=RC --mode=compile \$(WINDRES) $src -o \$@
|
/cts/hostsidetests/monkey/src/com/android/cts/monkey/ |
PackageTest.java | 24 Pattern.compile("^.*Allowing.*cmp=com\\.android\\.cts\\.monkey/\\.MonkeyActivity.*$", 28 Pattern.compile("^.*Allowing.*cmp=com\\.android\\.cts\\.monkey2/\\.ChimpActivity.*$",
|
/development/samples/AndroidBeamDemo/ |
Android.mk | 6 # Only compile source java files in this apk.
|
/development/samples/BackupRestore/ |
Android.mk | 6 # Only compile source java files in this apk.
|
/development/samples/BasicGLSurfaceView/ |
Android.mk | 6 # Only compile source java files in this apk.
|
/development/samples/BusinessCard/ |
Android.mk | 6 # Only compile source java files in this apk.
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
PRESUBMIT.py | 23 bucketFinder = input_api.re.compile(r'.*CSSProperty.*return\s*([0-9]+).*') 25 maximumFinder = input_api.re.compile(
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/ |
deps.py | 46 pattern = re.compile(self._variable_regexp % name) 53 pattern = re.compile(self._variable_regexp % name)
|
/external/chromium_org/third_party/markdown/extensions/ |
sane_lists.py | 62 CHILD_RE = re.compile(r'^[ ]{0,3}((\d+\.))[ ]+(.*)') 68 CHILD_RE = re.compile(r'^[ ]{0,3}(([*+-]))[ ]+(.*)')
|
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/ |
sources.mak | 6 # this mode, compile MAPI_FILES. 9 # this mode, compile MAPI_UTIL_FILES with MAPI_MODE_UTIL defined. 12 # this mode, compile MAPI_GLAPI_FILES with MAPI_MODE_GLAPI defined. 15 # this mode, compile MAPI_BRIDGE_FILES with MAPI_MODE_BRIDGE defined.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-349870.js | 7 r.compile("x");
|
/external/chromium_org/v8/tools/ |
run-valgrind.py | 60 LEAK_LINE_MATCHER = re.compile(LEAK_RE) 61 LEAK_OKAY_MATCHER = re.compile(r"lost: 0 bytes in 0 blocks")
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
build.properties | 25 jars.compile.order = performanceui.jar
|
/external/mesa3d/src/mapi/mapi/ |
sources.mak | 6 # this mode, compile MAPI_FILES. 9 # this mode, compile MAPI_UTIL_FILES with MAPI_MODE_UTIL defined. 12 # this mode, compile MAPI_GLAPI_FILES with MAPI_MODE_GLAPI defined. 15 # this mode, compile MAPI_BRIDGE_FILES with MAPI_MODE_BRIDGE defined.
|
/external/smali/dexlib2/ |
build.gradle | 37 compile project(':util') 38 compile depends.findbugs 39 compile depends.guava 67 accessorTestDexCompile.extendsFrom compile
|
/frameworks/base/tests/HugeBackup/ |
Android.mk | 6 # Only compile source java files in this apk.
|
/frameworks/base/tests/UsageStatsTest/ |
Android.mk | 6 # Only compile source java files in this apk.
|
/libcore/benchmarks/src/benchmarks/regression/ |
StringSplitBenchmark.java | 42 Pattern p = Pattern.compile(","); 49 Pattern p = Pattern.compile("\\.");
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
Makefile.am | 6 sed_SOURCES = sed.c compile.c execute.c regexp.c fmt.c mbcs.c utils.c
|
/packages/apps/Tag/ |
Android.mk | 8 # Only compile source java files in this apk.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pep263.py | 20 c = compile("\n# coding: utf-8\nu = u'\xc3\xb3'\n", "dummy", "exec") 27 c = compile("a, b = '\U0001010F', '\\U0001010F'", "dummy", "exec")
|
test_transformer.py | 7 from compiler import compile namespace 28 c = compile(s, '<string>', 'single')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pep263.py | 20 c = compile("\n# coding: utf-8\nu = u'\xc3\xb3'\n", "dummy", "exec") 27 c = compile("a, b = '\U0001010F', '\\U0001010F'", "dummy", "exec")
|
test_transformer.py | 7 from compiler import compile namespace 28 c = compile(s, '<string>', 'single')
|