HomeSort by relevance Sort by last modified time
    Searched refs:lh (Results 26 - 50 of 95) sorted by null

12 3 4

  /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)
XMLStringDefault.java 63 * @param lh A non-null reference to a LexicalHandler.
67 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh)
  /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)
nacl-mask.s 46 lh $4, 0($3)
73 # CHECK-NEXT: lh $4, 0($3)
  /packages/apps/Camera2/src/com/android/camera/util/
XmpUtil.java 225 int lh = section.length >> 8; local
227 os.write(lh);
369 int lh = is.read(); local
371 if (lh == -1 || ll == -1) {
374 int length = lh << 8 | ll;
  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.cpp     [all...]
ucol_tok.h 121 UColTokListHeader *lh; member in struct:__anon16753
  /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/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/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/rpcsvc/
bootparam_prot.h 34 char lh; member in struct:ip_addr_t
  /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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 89 } lh; member in union:__mingw_dbl_type_t
105 } lh; member in union:__mingw_ldbl_type_t
374 h = hlp.lh.high;
375 l = hlp.lh.low | (h & 0xfffff);
437 l = hlp.lh.low;
438 h = hlp.lh.high & 0x7fffffff;
497 return ((hlp.lh.high & 0x80000000) != 0);
658 lx = hlp.lh.low;
659 hx = hlp.lh.high & 0x7fffffff; /* high |x| */
917 hx.lh.high = (hx.lh.high & 0x7fffffff) | (hy.lh.high & 0x80000000)
    [all...]
  /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...]
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
ocaml.swg 183 SWIG_CAMLlocal3(v,vt,lh);
184 lh = Val_unit;
196 v = lh = alloc_tuple(2);
207 v = lh = alloc_tuple(2);
212 CAMLreturn(lh);
  /external/chromium_org/third_party/skia/third_party/lua/src/
lparser.c 1108 static void check_conflict (LexState *ls, struct LHS_assign *lh, expdesc *v) {
1112 for (; lh; lh = lh->prev) { /* check all previous assignments */
1113 if (lh->v.k == VINDEXED) { /* assigning to a table? */
1115 if (lh->v.u.ind.vt == v->k && lh->v.u.ind.t == v->u.info) {
1117 lh->v.u.ind.vt = VLOCAL;
1118 lh->v.u.ind.t = extra; /* previous assignment will use safe copy */
1121 if (v->k == VLOCAL && lh->v.u.ind.idx == v->u.info)
    [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/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...]
  /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/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp 1160 const Length& lh = inherited->line_height; local
1176 const Length& lh = lineHeight(); local
    [all...]
  /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);

Completed in 962 milliseconds

12 3 4