/external/mesa3d/src/glsl/builtins/tools/ |
generate_builtins.py | 82 # Print a table of all the functions (not signatures) referenced. 138 read_builtins(void * mem_ctx, GLenum target, const char *protos, const char **functions, unsigned count) 163 _mesa_glsl_read_ir(st, sh->ir, functions[i], false); 166 printf("error reading builtin: %.35s ...\\n", functions[i]); 203 const char **functions, 209 sh = read_builtins(state, GL_VERTEX_SHADER, prototypes, functions, count); 223 builtin_mem_ctx = hieralloc_init("GLSL built-in functions");
|
/external/v8/test/mjsunit/ |
array-functions-prototype.js | 28 // This file contains a number of tests of array functions and their 45 // Helper functions.
|
function-source.js | 32 // Check that the script source for all functions in a script is the same.
|
global-ic.js | 36 // Initialize the ICs in the functions.
|
html-string-funcs.js | 28 // Spidermonkey and IE has some string functions useable for building
|
receiver-in-with-calls.js | 28 // When invoking functions from within a 'with' statement, we must set
|
regexp-call-as-function.js | 28 // Test that regular expressions can be called as functions. Calling
|
value-callic-prototype-change.js | 29 // functions on value prototypes change.
|
/external/valgrind/main/drd/tests/ |
circular_buffer.c | 23 has built-in functions for atomic memory access.
|
/external/valgrind/main/massif/tests/ |
insig.post.exp | 48 93.48% (16,528B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 70 87.28% (16,688B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
big-alloc.post.exp | 48 100.00% (94,371,840B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
deep-A.post.exp | 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
deep-B.post.exp | 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
deep-C.post.exp | 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
deep-D.post.exp | 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
thresholds_0_10.post.exp | 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
thresholds_10_0.post.exp | 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
/external/webkit/Source/WebCore/xml/ |
XPathFunctions.cpp | 299 // Some functions use context node as implicit argument, so when explicit arguments are added, they may no longer be context node sensitive. 682 static const FunctionMapping functions[] = { local 713 for (size_t i = 0; i < WTF_ARRAY_LENGTH(functions); ++i) 714 functionMap->set(functions[i].name, functions[i].function);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
c-ctype.h | 5 These functions work like the corresponding functions in <ctype.h>, 7 <ctype.h> functions' behaviour depends on the current locale set via 37 /* The functions defined in this file assume the "C" locale and a character 41 is ISO-8859-1), the functions in this file recognize only the ASCII 108 /* Unlike the functions in <ctype.h>, which require an argument in the range 109 of the 'unsigned char' type, the functions here operate on values that are 117 but you don't need to cast it for the functions defined in this file:
|
/bootable/recovery/updater/ |
Android.mk | 37 # functions.
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
FuncDocument.java | 41 import org.apache.xpath.functions.Function2Args; 42 import org.apache.xpath.functions.WrongNumberArgsException;
|
/external/srec/srec/Semproc/src/ |
ExpressionParser.c | 65 Interface->next = &Interface->functions[0]; 90 self->next = &self->functions[0]; 440 MEMCHK(rc, self->next, &self->functions[MAX_FUNCTION_CALLBACKS-1]);
|
/external/v8/test/mjsunit/compiler/ |
regress-stacktrace.js | 28 // Test correctness of stack traces with global functions.
|
/external/v8/test/mjsunit/regress/ |
regress-1106.js | 48 // Test calls on functions defined in the prototype of the global object.
|
/external/v8/test/mozilla/ |
mozilla-shell-emulation.js | 28 // Sets up fake implementations of MDC built-in objects and functions
|