Home
last modified time | relevance | path

Searched refs:tag_idx (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-tag.cc257 unsigned int tag_idx; in hb_ot_tags_from_language() local
274 if (hb_sorted_array (ot_languages).bfind (lang_str, &tag_idx)) in hb_ot_tags_from_language()
277 while (tag_idx != 0 && in hb_ot_tags_from_language()
278 0 == strcmp (ot_languages[tag_idx].language, ot_languages[tag_idx - 1].language)) in hb_ot_tags_from_language()
279 tag_idx--; in hb_ot_tags_from_language()
282 tag_idx + i < ARRAY_LENGTH (ot_languages) && in hb_ot_tags_from_language()
283 0 == strcmp (ot_languages[tag_idx + i].language, ot_languages[tag_idx].language); in hb_ot_tags_from_language()
285 tags[i] = ot_languages[tag_idx + i].tag; in hb_ot_tags_from_language()
/external/adhd/cras/src/tools/cras_test_client/
Dcras_test_client.c517 unsigned int tag_idx, int32_t sec_offset, in show_alog_tag() argument
520 unsigned int tag = (log->log[tag_idx].tag_sec >> 24) & 0xff; in show_alog_tag()
521 unsigned int sec = log->log[tag_idx].tag_sec & 0x00ffffff; in show_alog_tag()
522 unsigned int nsec = log->log[tag_idx].nsec; in show_alog_tag()
523 unsigned int data1 = log->log[tag_idx].data1; in show_alog_tag()
524 unsigned int data2 = log->log[tag_idx].data2; in show_alog_tag()
525 unsigned int data3 = log->log[tag_idx].data3; in show_alog_tag()
530 if (log->log[tag_idx].tag_sec == 0 && log->log[tag_idx].nsec == 0) in show_alog_tag()
879 unsigned int tag_idx, int32_t sec_offset, in show_mainlog_tag() argument
882 unsigned int tag = (log->log[tag_idx].tag_sec >> 24) & 0xff; in show_mainlog_tag()
[all …]
/external/grpc-grpc/test/cpp/end2end/
Dasync_end2end_test.cc1246 for (int tag_idx = 3; tag_idx <= 5; tag_idx++) { in TestClientStreamingServerCancel() local
1247 send_request.set_message("Ping " + grpc::to_string(tag_idx)); in TestClientStreamingServerCancel()
1248 cli_stream->Write(send_request, tag(tag_idx)); in TestClientStreamingServerCancel()
1250 .Expect(tag_idx, expected_client_cq_result) in TestClientStreamingServerCancel()
1282 for (int tag_idx = 6; tag_idx <= 8; tag_idx++) { in TestClientStreamingServerCancel() local
1283 srv_stream.Read(&recv_request, tag(tag_idx)); in TestClientStreamingServerCancel()
1287 int got_tag = verif.Expect(tag_idx, expected_server_cq_result) in TestClientStreamingServerCancel()
1289 GPR_ASSERT((got_tag == tag_idx) || (got_tag == 11 && want_done_tag)); in TestClientStreamingServerCancel()
1294 EXPECT_EQ(verif.Next(cq_.get(), ignore_cq_result), tag_idx); in TestClientStreamingServerCancel()
1401 for (int tag_idx = 6; tag_idx <= 8; tag_idx++) { in TestServerStreamingServerCancel() local
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/
Dcreate_matrix_images.py108 tag_idx = image.find(':')
109 if tag_idx == -1:
/external/grpc-grpc/tools/interop_matrix/
Dcreate_matrix_images.py116 tag_idx = image.find(':')
117 if tag_idx == -1: