HomeSort by relevance Sort by last modified time
    Searched refs:compile (Results 251 - 275 of 696) sorted by null

<<11121314151617181920>>

  /development/scripts/
symbol.py 226 func_regexp = re.compile("(^[a-f0-9]*) \<(.*)\>:$")
227 offset_regexp = re.compile("(.*)\+0x([a-f0-9]*)")
231 asm_regexp = re.compile("(^[ a-f0-9]*):[ a-f0-0]*.*$")
  /external/v8/test/mjsunit/
testcfg.py 34 FLAGS_PATTERN = re.compile(r"//\s+Flags:(.*)")
35 FILES_PATTERN = re.compile(r"//\s+Files:(.*)")
36 SELF_SCRIPT_PATTERN = re.compile(r"//\s+Env: TEST_FILE_NAME")
  /external/webkit/Source/JavaScriptCore/dfg/
DFGNonSpeculativeJIT.h 76 void compile(SpeculationCheckIndexIterator&);
82 void compile(SpeculationCheckIndexIterator&, Node&);
83 void compile(SpeculationCheckIndexIterator&, BasicBlock&);
DFGSpeculativeJIT.h 113 bool compile();
135 bool compile(Node&);
136 bool compile(BasicBlock&);
  /frameworks/compile/slang/
Android.mk 107 LOCAL_C_INCLUDES += frameworks/compile/libbcc/include
120 input_data_file := frameworks/compile/slang/rslib.bc
250 include frameworks/compile/slang/RSSpec.mk
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/io/
MockFileOp.java 222 Pattern pathRE = Pattern.compile(
295 Pattern pathRE = Pattern.compile(
318 Pattern pathRE = Pattern.compile(
  /external/javasqlite/src/main/java/SQLite/
Database.java 307 Vm vm = compile(sql);
360 Vm vm = compile(sql, args);
414 Vm vm = compile(sql, args);
673 * Compile and return SQLite VM for SQL statement. Only available
680 public Vm compile(String sql) throws SQLite.Exception { method in class:Database
689 * Compile and return SQLite VM for SQL statement. Only available
697 public Vm compile(String sql, String args[]) throws SQLite.Exception { method in class:Database
748 * Internal compile method.
757 * Internal compile method, SQLite 3.0 only.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ScannerTest.java 415 s.useDelimiter(Pattern.compile("\\w+"));
740 s = new Scanner("test\ntest").useDelimiter(Pattern.compile("^",
745 s = new Scanner("").useDelimiter(Pattern.compile("^",
754 s = new Scanner("").useDelimiter(Pattern.compile("^*",
763 s = new Scanner("test\ntest").useDelimiter(Pattern.compile("^*",
768 s = new Scanner("\ntest\ntest").useDelimiter(Pattern.compile("$",
803 pattern = Pattern.compile("a*b");
813 pattern = Pattern.compile("\\w+");
823 pattern = Pattern.compile("\\w+");
840 pattern = Pattern.compile("a*b")
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp 273 REPattern = RegexPattern::compile(patString, 0, pe, status);
275 dataerrln("RegexTest failure in RegexPattern::compile() at line %d. Status = %s",
336 REPattern = RegexPattern::compile(&pattern, 0, pe, status);
338 dataerrln("RegexTest failure in RegexPattern::compile() at line %d (UTF8). Status = %s\n",
424 // Compile the caller's pattern
427 callerPattern = RegexPattern::compile(patString, 0, pe, status);
442 // Compile again, using a UTF-8-based UText
446 callerPattern = RegexPattern::compile(&patternText, 0, pe, status);
482 RegexPattern::compile("^(?:a?b?)*$", 0, pe, status);
671 pat2 = RegexPattern::compile(re, flags, pe, status)
    [all...]
  /external/v8/tools/
ll_prof.py 310 _CODE_INFO_RE = re.compile(
313 _CODE_CREATE_RE = re.compile(
316 _CODE_MOVE_RE = re.compile(
319 _CODE_DELETE_RE = re.compile(
322 _SNAPSHOT_POS_RE = re.compile(
642 OBJDUMP_SECTION_HEADER_RE = re.compile(
644 OBJDUMP_SYMBOL_LINE_RE = re.compile(
646 OBJDUMP_DYNAMIC_SYMBOLS_START_RE = re.compile(
649 PERF_KERNEL_ALLSYMS_RE = re.compile(
651 KERNEL_ALLSYMS_LINE_RE = re.compile(
    [all...]
  /external/elfutils/lib/
Makefile 66 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
232 mostlyclean-compile:
235 distclean-compile:
245 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
249 # $(COMPILE) -c $<
252 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
256 # $(COMPILE) -c `$(CYGPATH_W) '$<'`
369 distclean-am: clean-am distclean-compile distclean-generic \
399 mostlyclean-am: mostlyclean-compile mostlyclean-generic
412 clean-noinstLIBRARIES ctags distclean distclean-compile \
    [all...]
  /external/elfutils/libcpu/
Makefile 63 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
220 mostlyclean-compile:
223 distclean-compile:
229 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
233 # $(COMPILE) -c $<
236 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
240 # $(COMPILE) -c `$(CYGPATH_W) '$<'`
353 distclean-am: clean-am distclean-compile distclean-generic \
383 mostlyclean-am: mostlyclean-compile mostlyclean-generic
396 clean-noinstLIBRARIES ctags distclean distclean-compile \
    [all...]
  /bionic/libc/kernel/tools/
kernel.py 61 re_combined = re.compile(re_combined_str)
65 re_rel_dir = re.compile(r'^.*"([\d\w_\+\.\-/]+)".*$')
298 re_CONFIG_ = re.compile(r"^(CONFIG_\w+)=(.*)$")
  /external/gtest/test/
gtest_filter_unittest.py 74 PARAM_TEST_REGEX = re.compile(r'/ParamTest')
77 TEST_CASE_REGEX = re.compile(r'^\[\-+\] \d+ tests? from (\w+(/\w+)?)')
80 TEST_REGEX = re.compile(r'^\[\s*RUN\s*\].*\.(\w+(/\w+)?)')
  /external/protobuf/gtest/test/
gtest_filter_unittest.py 72 PARAM_TEST_REGEX = re.compile(r'/ParamTest')
75 TEST_CASE_REGEX = re.compile(r'^\[\-+\] \d+ tests? from (\w+(/\w+)?)')
78 TEST_REGEX = re.compile(r'^\[\s*RUN\s*\].*\.(\w+(/\w+)?)')
  /packages/apps/Browser/src/com/android/browser/homepages/
Template.java 186 final Pattern pattern = Pattern.compile("<%([=\\{])\\s*(\\w+)\\s*%>");
199 Pattern p = Pattern.compile("<%\\}\\s*" + Pattern.quote(name) + "\\s*%>");
237 final Pattern pattern = Pattern.compile("<%@\\s*(\\w+/\\w+)\\s*%>");
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
Address.java 56 private static final Pattern REMOVE_OPTIONAL_BRACKET = Pattern.compile("^<?([^>]+)>?$");
58 private static final Pattern REMOVE_OPTIONAL_DQUOTE = Pattern.compile("^\"?([^\"]*)\"?$");
60 private static final Pattern UNQUOTE = Pattern.compile("\\\\([\\\\\"])");
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatFilterSettingsDialog.java 205 Pattern.compile(tagText);
216 Pattern.compile(messageText);
227 Pattern.compile(appNameText);
  /bionic/libc/tzcode/
private.h 146 you may need to compile with "-DHAVE_STDINT_H".
  /cts/libs/vogar-expect/src/vogar/util/
Strings.java 41 = Pattern.compile("[^\\u0009\\u000A\\u000D\\u0020-\\uD7FF\\uE000-\\uFFFD]+");
  /cts/tools/dx-tests/src/util/
CollectAllTests.java 349 Pattern p = Pattern.compile("@uses\\s+(.*)\\s+", Pattern.MULTILINE);
442 Pattern p = Pattern.compile(commentPattern, Pattern.DOTALL);
449 Matcher titleM = Pattern.compile("@title (.*)", Pattern.DOTALL)
461 Matcher constraintM = Pattern.compile("@constraint (.*)").matcher(
  /external/chromium/testing/gmock/scripts/generator/cpp/
gmock_class.py 77 '// The following line won\'t really compile, as the return',
  /external/chromium/testing/gtest/test/
gtest_help_test.py 65 HELP_REGEX = re.compile(
  /external/clang/tools/scan-view/
ScanView.py 21 kReportFileRE = re.compile('(.*/)?report-(.*)\\.html')
23 kBugKeyValueRE = re.compile('<!-- BUG([^ ]*) (.*) -->')
27 kReportCrashEntryRE = re.compile('<!-- REPORTPROBLEM (.*?)-->')
28 kReportCrashEntryKeyValueRE = re.compile(' ?([^=]+)="(.*?)"')
33 kReportReplacements.append((re.compile('<!-- SUMMARYENDHEAD -->'), """\
49 kReportReplacements.append((re.compile('<!-- REPORTBUGCOL -->'),
53 kReportReplacements.append((re.compile('<!-- REPORTBUG id="report-(.*)\\.html" -->'),
57 kReportReplacements.append((re.compile('<!-- REPORTHEADER -->'),
60 kReportReplacements.append((re.compile('<!-- REPORTSUMMARYEXTRA -->'),
69 #kReportReplacements.append((re.compile('<!-- REPORTCRASHES -->')
    [all...]
  /external/icu4c/tools/tzcode/
private.h 144 you may need to compile with "-DHAVE_STDINT_H".

Completed in 1355 milliseconds

<<11121314151617181920>>