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

1 2 3 4 5 6 7 8 910

  /libcore/luni/src/main/java/org/apache/xpath/functions/
WrongNumberArgsException.java 21 package org.apache.xpath.functions;
FuncBoolean.java 21 package org.apache.xpath.functions;
FuncCeiling.java 21 package org.apache.xpath.functions;
FuncFalse.java 21 package org.apache.xpath.functions;
FuncFloor.java 21 package org.apache.xpath.functions;
FuncNot.java 21 package org.apache.xpath.functions;
FuncNumber.java 21 package org.apache.xpath.functions;
FuncString.java 21 package org.apache.xpath.functions;
FuncStringLength.java 21 package org.apache.xpath.functions;
FuncTrue.java 21 package org.apache.xpath.functions;
  /external/dbus/dbus/
dbus-threads.c 50 * @defgroup DBusThreadsInternals Thread functions
54 * Functions and macros related to threads and thread locks.
482 * @defgroup DBusThreads Thread functions
486 * Functions and macros related to threads and thread locks.
521 * Either recursive or nonrecursive mutex functions must be specified,
522 * but not both. New code should provide only the recursive functions
541 * @param functions functions for using threads
545 dbus_threads_init (const DBusThreadFunctions *functions)
550 _dbus_assert (functions != NULL)
    [all...]
  /dalvik/libnativehelper/include/nativehelper/
jni.h 506 const struct JNINativeInterface* functions; member in struct:_JNIEnv
511 { return functions->GetVersion(this); }
515 { return functions->DefineClass(this, name, loader, buf, bufLen); }
518 { return functions->FindClass(this, name); }
521 { return functions->FromReflectedMethod(this, method); }
524 { return functions->FromReflectedField(this, field); }
527 { return functions->ToReflectedMethod(this, cls, methodID, isStatic); }
530 { return functions->GetSuperclass(this, clazz); }
533 { return functions->IsAssignableFrom(this, clazz1, clazz2); }
536 { return functions->ToReflectedField(this, cls, fieldID, isStatic);
1067 const struct JNIInvokeInterface* functions; member in struct:_JavaVM
    [all...]
JNIHelp.h 18 * JNI helper functions.
106 * For C++ code, we provide inlines that map to the C functions. g++ always
113 return jniRegisterNativeMethods(&env->functions, className, gMethods,
119 return jniThrowException(&env->functions, className, msg);
123 return jniThrowNullPointerException(&env->functions, msg);
127 return jniThrowRuntimeException(&env->functions, msg);
131 return jniThrowIOException(&env->functions, errnum);
135 return jniCreateFileDescriptor(&env->functions, fd);
139 return jniGetFDFromFileDescriptor(&env->functions, fileDescriptor);
144 jniSetFileDescriptorOfFD(&env->functions, fileDescriptor, value)
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 491 const struct JNINativeInterface* functions; member in struct:_JNIEnv
496 { return functions->GetVersion(this); }
500 { return functions->DefineClass(this, name, loader, buf, bufLen); }
503 { return functions->FindClass(this, name); }
506 { return functions->FromReflectedMethod(this, method); }
509 { return functions->FromReflectedField(this, field); }
512 { return functions->ToReflectedMethod(this, cls, methodID, isStatic); }
515 { return functions->GetSuperclass(this, clazz); }
518 { return functions->IsAssignableFrom(this, clazz1, clazz2); }
521 { return functions->ToReflectedField(this, cls, fieldID, isStatic);
1052 const struct JNIInvokeInterface* functions; member in struct:_JavaVM
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
jni.h 491 const struct JNINativeInterface* functions; member in struct:_JNIEnv
496 { return functions->GetVersion(this); }
500 { return functions->DefineClass(this, name, loader, buf, bufLen); }
503 { return functions->FindClass(this, name); }
506 { return functions->FromReflectedMethod(this, method); }
509 { return functions->FromReflectedField(this, field); }
512 { return functions->ToReflectedMethod(this, cls, methodID, isStatic); }
515 { return functions->GetSuperclass(this, clazz); }
518 { return functions->IsAssignableFrom(this, clazz1, clazz2); }
521 { return functions->ToReflectedField(this, cls, fieldID, isStatic);
1052 const struct JNIInvokeInterface* functions; member in struct:_JavaVM
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
jni.h 491 const struct JNINativeInterface* functions; member in struct:_JNIEnv
496 { return functions->GetVersion(this); }
500 { return functions->DefineClass(this, name, loader, buf, bufLen); }
503 { return functions->FindClass(this, name); }
506 { return functions->FromReflectedMethod(this, method); }
509 { return functions->FromReflectedField(this, field); }
512 { return functions->ToReflectedMethod(this, cls, methodID, isStatic); }
515 { return functions->GetSuperclass(this, clazz); }
518 { return functions->IsAssignableFrom(this, clazz1, clazz2); }
521 { return functions->ToReflectedField(this, cls, fieldID, isStatic);
1052 const struct JNIInvokeInterface* functions; member in struct:_JavaVM
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
jni.h 491 const struct JNINativeInterface* functions; member in struct:_JNIEnv
496 { return functions->GetVersion(this); }
500 { return functions->DefineClass(this, name, loader, buf, bufLen); }
503 { return functions->FindClass(this, name); }
506 { return functions->FromReflectedMethod(this, method); }
509 { return functions->FromReflectedField(this, field); }
512 { return functions->ToReflectedMethod(this, cls, methodID, isStatic); }
515 { return functions->GetSuperclass(this, clazz); }
518 { return functions->IsAssignableFrom(this, clazz1, clazz2); }
521 { return functions->ToReflectedField(this, cls, fieldID, isStatic);
1052 const struct JNIInvokeInterface* functions; member in struct:_JavaVM
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
jni.h 491 const struct JNINativeInterface* functions; member in struct:_JNIEnv
496 { return functions->GetVersion(this); }
500 { return functions->DefineClass(this, name, loader, buf, bufLen); }
503 { return functions->FindClass(this, name); }
506 { return functions->FromReflectedMethod(this, method); }
509 { return functions->FromReflectedField(this, field); }
512 { return functions->ToReflectedMethod(this, cls, methodID, isStatic); }
515 { return functions->GetSuperclass(this, clazz); }
518 { return functions->IsAssignableFrom(this, clazz1, clazz2); }
521 { return functions->ToReflectedField(this, cls, fieldID, isStatic);
1052 const struct JNIInvokeInterface* functions; member in struct:_JavaVM
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
jni.h 491 const struct JNINativeInterface* functions; member in struct:_JNIEnv
496 { return functions->GetVersion(this); }
500 { return functions->DefineClass(this, name, loader, buf, bufLen); }
503 { return functions->FindClass(this, name); }
506 { return functions->FromReflectedMethod(this, method); }
509 { return functions->FromReflectedField(this, field); }
512 { return functions->ToReflectedMethod(this, cls, methodID, isStatic); }
515 { return functions->GetSuperclass(this, clazz); }
518 { return functions->IsAssignableFrom(this, clazz1, clazz2); }
521 { return functions->ToReflectedField(this, cls, fieldID, isStatic);
1052 const struct JNIInvokeInterface* functions; member in struct:_JavaVM
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
jni.h 491 const struct JNINativeInterface* functions; member in struct:_JNIEnv
496 { return functions->GetVersion(this); }
500 { return functions->DefineClass(this, name, loader, buf, bufLen); }
503 { return functions->FindClass(this, name); }
506 { return functions->FromReflectedMethod(this, method); }
509 { return functions->FromReflectedField(this, field); }
512 { return functions->ToReflectedMethod(this, cls, methodID, isStatic); }
515 { return functions->GetSuperclass(this, clazz); }
518 { return functions->IsAssignableFrom(this, clazz1, clazz2); }
521 { return functions->ToReflectedField(this, cls, fieldID, isStatic);
1052 const struct JNIInvokeInterface* functions; member in struct:_JavaVM
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
FunctionTable.java 24 import org.apache.xpath.functions.Function;
150 * The function table contains customized functions
155 * Table of function name to function ID associations for customized functions
160 * Number of built in functions. Be sure to update this as
161 * built-in functions are added.
166 * Number of built-in functions that may be added.
178 m_functions[FUNC_CURRENT] = org.apache.xpath.functions.FuncCurrent.class;
179 m_functions[FUNC_LAST] = org.apache.xpath.functions.FuncLast.class;
180 m_functions[FUNC_POSITION] = org.apache.xpath.functions.FuncPosition.class;
181 m_functions[FUNC_COUNT] = org.apache.xpath.functions.FuncCount.class
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/templates/
AbsPathChecker.java 26 import org.apache.xpath.functions.FuncCurrent;
27 import org.apache.xpath.functions.FuncExtFunction;
28 import org.apache.xpath.functions.Function;
41 * or functions that may make it context dependent.
  /hardware/ti/omap3/dspbridge/dspexec/
Android.mk 16 LOCAL_CFLAGS += -Wall -g -O2 -finline-functions -DOMAP_3430
  /external/chromium/net/data/proxy_resolver_v8_unittest/
ends_with_comment.js 7 // would append some functions to the script; the first line of
8 // those extra functions was being considered part of the comment
  /libcore/luni/src/main/java/org/apache/xalan/extensions/
ExpressionVisitor.java 26 import org.apache.xpath.functions.FuncExtFunction;
27 import org.apache.xpath.functions.FuncExtFunctionAvailable;
28 import org.apache.xpath.functions.Function;
33 * visits the XPath expression. For any extension functions it
37 * This mechanism is required to locate extension functions

Completed in 985 milliseconds

1 2 3 4 5 6 7 8 910