/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/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", 1192 one{"Éisträichesche Schilling"} 1193 other{"Éisträichesch Schilling"}
|
/external/mksh/src/ |
D | var.c | 1822 record_match(const char *istr) in record_match() argument 1829 setstr(vp, istr, 0x4); in record_match()
|
/external/icu/icu4c/source/data/lang/ |
D | lb.txt | 125 de_AT{"Éisträichescht Däitsch"}
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA.txt | 44264 destruct %27559 dəstrˈəkt, dɪstrˈəkt, dˈistrəkt 44274 destructivity dˌistrəktˈɪvɪti 50626 eastridge %26962 ˈistrɪdʒ 115076 nistru nˈistrʊ 117383 oestrus %24005 ˈistrəs, ˈɛstrəs 146062 seastrand %30385 sˈistrænd 146063 seastrom sˈistrəm
|