/external/icu4c/i18n/unicode/ |
uregex.h | 36 * Structure representing a compiled regular expression, plus the results 117 * @param pattern The Regular Expression pattern to be compiled. 149 * @param pattern The Regular Expression pattern to be compiled. 175 * @param pattern The Regular Expression pattern to be compiled, 186 * @return The URegularExpression object representing the compiled 231 * Make a copy of a compiled regular expression. Cloning a regular 243 * @param regexp The compiled regular expression to be cloned. 245 * @return the cloned copy of the compiled regular expression. 255 * @param regexp The compiled regular expression. 277 * @param regexp The compiled regular expression [all...] |
/development/ndk/platforms/android-5/samples/hello-gl2/jni/ |
gl_code.cpp | 62 GLint compiled = 0; local 63 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled); 64 if (!compiled) {
|
/external/chromium_org/cc/output/ |
program_binding.cc | 94 int compiled = 0; local 95 GLC(context, context->getShaderiv(shader, GL_COMPILE_STATUS, &compiled)); 96 if (!compiled) {
|
/external/chromium_org/net/third_party/nss/patches/ |
tls12chromium.patch | 8 +/* This is a bodge to allow this code to be compiled against older NSS headers 27 +/* This is a bodge to allow this code to be compiled against older NSS headers 46 +/* This is a bodge to allow this code to be compiled against older NSS headers
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/ |
CustomFilterCompiledProgram.cpp | 85 int compiled = 0; local 86 m_context->getShaderiv(shader, GraphicsContext3D::COMPILE_STATUS, &compiled); 87 if (!compiled) {
|
/external/chromium_org/third_party/angle_dx11/samples/gles2_book/Hello_Triangle/ |
Hello_Triangle.c | 34 GLint compiled; local 49 glGetShaderiv ( shader, GL_COMPILE_STATUS, &compiled ); 51 if ( !compiled )
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
uregex.h | 36 * Structure representing a compiled regular rexpression, plus the results 118 * @param pattern The Regular Expression pattern to be compiled. 150 * @param pattern The Regular Expression pattern to be compiled. 176 * @param pattern The Regular Expression pattern to be compiled, 187 * @return The URegularExpression object representing the compiled 232 * Make a copy of a compiled regular expression. Cloning a regular 244 * @param regexp The compiled regular expression to be cloned. 246 * @return the cloned copy of the compiled regular expression. 256 * @param regexp The compiled regular expression. 278 * @param regexp The compiled regular expression [all...] |
/external/chromium_org/v8/test/mjsunit/ |
debug-stepin-call-function-stub.js | 83 // Run three times. First time the function will be compiled lazily, 98 // of call. Use different pair of functions so that g2 is compiled lazily. 99 // Run twice: first time function will be compiled lazily, second time
|
/external/clang/include/clang/Basic/ |
DiagnosticSerializationKinds.td | 29 "PCH file was compiled for the %0 '%1' but the current translation " 30 "unit is being compiled for target '%2'">; 32 "%select{AST file|current translation unit}0 was compiled with the target "
|
/external/v8/test/mjsunit/ |
debug-stepin-call-function-stub.js | 83 // Run three times. First time the function will be compiled lazily, 98 // of call. Use different pair of functions so that g2 is compiled lazily. 99 // Run twice: first time function will be compiled lazily, second time
|
/frameworks/native/opengl/tests/gl2_jni/jni/ |
gl_code.cpp | 42 GLint compiled = 0; local 43 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled); 44 if (!compiled) {
|
/frameworks/native/opengl/tests/gldual/jni/ |
gl_code.cpp | 42 GLint compiled = 0; local 43 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled); 44 if (!compiled) {
|
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/ |
Renderer.cpp | 43 GLint compiled = 0; local 44 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled); 45 if (!compiled) {
|
/packages/apps/Camera2/jni/feature_mos/src/mosaic_renderer/ |
Renderer.cpp | 43 GLint compiled = 0; local 44 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled); 45 if (!compiled) {
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
Renderer.cpp | 43 GLint compiled = 0; local 44 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled); 45 if (!compiled) {
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_RETURN.S | 2 * Unwind a frame from the Dalvik stack for compiled OP_RETURN_XXX. 4 * is non-zero, the caller is compiled by the JIT thus return to the
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_RETURN.S | 2 * Unwind a frame from the Dalvik stack for compiled OP_RETURN_XXX. 4 * is non-zero, the caller is compiled by the JIT thus return to the
|
/external/chromium_org/content/browser/renderer_host/ |
compositing_iosurface_shader_programs_mac.h | 16 // since, once compiled and linked, the programs can be shared. Callers invoke 66 // Cached values for previously-compiled/linked shader programs, and the
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.5.2.html | 57 <li>glUseProgram() is now compiled into display lists (bug 23746). 58 <li>glUniform functions are now compiled into display lists
|
/external/chromium_org/third_party/yasm/ |
yasm_compile.gypi | 7 # Files to be compiled with YASM should have an extension of .asm. 11 # yasm_output_path : Output directory for the compiled object files.
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
globals.js | 36 // Test that patching the IC in the compiled code works. 49 // Test that patching the IC in the compiled code works.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1145.js | 32 // compiled functions with syntax errors into early errors). 35 // A lazily compiled function with a syntax error that is attempted inlined
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/ |
about_cairo.html | 24 <p>which was compiled from Cairo source code available at <a href="http://www.cairographics.org/snapshots" target="_blank">http://www.cairographics.org/snapshots</a>.</p> 32 <p>pixman ("pixman") is packaged within the Cairo Library and was compiled from source code available at
|
/external/libpng/scripts/ |
pngos2.def | 229 ; These are not present when libpng is compiled with PNG_NO_GLOBAL_ARRAYS 239 ; These are not present when libpng is compiled with PNG_NO_GLOBAL_ARRAYS
|
/external/llvm/docs/HistoricalNotes/ |
2001-05-19-ExceptionResponse.txt | 23 generation for exception paths (exceptions paths are not compiled until 26 In this case, only one copy of the code would be compiled... until the
|