| /libcore/luni/src/main/java/org/apache/xpath/functions/ |
| FunctionMultiArgs.java | 21 package org.apache.xpath.functions; 30 * Base class for functions that accept an undetermined number of multiple
|
| SecuritySupport12.java | 22 package org.apache.xpath.functions;
|
| FuncExtFunction.java | 21 package org.apache.xpath.functions;
|
| /build/core/combo/ |
| TARGET_linux-arm.mk | 112 # in their exported C++ functions). Also, GCC 4.5 has already 137 -finline-functions \ 138 -fno-inline-functions-called-once \
|
| TARGET_linux-sh.mk | 58 -finline-functions \ 59 -fno-inline-functions-called-once \
|
| /external/v8/test/mjsunit/ |
| body-not-visible.js | 29 // compiling functions using new Function().
|
| 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/v8/test/mjsunit/compiler/ |
| jsnatives.js | 30 // Test call of JS runtime functions.
|
| /external/v8/test/mjsunit/regress/ |
| regress-780423.js | 38 assertTrue(o1 !== o2, "different functions");
|
| /external/zlib/contrib/pascal/ |
| zlibpas.pas | 82 (* basic functions *) 91 (* advanced functions *) 114 (* utility functions *) 124 (* checksum functions *)
|
| /external/webkit/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. 677 static const FunctionMapping functions[] = { local 706 const unsigned int numFunctions = sizeof(functions) / sizeof(functions[0]); 710 functionMap->set(functions[i].name, functions[i].function);
|
| /external/v8/src/ |
| builtins.cc | 885 // Non-functions are never called as constructors. Even if this is an object 1227 static BuiltinDesc functions[] = { local [all...] |
| /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/clearsilver/cs/ |
| cs.h | 285 CS_FUNCTION *functions; member in struct:_parse 366 * functions before calling this function. 376 * functions 377 * any error your callback functions returns 419 * other template search functions, or load the template 438 * functions that are not built-in to CS (since CS is not 440 * have CS have functions for javascript/html/url 462 * Description: cs_register_esc_strfunc functions exactly as cs_register_strfunc 477 /* Testing functions for future function api. This api may change in the
|
| /libcore/luni/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
|
| /libcore/luni/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...] |
| /bootable/recovery/updater/ |
| Android.mk | 36 # functions.
|
| /external/icu4c/samples/ |
| readme.txt | 43 ustring - demonstrates ICU string manipulation functions
|
| /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]);
|