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

1234

/openjdk10/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
55 ck(bb.asReadOnlyBuffer().order(), be);
56 ck(bb.duplicate().order(), be);
57 ck(bb.slice().order(), be);
63 bb.order(be);
73 ck(ByteBuffer.wrap(new byte[LENGTH], LENGTH/2, LENGTH/2).order(), be);
74 ck(ByteBuffer.wrap(new byte[LENGTH]).order(), be);
75 ck(ByteBuffer.wrap(new byte[LENGTH], LENGTH/2, LENGTH/2).order(be).order(), be);
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/lang/invoke/
H A DVarHandles.java11 * This code is distributed in the hope that it will be useful, but WITHOUT
190 boolean be) {
197 return new VarHandleByteArrayAsLongs.ArrayHandle(be);
200 return new VarHandleByteArrayAsInts.ArrayHandle(be);
203 return new VarHandleByteArrayAsShorts.ArrayHandle(be);
206 return new VarHandleByteArrayAsChars.ArrayHandle(be);
209 return new VarHandleByteArrayAsDoubles.ArrayHandle(be);
212 return new VarHandleByteArrayAsFloats.ArrayHandle(be);
219 boolean be) {
226 return new VarHandleByteArrayAsLongs.ByteBufferHandle(be);
189 byteArrayViewHandle(Class<?> viewArrayClass, boolean be) argument
218 makeByteBufferViewHandle(Class<?> viewArrayClass, boolean be) argument
[all...]
/openjdk10/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;
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/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_AWTEvent.c11 * This code is distributed in the hope that it will be useful, but WITHOUT
34 #error This file should not be included in headless library
H A Dawt_util.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
/openjdk10/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) {
/openjdk10/jdk/make/src/classes/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] [-nel] [-Kkey] -Dvar=value ... <in >out
37 * If -nel is declared then empty lines will not be substituted for lines of
44 * #end[key] may be negated by prefixing !, e.g., #if[!key]
46 * #begin If -be is specified then lines up to and including
70 boolean be = false;
79 } else if ("-be".equals(arg)) {
80 be = true;
84 System.err.println("Usage: java build.tools.spp.Spp [-be] [-nel] [-Kkey] -Dvar=value ... <in >out");
92 keys, vars, be, e
140 spp(Scanner in, StringBuffer buf, String key, Set<String> keys, Map<String, String> vars, boolean be, boolean el, boolean skip) argument
[all...]
/openjdk10/hotspot/src/share/vm/utilities/
H A Dxmlstream.cpp9 * This code is distributed in the hope that it will be useful, but WITHOUT
155 assert(tag_len > 0, "tag must not be empty");
184 assert(_element_depth > 0, "must be in an element to close");
185 assert(*tag != 0, "tag must not be empty");
212 // words must be XML attributes. Outputs "<kind .../>".
229 // words must be XML attributes. Outputs "<kind ...", not including "/>".
263 // words must be XML attributes. Outputs "<kind ...>".
279 // words must be XML attributes. Outputs "<kind ...", not including ">".
333 // done(), and can be called safely by fatal error handler.
373 assert_if_no_error(inside_attrs(), "stamp must be a
[all...]
/openjdk10/hotspot/src/share/vm/runtime/
H A Dvm_version.cpp9 * This code is distributed in the hope that it will be useful, but WITHOUT
48 #error HOTSPOT_VERSION_STRING must be defined
52 #error VERSION_MAJOR must be defined
55 #error VERSION_MINOR must be defined
58 #error VERSION_SECURITY must be defined
61 #error VERSION_PATCH must be defined
64 #error VERSION_BUILD must be defined
68 #error VERSION_STRING must be defined
72 #error DEBUG_LEVEL must be defined
111 #error HOTSPOT_VM_DISTRO must be define
[all...]
/openjdk10/jdk/test/java/sql/testng/test/sql/
H A DBatchUpdateExceptionTests.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
49 BatchUpdateException be = new BatchUpdateException(null,
51 assertTrue(be.getMessage() == null && be.getSQLState() == null
52 && be.getUpdateCounts() == null && be.getCause() == null
53 && be.getLargeUpdateCounts() == null
54 && be.getErrorCode() == errorCode);
226 BatchUpdateException be = new BatchUpdateException(reason, state, errorCode,
229 = createSerializedException(be);
[all...]
/openjdk10/hotspot/make/
H A DHotspotCommon.gmk11 # This code is distributed in the hope that it will be useful, but WITHOUT
27 $(error This makefile must be called with JVM_VARIANT set)
/openjdk10/jdk/test/com/sun/jdi/
H A DLambdaBreakpointTest.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
106 BreakpointEvent be = resumeTo("LambdaBreakpointTestTarg", line);
107 int stoppedAt = be.location().lineNumber();
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 DJdbVarargsTest.sh11 # This code is distributed in the hope that it will be useful, but WITHOUT
44 // 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
34 # These are variables that can be set to control execution
52 // line number sensitive!!! Next line must be line 10.
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 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
155 This test should be run and checked manually.
163 events can be intermixed.
/openjdk10/hotspot/src/share/vm/services/
H A DdiagnosticFramework.cpp9 * This code is distributed in the hope that it will be useful, but WITHOUT
37 assert(line != NULL, "Command line string should not be NULL");
82 // argument can be surrounded by single or double quotes
113 // value can be surrounded by simple or double quotes
164 fatal("Initialization must be successful");
183 fatal("Initialization must be successful");
282 out->print_cr("\nOptions: (options must be specified using the <key> or <key>=<value> syntax)");
402 assert(command != NULL, "command error must be handled before this line");
/openjdk10/jdk/test/javax/crypto/Cipher/
H A DCipherStreamClose.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
142 byte[] be = blockEncrypt(message, key);
144 byte[] bd = digest.digest(be);
149 System.err.println("Block : "+DatatypeConverter.printHexBinary(be)+
156 String bm = (String) blockDecrypt(be, key);
/openjdk10/
H A DMakefile11 # This code is distributed in the hope that it will be useful, but WITHOUT
31 # The shell code below will be executed on /usr/bin/make on Solaris, but not in GNU Make.
35 # The .FEATURES variable is likely to be unique for GNU Make.
37 $(info Error: '$(MAKE)' does not seem to be GNU Make, which is a requirement.)
/openjdk10/nashorn/samples/
H A Dfxml_example.js19 * contributors may be used to endorse or promote products derived
51 <!-- ids will be used script later -->
/openjdk10/common/autoconf/
H A Dconfigure10 # This code is distributed in the hope that it will be useful, but WITHOUT
27 echo "Not all features of configure will be available."
40 echo "Error: This script must be run using bash." 1>&2
114 # be regenerated. This test is required to ensure consistency with custom source.
162 # Process (and remove) our own extensions that will not be passed to autoconf
237 # Can be overridden by --disable-option-checking, since we prepend our argument
287 # This must be done by the autoconf script.
292 Please be aware that, when cross-compiling, the OpenJDK configure script will
295 Also note that variables must be passed on the command line. Variables in the
296 environment will generally be ignore
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/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.

Completed in 124 milliseconds

1234