/external/chromium_org/tools/json_schema_compiler/ |
json_schema_test.py | 12 compiled = [ 80 self.assertEquals(compiled, json_schema.DeleteNodes(schema, 'nocompile'))
|
/external/libxslt/libxslt/ |
xslt.h | 74 * The version of libxslt compiled. 81 * The version of libxml libxslt was compiled against.
|
/external/llvm/include/llvm/ExecutionEngine/ |
ObjectCache.h | 21 /// have already been compiled and an object file is available. 28 /// notifyObjectCompiled - Provides a pointer to compiled code for Module M.
|
/external/valgrind/main/drd/tests/ |
run_openmp_test | 25 # nothing. The second case occurs if gcc has been compiled with 26 # --disable-linux-futex, and the last case occurs if gcc has been compiled
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
selinux-selinux-h.m4 | 23 AC_MSG_WARN([AC_PACKAGE_NAME will be compiled without SELinux support.]) 43 AC_MSG_WARN([AC_PACKAGE_NAME will be compiled without SELinux support.])
|
/dalvik/vm/interp/ |
InterpState.h | 136 * to the compiled land. This is used when the jit'ed code is about to 140 * compiled code to resume execution. This is mainly used as debugging 180 kSVSStart = 1, // Shadow space set up, running compiled code 181 kSVSPunt = 2, // Exiting compiled code by punting 182 kSVSSingleStep = 3, // Exiting compiled code by single stepping 183 kSVSNoProfile = 4, // Exiting compiled code and don't collect profiles 184 kSVSTraceSelect = 5, // Exiting compiled code and compile the next pc 185 kSVSNormal = 6, // Exiting compiled code normally 186 kSVSNoChain = 7, // Exiting compiled code by no chain 187 kSVSBackwardBranch = 8, // Exiting compiled code with backward branch trac [all...] |
/external/oprofile/doc/ |
op-jit-devel.xml | 44 can provide the following information about dynamically compiled code: 48 <listitem>Address in anonymous memory where the compiled code was loaded</listitem> 49 <listitem>Length of the compiled code segment</listitem> 53 compiled code notifications. Invoke the required functions from opagent.h 88 compiled code load events. Registration must include a callback function you 89 will implement in the library to handle the compiled code load events.</listitem> 182 <funcsynopsis>Write information about compiled code to a JIT dump file. 205 <parameter>symbol_name : </parameter>The name of the symbol being dynamically compiled. 213 <parameter>code : </parameter>Pointer to the location of the compiled code. 222 <parameter>code_size : </parameter>Size of the compiled cod [all...] |
/development/samples/HelloEffects/src/com/example/android/mediafx/ |
GLToolbox.java | 28 int[] compiled = new int[1]; local 29 GLES20.glGetShaderiv(shader, GLES20.GL_COMPILE_STATUS, compiled, 0); 30 if (compiled[0] == 0) {
|
/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/ |
ppapi_srpc_main.c | 13 * We need to provide a main so that when this code is compiled with 27 * so if this code is compiled and linked with irt=1, the weak symbol 29 * main will succeed. If this code is compiled and linked with irt=0,
|
/external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/ |
esShader.c | 46 GLint compiled; local 61 glGetShaderiv ( shader, GL_COMPILE_STATUS, &compiled ); 63 if ( !compiled )
|
/external/flac/include/FLAC/ |
export.h | 39 * calls, and providing version information and compiled-in features. 49 * calls, and providing version information and compiled-in features. 82 /** \c 1 if the library has been compiled with support for Ogg FLAC, else \c 0. */
|
/art/test/022-interface/ |
build | 20 # Use classes that are compiled with ecj that exposes an invokeinterface
|
/art/test/ |
README.txt | 10 in the "src2" directory are compiled separately but to the same output
|
/bootable/recovery/edify/ |
Android.mk | 10 # "-x c" forces the lex/yacc files to be compiled as c;
|
/build/tools/droiddoc/templates-pdk/assets/ |
customizations.js | 5 + "and be compiled against a version of the Android library that supports an equal or higher API Level. To reveal this "
|
/dalvik/tests/ |
README.txt | 10 in the "src2" directory are compiled separately but to the same output
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_MEM_OP_DECODE.S | 16 bx lr @ return to compiled code
|
/dalvik/vm/compiler/template/armv5te-vfp/ |
TEMPLATE_MEM_OP_DECODE.S | 18 bx lr @ return to compiled code
|
/external/chromium/chrome/browser/ui/touch/tabs/ |
tab_strip_factory.cc | 5 // This file is only compiled when touchui is defined.
|
/external/chromium/crypto/third_party/nss/ |
README.chromium | 11 be compiled with -DNO_NSPR_10_SUPPORT. NO_NSPR_10_SUPPORT turns off the
|
/external/chromium/sdch/open-vcdiff/vsprojects/ |
stdint.h | 17 // package is compiled using MS Visual Studio.
|
/external/chromium/third_party/modp_b64/ |
README.chromium | 9 modp_b64.cc to force it to be compiled as C++ so that the inclusion of
|
/external/chromium_org/chrome/app/android/ |
chrome_jni_onload.cc | 13 // because the Android build is compiled with exclude-libs=ALL to reduce symbol
|
/external/chromium_org/components/ |
components.gyp | 9 # _mac.h or _mac.cc are only compiled on MacOSX).
|
/external/chromium_org/content/public/android/java/templates/ |
NativeLibraries.template | 9 // by LibraryLoader.java. The content java library is compiled with no
|