HomeSort by relevance Sort by last modified time
    Searched refs:functions (Results 76 - 100 of 238) sorted by null

1 2 34 5 6 7 8 910

  /libcore/luni/src/main/java/org/apache/xpath/functions/
SecuritySupport.java 22 package org.apache.xpath.functions;
FuncExtElementAvailable.java 21 package org.apache.xpath.functions;
FunctionDef1Arg.java 21 package org.apache.xpath.functions;
31 * Base class for functions that accept one argument that can be defaulted if
FuncId.java 21 package org.apache.xpath.functions;
FuncSystemProperty.java 21 package org.apache.xpath.functions;
  /sdk/emulator/qtools/
dmtrace.h 58 std::vector<FunctionRecord*> *functions; member in class:DmTrace
trace_reader.h 234 void demangle_names(int nfuncs, symbol_type *functions);
548 void TraceReader<T>::demangle_names(int nfuncs, symbol_type *functions)
555 int len = strlen(functions[ii].name);
564 if (demangle_ && len > 1 && functions[ii].name[0] == '_') {
565 demangled = abi::__cxa_demangle(functions[ii].name, 0, NULL,
570 delete[] functions[ii].name;
571 functions[ii].name = Strdup(demangled);
721 // The address of thumb functions seem to have the low bit set,
798 symbol_type *functions = new symbol_type[nfuncs]; local
800 // Copy the symbols to the functions arra
    [all...]
  /system/core/libpixelflinger/
Android.mk 60 # Required to define logging functions on the simulator.
61 # TODO: move the simulator logging functions into libcutils with
  /external/v8/test/mjsunit/
debug-evaluate-recursive.js 74 // Call functions with break using the FrameMirror directly.
80 // Call functions with break using the JSON protocol. Tests that argument
87 // Call functions with break using the JSON protocol. Tests passing
114 // Call functions with break using the FrameMirror directly.
134 // Test functions - one with break point and one with debugger statement.
fuzz-natives.js 116 // These functions use pseudo-stack-pointers and are not robust
120 // These functions do nontrivial error checking in recursive calls,
135 // These functions should not be callable as runtime functions.
mirror-unresolved-function.js 29 // Test the mirror object for unresolved functions.
49 // Check the mirror hierachy for unresolved functions.
55 // Check the mirror properties for unresolved functions.
68 // Parse JSON representation of unresolved functions and check.
this-in-callbacks.js 28 // Test 'this' is the right global object of callback functions passed to
29 // builtin functions.
mirror-function.js 29 // Test the mirror object for functions.
87 // Test a number of different functions.
  /external/openssl/apps/
openssl.c 133 /* The LHASH callbacks ("hash" & "cmp") have been replaced by functions with the
136 * functions. */
484 for (fp=functions; fp->name != NULL; fp++)
500 for (fp=functions; fp->name != NULL; fp++)
643 for(i=0,f=functions ; f->name != NULL ; ++f,++i)
645 qsort(functions,i,sizeof *functions,SortFnByName);
650 for (f=functions; f->name != NULL; f++)
progs.pl 27 FUNCTION functions[] = {
  /external/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 1 // Try calling the browser-side bound functions with varying (invalid)
  /external/yaffs2/yaffs2/
Kconfig 37 This enables Yaffs to use its own ECC functions instead of using
  /libcore/luni/src/main/java/org/apache/xalan/templates/
FuncFormatNumb.java 32 import org.apache.xpath.functions.Function3Args;
33 import org.apache.xpath.functions.WrongNumberArgsException;
FuncKey.java 33 import org.apache.xpath.functions.Function2Args;
  /bionic/libc/arch-sh/bionic/
crtbegin_dynamic.S 72 # functions that need to be called in order during C library initialization,
  /bionic/libdl/arch-sh/
sobegin.S 61 # functions that need to be called in order during C library initialization,
  /external/fdlibm/
Android.mk 43 # This is necessary to guarantee that the FDLIBM functions are in
44 # "IEEE spirit", i.e. to guarantee that the IEEE 754 core functions
  /external/webkit/WebCore/bridge/jni/jsc/
JNIUtilityPrivate.cpp 64 env->functions->NewString(env, (const jchar *)stringValue.data(), stringValue.size()));
209 jobject javaString = env->functions->NewString(env, buf, 0);
218 jobject javaString = env->functions->NewString(env, (const jchar *)stringValue.data(), stringValue.size());
  /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];
62 // Emulates JSC by installing functions on a hidden prototype that
64 // functions on String.prototype etc. and then restore the old function
66 function InstallFunctionsOnHiddenPrototype(object, attributes, functions) {
    [all...]
  /external/chromium/base/
pe_image.cc 138 PDWORD functions = reinterpret_cast<PDWORD>(
141 return functions + ordinal - exports->Base;
243 PDWORD functions = reinterpret_cast<PDWORD>(RVAToAddr( local
250 PVOID func = RVAToAddr(functions[count]);

Completed in 1325 milliseconds

1 2 34 5 6 7 8 910