/external/perfetto/src/tracing/core/ |
D | sliced_protobuf_input_stream_unittest.cc | 36 SlicedProtobufInputStream istr(&seq); in TEST() local 40 ASSERT_TRUE(istr.Next(&ptr, &size)); in TEST() 43 ASSERT_EQ(kBufs[0], istr.ByteCount()); in TEST() 44 ASSERT_FALSE(istr.Next(&ptr, &size)); in TEST() 47 istr.BackUp(10); in TEST() 48 ASSERT_EQ(kBufs[0] - 10, istr.ByteCount()); in TEST() 49 ASSERT_TRUE(istr.Next(&ptr, &size)); in TEST() 54 ASSERT_EQ(kBufs[0], istr.ByteCount()); in TEST() 55 ASSERT_FALSE(istr.Next(&ptr, &size)); in TEST() 58 istr.BackUp(50); in TEST() [all …]
|
/external/tcpdump/ |
D | print-hncp.c | 345 ND_PRINT((ndo, " %s", istr)); in dhcpv6_print() 479 ND_PRINT((ndo, " %s", istr)); in hncp_print_rec() 486 ND_PRINT((ndo, " %s", istr)); in hncp_print_rec() 498 ND_PRINT((ndo, " %s", istr)); in hncp_print_rec() 513 ND_PRINT((ndo, " %s", istr)); in hncp_print_rec() 526 ND_PRINT((ndo, " %s", istr)); in hncp_print_rec() 547 ND_PRINT((ndo, " %s", istr)); in hncp_print_rec() 565 ND_PRINT((ndo, " %s", istr)); in hncp_print_rec() 579 ND_PRINT((ndo, " %s", istr)); in hncp_print_rec() 593 ND_PRINT((ndo, " %s", istr)); in hncp_print_rec() [all …]
|
D | print-ahcp.c | 120 ND_PRINT((ndo, "%s", istr)); in ahcp_time_print() 138 ND_PRINT((ndo, "%s", istr)); in ahcp_seconds_print() 162 ND_PRINT((ndo, "%s", istr)); in ahcp_ipv6_addresses_print() 186 ND_PRINT((ndo, "%s", istr)); in ahcp_ipv4_addresses_print() 210 ND_PRINT((ndo, "%s", istr)); in ahcp_ipv6_prefixes_print() 234 ND_PRINT((ndo, "%s", istr)); in ahcp_ipv4_prefixes_print() 295 ND_PRINT((ndo, "%s", istr)); in ahcp1_options_print() 340 ND_PRINT((ndo, "%s", istr)); in ahcp1_body_print() 406 ND_PRINT((ndo, "%s", istr)); in ahcp_print()
|
D | print-aoe.c | 199 ND_PRINT((ndo, "%s", istr)); in aoev1_issue_print() 248 ND_PRINT((ndo, "%s", istr)); in aoev1_query_print() 299 ND_PRINT((ndo, "%s", istr)); in aoev1_mac_print() 334 ND_PRINT((ndo, "%s", istr)); in aoev1_reserve_print() 392 ND_PRINT((ndo, "%s", istr)); in aoev1_print() 424 ND_PRINT((ndo, "%s", istr)); in aoe_print()
|
D | print-m3ua.c | 233 ND_PRINT((ndo, "%s", istr)); in tag_value_print() 281 ND_PRINT((ndo, "%s", istr)); in m3ua_tags_print() 333 ND_PRINT((ndo, "%s", istr)); in m3ua_print()
|
D | print-loopback.c | 101 ND_PRINT((ndo, "%s", istr)); in loopback_message_print() 130 ND_PRINT((ndo, "%s", istr)); in loopback_print()
|
D | print-openflow-1.0.c | 952 ND_PRINT((ndo, "%s", istr)); in of10_bsn_message_print() 1026 ND_PRINT((ndo, "%s", istr)); in of10_bsn_actions_print() 1055 ND_PRINT((ndo, "%s", istr)); in of10_vendor_action_print() 1084 ND_PRINT((ndo, "%s", istr)); in of10_vendor_message_print() 1110 ND_PRINT((ndo, "%s", istr)); in of10_vendor_data_print() 1207 ND_PRINT((ndo, "%s", istr)); in of10_phy_ports_print() 1283 ND_PRINT((ndo, "%s", istr)); in of10_queue_props_print() 1331 ND_PRINT((ndo, "%s", istr)); in of10_queues_print() 1602 ND_PRINT((ndo, "%s", istr)); in of10_actions_print() 1819 ND_PRINT((ndo, "%s", istr)); in of10_stats_request_print() [all …]
|
D | print-dtp.c | 117 ND_PRINT((ndo, "%s", istr)); in dtp_print()
|
D | print-udld.c | 187 ND_PRINT((ndo, "%s", istr)); in udld_print()
|
D | print-openflow.c | 124 ND_PRINT((ndo, "%s", istr)); in of_header_body_print()
|
D | print-babel.c | 334 ND_PRINT((ndo, "%s", istr)); in subtlvs_print() 715 ND_PRINT((ndo, "%s", istr)); in babel_print_v2()
|
D | print-rpki-rtr.c | 381 ND_PRINT((ndo, "%s", istr)); in rpki_rtr_pdu_print()
|
D | print-lisp.c | 386 ND_PRINT((ndo, "\n %s", istr)); in lisp_print()
|
D | util-print.c | 61 const char istr[] = " (invalid)"; variable
|
D | CONTRIBUTING | 128 Print with: ND_PRINT((ndo, "%s", istr)); /* to print " (invalid)" */
|
D | netdissect.h | 82 extern const char istr[];
|
D | print-ospf.c | 508 ND_PRINT((ndo, "%s", istr)); in ospf_print_te_lsa()
|
D | print-rsvp.c | 1838 ND_PRINT((ndo, "%s", istr)); in rsvp_obj_print()
|
/external/syslinux/com32/modules/ |
D | pxechn.c | 568 int pxechn_parse_int(char *data, char istr[], int tlen) in pxechn_parse_int() argument 574 uint32_t optval = strtoul(istr, NULL, 0); in pxechn_parse_int() 595 uint64_t optval = strtoull(istr, NULL, 0); in pxechn_parse_int() 607 int pxechn_parse_hex_sep(char *data, char istr[], char sep) in pxechn_parse_hex_sep() argument 612 if (!data || !istr) in pxechn_parse_hex_sep() 614 while ((istr[ipos]) && (len < DHCP_OPT_LEN_MAX)) { in pxechn_parse_hex_sep() 615 dprintf(" %02X%02X", *((int *)(istr + ipos)) & 0xFF, *((int *)(istr + ipos +1)) & 0xFF); in pxechn_parse_hex_sep() 616 ichar = pxechn_parse_2bhex(istr + ipos); in pxechn_parse_hex_sep() 622 if (!istr[ipos+2]){ in pxechn_parse_hex_sep() 624 } else if (istr[ipos+2] != sep) { in pxechn_parse_hex_sep() [all …]
|
/external/syslinux/com32/rosh/ |
D | rosh.c | 75 int rosh_search_nonsp(const char *istr, const int ipos) in rosh_search_nonsp() argument 81 c = istr[curpos]; in rosh_search_nonsp() 83 c = istr[++curpos]; in rosh_search_nonsp() 92 int rosh_search_sp(const char *istr, const int ipos) in rosh_search_sp() argument 98 c = istr[curpos]; in rosh_search_sp() 100 c = istr[++curpos]; in rosh_search_sp() 138 int parse_args1(char ***iargv, const char *istr) in parse_args1() argument 147 int len = strlen(istr); in parse_args1() 153 for (p = istr;; p++) { in parse_args1()
|
/external/perfetto/include/perfetto/tracing/core/ |
D | trace_packet.h | 70 std::unique_ptr<ZeroCopyInputStream> istr = CreateSlicedInputStream(); in Decode() local 71 return packet->ParseFromZeroCopyStream(istr.get()); in Decode()
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | cpuinfo.c | 33 char *istr = NULL, *valstr = NULL, *saveptr = NULL; in get_cpu_baseinfo() local 61 istr = strtok_r(buf, "\t", &saveptr); in get_cpu_baseinfo() 67 if (!strcmp(istr, "processor")) { in get_cpu_baseinfo()
|
/external/icu/icu4c/source/data/region/ |
D | lb.txt | 47 AT{"Éisträich"}
|
/external/icu/icu4c/source/data/curr/ |
D | lb.txt | 63 "Éisträichesche Schilling", 1180 one{"Éisträichesche Schilling"} 1181 other{"Éisträichesch Schilling"}
|
/external/mksh/src/ |
D | var.c | 1813 record_match(const char *istr) in record_match() argument 1820 setstr(vp, istr, 0x4); in record_match()
|