/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FuncDoclocation.java | 21 package org.apache.xpath.functions;
|
FuncLocalPart.java | 21 package org.apache.xpath.functions;
|
FuncQname.java | 21 package org.apache.xpath.functions;
|
FuncSubstringAfter.java | 21 package org.apache.xpath.functions;
|
FuncSum.java | 21 package org.apache.xpath.functions;
|
FuncUnparsedEntityURI.java | 21 package org.apache.xpath.functions;
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/ |
HtmlEscapeFunction.java | 17 package com.google.clearsilver.jsilver.functions.escape;
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
TextHtmlFunction.java | 17 package com.google.clearsilver.jsilver.functions.html; 19 import com.google.clearsilver.jsilver.functions.TextFilter; 20 import com.google.clearsilver.jsilver.functions.escape.HtmlEscapeFunction; 21 import com.google.clearsilver.jsilver.functions.escape.SimpleEscapingFunction;
|
/external/llvm/ |
llvm-device-build.mk | 18 -finline-functions \ 19 -fno-inline-functions-called-once \
|
/external/valgrind/main/drd/tests/ |
atomic_var.c | 23 has built-in functions for atomic memory access.
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
dns_fail.js | 2 // failing. It tests that functions return the expected values.
|
/external/dbus/bus/ |
messagebus.in | 27 . @EXPANDED_SYSCONFDIR@/rc.d/init.d/functions
|
/external/webkit/Source/WebCore/plugins/ |
PluginStream.h | 60 static PassRefPtr<PluginStream> create(PluginStreamClient* client, Frame* frame, const ResourceRequest& request, bool sendNotification, void* notifyData, const NPPluginFuncs* functions, NPP instance, const PluginQuirkSet& quirks) 62 return adoptRef(new PluginStream(client, frame, request, sendNotification, notifyData, functions, instance, quirks));
|
/external/dbus/test/ |
decode-gcov.c | 303 printf ("%d functions in file\n", n_functions); 432 printf ("%d functions %d blocks %d arcs %d off-tree arcs in file\n", 489 * - 4 byte count of how many functions in the following list 493 * - then for each function (number of functions given above): 537 printf ("%d functions expected in section %d of .da file\n", 594 printf ("total of %d functions and %d arcs in section %d\n", 671 DBusList *functions; member in struct:File 739 DBusList **functions) 857 if (!_dbus_list_append (functions, func)) 870 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/chromium/chrome/browser/extensions/ |
extensions_quota_service.cc | 35 FunctionHeuristicsMap& functions = function_heuristics_[extension_id]; local 38 QuotaLimitHeuristics& heuristics = functions[function->name()]; 57 PurgeFunctionHeuristicsMap(&functions);
|
/external/grub/ |
Android.mk | 32 -falign-functions=1 -Wundef 88 -falign-functions=1 -Wundef 125 -falign-functions=1 -Wundef
|
/external/v8/src/ |
builtins.cc | 1540 static const BuiltinDesc* functions() { return functions_; } function in class:v8::internal::__anon11556::BuiltinFunctionTable 1557 BuiltinDesc* functions = BuiltinFunctionTable::functions_; local 1602 const BuiltinDesc* functions = BuiltinFunctionTable::functions(); local [all...] |
/external/valgrind/main/massif/tests/ |
ignoring.post.exp | 40 99.22% (1,024B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 48 98.46% (512B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 61 98.46% (512B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 87 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 102 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 117 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 132 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 147 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 163 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 183 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc [all...] |
peak2.post.exp | 42 86.32% (1,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 54 89.33% (3,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 66 90.39% (4,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 78 90.93% (6,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 90 91.26% (8,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 102 91.48% (9,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 114 91.63% (11,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 126 91.75% (12,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 138 91.85% (14,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 150 91.92% (16,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc [all...] |
/external/webkit/Source/WebCore/bridge/jni/jsc/ |
JNIUtilityPrivate.cpp | 68 env->functions->NewString(env, (const jchar *)stringValue.characters(), stringValue.length())); 187 // these functions should use common code. 224 jobject javaString = env->functions->NewString(env, (const jchar*)stringValue.characters(), stringValue.length()); 231 jobject javaDouble = env->functions->NewObject(env, clazz, constructor, doubleValue); 238 jobject javaBoolean = env->functions->NewObject(env, clazz, constructor, boolValue); 243 jobject javaString = env->functions->NewString(env, (const jchar*)stringValue.characters(), stringValue.length()); 254 jobject javaString = env->functions->NewString(env, (const jchar*)stringValue.characters(), stringValue.length());
|
/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/Source/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/apache-xml/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
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathVisitor.java | 25 import org.apache.xpath.functions.Function;
|