Searched
refs:compile (Results
951 -
975 of
1905) sorted by null
<<31323334353637383940>>
/external/stlport/test/eh/ |
cygwin.mak | 40 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
|
djgpp.mak | 40 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
|
gcc-99r1.mak | 40 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
|
gcc-apple-macosx.mak | 41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
|
gcc-freebsd.mak | 41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
|
gcc-hp11.mak | 42 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
|
gcc-irix.mak | 41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
|
gcc-linux.mak | 41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
|
gcc-netbsd.mak | 41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
|
gcc.mak | 41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
|
hpacc.mak | 41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
|
mingw32.mak | 40 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
|
/frameworks/compile/slang/ |
slang_rs.cpp | 273 bool SlangRS::compile( function in class:slang::SlangRS 347 if (Slang::compile() > 0)
|
/hardware/invensense/6515/libsensors_iio/software/build/android/ |
common.mk | 28 ## compile, includes, and linker
|
/hardware/invensense/65xx/libsensors_iio/software/build/android/ |
common.mk | 28 ## compile, includes, and linker
|
/ndk/toolchains/x86-4.6/ |
setup.mk | 50 # When building for debug, compile everything as x86.
|
/packages/apps/Protips/src/com/android/protips/ |
ProtipWidget.java | 47 private static final Pattern sNewlineRegex = Pattern.compile(" *\\n *"); 48 private static final Pattern sDrawableRegex = Pattern.compile(" *@(drawable/[a-z0-9_]+) *");
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
WifiConfigHelper.java | 60 HOSTNAME_PATTERN = Pattern.compile(HOSTNAME_REGEXP); 61 EXCLUSION_PATTERN = Pattern.compile(EXCLUSION_REGEXP);
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/ |
MimeUtility.java | 50 private final static Pattern PATTERN_CR_OR_LF = Pattern.compile("\r|\n"); 292 Pattern p = Pattern.compile(matchAgainst.replaceAll("\\*", "\\.\\*"),
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/ |
HtmlParser.java | 175 static Pattern NEEDS_QUOTING_ATTRIBUTE_VALUE_REGEX = Pattern.compile("[\"\'&<>=\\s]"); 313 Pattern.compile("\\& \\#? [0-9a-zA-Z]{0,8} $", Pattern.COMMENTS); [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HtmlParser.java | 175 static Pattern NEEDS_QUOTING_ATTRIBUTE_VALUE_REGEX = Pattern.compile("[\"\'&<>=\\s]"); 313 Pattern.compile("\\& \\#? [0-9a-zA-Z]{0,8} $", Pattern.COMMENTS); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
fancy_getopt.py | 24 longopt_re = re.compile(r'^%s$' % longopt_pat) 27 neg_alias_re = re.compile("^(%s)=!(%s)$" % (longopt_pat, longopt_pat))
|
filelist.py | 322 return re.compile(pattern) 343 return re.compile(pattern_re)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
generator.py | 20 fcre = re.compile(r'^From ', re.MULTILINE) 370 cre = re.compile('^--' + re.escape(b) + '(--)?$', re.MULTILINE)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/ |
decoder.py | 57 STRINGCHUNK = re.compile(r'(.*?)(["\\\x00-\x1f])', FLAGS) 146 WHITESPACE = re.compile(r'[ \t\n\r]*', FLAGS)
|
Completed in 1528 milliseconds
<<31323334353637383940>>