Searched refs:word (Results 51 - 59 of 59) sorted by relevance

123

/openjdk7/corba/make/common/shared/
H A DPlatform.gmk352 # return "x86". Use the first word of $(PROCESSOR_IDENTIFIER) instead.
353 PROC_ARCH:=$(word 1, $(PROCESSOR_IDENTIFIER))
505 USER:=$(word 1,$(_USER2))$(word 2,$(_USER2))$(word 3,$(_USER2))$(word 4,$(_USER2))
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFGenerator.java485 RTFAttribute word)
491 word.swingName(), MagicToken)) != null) {
494 word.writeValue(parm, this, true);
483 checkControlWord(MutableAttributeSet currentAttributes, AttributeSet newAttributes, RTFAttribute word) argument
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_32.s318 1: movl %ecx,%eax # word count less prefix
393 movl %ecx,%eax # word count
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_32.s297 1: movl %ecx,%eax # word count less prefix
372 movl %ecx,%eax # word count
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_32.s327 1: movl %ecx,%eax / word count less prefix
401 movl %ecx,%eax / word count
/openjdk7/jdk/make/common/shared/
H A DPlatform.gmk324 # return "x86". Use the first word of $(PROCESSOR_IDENTIFIER) instead.
335 PROC_ARCH:=$(word 1, $(PROCESSOR_IDENTIFIER))
548 USER:=$(word 1,$(_USER2))$(word 2,$(_USER2))$(word 3,$(_USER2))$(word 4,$(_USER2))
/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp103 Node* PhaseMacroExpand::opt_bits_test(Node* ctrl, Node* region, int edge, Node* word, int mask, int bits, bool return_fast_path) { argument
106 Node* and_node = transform_later(new (C) AndXNode(word, MakeConX(mask)));
109 cmp = word;
2103 // First, check mark word for the biased lock pattern.
2106 // Get fast path - mark word has the biased lock pattern.
2136 // Get slow path - mark word does NOT match the value.
2143 // Mark word does NOT match the value (thread | Klass::_prototype_header).
2169 // Get slow path - mark word does NOT match epoch bits.
/openjdk7/jdk/test/
H A DMakefile94 # return "x86". Use the first word of $(PROCESSOR_IDENTIFIER) instead.
98 PROC_ARCH:=$(word 1, $(PROCESSOR_IDENTIFIER))
/openjdk7/jdk/test/java/util/regex/
H A DRegExTest.java394 if (!testString.substring(start, position-1).startsWith("word"))
397 report("Customer word search");
413 // Check to see if word boundary construct properly handles unicode
424 // S=other B=word character N=non spacing mark .=word boundary
452 report("Unicode word boundary");
1216 check(p, "1 word word word 2", true);
1218 check(p, "1 word wor
[all...]

Completed in 121 milliseconds

123