Searched defs:Function (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DFunction.java27 public class Function { class
33 Function(final long fxnPtr) { method in class:Function
37 public Function(final String name) { method in class:Function
41 public Function(final MacOSXFramework framework, final String name) { method in class:Function
47 if(fxnPtr == 0) throw new RuntimeException("Function pointer for " + name + " not found in runtime.");
57 throw new RuntimeException("Function pointer for " + name + " not found in framework " + framework + ".");
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/
H A DFunction.java33 public class Function extends Element<Framework> { class in inherits:Element
38 public Function(final Node node, final Framework parent) { method in class:Function
42 public Function(final Node node, final String name, final Framework parent) { method in class:Function
/openjdk7/hotspot/test/compiler/6851282/
H A DTest.java69 return new BoxedArray<B>(bs).filter(new Function<B, Boolean>() {
89 public T[] filter(Function<T, Boolean> function) {
114 interface Function<T, R> { interface
/openjdk7/jdk/src/windows/native/sun/windows/
H A DDllUtil.h51 template <class FunctionType> class Function { class in class:DllUtil
53 Function(DllUtil * dll, LPCSTR name) : function in class:DllUtil::Function
89 Function<DwmIsCompositionEnabledType> DwmIsCompositionEnabledFunction;
93 Function<DwmGetWindowAttributeType> DwmGetWindowAttributeFunction;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFunction.java21 * $Id: Function.java,v 1.2.4.1 2005/09/14 20:18:43 jeffsuttor Exp $
43 public abstract class Function extends Expression class in inherits:Expression
103 System.out.println("Error! Function.execute should not be called!");
/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Dgifalloc.c146 int Function) {
148 New->Function = Function;
155 * Looks like AddExtensionBlock needs to take the int Function argument
187 ep->Function = New->Function;
212 /* Private Function:
145 MakeExtension(SavedImage * New, int Function) argument
H A Dgif_lib.h229 int Function; /* Holds the type of the Extension block. */ member in struct:__anon671
236 int Function; /* DEPRECATED: Use ExtensionBlocks[x].Function instead */ member in struct:SavedImage
241 extern void MakeExtension(SavedImage * New, int Function);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvFill.java62 List<Function> functions = new ArrayList<Function>();
63 Map<String, Function> functionMap = new HashMap<String, Function>();
65 class Function { class in class:SourceFile
72 Function() throws IOException { method in class:SourceFile.Function
123 void fill(Function filledFunc) {
173 Function func = new Function();
235 Function stubFun
[all...]
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLine.java478 private abstract static class Function { class in class:TextLine
485 private static Function fgPosAdvF = new Function() {
496 private static Function fgAdvanceF = new Function() {
507 private static Function fgXPositionF = new Function() {
519 private static Function fgYPositionF = new Function() {
639 private float applyFunctionAtIndex(int logicalIndex, Function
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp99 Function, // Function signature enumerator in enum:Type::TYPES
1089 TypeFunc( const TypeTuple *domain, const TypeTuple *range ) : Type(Function), _domain(domain), _range(range) {}

Completed in 1665 milliseconds