HomeSort by relevance Sort by last modified time
    Searched refs:compile (Results 426 - 450 of 1905) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 14 _synchre = re.compile(r"""
37 _junkre = re.compile(r"""
46 _match_stringre = re.compile(r"""
67 _itemre = re.compile(r"""
74 _closere = re.compile(r"""
90 _chew_ordinaryre = re.compile(r"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py 29 NLCRE = re.compile('\r\n|\r|\n')
30 NLCRE_bol = re.compile('(\r\n|\r|\n)')
31 NLCRE_eol = re.compile('(\r\n|\r|\n)\Z')
32 NLCRE_crack = re.compile('(\r\n|\r|\n)')
35 headerRE = re.compile(r'^(From |[\041-\071\073-\176]{1,}:|[\t ])')
303 boundaryre = re.compile(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 14 _synchre = re.compile(r"""
37 _junkre = re.compile(r"""
46 _match_stringre = re.compile(r"""
67 _itemre = re.compile(r"""
74 _closere = re.compile(r"""
90 _chew_ordinaryre = re.compile(r"""
  /external/javassist/src/main/javassist/
CtField.java 161 CtMember obj = compiler.compile(src);
813 abstract int compile(CtClass type, String name, Bytecode code, method in class:CtField.Initializer
829 int compile(CtClass type, String name, Bytecode code, method in class:CtField.CodeInitializer0
929 int compile(CtClass type, String name, Bytecode code, method in class:CtField.ParamInitializer
994 int compile(CtClass type, String name, Bytecode code, method in class:CtField.NewInitializer
1090 int compile(CtClass type, String name, Bytecode code, method in class:CtField.MethodInitializer
1165 int compile(CtClass type, String name, Bytecode code, method in class:CtField.IntInitializer
1198 int compile(CtClass type, String name, Bytecode code, method in class:CtField.LongInitializer
1234 int compile(CtClass type, String name, Bytecode code, method in class:CtField.FloatInitializer
1270 int compile(CtClass type, String name, Bytecode code, method in class:CtField.DoubleInitializer
1301 int compile(CtClass type, String name, Bytecode code, method in class:CtField.StringInitializer
1341 int compile(CtClass type, String name, Bytecode code, method in class:CtField.ArrayInitializer
1371 int compile(CtClass type, String name, Bytecode code, method in class:CtField.MultiArrayInitializer
    [all...]
  /build/target/board/generic_x86/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /build/target/board/generic_x86_64/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /build/tools/
generate-notice-files.py 96 SRC_DIR_STRIP_RE = re.compile(input_dir + "(/.*).txt")
154 SRC_DIR_STRIP_RE = re.compile(input_dir + "(/.*).txt")
  /cts/hostsidetests/aadb/
Android.mk 19 # Only compile source java files in this apk.
  /cts/hostsidetests/appsecurity/
Android.mk 19 # Only compile source java files in this apk.
  /cts/hostsidetests/usb/
Android.mk 19 # Only compile source java files in this apk.
  /cts/hostsidetests/usb/src/com/android/cts/usb/
TestUsbTest.java 98 Pattern pattern = Pattern.compile("^\\s+iSerial\\s+\\d+\\s+([a-zA-Z0-9]{6,20})",
122 pattern = Pattern.compile("^.*CtsUsbSerialTest\\(.*\\):\\s+([a-zA-Z0-9]{6,20})",
  /cts/tools/cts-native-scanner/tests/
Android.mk 19 # Only compile source java files in this lib
  /cts/tools/dex-tools/test/dex/reader/util/
JavaSourceToDexUtil.java 93 CompilationTask compile = javac.getTask(null, xfm, diacol, Arrays local
95 boolean success = compile.call();
  /cts/tools/tradefed-host/tests/
Android.mk 19 # Only compile source java files in this lib.
  /development/samples/AccelerometerPlay/
Android.mk 21 # Only compile source java files in this apk.
  /development/tools/emulator/test-apps/SmokeTests/
Android.mk 22 # Only compile source java files in this apk.
  /development/tools/hosttestlib/
Android.mk 19 # Only compile source java files in this lib.
  /development/tools/idegen/src/
Eclipse.java 54 patterns.add(Pattern.compile("^(?!out/)"));
58 patterns.add(Pattern.compile(".*"));
  /external/ant-glob/
Android.mk 19 # Only compile source java files in this lib.
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
FilterExprWalker.java 76 m_expr = compiler.compile(opPos);
86 m_expr = compiler.compile(opPos + 2);
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags2man.py 146 module_py_re = re.compile(r'(\S.+):$')
149 flag_py_re = re.compile(r'\s+(-\S+):\s+(.*)$')
151 flag_default_py_re = re.compile(r'\s+\(default:\s+\'(.*)\'\)$')
153 flag_tips_py_re = re.compile(r'\s+\((.*)\)$')
157 module_c_re = re.compile(r'\s+Flags from (\S.+):$')
160 flag_c_re = re.compile(r'\s+(-\S+)\s+(.*)$')
164 module_java_re = re.compile(r'\s+Flags for (\S.+):$')
167 flag_java_re = re.compile(r'\s+(-\S+)\s+(.*)$')
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
draft75.py 59 _FIRST_FIVE_LINES = map(re.compile, [
67 _SIXTH_AND_LATER = re.compile(
  /external/chromium_org/testing/gtest/scripts/
fuse_gtest_files.py 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/chromium_org/third_party/WebKit/Source/bindings/scripts/
utilities.py 133 # re.compile needed b/c Python 2.6 doesn't support flags in re.sub
134 single_line_comment_re = re.compile(r'//.*$', flags=re.MULTILINE)
135 block_comment_re = re.compile(r'/\*.*?\*/', flags=re.MULTILINE | re.DOTALL)
  /external/chromium_org/third_party/freetype/
Android.mk 11 # compile in ARM mode, since the glyph loader/renderer is a hotspot

Completed in 527 milliseconds

<<11121314151617181920>>