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

  /external/chromium_org/v8/test/cctest/
test-spaces.cc 382 HeapObject* ho = HeapObject::cast(obj); local
386 CHECK(lo->FindObject(ho->address()) == obj);
388 CHECK(lo->Contains(ho));
  /external/chromium_org/third_party/libjingle/source/talk/base/
nssidentity.cc 216 const SECHashObject *ho; local
218 if (!GetDigestObject(algorithm, &ho))
221 *length = ho->length;
278 const SECHashObject *ho; local
280 if (!GetDigestObject(algorithm, &ho))
283 if (size < ho->length) // Sanity check for fit
286 SECStatus rv = HASH_HashBuf(ho->type, digest,
292 *length = ho->length;
322 const SECHashObject *ho; local
342 ho = HASH_GetHashObject(hash_type)
    [all...]
  /external/chromium_org/third_party/webrtc/base/
nssidentity.cc 198 const SECHashObject *ho; local
200 if (!GetDigestObject(algorithm, &ho))
203 *length = ho->length;
260 const SECHashObject *ho; local
262 if (!GetDigestObject(algorithm, &ho))
265 if (size < ho->length) // Sanity check for fit
268 SECStatus rv = HASH_HashBuf(ho->type, digest,
274 *length = ho->length;
304 const SECHashObject *ho; local
324 ho = HASH_GetHashObject(hash_type)
    [all...]
  /external/chromium_org/v8/src/
string-stream.cc 171 HeapObject* ho = HeapObject::cast(o); local
172 DebugObjectCache* debug_object_cache = ho->GetIsolate()->
objects-debug.cc 193 HeapObject* ho = HeapObject::cast(p); local
194 CHECK(ho->GetHeap()->Contains(ho));
    [all...]
  /external/ppp/pppd/
ccp.c 1077 ccp_options *ho = &ccp_hisoptions[f->unit]; local
1088 memset(ho, 0, sizeof(ccp_options));
1089 ho->method = (len > 0)? p[0]: -1;
1109 MPPE_CI_TO_OPTS(&p[2], ho->mppe);
1112 if (ho->mppe & MPPE_OPT_UNSUPPORTED) {
1114 ho->mppe &= ~MPPE_OPT_UNSUPPORTED;
1116 if (ho->mppe & MPPE_OPT_UNKNOWN) {
1118 ho->mppe &= ~MPPE_OPT_UNKNOWN;
1122 if (ho->mppe & MPPE_OPT_STATEFUL) {
1137 if ((ho->mppe & MPPE_OPT_128
1425 ccp_options *ho = &ccp_hisoptions[f->unit]; local
    [all...]
ipv6cp.c 893 ipv6cp_options *ho = &ipv6cp_hisoptions[f->unit]; local
909 BZERO(ho, sizeof(*ho));
976 ho->neg_ifaceid = 1;
977 ho->hisid = ifaceid;
996 ho->neg_vj = 1;
997 ho->vj_protocol = cishort;
1050 if (rc != CONFREJ && !ho->neg_ifaceid &&
1173 ipv6cp_options *ho = &ipv6cp_hisoptions[f->unit]; local
1182 if (!ho->neg_ifaceid
    [all...]
ipcp.c 713 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local
724 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs)
729 if (ho->neg_vj && ho->old_vj) {
732 go->vj_protocol = ho->vj_protocol;
1325 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local
1685 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local
    [all...]
ipxcp.c 76 #define ho (&ipxcp_hisoptions[0]) macro
810 ! compare_node (p, ho->his_node))
1009 BZERO(ho, sizeof(*ho));
1047 ho->his_network = cinetwork;
1048 ho->neg_nn = 1;
1087 copy_node (p, ho->his_node);
1088 ho->neg_node = 1;
1093 if (zero_node (ho->his_node)) {
1103 if (compare_node (wo->his_node, ho->his_node))
    [all...]
lcp.c 1487 lcp_options *ho = &lcp_hisoptions[f->unit]; local
1875 lcp_options *ho = &lcp_hisoptions[f->unit]; local
    [all...]
auth.c 708 lcp_options *ho = &lcp_hisoptions[unit]; local
756 if (ho->neg_eap) {
759 } else if (ho->neg_chap) {
760 chap_auth_with_peer(unit, user, CHAP_DIGEST(ho->chap_mdtype));
762 } else if (ho->neg_upap) {
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 855 ipcp_options *ho = &ipcp_hisoptions[0]; local
897 hisaddr = ho->hisaddr;
941 ipcp_options *ho = &ipcp_hisoptions[0]; local
1045 hisaddr = ho->hisaddr;
1082 ipcp_options *ho = &ipcp_hisoptions[0]; local
1142 hisaddr = ho->hisaddr;
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.c 874 GCheader *ho = gch(o); local
875 if (g->sweepgc == &ho->next) { /* avoid removing current sweep object */
881 *p = ho->next; /* remove 'o' from root list */
882 ho->next = g->finobj; /* link it in list 'finobj' */
884 l_setbit(ho->marked, SEPARATED); /* mark it as such */
    [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 695 milliseconds