HomeSort by relevance Sort by last modified time
    Searched refs:pfx (Results 26 - 45 of 45) sorted by null

12

  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 854 for pfx in ('', 'w'):
855 add_one_type_printer(obj, 'basic_string', pfx + 'string')
856 add_one_type_printer(obj, 'basic_ios', pfx + 'ios')
857 add_one_type_printer(obj, 'basic_streambuf', pfx + 'streambuf')
858 add_one_type_printer(obj, 'basic_istream', pfx + 'istream')
859 add_one_type_printer(obj, 'basic_ostream', pfx + 'ostream')
860 add_one_type_printer(obj, 'basic_iostream', pfx + 'iostream')
861 add_one_type_printer(obj, 'basic_stringbuf', pfx + 'stringbuf')
863 pfx + 'istringstream')
865 pfx + 'ostringstream'
    [all...]
  /external/qemu/target-arm/
helper.h 18 #define PAS_OP(pfx) \
19 DEF_HELPER_3(pfx ## add8, i32, i32, i32, ptr) \
20 DEF_HELPER_3(pfx ## sub8, i32, i32, i32, ptr) \
21 DEF_HELPER_3(pfx ## sub16, i32, i32, i32, ptr) \
22 DEF_HELPER_3(pfx ## add16, i32, i32, i32, ptr) \
23 DEF_HELPER_3(pfx ## addsubx, i32, i32, i32, ptr) \
24 DEF_HELPER_3(pfx ## subaddx, i32, i32, i32, ptr)
30 #define PAS_OP(pfx) \
31 DEF_HELPER_2(pfx ## add8, i32, i32, i32) \
32 DEF_HELPER_2(pfx ## sub8, i32, i32, i32)
    [all...]
translate.c 516 #define PAS_OP(pfx) \
518 case 0: gen_pas_helper(glue(pfx,add16)); break; \
519 case 1: gen_pas_helper(glue(pfx,addsubx)); break; \
520 case 2: gen_pas_helper(glue(pfx,subaddx)); break; \
521 case 3: gen_pas_helper(glue(pfx,sub16)); break; \
522 case 4: gen_pas_helper(glue(pfx,add8)); break; \
523 case 7: gen_pas_helper(glue(pfx,sub8)); break; \
563 #define PAS_OP(pfx) \
565 case 0: gen_pas_helper(glue(pfx,add8)); break; \
566 case 1: gen_pas_helper(glue(pfx,add16)); break;
    [all...]
  /external/iproute2/ip/
ipneigh.c 37 inet_prefix pfx; member in struct:__anon21151
220 if (filter.pfx.family) {
225 if (inet_addr_match(&dst, &filter.pfx, filter.pfx.bitlen))
370 get_prefix(&filter.pfx, *argv, filter.family);
372 filter.family = filter.pfx.family;
ipaddress.c 44 inet_prefix pfx; member in struct:__anon21138
551 if (filter.pfx.family) {
557 if (inet_addr_match(&dst, &filter.pfx, filter.pfx.bitlen))
794 get_prefix(&filter.pfx, *argv, filter.family);
796 filter.family = filter.pfx.family;
977 if (filter.pfx.family || filter.label) {
983 if (filter.pfx.family && tb[IFA_LOCAL]) {
988 if (inet_addr_match(&dst, &filter.pfx, filter.pfx.bitlen)
    [all...]
  /external/iptables/extensions/
libxt_CT.c 84 static void ct_print_events(const char *pfx, const struct event_tbl *tbl,
90 printf(" %s ", pfx);
  /external/elfutils/tests/
allregs.c 100 const char *set, *pfx; member in struct:reginfo
145 state->info[regno].pfx = prefix;
208 state.info[i].pfx ?: "", state.info[i].name,
  /external/chromium/net/socket/
socket_test_util.cc 54 const char* pfx = "Data: "; local
56 DVLOG(1) << pfx << "<None>";
60 DVLOG(1) << pfx
71 pfx = " ";
76 DVLOG(1) << pfx
87 DVLOG(1) << pfx
96 DVLOG(1) << pfx
    [all...]
  /external/tcpdump/missing/
getaddrinfo.c 774 u_char pfx; local
788 pfx = ((struct in6_addr *)pton)->s6_addr[0];
789 if (pfx == 0 || pfx == 0xfe || pfx == 0xff)
  /external/chromium_org/net/socket/
socket_test_util.cc 62 const char* pfx = "Data: "; local
64 DVLOG(1) << pfx << "<None>";
68 DVLOG(1) << pfx
79 pfx = " ";
84 DVLOG(1) << pfx
95 DVLOG(1) << pfx
104 DVLOG(1) << pfx
    [all...]
  /external/libvpx/libvpx/build/make/
Makefile 144 --build-pfx=$(BUILD_PFX) --depfile=$@ $(ASFLAGS) $< > $@
154 --build-pfx=$(BUILD_PFX) --depfile=$@ $(ASFLAGS) $< > $@
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c     [all...]
  /external/elfutils/src/
readelf.c 5757 const char *pfx; local
5930 const char *pfx; local
6043 const char *pfx = "<"; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java 66 import org.bouncycastle.asn1.pkcs.Pfx;
714 Pfx bag = Pfx.getInstance(obj);
1553 Pfx pfx = new Pfx(mainInfo, mData); local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/
main.scons 178 '$GOOGLECLIENT/tools/test_key/testkey.pfx').abspath,
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 234 '$GOOGLECLIENT/tools/test_key/testkey.pfx').abspath,
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 965 milliseconds

12