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

<<31323334353637383940>>

  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/
Runner.java 56 Pattern argPattern = Pattern.compile("(--[a-zA-Z_]+)=(.*)");
57 Pattern quotesPattern = Pattern.compile("^['\"](.*)['\"]$");
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
MethodAnnotationChecker.java 17 Pattern.compile("^[^@\n]*@param\\s+(\\{.+\\}\\s+)?([^\\s]+).*$", Pattern.MULTILINE);
20 Pattern.compile("^[^@\n]*(@)return(?:s.*|\\s+[^{]*)$", Pattern.MULTILINE);
  /external/chromium_org/third_party/closure_compiler/runner/src/org/chromium/closure/compiler/
Runner.java 61 Pattern argPattern = Pattern.compile("(--[a-zA-Z_]+)=(.*)");
62 Pattern quotesPattern = Pattern.compile("^['\"](.*)['\"]$");
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Annotate.py 176 _parse_code = re.compile(
188 _replace_pos_comment = re.compile(
  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/
generate_builtins.py 37 sys.stderr.write("Failed to compile builtin: " + filename + "\n")
79 sys.stderr.write("Failed to compile builtins with command:\n")
87 kill_paren_whitespace = re.compile(r'[ \n]*\)', re.MULTILINE)
94 kill_globals = re.compile(r'^\(declare.*\n', re.MULTILINE)
103 print '#error builtins profile', profile, 'failed to compile'
  /external/chromium_org/tools/
check_grd_for_unused_strings.py 60 id_regex = re.compile('IDS_[A-Z0-9_]+')
76 src_regex = re.compile('\.(([chm])|(mm)|(cc)|(cp)|(cpp)|(xib)|(py))$')
  /external/chromium_org/tools/grit/grit/gather/
chrome_html.py 32 _THEME_SOURCE = lazy_re.compile(
37 _CSS_URL = lazy_re.compile(_CSS_URL_PATTERN)
39 _CSS_IMAGE_URLS = lazy_re.compile(
43 _CSS_IMAGE_SETS = lazy_re.compile(
49 _CSS_IMAGE_SET_IMAGE = lazy_re.compile('\s*,?\s*' +
52 _HTML_IMAGE_SRC = lazy_re.compile(
  /external/chromium_org/tools/grit/grit/node/
message.py 24 _WHITESPACE = lazy_re.compile('(?P<start>\s*)(?P<body>.+?)(?P<end>\s*)\Z',
33 _SPLIT_RE = lazy_re.compile('\s*,\s*|\s+')
  /external/chromium_org/tools/grit/grit/
tclib.py 21 _FOLD_WHITESPACE = re.compile(r'\s+')
207 _NAME_RE = lazy_re.compile('^[A-Za-z0-9_]+$')
  /external/chromium_org/tools/grit/grit/tool/
xmb.py 23 _WHITESPACES_REGEX = lazy_re.compile(ur'\s\s*')
31 _XML_BAD_CHAR_REGEX = lazy_re.compile(u'[^\u0009\u000A\u000D'
  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
native_heap_classifier.py 170 self._stacktrace_regexs.append(re.compile(regex))
180 self._path_regex = re.compile(path_regex)
  /external/chromium_org/tools/valgrind/
scan-build.py 147 box_matcher = re.compile('.*a href[^>]*>([^<]*)\<')
148 build_matcher = re.compile('.*a href=\"builders/(.*)/builds/([0-9]+)\".*')
tsan_analyze.py 44 LOAD_LIB_RE = re.compile('--[0-9]+-- ([^(:]*) \((0x[0-9a-f]+)\)')
45 TSAN_LINE_RE = re.compile('==[0-9]+==\s*[#0-9]+\s*'
  /external/chromium_org/v8/test/mjsunit/
function-length-accessor.js 32 x = 20; // This will trigger compile error with harmony scoping.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-260.js 28 // We should not compile the bodies of function literals in loop
  /external/compiler-rt/
README.android 37 yet). Look at frameworks/compile/libbcc/runtime for potential starting points.
  /external/doclava/src/com/google/doclava/
DocFile.java 27 public static final Pattern LINE = Pattern.compile("(.*)[\r]?\n", Pattern.MULTILINE);
28 public static final Pattern PROP = Pattern.compile("([^=]+)=(.*)");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
jdtCompilerAdapter.jar 
  /external/lldb/examples/python/
crashlog.py 86 parent_process_regex = re.compile('^Parent Process:\s*(.*)\[(\d+)\]');
87 thread_state_regex = re.compile('^Thread ([0-9]+) crashed with')
88 thread_regex = re.compile('^Thread ([0-9]+)([^:]*):(.*)')
89 frame_regex = re.compile('^([0-9]+) +([^ ]+) *\t?(0x[0-9a-fA-F]+) +(.*)')
90 image_regex_uuid = re.compile('(0x[0-9a-fA-F]+)[- ]+(0x[0-9a-fA-F]+) +[+]?([^ ]+) +([^<]+)<([-0-9a-fA-F]+)> (.*)');
91 image_regex_no_uuid = re.compile('(0x[0-9a-fA-F]+)[- ]+(0x[0-9a-fA-F]+) +[+]?([^ ]+) +([^/]+)/(.*)');
92 empty_line_regex = re.compile('^$')
151 dwarfdump_uuid_regex = re.compile('UUID: ([-0-9a-fA-F]+) \(([^\(]+)\) .*')
    [all...]
  /external/lldb/test/pexpect-2.4/examples/
bd_serv.py 295 p = re.compile (r'(?P<username>[^@:]*)(:?)(?P<password>.*)(?!\\)@(?P<hostname>[^:]*):?(?P<port>[0-9]*)')
297 p = re.compile (r'(?P<username>)(?P<password>)(?P<hostname>[^:]*):?(?P<port>[0-9]*)')
  /external/llvm/autoconf/m4/
link_options.m4 19 [Linker version detected at compile time.])
  /external/llvm/
llvm-device-build.mk 70 ## Commands for running tblgen to compile a td file
  /external/markdown/markdown/extensions/
footnotes.py 31 DEF_RE = re.compile(r'(\ ?\ ?\ ?)\[\^([^\]]*)\]:\s*(.*)')
32 TABBED_RE = re.compile(r'((\t)|( ))(.*)')
  /external/mesa3d/src/glsl/builtins/tools/
generate_builtins.py 37 sys.stderr.write("Failed to compile builtin: " + filename + "\n")
79 sys.stderr.write("Failed to compile builtins with command:\n")
87 kill_paren_whitespace = re.compile(r'[ \n]*\)', re.MULTILINE)
94 kill_globals = re.compile(r'^\(declare.*\n', re.MULTILINE)
103 print '#error builtins profile', profile, 'failed to compile'
  /external/openssl/crypto/des/
FILES0 5 INSTALL - How to make things compile.

Completed in 1764 milliseconds

<<31323334353637383940>>