Searched refs:be (Results 1 - 25 of 86) sorted by relevance

1234

/openjdk7/jdk/test/java/nio/Buffer/
H A DOrder.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
34 static final ByteOrder be = ByteOrder.BIG_ENDIAN; field in class:Order
54 bb.order(be);
55 ckViews(bb, be);
62 ck(ByteBuffer.allocate(10).order(), be);
63 ck(ByteBuffer.allocateDirect(10).order(), be);
64 ck(ByteBuffer.allocate(10).order(be).order(), be);
/openjdk7/jdk/test/java/net/Socket/setReuseAddress/
H A DRestart.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
39 * TIME_WAIT state we should be able to re-bind if
62 } catch (BindException be) {
66 throw be;
/openjdk7/jdk/make/common/shared/
H A DCompiler-msvc.gmk11 # This code is distributed in the hope that it will be useful, but WITHOUT
58 WINDOWSSDKDIR := $(error WINDOWSSDKDIR cannot be empty here)
75 # These variables can never be empty
77 COMPILER_PATH := $(error COMPILER_PATH cannot be empty here)
80 COMPILER_VERSION := $(error COMPILER_VERSION cannot be empty here)
83 COMPILER_VERSION := $(error COMPILER_VERSION must be VS2010)
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticFramework.cpp9 * This code is distributed in the hope that it will be useful, but WITHOUT
34 assert(line != NULL, "Command line string should not be NULL");
80 // argument can be surrounded by single or double quotes
111 // value can be surrounded by simple or double quotes
162 fatal("Initialization must be successful");
181 fatal("Initialization must be successful");
280 out->print_cr("\nOptions: (options must be specified using the <key> or <key>=<value> syntax)");
391 assert(command != NULL, "command error must be handled before this line");
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Event.c11 * This code is distributed in the hope that it will be useful, but WITHOUT
32 #error This file should not be included in headless library
H A Dawt_Plugin.c11 * This code is distributed in the hope that it will be useful, but WITHOUT
27 #error This file should not be included in headless library
H A Drobot_common.c11 * This code is distributed in the hope that it will be useful, but WITHOUT
27 #error This file should not be included in headless library
38 * X.org. It was moved here so it can be shared with awt_DataTransferer.c
90 /***** example :for gecko's 3-3-2 map, blue index should be <= 3
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DBind.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
44 } catch (BindException be) {
/openjdk7/jdk/make/tools/src/build/tools/spp/
H A DSpp.java11 * This code is distributed in the hope that it will be useful, but WITHOUT
35 * Usage: java build.tools.spp.Spp [-be] [-Kkey] -Dvar=value ... <in >out
43 * #end[key] may be negated by prefixing !, e.g., #if[!key]
45 * #begin If -be is specified then lines up to and including
69 boolean be = false;
77 } else if ("-be".equals(arg)) {
78 be = true;
80 System.err.println("Usage: java build.tools.spp.Spp [-be] [-Kkey] -Dvar=value ... <in >out");
88 keys, vars, be,
138 boolean be, boolea
136 spp(Scanner in, StringBuffer buf, String key, Set<String> keys, Map<String, String> vars, boolean be, boolean skip) argument
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Dxmlstream.cpp9 * This code is distributed in the hope that it will be useful, but WITHOUT
149 assert(tag_len > 0, "tag must not be empty");
178 assert(_element_depth > 0, "must be in an element to close");
179 assert(*tag != 0, "tag must not be empty");
206 // words must be XML attributes. Outputs "<kind .../>".
223 // words must be XML attributes. Outputs "<kind ...", not including "/>".
257 // words must be XML attributes. Outputs "<kind ...>".
273 // words must be XML attributes. Outputs "<kind ...", not including ">".
327 // done(), and can be called safely by fatal error handler.
360 assert_if_no_error(inside_attrs(), "stamp must be a
[all...]
H A Ddebug.cpp9 * This code is distributed in the hope that it will be useful, but WITHOUT
74 ASSERT should be defined when _DEBUG is defined. It is not intended to be used for debugging
75 functions that do not slow down the system too much and thus can be left in optimized code.
76 On the other hand, the code should not be included in a production version.
83 configuration error: ASSERT must be defined in debug version
90 configuration error: ASSERT et al. must not be defined in PRODUCT version
345 const char* const msg = "this message should be truncated during formatting";
377 // All debug entries should be wrapped with a stack allocated
467 // note: this may not be saf
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DRedefineChangeClassOrder.sh11 # This code is distributed in the hope that it will be useful, but WITHOUT
74 // moved after the Foo2 code below which causes things to be
76 // cpool_index in the Object_variable_info has to be updated
H A DRedefineMulti.sh11 # This code is distributed in the hope that it will be useful, but WITHOUT
49 // "Before update..." should be printed.
50 // After the first redefine, "After update..." should be printed
51 // After the 2nd redefine, "abcde..." should be printed.
H A DJdbLockTest.sh11 # This code is distributed in the hope that it will be useful, but WITHOUT
32 # These are variables that can be set to control execution
56 // At this bkpt, sleeper should be waiting on $classname.jj
H A DJdbVarargsTest.sh11 # This code is distributed in the hope that it will be useful, but WITHOUT
43 // Call the varargs method so the bkpt will be hit
H A DRedefineTTYLineNumber.sh11 # This code is distributed in the hope that it will be useful, but WITHOUT
33 # These are variables that can be set to control execution
51 // line number sensitive!!! Next line must be line 10.
H A DDeferredStepTest.sh11 # This code is distributed in the hope that it will be useful, but WITHOUT
29 # is produced by multiple threads and can be interleaved
41 # These are variables that can be set to control execution
156 This test should be run and checked manually.
164 events can be intermixed.
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_version.cpp9 * This code is distributed in the hope that it will be useful, but WITHOUT
56 #error HOTSPOT_RELEASE_VERSION must be defined
59 #error JRE_RELEASE_VERSION must be defined
62 #error HOTSPOT_BUILD_TARGET must be defined
129 #error HOTSPOT_VM_DISTRO must be defined
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME11 * This code is distributed in the hope that it will be useful, but WITHOUT
34 can be implemented in one of several different ways depending on the
38 The conversion process as defined by <img_scaleloop.h> can be broken
91 <img_opaque.h> No alpha processing (must be opaque input)
104 Some of these header files also require a number of definitions to be
108 can be implemented using either macros or functions unless indicated
121 The buffer will be created on the fly whenever the first
123 are ever encountered, there will be no reason to create a
124 mask. The buffer should be initialized to opacity values
149 as (mask |= bit). Note that SetOpaqueBit must be implemente
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/doc-files/
H A DModality.txt11 * This code is distributed in the hope that it will be useful, but WITHOUT
37 Don't call this method directly, it should be used from shared
60 According to the Modality spec any modal dialog should be always on
64 WM_TRANSIENT_FOR is used to mark one window to be a child of another
70 a dialog be a child of several other windows. It is implemented
81 Some window managers don't allow a dialog to be visible is its
116 is any dialog can't be iconified and any blocked window
125 window states can be applied to different X screens (if
137 destructed can be found in JavaDoc comments for the
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A DREADME.txt16 * contributors may be used to endorse or promote products derived
41 5091195 detected that this class needs to be in com.sun.demo.jvmti.hprof.
99 performance, this could be improved by not having the
/openjdk7/hotspot/agent/src/scripts/
H A Dstart-debug-server.bat11 REM This code is distributed in the hope that it will be useful, but WITHOUT
43 echo so that it can be debugged from a remote machine.
/openjdk7/hotspot/make/windows/
H A Dcreate.bat10 REM This code is distributed in the hope that it will be useful, but WITHOUT
33 REM Since we don't have uname and we could be cross-compiling,
37 REM that "grep" be accessible on the PATH. An MKS install does this.
163 echo # %ProjectFile% to be regenerated with the new values. Changing the >> %HotSpotBuildSpace%\%%i\local.make
206 echo The HotSpotJDKDist defines the JDK that should be used when running the JVM.
210 echo space, since they may be overwritten whenever this script is run or
H A Dbuild.bat10 REM This code is distributed in the hope that it will be useful, but WITHOUT
28 REM Since we don't have uname and we could be cross-compiling,
32 REM that "grep" be accessible on the PATH. An MKS install does this.
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec11 * This code is distributed in the hope that it will be useful, but WITHOUT
47 "Multple reference types will be returned if two or more class "
114 "may be used as the first step in building a tree (or trees) of the "
177 "VM. All Java threads currently running will be suspended. "
181 "counted. Before a thread will run again, it must be resumed through "
208 "On some platforms, the exit code might be truncated, for "
291 "count) will be decremented by refCnt. "
295 "be freed, and if garbage collection was "
296 "disabled for the object, it will be re-enabled. "
298 "promises that no further commands will be sen
[all...]

Completed in 821 milliseconds

1234