HomeSort by relevance Sort by last modified time
    Searched refs:compile (Results 51 - 75 of 1965) sorted by null

1 23 4 5 6 7 8 91011>>

  /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/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/
external-reference-check.py 12 DECLARE_RE = re.compile("\s*static ExternalReference ([^(]+)\(")
13 REGISTER_RE = re.compile("\s*Add\(ExternalReference::([^(]+)\(")
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')
  /development/scripts/
stack_core.py 31 process_info_line = re.compile("(pid: [0-9]+, tid: [0-9]+.*)")
32 abi_line = re.compile("(ABI: \'(.*)\')")
33 revision_line = re.compile("(Revision: \'(.*)\')")
34 signal_line = re.compile("(signal [0-9]+ \(.*\).*)")
35 abort_message_line = re.compile("(Abort message: '.*')")
36 thread_line = re.compile("(.*)(\-\-\- ){15}\-\-\-")
37 dalvik_jni_thread_line = re.compile("(\".*\" prio=[0-9]+ tid=[0-9]+ NATIVE.*)")
38 dalvik_native_thread_line = re.compile("(\".*\" sysTid=[0-9]+ nice=[0-9]+.*)")
39 register_line = re.compile("$a")
40 trace_line = re.compile("$a"
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
sheriff_calendar.py 18 VALID_EMAIL_REGEXP = re.compile(r'^[A-Za-z0-9\.&\'\+-/=_]+@[A-Za-z0-9\.-]+$')

Completed in 1227 milliseconds

1 23 4 5 6 7 8 91011>>