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

<<31323334353637383940>>

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
invocation.cpp 95 compile(const std::string &source, const std::string &name, function in namespace:__anon17773
130 // Compile the code
259 llvm::Module *mod = compile(source, "cl_input", triple);
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
netware.bat 44 rem compile
  /external/chromium_org/third_party/simplejson/
decoder.py 88 STRINGCHUNK = re.compile(r'(.*?)(["\\\x00-\x1f])', FLAGS)
177 WHITESPACE = re.compile(r'[ \t\n\r]*', FLAGS)
  /external/chromium_org/v8/test/mjsunit/compiler/
concurrent-invalidate-transition-map.js 55 // Invalidate transition map after compile graph has been created.
concurrent-proto-change.js 48 // Change the prototype chain after compile graph has been created.
optimized-function-calls.js 45 // compile-time lookup on a null prototype.
  /external/chromium_org/v8/test/mjsunit/
concurrent-initial-prototype-change.js 48 // Invalidate current initial object map after compile graph has been created.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1129.js 37 // Try to compile in UC16 mode, and drop the exception.
regress-1217.js 50 assertThrows(function(){ proto.compile("something"); }, TypeError);
regress-embedded-cons-string.js 44 // Tenure cons string after compile graph has been created.
  /external/chromium_org/v8/test/webkit/
dfg-multiply.js 40 // Get it to compile.
  /external/elfutils/0.153/libdwfl/
Android.mk 70 # libdwfl is one of the few libs that will never compile with clang
  /external/fonttools/Lib/fontTools/
ttx.py 23 -a allow virtual glyphs ID's on compile or decompile.
60 Compile options:
84 numberAddedRE = re.compile("#\d+$")
85 opentypeheaderRE = re.compile('''sfntVersion=['"]OTTO["']''')
156 # compile options
  /external/icu/icu4c/source/common/
simplepatternformatter.cpp 72 compile(pattern, status);
110 UBool SimplePatternFormatter::compile( function in class:SimplePatternFormatter
  /external/lldb/test/pexpect-2.4/examples/
hive.py 405 p = re.compile (r'(?P<username>[^@:]*)(:?)(?P<password>.*)(?!\\)@(?P<hostname>[^:]*):?(?P<port>[0-9]*)')
407 p = re.compile (r'(?P<username>)(?P<password>)(?P<hostname>[^:]*):?(?P<port>[0-9]*)')
  /external/llvm/
Makefile 104 all:: cross-compile-build-tools
109 cross-compile-build-tools:
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 95 compile(const std::string &source, const std::string &name, function in namespace:__anon31332
130 // Compile the code
259 llvm::Module *mod = compile(source, "cl_input", triple);
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 387 private static final Pattern AUTHORIZATION = Pattern.compile("\\s*(\\w*)\\s+(.*)");
388 private static final Pattern NVP = Pattern.compile("(\\S*)\\s*\\=\\s*\"([^\"]*)\"");
  /external/openssl/crypto/threads/
netware.bat 44 rem compile
  /external/qemu/distrib/sdl-1.2.15/acinclude/
alsa.m4 36 [ --disable-alsatest Do not try to compile and run a test Alsa program],
esd.m4 22 AC_ARG_ENABLE(esdtest, [ --disable-esdtest Do not try to compile and run a test ESD program],
153 [ echo "*** The test program failed to compile or link. See the file config.log for the"
  /external/smali/smali/src/main/java/org/jf/smali/
LiteralTools.java 310 private static Pattern specialFloatRegex = Pattern.compile("((-)?infinityf)|(nanf)", Pattern.CASE_INSENSITIVE);
328 private static Pattern specialDoubleRegex = Pattern.compile("((-)?infinityd?)|(nand?)", Pattern.CASE_INSENSITIVE);
  /external/stlport/etc/
STLport-4.5.1.spec 31 "-nostdinc++ -I/usr/include/stlport" when compile and -lstlport_gcc when
STLport-4.5.3.spec 31 "-nostdinc++ -I/usr/include/stlport" when compile and -lstlport_gcc when
STLport-4.6.spec 31 "-nostdinc++ -I/usr/include/stlport" when compile and -lstlport_gcc when

Completed in 1425 milliseconds

<<31323334353637383940>>