Searched refs:bn (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DPackagePrivateTest.java66 String bn = toBundleName(baseName, locale);
70 (Class<? extends ResourceBundle>) loader.loadClass(bn);
H A DDefaultControlTest.java356 String bn = CONTROL.toBundleName(name, locale);
358 if (!bn.equals(expected)) {
359 error("toBundleName: got %s, expected %s%n", bn, expected);
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DInstructionAssembler.java107 for (int bn = 0, id = 0; id < insCount; id++) {
166 assert (branches[bn] == id);
167 bn++;
223 for (int bn = 0; bn < branches.length - 1; bn++) {
224 int id = branches[bn];
242 branchExpansions[bn] = true;
252 for (int bn = 0, id = 0; id < insCount; id++) {
254 if (branches[bn]
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dlocknode.cpp61 const BoxLockNode &bn = (const BoxLockNode &)n; local
62 return bn._slot == _slot && bn._is_eliminated == _is_eliminated;
H A Difnode.cpp451 BoolNode* bn = b->as_Bool();
452 Node* cmp = bn->in(1);
459 if (bn->_test._test == BoolTest::le) {
463 } else if (bn->_test._test != BoolTest::lt) {
/openjdk7/langtools/test/tools/javac/6508981/
H A DTestInferBinaryName.java129 String bn = fm.inferBinaryName(CLASS_PATH, fo);
130 System.err.println(testName + " " + cn + " " + bn);
132 check(bn, testClassName);
/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DBytecodeName.java266 String bn = mangle(s);
267 assert((Object)bn == s || looksMangled(bn)) : bn;
268 assert(s.equals(toSourceName(bn))) : s;
269 return bn;
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.cpp83 assert(bn >= BAND_LIMIT || bn <= 0
84 || bn == e_cp_Utf8_big_chars
86 || bn == e_file_options // preceded by conditional band
87 || u->rp == u->all_bands[bn-1].maxRP()
88 || u->all_bands[bn-1].defc == null);
163 sprintf(bp, "#%d/%d", bn, le_kind); bp += strlen(bp);
209 assert(lo_band.bn == hi_band.bn + 1);
278 int bn; member in struct:band_init
[all...]
H A Dbands.h35 int bn; // band_number of this band member in struct:band
66 bn = bn_;
H A Dunpack.cpp1208 int indexTag = (cp_band.bn == e_cp_Class) ? CONSTANT_Class : 0;
1701 k_case.bn = bands_made++;
1771 call.bn = bands_made++;
1839 cble.bn = bands_made++;
3372 static int bn = 0;
3374 bytes& buf = bufs[bn++ & 7];
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPath.java394 int bn = this.getNameCount();
398 int n = (bn > cn) ? cn : bn;
408 for (int j=i; j<bn; j++) {
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixPath.java422 int bn = this.getNameCount();
426 int n = (bn > cn) ? cn : bn;
434 int dotdots = bn - i;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramScene.java583 for (InputBlock bn : d.getGraph().getBlocks()) {
584 BlockWidget w = new BlockWidget(this, d, bn);
586 blockWidgets.put(bn, w);

Completed in 1470 milliseconds