Searched
refs:compile (Results
326 -
350 of
1905) sorted by null
<<11121314151617181920>>
/external/chromium_org/tools/ |
unused-symbols-report.py | 60 symbol_re = re.compile(r"'\.text\.(\S+)' in file '(\S+)'$") 61 path_re = re.compile(r"^out/[^/]+/[^/]+/([^/]+)/(.*)$")
|
/external/clang/ |
clang-host-build.mk | 29 ## Commands for running tblgen to compile a td file
|
/external/cmockery/cmockery_0_1_2/ |
compile | 39 Usage: compile [--help] [--version] PROGRAM [ARGS] 53 echo "compile $scriptversion" 69 # configure might choose to run compile as `compile cc -o foo foo.c'. 122 # Run the compile.
|
/external/icu/icu4c/source/i18n/ |
regexcmp.h | 56 void compile(const UnicodeString &pat, UParseError &pp, UErrorCode &e); 57 void compile(UText *pat, UParseError &pp, UErrorCode &e); 69 // The category is saved in the compile-time parentheses stack frame, and 102 void literalChar(UChar32 c); // Compile a literal char 202 // (at compile time) set expressions within
|
/external/libogg/ |
compile | 39 Usage: compile [--help] [--version] PROGRAM [ARGS] 53 echo "compile $scriptversion" 69 # configure might choose to run compile as `compile cc -o foo foo.c'. 122 # Run the compile.
|
/external/libusb/ |
compile | 39 Usage: compile [--help] [--version] PROGRAM [ARGS] 53 echo "compile $scriptversion" 69 # configure might choose to run compile as `compile cc -o foo foo.c'. 122 # Run the compile.
|
/external/libusb-compat/ |
compile | 39 Usage: compile [--help] [--version] PROGRAM [ARGS] 53 echo "compile $scriptversion" 69 # configure might choose to run compile as `compile cc -o foo foo.c'. 122 # Run the compile.
|
/external/libvorbis/ |
compile | 39 Usage: compile [--help] [--version] PROGRAM [ARGS] 53 echo "compile $scriptversion" 69 # configure might choose to run compile as `compile cc -o foo foo.c'. 122 # Run the compile.
|
/external/lldb/utils/test/ |
run-dis.py | 31 mach_o = re.compile('\sMach-O.+binary') 112 path_regexp = re.compile(path_pattern)
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
MediaType.java | 30 private static final Pattern TYPE_SUBTYPE = Pattern.compile(TOKEN + "/" + TOKEN); 31 private static final Pattern PARAMETER = Pattern.compile(
|
/external/qemu/ |
offset_layout.py | 9 _RE_LINE = re.compile("^\s*(?P<keyword>[\w-]+)\s+{\s*$") 10 _RE_XY = re.compile("^(?P<start>\s*)(?P<xy>[x|y]\s+)(?P<num>\d+)(?P<end>\s*)$")
|
/external/smack/src/org/jivesoftware/smack/util/ |
StringUtils.java | 60 private static final Pattern datePattern = Pattern.compile("^\\d+-\\d+-\\d+$"); 63 private static final Pattern timePattern = Pattern.compile("^(\\d+:){2}\\d+.\\d+(Z|([+-](\\d+:\\d+)))$"); 65 private static final Pattern timeNoZonePattern = Pattern.compile("^(\\d+:){2}\\d+.\\d+$"); 68 private static final Pattern timeNoMillisPattern = Pattern.compile("^(\\d+:){2}\\d+(Z|([+-](\\d+:\\d+)))$"); 70 private static final Pattern timeNoMillisNoZonePattern = Pattern.compile("^(\\d+:){2}\\d+$"); 73 private static final Pattern dateTimePattern = Pattern.compile("^\\d+(-\\d+){2}+T(\\d+:){2}\\d+.\\d+(Z|([+-](\\d+:\\d+)))?$"); 75 private static final Pattern dateTimeNoMillisPattern = Pattern.compile("^\\d+(-\\d+){2}+T(\\d+:){2}\\d+(Z|([+-](\\d+:\\d+)))?$"); 81 private static final Pattern xep0091Pattern = Pattern.compile("^\\d+T\\d+:\\d+:\\d+$");
|
/frameworks/native/libs/input/tests/ |
Android.mk | 32 # NOTE: This is a compile time test, and does not need to be
|
/ndk/sources/host-tools/make-3.81/config/ |
compile | 39 Usage: compile [--help] [--version] PROGRAM [ARGS] 53 echo "compile $scriptversion" 69 # configure might choose to run compile as `compile cc -o foo foo.c'. 122 # Run the compile.
|
/ndk/tests/abcc/jni/ |
Abcc.h | 172 compile(); 191 void compile();
|
/ndk/tests/device/test-gabi++/jni/ |
Android.mk | 7 # mips64 fails to compile.
|
/packages/apps/Browser/src/com/android/browser/ |
UrlUtils.java | 31 static final Pattern ACCEPTED_URI_SCHEMA = Pattern.compile( 47 Pattern.compile("^http://(.*?)/?$");
|
/packages/apps/OMA-DM/engine/javaplugin/nativelib/ |
Android.mk | 40 # compile flags
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
fnmatch.py | 10 corresponding to PATTERN. (It does not compile it.) 54 _cache[pat] = re.compile(res) 78 _cache[pat] = re.compile(res)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_dictcomps.py | 79 compile("{x: y for y, x in ((1, 2), (3, 4))} = 5", "<test>", 83 compile("{x: y for y, x in ((1, 2), (3, 4))} += 5", "<test>",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
fnmatch.py | 10 corresponding to PATTERN. (It does not compile it.) 54 _cache[pat] = re.compile(res) 78 _cache[pat] = re.compile(res)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_dictcomps.py | 79 compile("{x: y for y, x in ((1, 2), (3, 4))} = 5", "<test>", 83 compile("{x: y for y, x in ((1, 2), (3, 4))} += 5", "<test>",
|
/external/chromium_org/testing/gtest/scripts/ |
pump.py | 73 (re.compile(r'\$var\s+'), '$var'), 74 (re.compile(r'\$elif\s+'), '$elif'), 75 (re.compile(r'\$else\s+'), '$else'), 76 (re.compile(r'\$for\s+'), '$for'), 77 (re.compile(r'\$if\s+'), '$if'), 78 (re.compile(r'\$range\s+'), '$range'), 79 (re.compile(r'\$[_A-Za-z]\w*'), '$id'), 80 (re.compile(r'\$\(\$\)'), '$($)'), 81 (re.compile(r'\$'), '$'), 82 (re.compile(r'\[\[\n?'), '[[') [all...] |
/art/compiler/dex/ |
verified_method.h | 42 static const VerifiedMethod* Create(verifier::MethodVerifier* method_verifier, bool compile)
|
/bionic/libc/tools/ |
check-symbols.py | 38 r = re.compile(r' +\d+: [0-9a-f]+ +\d+ (FUNC|OBJECT) +\S+ +\S+ +\d+ (\S+)')
|
Completed in 603 milliseconds
<<11121314151617181920>>