/external/mesa3d/docs/ |
MESA_pixmap_colormap.spec | 37 Xlib functions but there is no colormap associated with pixmaps. 50 New Procedures and Functions 59 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
|
/external/stlport/ |
Android.mk | 46 # have the sincos*() functions.
|
/external/v8/test/mjsunit/ |
body-not-visible.js | 29 // compiling functions using new Function().
|
fuzz-natives.js | 125 // These functions use pseudo-stack-pointers and are not robust 129 // These functions do nontrivial error checking in recursive calls, 143 // These functions should not be callable as runtime functions.
|
/external/v8/test/mjsunit/compiler/ |
jsnatives.js | 30 // Test call of JS runtime functions.
|
/external/v8/test/mjsunit/regress/ |
regress-1121.js | 30 // Test that changing Array.prototype.__proto__ keeps Array functions working.
|
regress-780423.js | 38 assertTrue(o1 !== o2, "different functions");
|
/external/valgrind/main/massif/tests/ |
long-names.post.exp | 41 100.00% (4,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
new-cpp.post.exp | 44 99.73% (12,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
overloaded-new.post.exp | 44 99.73% (12,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
/external/zlib/contrib/pascal/ |
zlibpas.pas | 82 (* basic functions *) 91 (* advanced functions *) 114 (* utility functions *) 124 (* checksum functions *)
|
/frameworks/compile/libbcc/runtime/make/ |
AppleBI.mk | 19 # List of functions needed for each architecture.
|
lib_util.mk | 1 # Library Utility Functions 27 # Helper functions that select the entire list of subdirs where a function is
|
/external/mesa3d/src/glsl/ |
builtin_function.cpp | 33 read_builtins(void * mem_ctx, GLenum target, const char *protos, const char **functions, unsigned count) 58 _mesa_glsl_read_ir(st, sh->ir, functions[i], false); 61 printf("error reading builtin: %.35s ...\n", functions[i]); [all...] |
/external/v8/src/ |
v8natives.js | 48 // Helper function used to install functions on objects. 49 function InstallFunctions(object, attributes, functions) { 50 if (functions.length >= 8) { 51 %OptimizeObjectForAddingMultipleProperties(object, functions.length >> 1); 53 for (var i = 0; i < functions.length; i += 2) { 54 var key = functions[i]; 55 var f = functions[i + 1]; 63 // Emulates JSC by installing functions on a hidden prototype that 65 // functions on String.prototype etc. and then restore the old function 67 function InstallFunctionsOnHiddenPrototype(object, attributes, functions) { [all...] |
frames.cc | 216 // Don't show functions from native scripts to user. 669 void JavaScriptFrame::GetFunctions(List<JSFunction*>* functions) { 670 ASSERT(functions->length() == 0); 671 functions->Add(JSFunction::cast(function())); 675 void JavaScriptFrame::Summarize(List<FrameSummary>* functions) { 676 ASSERT(functions->length() == 0); 684 functions->Add(summary); 712 // functions containing throw. 809 void OptimizedFrame::GetFunctions(List<JSFunction*>* functions) { 810 ASSERT(functions->length() == 0) [all...] |
/external/chromium/chrome/browser/chromeos/input_method/ |
candidate_window.cc | 1257 InputMethodUiStatusMonitorFunctions functions; local [all...] |
/external/webkit/Source/WebCore/inspector/ |
CodeGeneratorInspector.pm | 349 foreach my $function (@{$interface->functions}) { 675 my @functions = grep(!$_->signature->extendedAttributes->{"event"}, @{$interface->functions}); 678 foreach my $function (@functions) { 699 my @functions = grep($_->signature->extendedAttributes->{"event"}, @{$interface->functions}); 702 foreach my $function (@functions) { [all...] |
/external/dbus/test/ |
break-loader.c | 466 void (* functions[]) (const DBusString *orig_data, 488 which = random_int_in_range (0, _DBUS_N_ELEMENTS (functions)); 490 (* functions[which]) (mutated, mutated);
|
/external/dropbear/libtomcrypt/ |
crypt.tex | 124 (and helper API functions) are able to use the new designs automatically. There exists self-check functions for each 146 With this library all core functions (ciphers, hashes, prngs, and bignum) have the same prototype definition. They all load 149 know how to use Safer+, RC6, or Serpent as well. With all of the core functions there are central descriptor tables 167 are essentially structures with pointers to functions. While you can still call particular functions 226 In general the API is very simple to memorize and use. Most of the functions return either {\bf void} or {\bf int}. Functions 228 if it failed. Certain functions that return int will return $-1$ to indicate an error. These functions will be explicitl [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
ExtensionsTable.java | 30 import org.apache.xpath.functions.FuncExtFunction; 87 * functions for testing whether a function is known within the 88 * namespace and also for invoking the functions. 154 * and provides callback functions to access various 201 * and provides callback functions to access various
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Compiler.java | 37 import org.apache.xpath.functions.FuncExtFunction; 38 import org.apache.xpath.functions.FuncExtFunctionAvailable; 39 import org.apache.xpath.functions.Function; 40 import org.apache.xpath.functions.WrongNumberArgsException; 86 * functions are stored. 1014 * @return reference to {@link org.apache.xpath.functions.Function} instance. 1077 // The current id for extension functions. [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FuncExtFunction.java | 21 package org.apache.xpath.functions;
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
TemplateCompiler.java | 21 import com.google.clearsilver.jsilver.functions.FunctionExecutor;
|
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/ |
PrecompiledTemplateLoader.java | 22 import com.google.clearsilver.jsilver.functions.FunctionExecutor;
|