Searched refs:functions (Results 1 - 25 of 63) sorted by relevance

123

/dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/
H A DWrongNumberArgsException.java21 package org.apache.xpath.functions;
H A DFuncBoolean.java21 package org.apache.xpath.functions;
H A DFuncCeiling.java21 package org.apache.xpath.functions;
H A DFuncFalse.java21 package org.apache.xpath.functions;
H A DFuncFloor.java21 package org.apache.xpath.functions;
H A DFuncNot.java21 package org.apache.xpath.functions;
H A DFuncNumber.java21 package org.apache.xpath.functions;
H A DFuncString.java21 package org.apache.xpath.functions;
H A DFuncStringLength.java21 package org.apache.xpath.functions;
H A DFuncTrue.java21 package org.apache.xpath.functions;
H A DFuncCount.java21 package org.apache.xpath.functions;
H A DFuncGenerateId.java21 package org.apache.xpath.functions;
H A DFuncRound.java21 package org.apache.xpath.functions;
H A DFuncStartsWith.java21 package org.apache.xpath.functions;
H A DFuncSubstringBefore.java21 package org.apache.xpath.functions;
H A DFuncContains.java21 package org.apache.xpath.functions;
H A DFuncDoclocation.java21 package org.apache.xpath.functions;
H A DFuncLocalPart.java21 package org.apache.xpath.functions;
/dalvik/libnativehelper/include/nativehelper/
H A DJNIHelp.h18 * JNI helper functions.
100 * For C++ code, we provide inlines that map to the C functions. g++ always
107 return jniRegisterNativeMethods(&env->functions, className, gMethods,
113 return jniThrowException(&env->functions, className, msg);
117 return jniThrowNullPointerException(&env->functions, msg);
121 return jniThrowRuntimeException(&env->functions, msg);
125 return jniThrowIOException(&env->functions, errnum);
129 return jniCreateFileDescriptor(&env->functions, fd);
133 return jniGetFDFromFileDescriptor(&env->functions, fileDescriptor);
138 return jniSetFileDescriptorOfFD(&env->functions, fileDescripto
[all...]
H A Djni.h491 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
1052 const struct JNIInvokeInterface* functions; member in struct:_JavaVM
[all...]
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
H A DFunctionTable.java24 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
[all...]
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
H A DAbsPathChecker.java26 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.
/dalvik/libcore/xml/src/main/java/org/apache/xalan/extensions/
H A DExpressionVisitor.java26 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
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
H A DHasPositionalPredChecker.java26 import org.apache.xpath.functions.FuncLast;
27 import org.apache.xpath.functions.FuncPosition;
28 import org.apache.xpath.functions.Function;
45 * or functions that may make it context dependent.
/dalvik/libcore/xml/src/main/java/org/apache/xpath/
H A DExtensionsProvider.java25 import org.apache.xpath.functions.FuncExtFunction;

Completed in 166 milliseconds

123