HomeSort by relevance Sort by last modified time
    Searched defs:hl (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1_par.c 118 int nl,hl,j,r; local
146 hl=(p-op);
147 length-=hl;
154 if (BIO_printf(bp,"d=%-2d hl=%ld l=%4ld ",
155 depth,(long)hl,len) <= 0)
160 if (BIO_printf(bp,"d=%-2d hl=%ld l=inf ",
161 depth,(long)hl) <= 0)
223 if (d2i_ASN1_OBJECT(&o,&opp,len+hl) != NULL)
239 ii=d2i_ASN1_BOOLEAN(NULL,&opp,len+hl);
256 os=d2i_ASN1_OCTET_STRING(NULL,&opp,len+hl);
    [all...]
  /external/openssl/crypto/asn1/
asn1_par.c 118 int nl,hl,j,r; local
146 hl=(p-op);
147 length-=hl;
154 if (BIO_printf(bp,"d=%-2d hl=%ld l=%4ld ",
155 depth,(long)hl,len) <= 0)
160 if (BIO_printf(bp,"d=%-2d hl=%ld l=inf ",
161 depth,(long)hl) <= 0)
223 if (d2i_ASN1_OBJECT(&o,&opp,len+hl) != NULL)
239 ii=d2i_ASN1_BOOLEAN(NULL,&opp,len+hl);
256 os=d2i_ASN1_OCTET_STRING(NULL,&opp,len+hl);
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 73 * Construct the language code (hl= paramater) for the given locale.
77 StringBuilder hl = new StringBuilder(language); local
81 hl.append('-');
82 hl.append(country);
85 if (DBG) Log.d(TAG, "language " + language + ", country " + country + " -> hl=" + hl);
86 return hl.toString();
  /external/chromium_org/third_party/openssl/openssl/crypto/pem/
pem_lib.c 678 int end=0,i,k,bl=0,hl=0,nohead=0; local
726 hl=0;
739 if (!BUF_MEM_grow(headerB,hl+i+9))
746 memcpy(&(headerB->data[hl]),buf,i);
747 headerB->data[hl+i]='\0';
748 hl+=i;
795 bl=hl;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
cws_container_client.js 188 hl: util.getCurrentLocaleOrDefault(),
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 149 function pretty_comment($str, $hl)
152 $hl = words($hl); variable
154 for ($i = 0; $i < sizeof($hl); $i++)
156 $str = preg_replace("/\b(\Q$hl[$i]\E)\b([^=]|\Z)/i", "<span class=\"hl$i\">$1</span>$2", $str);
  /external/openssl/crypto/pem/
pem_lib.c 678 int end=0,i,k,bl=0,hl=0,nohead=0; local
726 hl=0;
739 if (!BUF_MEM_grow(headerB,hl+i+9))
746 memcpy(&(headerB->data[hl]),buf,i);
747 headerB->data[hl+i]='\0';
748 hl+=i;
795 bl=hl;
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 191 unsigned HL = getLeft() ? getLeft()->validateTree() : 0;
193 (void) HL;
196 assert(getHeight() == ( HL > HR ? HL : HR ) + 1
199 assert((HL > HR ? HL-HR : HR-HL) <= 2
437 unsigned hl = getHeight(L); local
439 return (hl > hr ? hl : hr) + 1
495 unsigned hl = getHeight(L); local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java 562 SIPHeaderList< ? > hl = (SIPHeaderList< ? >) h; local
563 if (hl.isEmpty()) {
584 SIPHeaderList< ? > hl = (SIPHeaderList< ? >) header; local
586 if (hl.isEmpty())
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 4501 yaffs_Object *hl; local
4601 yaffs_Object *hl; local
4660 yaffs_Object *hl; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 691 milliseconds