HomeSort by relevance Sort by last modified time
    Searched defs:ao (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/clang/test/Analysis/
elementtype.c 9 ADDED_OBJ *ao[4]={((void*)0),((void*)0),((void*)0),((void*)0)}; local
10 if (ao[0] != ((void*)0)) {
11 ao[0]->type=0;
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p2.cpp 8 auto int ao; // expected-error {{illegal storage class on file-scoped variable}} variable
26 auto int ao; // expected-error {{storage class specified for a member declaration}} member in struct:S
  /external/elfutils/tests/
get-files.c 51 Dwarf_Off ao; local
55 while (dwarf_nextcu (dbg, o, &ncu, &cuhl, &ao, &asz, &osz) == 0)
58 cuhl, (unsigned long long int) ao,
get-lines.c 51 Dwarf_Off ao; local
54 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, &ao, &asz, &osz) == 0)
57 hsize, (unsigned long long int) ao,
  /external/v8/src/compiler/
jump-threading.cc 184 int ao = 0; local
187 block->set_ao_number(RpoNumber::FromInt(ao));
188 if (!skip[block->rpo_number().ToInt()]) ao++;
193 block->set_ao_number(RpoNumber::FromInt(ao));
194 if (!skip[block->rpo_number().ToInt()]) ao++;
instruction.cc 398 std::ostream& operator<<(std::ostream& os, const ArchOpcode& ao) {
399 switch (ao) {
673 os << ": AO#" << block->ao_number();
790 int ao = 0; local
793 block->set_ao_number(RpoNumber::FromInt(ao++));
798 block->set_ao_number(RpoNumber::FromInt(ao++));
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
auth.c 831 lcp_options *ao = &lcp_allowoptions[0]; local
836 ao->neg_upap = !ppp_settings.refuse_pap && (ppp_settings.passwd[0] != 0 || get_pap_passwd(unit, NULL, NULL));
837 ao->neg_chap = !ppp_settings.refuse_chap && ppp_settings.passwd[0] != 0 /*have_chap_secret(ppp_settings.user, ppp_settings.remote_name, (u32_t)0)*/;
    [all...]
ipcp.c 180 ipcp_options *ao = &ipcp_allowoptions[unit]; local
188 memset(ao, 0, sizeof(*ao));
202 ao->neg_addr = 1;
204 ao->neg_vj = 1;
206 ao->neg_vj = 0;
208 ao->maxslotindex = MAX_SLOTS - 1;
209 ao->cflag = 1;
210 ao->default_route = 1;
873 ipcp_options *ao = &ipcp_allowoptions[f->unit] local
    [all...]
lcp.c 244 lcp_options *ao = &lcp_allowoptions[unit]; local
268 ao->neg_mru = 1;
269 ao->mru = PPP_MAXMRU;
270 ao->neg_asyncmap = 1;
271 ao->asyncmap = 0x00000000l; /* Assume don't need to escape any ctl chars. */
272 ao->neg_chap = (CHAP_SUPPORT != 0);
273 ao->chap_mdtype = CHAP_DIGEST_MD5;
274 ao->neg_upap = (PAP_SUPPORT != 0);
275 ao->neg_magicnumber = 1;
276 ao->neg_pcompression = 1
1230 lcp_options *ao = &lcp_allowoptions[f->unit]; local
1645 lcp_options *ao = &lcp_allowoptions[f->unit]; local
    [all...]
  /external/wpa_supplicant_8/hs20/client/
est.c 342 AttrOrOID *ao = sk_value( local
345 switch (ao->type) {
347 add_csrattrs_oid(ctx, ao->d.oid, exts);
350 add_csrattrs_attr(ctx, ao->d.attribute, exts);
357 AttrOrOID *ao = SKM_sk_value(AttrOrOID, csrattrs->attrs, i);
358 switch (ao->type) {
360 add_csrattrs_oid(ctx, ao->d.oid, exts);
363 add_csrattrs_attr(ctx, ao->d.attribute, exts);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
AccessibleObjectTest.java 96 AccessibleObject ao = TestClass.class.getField("aField"); local
97 ao.setAccessible(true);
98 assertTrue("Returned false to isAccessible", ao.isAccessible());
99 ao.setAccessible(false);
100 assertTrue("Returned true to isAccessible", !ao.isAccessible());
112 AccessibleObject ao = TestClass.class.getField("aField"); local
113 AccessibleObject[] aoa = new AccessibleObject[] { ao };
115 assertTrue("Returned false to isAccessible", ao.isAccessible());
117 assertTrue("Returned true to isAccessible", !ao.isAccessible());
127 AccessibleObject ao = TestClass.class.getField("aField") local
135 AccessibleObject ao = SubTestClass.class.getMethod("annotatedMethod"); local
156 AccessibleObject ao = SubTestClass.class.getMethod("annotatedMethod"); local
171 AccessibleObject ao = SubTestClass.class.getMethod("annotatedMethod"); local
186 AccessibleObject ao = SubTestClass.class.getMethod("annotatedMethod"); local
    [all...]
  /libcore/ojluni/src/main/java/java/util/
DualPivotQuicksort.java 164 int ao, bo; // array offsets from 'left' local
175 ao = workBase - left;
178 ao = 0;
187 if (q >= hi || p < mi && a[p + ao] <= a[q + ao]) {
188 b[i + bo] = a[p++ + ao];
190 b[i + bo] = a[q++ + ao];
197 b[i + bo] = a[i + ao]
202 int o = ao; ao = bo; bo = o
612 int ao, bo; \/\/ array offsets from 'left' local
1096 int ao, bo; \/\/ array offsets from 'left' local
1580 int ao, bo; \/\/ array offsets from 'left' local
2160 int ao, bo; \/\/ array offsets from 'left' local
2699 int ao, bo; \/\/ array offsets from 'left' local
    [all...]
  /external/ppp/pppd/
ccp.c 541 ccp_options *ao = &ccp_allowoptions[f->unit]; local
603 ao->mppe = go->mppe;
605 ao->bsd_compress = go->bsd_compress = 0;
606 ao->predictor_1 = go->predictor_1 = 0;
607 ao->predictor_2 = go->predictor_2 = 0;
608 ao->deflate = go->deflate = 0;
1079 ccp_options *ao = &ccp_allowoptions[f->unit]; local
1106 if (!ao->mppe || clen != CILEN_MPPE) {
1142 if (ao->mppe & MPPE_OPT_128)
1144 else if (ao->mppe & MPPE_OPT_40
    [all...]
ipv6cp.c 427 ipv6cp_options *ao = &ipv6cp_allowoptions[unit]; local
435 memset(ao, 0, sizeof(*ao));
439 ao->neg_ifaceid = 1;
443 ao->neg_vj = 1;
903 ipv6cp_options *ao = &ipv6cp_allowoptions[f->unit]; local
945 if (!ao->neg_ifaceid ||
991 if (!ao->neg_vj ||
    [all...]
ipcp.c 571 ipcp_options *ao = &ipcp_allowoptions[unit]; local
587 memset(ao, 0, sizeof(*ao));
600 ao->neg_addr = ao->old_addrs = 1;
601 ao->neg_vj = 1;
602 ao->maxslotindex = MAX_STATES - 1;
603 ao->cflag = 1;
609 ao->proxy_arp = 1;
610 ao->default_route = 1
696 ipcp_options *ao = &ipcp_allowoptions[f->unit]; local
1427 ipcp_options *ao = &ipcp_allowoptions[f->unit]; local
    [all...]
ipxcp.c 74 #define ao (&ipxcp_allowoptions[0]) macro
398 ao->neg_node = 1;
399 ao->neg_nn = 1;
400 ao->neg_name = 1;
401 ao->neg_complete = 1;
402 ao->neg_router = 1;
404 ao->accept_local = 0;
405 ao->accept_remote = 0;
406 ao->accept_network = 0;
544 wo->req_node = wo->neg_node && ao->neg_node
    [all...]
lcp.c 341 lcp_options *ao = &lcp_allowoptions[unit]; local
357 BZERO(ao, sizeof(*ao));
358 ao->neg_mru = 1;
359 ao->mru = MAXMRU;
360 ao->neg_asyncmap = 1;
361 ao->neg_chap = 1;
362 ao->chap_mdtype = chap_mdtype_all;
363 ao->neg_upap = 1;
364 ao->neg_eap = 1
650 lcp_options *ao = &lcp_allowoptions[f->unit]; local
1511 lcp_options *ao = &lcp_allowoptions[f->unit]; local
1900 lcp_options *ao = &lcp_allowoptions[f->unit]; local
    [all...]
auth.c 1321 lcp_options *ao = &lcp_allowoptions[unit]; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
CollectionUtilities.java 270 Comparable ao = (Comparable) ai.next(); // these are ok, since the sizes are != 0 local
273 int rel = ao.compareTo(bo);
276 ao = (Comparable) ai.next();
287 Object ao = ai.next(); // these are ok, since the sizes are != 0 local
290 int rel = aac.compare(ao, bo);
293 ao = ai.next();
323 Comparable ao = (Comparable) ai.next(); // these are ok, since the sizes are != 0 local
326 int rel = ao.compareTo(bo);
331 ao = (Comparable) ai.next();
334 ao = (Comparable) ai.next()
342 Object ao = ai.next(); \/\/ these are ok, since the sizes are != 0 local
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
CollectionUtilities.java 269 Comparable ao = (Comparable) ai.next(); // these are ok, since the sizes are != 0 local
272 int rel = ao.compareTo(bo);
275 ao = (Comparable) ai.next();
286 Object ao = ai.next(); // these are ok, since the sizes are != 0 local
289 int rel = aac.compare(ao, bo);
292 ao = ai.next();
322 Comparable ao = (Comparable) ai.next(); // these are ok, since the sizes are != 0 local
325 int rel = ao.compareTo(bo);
330 ao = (Comparable) ai.next();
333 ao = (Comparable) ai.next()
341 Object ao = ai.next(); \/\/ these are ok, since the sizes are != 0 local
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 550 ipcp_options *ao = &ipcp_allowoptions[0]; local
703 ao->dnsaddr[0] = htonl(vp->lvalue);
706 ao->dnsaddr[1] = ao->dnsaddr[0];
709 ao->dnsaddr[1] = htonl(vp->lvalue);
712 ao->dnsaddr[0] = ao->dnsaddr[1];
715 ao->winsaddr[0] = htonl(vp->lvalue);
718 ao->winsaddr[1] = ao->winsaddr[0]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 682 Details: given P and POOL, the arena_object corresponding to P is AO =
684 stores, etc), POOL is the correct address of P's pool, AO.address is the
686 AO.address. In addition, AO.address is not 0 (no arena can start at address 0
696 Else arenaindex is < maxarena, and AO is read up. If AO corresponds to an
697 allocated arena, obmalloc controls all the memory in slice AO.address :
698 AO.address+ARENA_SIZE. By case assumption, P is not controlled by obmalloc,
702 Finally, if P is not controlled by obmalloc and AO corresponds to an unused
704 AO.address is 0, and the second test in the macro reduces to:
1026 struct arena_object* ao; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 639 Details: given P and POOL, the arena_object corresponding to P is AO =
641 stores, etc), POOL is the correct address of P's pool, AO.address is the
643 AO.address. In addition, AO.address is not 0 (no arena can start at address 0
653 Else arenaindex is < maxarena, and AO is read up. If AO corresponds to an
654 allocated arena, obmalloc controls all the memory in slice AO.address :
655 AO.address+ARENA_SIZE. By case assumption, P is not controlled by obmalloc,
659 Finally, if P is not controlled by obmalloc and AO corresponds to an unused
661 AO.address is 0, and the second test in the macro reduces to:
982 struct arena_object* ao; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
arraymodule.c 2150 arrayobject *ao; member in struct:__anon5417
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
arraymodule.c 2135 arrayobject *ao; member in struct:__anon5747
    [all...]

Completed in 1089 milliseconds

1 2 3