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

1234

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DWrongNumberArgsException.java23 package com.sun.org.apache.xpath.internal.functions;
H A DFuncBoolean.java23 package com.sun.org.apache.xpath.internal.functions;
H A DFuncCeiling.java23 package com.sun.org.apache.xpath.internal.functions;
H A DFuncFalse.java23 package com.sun.org.apache.xpath.internal.functions;
H A DFuncFloor.java23 package com.sun.org.apache.xpath.internal.functions;
H A DFuncNot.java23 package com.sun.org.apache.xpath.internal.functions;
H A DFuncNumber.java23 package com.sun.org.apache.xpath.internal.functions;
H A DFuncStartsWith.java23 package com.sun.org.apache.xpath.internal.functions;
H A DFuncString.java23 package com.sun.org.apache.xpath.internal.functions;
H A DFuncStringLength.java23 package com.sun.org.apache.xpath.internal.functions;
H A DFuncTrue.java23 package com.sun.org.apache.xpath.internal.functions;
H A DFuncContains.java23 package com.sun.org.apache.xpath.internal.functions;
H A DFuncCount.java23 package com.sun.org.apache.xpath.internal.functions;
H A DFuncGenerateId.java23 package com.sun.org.apache.xpath.internal.functions;
H A DFuncLocalPart.java23 package com.sun.org.apache.xpath.internal.functions;
H A DFuncQname.java23 package com.sun.org.apache.xpath.internal.functions;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DFunctionTable.java26 import com.sun.org.apache.xpath.internal.functions.Function;
152 * The function table contains customized functions
157 * Table of function name to function ID associations for customized functions
162 * Number of built in functions. Be sure to update this as
163 * built-in functions are added.
168 * Number of built-in functions that may be added.
180 m_functions[FUNC_CURRENT] = com.sun.org.apache.xpath.internal.functions.FuncCurrent.class;
181 m_functions[FUNC_LAST] = com.sun.org.apache.xpath.internal.functions.FuncLast.class;
182 m_functions[FUNC_POSITION] = com.sun.org.apache.xpath.internal.functions.FuncPosition.class;
183 m_functions[FUNC_COUNT] = com.sun.org.apache.xpath.internal.functions
[all...]
H A DFuncLoader.java27 import com.sun.org.apache.xpath.internal.functions.Function;
32 * Lazy load of functions into the function table as needed, so we don't
33 * have to load all the functions allowed in XPath and XSLT on startup.
50 * 'com.sun.org.apache.xpath.internal.functions'.
52 * @return The class name of the {com.sun.org.apache.xpath.internal.functions.Function} class.
62 * @param funcName The class name of the {com.sun.org.apache.xpath.internal.functions.Function}
64 * be relative to 'com.sun.org.apache.xpath.internal.functions'.
92 className = "com.sun.org.apache.xpath.internal.functions." + className;
97 subString.equals ("com.sun.org.apache.xpath.internal.functions"))) {
/openjdk7/jdk/src/share/javavm/export/
H A DjdwpTransport.h128 * JDWP functions called by the transport.
193 * Use inlined functions so that C++ code can use syntax such as
201 const struct jdwpTransportNativeInterface_ *functions; member in struct:_jdwpTransportEnv
205 return functions->GetCapabilities(this, capabilities_ptr);
210 return functions->Attach(this, address, attach_timeout, handshake_timeout);
215 return functions->StartListening(this, address, actual_address);
219 return functions->StopListening(this);
223 return functions->Accept(this, accept_timeout, handshake_timeout);
227 return functions->IsOpen(this);
231 return functions
[all...]
H A Djni.h157 * possible return values for JNI functions.
771 * We use inlined functions for C++ so that programmers can write:
783 const struct JNINativeInterface_ *functions; member in struct:JNIEnv_
787 return functions->GetVersion(this);
791 return functions->DefineClass(this, name, loader, buf, len);
794 return functions->FindClass(this, name);
797 return functions->FromReflectedMethod(this,method);
800 return functions->FromReflectedField(this,field);
804 return functions->ToReflectedMethod(this, cls, methodID, isStatic);
808 return functions
1907 const struct JNIInvokeInterface_ *functions; member in struct:JavaVM_
[all...]
H A Djvmti.h1787 const struct jvmtiInterface_1_ *functions; member in struct:_jvmtiEnv
1793 return functions->Allocate(this, size, mem_ptr);
1797 return functions->Deallocate(this, mem);
1802 return functions->GetThreadState(this, thread, thread_state_ptr);
1806 return functions->GetCurrentThread(this, thread_ptr);
1811 return functions->GetAllThreads(this, threads_count_ptr, threads_ptr);
1815 return functions->SuspendThread(this, thread);
1821 return functions->SuspendThreadList(this, request_count, request_list, results);
1825 return functions->ResumeThread(this, thread);
1831 return functions
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h157 * possible return values for JNI functions.
771 * We use inlined functions for C++ so that programmers can write:
783 const struct JNINativeInterface_ *functions; member in struct:JNIEnv_
787 return functions->GetVersion(this);
791 return functions->DefineClass(this, name, loader, buf, len);
794 return functions->FindClass(this, name);
797 return functions->FromReflectedMethod(this,method);
800 return functions->FromReflectedField(this,field);
804 return functions->ToReflectedMethod(this, cls, methodID, isStatic);
808 return functions
1907 const struct JNIInvokeInterface_ *functions; member in struct:JavaVM_
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindowAttributesData.java57 int functions; // MWM_FUNC_* field in class:XWindowAttributesData
69 functions = 0;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DHasPositionalPredChecker.java28 import com.sun.org.apache.xpath.internal.functions.FuncLast;
29 import com.sun.org.apache.xpath.internal.functions.FuncPosition;
30 import com.sun.org.apache.xpath.internal.functions.Function;
47 * or functions that may make it context dependent.
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DExtensionsProvider.java27 import com.sun.org.apache.xpath.internal.functions.FuncExtFunction;

Completed in 135 milliseconds

1234