/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
TreeWalker.java | 293 LexicalHandler lh = ((LexicalHandler) this.m_contentHandler); local 295 lh.comment(data.toCharArray(), 0, data.length()); 384 LexicalHandler lh = isLexH local 389 lh.startCDATA(); 397 lh.endCDATA(); 517 LexicalHandler lh = ((LexicalHandler) this.m_contentHandler); local 519 lh.endEntity(eref.getNodeName());
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
TreeWalker.java | 319 LexicalHandler lh = ((LexicalHandler) this.m_contentHandler); local 321 lh.comment(data.toCharArray(), 0, data.length()); 389 LexicalHandler lh = isLexH 394 lh.startCDATA(); 402 lh.endCDATA(); 498 LexicalHandler lh = ((LexicalHandler) this.m_contentHandler); 500 lh.endEntity(eref.getNodeName());
|
XMLString.java | 53 * @param lh A non-null reference to a LexicalHandler. 57 public abstract void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh)
|
/external/libppp/src/ |
fsm.c | 192 struct fsmheader lh; local 211 lh.code = code; 212 lh.id = id; 213 lh.length = htons(plen); 215 memcpy(MBUF_CTOP(bp), &lh, sizeof(struct fsmheader)); local 1047 struct fsmheader lh; local 1055 bp = mbuf_Read(bp, &lh, sizeof lh); 1057 if (ntohs(lh.length) > len) { 1059 "- dropped\n", fp->link->name, len, (int)ntohs(lh.length)) [all...] |
/external/llvm/test/MC/Mips/ |
mips-memory-instructions.s | 29 # CHECK: lh $4, 4($5) # encoding: [0x04,0x00,0xa4,0x84] 39 lh $4, 4($5)
|
/packages/apps/Camera2/src/com/android/camera/util/ |
XmpUtil.java | 226 int lh = section.length >> 8; local 228 os.write(lh); 370 int lh = is.read(); local 372 if (lh == -1 || ll == -1) { 375 int length = lh << 8 | ll;
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_INVOKE_METHOD_CHAIN.S | 10 lh t7, offMethod_registersSize(a0) # t7<- methodToCall->regsSize 11 lh a2, offMethod_outsSize(a0) # a2<- methodToCall->outsSize
|
TEMPLATE_INVOKE_METHOD_NO_OPT.S | 7 lh t7, offMethod_registersSize(a0) # t7<- methodToCall->regsSize 8 lh a2, offMethod_outsSize(a0) # a2<- methodToCall->outsSize
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_tok.cpp | [all...] |
/external/icu4c/i18n/ |
ucol_tok.cpp | [all...] |
/external/jhead/ |
jpgfile.c | 142 int ll,lh, got; local 162 lh = fgetc(infile); 165 itemlen = (lh << 8) | ll; 184 Data[0] = (uchar)lh; 340 int ll,lh, got; local 359 lh = buffer[pos++]; 362 itemlen = (lh << 8) | ll; 379 Data[0] = (uchar)lh;
|
/external/chromium_org/third_party/openssl/openssl/crypto/txt_db/ |
txt_db.c | 199 LHASH_OF(OPENSSL_STRING) *lh; 206 lh=db->index[idx]; 207 if (lh == NULL) 212 ret=lh_OPENSSL_STRING_retrieve(lh,value);
|
/external/openssl/crypto/txt_db/ |
txt_db.c | 199 LHASH_OF(OPENSSL_STRING) *lh; 206 lh=db->index[idx]; 207 if (lh == NULL) 212 ret=lh_OPENSSL_STRING_retrieve(lh,value);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
bootparam_prot.h | 34 char lh; member in struct:ip_addr_t
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
bootparam_prot.h | 34 char lh; member in struct:ip_addr_t
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
bootparam_prot.h | 34 char lh; member in struct:ip_addr_t
|
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
eng_table.c | 118 LHASH_OF(ENGINE_PILE) *lh; 122 if((lh = lh_ENGINE_PILE_new()) == NULL) 124 *t = (ENGINE_TABLE *)lh;
|
/external/openssl/crypto/engine/ |
eng_table.c | 118 LHASH_OF(ENGINE_PILE) *lh; 122 if((lh = lh_ENGINE_PILE_new()) == NULL) 124 *t = (ENGINE_TABLE *)lh;
|
/external/chromium_org/third_party/bintrees/bintrees/ |
ctrees.c | 536 int lh, rh, max; local 540 lh = height(up[top]->link[upd[top]]); 544 if (lh - rh == 0) 546 if (lh - rh >= 2) { 563 lh = height(up[top]->link[upd[top]]); 565 max = avl_max(lh, rh); 634 int lh = height(up[top]->link[upd[top]]); local 636 int max = avl_max(lh, rh); 642 if (lh - rh == -1) 644 if (lh - rh <= -2) [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
TerrainPatch.java | 291 for (LocationHeight lh : locationHeights) {
292 if (lh.x < 0 || lh.z < 0 || lh.x >= size || lh.z >= size)
294 int idx = lh.z * size + lh.x;
296 geomap.getHeightArray()[idx] = lh.h;
299 geomap.getHeightArray()[idx] = h+lh.h;
[all...] |
TerrainQuad.java | [all...] |
/bootable/recovery/applypatch/ |
imgdiff.c | 251 unsigned char* lh = img + hoffset; local 253 if (!(lh[0] == 0x50 && lh[1] == 0x4b && lh[2] == 0x03 && lh[3] == 0x04)) { 258 if (Read2(lh+26) != nlen || memcmp(lh+30, filename, nlen) != 0) { 263 xlen = Read2(lh+28); // extra field len; might be different from CD entry? [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
sparcv9a-mont.pl | 158 add $ap_l,$num,$ap_l ! [an]p_[lh] point at the vectors' ends !
|
/external/openssl/crypto/bn/asm/ |
sparcv9a-mont.pl | 158 add $ap_l,$num,$ap_l ! [an]p_[lh] point at the vectors' ends !
|
/external/opencv/cxcore/src/ |
cxsvd.cpp | 398 int lh = nu - i; local 410 icvMatrAXPY3_64f( lh, l-1, hv+1, lduT, uT+1, h ); 420 for( j = 1; j < lh; j++ ) 442 int lh = nv - i; local 453 icvMatrAXPY3_64f( lh, l-1, hv+1, ldvT, vT+1, h ); 463 for( j = 1; j < lh; j++ ) 795 int lh = nu - i; local 807 icvMatrAXPY3_32f( lh, l-1, hv+1, lduT, uT+1, h ); 817 for( j = 1; j < lh; j++ ) 839 int lh = nv - i local [all...] |