Searched refs:functions (Results 51 - 75 of 76) sorted by relevance

1234

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWM.java850 * to be subtracted from the functions. Normalize function spec
854 static int normalizeMotifFunc(int functions) { argument
855 if ((functions & MWMConstants.MWM_FUNC_ALL) == 0) {
856 return functions;
863 f &= ~functions;
901 * Set MWM decorations. Set MWM functions depending on resizability.
903 static void setMotifDecor(XWindow window, boolean resizable, int decorations, int functions) { argument
910 if ((functions & MWMConstants.MWM_FUNC_ALL) != 0
911 && (functions != MWMConstants.MWM_FUNC_ALL))
913 functions
[all...]
H A DXDialogPeer.java54 winAttr.functions = MWMConstants.MWM_FUNC_ALL;
105 // remove minimize and maximize functions for dialogs
H A DXDecoratedPeer.java833 int fs = winAttr.functions;
846 winAttr.functions = fs;
860 winAttr.functions = fs;
953 return winAttr.functions;
H A DXFramePeer.java74 winAttr.functions = MWMConstants.MWM_FUNC_ALL;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFunctionMultiArgs.java23 package com.sun.org.apache.xpath.internal.functions;
32 * Base class for functions that accept an undetermined number of multiple
H A DFuncId.java23 package com.sun.org.apache.xpath.internal.functions;
H A DFuncSystemProperty.java23 package com.sun.org.apache.xpath.internal.functions;
H A DFuncExtFunction.java23 package com.sun.org.apache.xpath.internal.functions;
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DFuncHere.java32 import com.sun.org.apache.xpath.internal.functions.Function;
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/
H A DFramework.java80 public List<Function> functions; field in class:Framework
166 functions = getNodesFor(rootNode, "function", Function.class, this);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DCompiler.java39 import com.sun.org.apache.xpath.internal.functions.FuncExtFunction;
40 import com.sun.org.apache.xpath.internal.functions.FuncExtFunctionAvailable;
41 import com.sun.org.apache.xpath.internal.functions.Function;
42 import com.sun.org.apache.xpath.internal.functions.WrongNumberArgsException;
88 * functions are stored.
1016 * @return reference to {@link com.sun.org.apache.xpath.internal.functions.Function} instance.
1079 // The current id for extension functions.
1098 * @return reference to {@link com.sun.org.apache.xpath.internal.functions.FuncExtFunction} instance.
1267 * The FunctionTable for all xpath build-in functions
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/jaxp/
H A DJAXPExtensionsProvider.java37 import com.sun.org.apache.xpath.internal.functions.FuncExtFunction;
116 // feature is set then invocation of extension functions need to
173 // feature is set then invocation of extension functions need to
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/classes/
H A DFrameworkClassFile.java147 for (final Function fxn : framework.functions){
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.c370 * Utility functions ...
1505 * Set MWM decorations. Infer MWM functions from decorations.
1510 int functions; local
1519 DTRACE_PRINT("WM: setMotifDecor functions = {");
1520 functions = 0;
1524 functions |= MWM_FUNC_ALL;
1529 * descendants not only hide disabled functions away from
1534 functions |= (MWM_FUNC_CLOSE | MWM_FUNC_MOVE | MWM_FUNC_MINIMIZE);
1538 functions |= MWM_FUNC_RESIZE | MWM_FUNC_MAXIMIZE;
1546 XmNmwmFunctions, functions,
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPath.java38 import com.sun.org.apache.xpath.internal.functions.Function;
56 * The function table for xpath build-in functions
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c639 this functions sets olwm, mwm and EWMH hints for undecorated window at once
661 unsigned long functions; member in struct:PROPMOTIFWMHINTS
682 /* flags for decoration and functions */
685 mwm_hints.functions = 0;
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s33 # NOTE WELL! The _Copy functions are called directly
H A Dbsd_x86_32.s36 # NOTE WELL! The _Copy functions are called directly
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s25 # NOTE WELL! The _Copy functions are called directly
H A Dlinux_x86_32.s25 # NOTE WELL! The _Copy functions are called directly
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp75 functions that do not slow down the system too much and thus can be left in optimized code.
375 // ------ helper functions for debugging go here ------------
830 // which doesn't support calling into functions.
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp77 // register extension functions and events
199 _jvmti_external.functions = TraceJVMTI != NULL ? &jvmtiTrace_Interface : &jvmti_Interface;
201 _jvmti_external.functions = &jvmti_Interface;
419 // by the SetNativeMethodPrefix(es) functions. Be sure to maintain the
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp952 _jni_environment.functions = functionTable;
955 return (struct JNINativeInterface_ *)_jni_environment.functions;
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES53 cleaned up zTXt reader and writer (using zlib's Reset functions)
84 added functions to manually set filtering and compression info
88 changed external functions passing floats to doubles (k&r problems?)
101 added i/o, error, and memory callback functions
118 added callbacks for read/write and warning/error functions
126 Changed warning/error callback functions to fix bug - this means you
142 Separated read and write functions so that they won't both be linked
161 Try to get ready for unknown-chunk callback functions:
167 Removed png_large_malloc, png_large_free, and png_realloc functions.
186 Removed old png_set_rgbx() and png_set_xrgb() functions tha
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME108 can be implemented using either macros or functions unless indicated

Completed in 139 milliseconds

1234