| /external/dbus/test/ |
| decode-gcov.c | 302 printf ("%d functions in file\n", n_functions); 431 printf ("%d functions %d blocks %d arcs %d off-tree arcs in file\n", 488 * - 4 byte count of how many functions in the following list 492 * - then for each function (number of functions given above): 536 printf ("%d functions expected in section %d of .da file\n", 593 printf ("total of %d functions and %d arcs in section %d\n", 670 DBusList *functions; member in struct:File 738 DBusList **functions) 856 if (!_dbus_list_append (functions, func)) 869 printf ("%d functions %d blocks %d arcs %d off-tree arcs in file\n" [all...] |
| /sdk/emulator/qtools/ |
| dmtrace.cpp | 26 functions = new std::vector<FunctionRecord*>; 31 delete functions; 141 functions->push_back(rec); 252 for (iter = functions->begin(); iter != functions->end(); ++iter) {
|
| /external/grub/ |
| Android.mk | 33 -falign-functions=1 -Wundef 88 -falign-functions=1 -Wundef 124 -falign-functions=1 -Wundef
|
| /device/htc/common/updater/ |
| Android.mk | 19 # librecovery_update_htc is a set of edify extension functions for
|
| /external/v8/test/mjsunit/ |
| function-prototype.js | 58 // Test that the fast case optimizations can handle non-functions, 59 // functions with no prototypes (yet), non-object prototypes, 60 // functions without initial maps, and the fully initialized 61 // functions.
|
| /external/webkit/WebKit/android/benchmark/ |
| MyJavaVM.cpp | 35 // JavaVM functions 41 // JNIEnv functions 93 s_jvm->functions = i; 95 // Now, assign the functions of the vm to our fake ones. 102 s_env->functions = n; 104 // Point the functions we care about to out fake ones.
|
| /external/dbus/dbus/ |
| dbus-threads.h | 117 * Flags indicating which functions are present in #DBusThreadFunctions. Used to allow 118 * the library to detect older callers of dbus_threads_init() if new possible functions 141 * Functions that must be implemented to make the D-Bus library 142 * thread-aware. The recursive mutex functions should be specified 145 * The condition variable functions have to work with recursive 163 unsigned int mask; /**< Mask indicating which functions are present. */ 189 dbus_bool_t dbus_threads_init (const DBusThreadFunctions *functions);
|
| /external/srec/srec/Semproc/include/ |
| SR_ExpressionParser.h | 70 * application, or internally as built-in functions (see ExpressionEvaluator.h) 137 FunctionCallback functions[MAX_FUNCTION_CALLBACKS]; member in struct:ExpressionParser_t 146 * Nesting of functions is NOT SUPPORTED
|
| /external/webkit/WebCore/bindings/scripts/ |
| CodeGenerator.pm | 197 . @{$interface->functions} . " functions, " 202 push(@{$dataNode->functions}, @{$interface->functions}); 222 "functions" => $interface->functions,
|
| /libcore/luni/src/main/java/org/apache/xalan/extensions/ |
| ExtensionHandler.java | 31 import org.apache.xpath.functions.FuncExtFunction; 35 * Provides functions to test a function's existence and call a function. 36 * Also provides functions for calling an element and testing for
|
| /libcore/luni/src/main/java/org/apache/xpath/ |
| XPathVisitor.java | 25 import org.apache.xpath.functions.Function;
|
| /libcore/luni/src/main/java/org/apache/xpath/functions/ |
| FuncConcat.java | 21 package org.apache.xpath.functions;
|
| FuncCurrent.java | 21 package org.apache.xpath.functions;
|
| FuncExtFunctionAvailable.java | 21 package org.apache.xpath.functions;
|
| FuncLang.java | 21 package org.apache.xpath.functions;
|
| FuncLast.java | 21 package org.apache.xpath.functions;
|
| FuncNamespace.java | 21 package org.apache.xpath.functions;
|
| FuncNormalizeSpace.java | 21 package org.apache.xpath.functions;
|
| FuncPosition.java | 21 package org.apache.xpath.functions; 85 // functions. Shouldn't be a problem for last(), and it shouldn't be
|
| FuncSubstring.java | 21 package org.apache.xpath.functions;
|
| FuncTranslate.java | 21 package org.apache.xpath.functions;
|
| Function.java | 21 package org.apache.xpath.functions; 32 * This is a superclass of all XPath functions. This allows two 138 * and Last(). See respective functions for more detail.
|
| Function2Args.java | 21 package org.apache.xpath.functions; 29 * Base class for functions that accept two arguments.
|
| Function3Args.java | 21 package org.apache.xpath.functions; 29 * Base class for functions that accept three arguments.
|
| FunctionOneArg.java | 21 package org.apache.xpath.functions; 29 * Base class for functions that accept one argument.
|