/external/syslinux/gpxe/src/net/tcp/ |
http.c | 362 struct http_line_handler *lh; local 394 lh = &http_line_handlers[http->rx_state]; 395 if ( ( rc = lh->rx ( http, line ) ) != 0 )
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
XmpDepthDecode.java | 232 int lh = is.read(); local 234 if (lh == -1 || ll == -1) { 237 int length = lh << 8 | ll;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/ |
allinsn.s | 536 .global lh 537 lh: label 538 lh %0,0x1024(%0)
|
allinsn.d | 408 00000214 <lh>: 409 214: 84 00 10 24 lh r0,0x1024\(r0\)
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
XMLStringDefault.java | 63 * @param lh A non-null reference to a LexicalHandler. 67 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
lb.s | 112 lh $4,0
|
micromips.s | 852 lh $3, 0 853 lh $3, 4 854 lh $3, 0($0) 855 lh $3, 4($0) 856 lh $3, 32767($0) 857 lh $3, -32768($0) 858 lh $3, 65535($0) 859 lh $3, 0xffff0000($0) 860 lh $3, 0xffff8000($0) 861 lh $3, 0xffff0001($0 [all...] |
mips16.s | 52 ldst lh, $2, $3
|
/art/runtime/interpreter/mterp/out/ |
mterp_mips64.S | 736 lh a0, 2(rPC) # a0 <- sign-extended BBBB 748 lh a0, 2(rPC) # a0 <- bbbb (low) 749 lh a1, 4(rPC) # a1 <- BBBB (high) 762 lh a0, 2(rPC) # a0 <- BBBB 775 lh a0, 2(rPC) # a0 <- sign-extended BBBB 787 lh a0, 2(rPC) # a0 <- bbbb (low) 788 lh a1, 4(rPC) # a1 <- BBBB (high) 801 lh a0, 2(rPC) # a0 <- bbbb (low) 802 lh a1, 4(rPC) # a1 <- BBBB (low middle) 803 lh a2, 6(rPC) # a2 <- hhhh (high middle [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XString.java | 214 * @param lh A non-null reference to a LexicalHandler. 218 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh) 224 lh.comment(str.toCharArray(), 0, str.length()); [all...] |
XStringForFSB.java | 192 * @param lh A non-null reference to a LexicalHandler. 196 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh) 199 fsb().sendSAXComment(lh, m_start, m_length);
|
/external/llvm/test/MC/Mips/micromips/ |
invalid.s | 86 lh $33, 8($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction 90 lh $2, 8($34) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 16-bit signed offset 94 lh $2, -65536($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 16-bit signed offset 95 lh $2, 65536($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 16-bit signed offset
|
/external/llvm/test/MC/Mips/ |
micromips-loadstore-instructions.s | 14 # CHECK-EL: lh $2, 8($4) # encoding: [0x44,0x3c,0x08,0x00] 60 # CHECK-EB: lh $2, 8($4) # encoding: [0x3c,0x44,0x00,0x08] 103 lh $2, 8($4)
|
nacl-mask.s | 45 lh $4, 0($3) 72 # CHECK-NEXT: lh $4, 0($3)
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldURLTest.java | 675 TestURLStreamHandler lh = new TestURLStreamHandler(); local 677 lh); 680 new URL(null, "1", 0, "file", lh);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
RoundTripTest.java | 185 Transliterator lh = Transliterator.getInstance("Latin-Hangul"); local 186 Transliterator hl = lh.getInverse(); 189 assertRoundTripTransform("Transform", it.getString(), lh, hl); 193 private void assertRoundTripTransform(String message, String source, Transliterator lh, Transliterator hl) { 195 String back = lh.transform(to); [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
RoundTripTest.java | 184 Transliterator lh = Transliterator.getInstance("Latin-Hangul"); local 185 Transliterator hl = lh.getInverse(); 188 assertRoundTripTransform("Transform", it.getString(), lh, hl); 192 private void assertRoundTripTransform(String message, String source, Transliterator lh, Transliterator hl) { 194 String back = lh.transform(to); [all...] |
/external/llvm/test/MC/Mips/micromips32r6/ |
invalid.s | 175 lh $33, 8($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction 179 lh $2, 8($34) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 16-bit signed offset 183 lh $2, -65536($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 16-bit signed offset 184 lh $2, 65536($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 16-bit signed offset
|
/external/llvm/test/MC/Mips/micromips64r6/ |
invalid.s | 207 lh $33, 8($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction 211 lh $2, 8($34) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 16-bit signed offset 215 lh $2, -65536($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 16-bit signed offset 216 lh $2, 65536($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 16-bit signed offset
|
/external/llvm/test/MC/Mips/mips1/ |
valid.s | 52 lh $11,-8556($s5) 160 lh $3, %lo(g_8)($2) # CHECK: encoding: [0x84,0x43,A,A]
|
/external/llvm/test/MC/Mips/mips2/ |
valid.s | 71 lh $11,-8556($s5) 187 lh $3, %lo(g_8)($2) # CHECK: encoding: [0x84,0x43,A,A]
|
/external/skia/tests/ |
PathOpsAngleIdeas.cpp | 21 static int ConvexHullOverlaps(SkOpAngle& lh, SkOpAngle& rh) { 22 return lh.convexHullOverlaps(&rh); 25 static int EndsIntersect(SkOpAngle& lh, SkOpAngle& rh) { 26 return lh.endsIntersect(&rh); [all...] |
/external/valgrind/none/tests/amd64/ |
gen_insn_test.pl | 234 if ($preset =~ /^([abcd][lh]|[abcd]x|e[abcd]x|r[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/) 509 elsif ($result =~ /^([abcd][lh]|[abcd]x|e[abcd]x|r[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
|
/external/valgrind/none/tests/x86/ |
gen_insn_test.pl | 211 if ($preset =~ /^([abcd][lh]|[abcd]x|e[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/) 486 elsif ($result =~ /^([abcd][lh]|[abcd]x|e[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/lm32/ |
insn.d | 236 388: 1c 00 00 00 lh r0,\(r0\+0\) 237 38c: 1c 41 00 03 lh r1,\(r2\+3\)
|