OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tag_idx
(Results
1 - 3
of
3
) sorted by null
/external/grpc-grpc/test/cpp/end2end/
async_end2end_test.cc
[
all
...]
/external/adhd/cras/src/tests/
cras_test_client.c
377
unsigned int
tag_idx
)
379
unsigned int tag = (log->log[
tag_idx
].tag_sec >> 24) & 0xff;
380
unsigned int sec = log->log[
tag_idx
].tag_sec & 0x00ffffff;
381
unsigned int nsec = log->log[
tag_idx
].nsec;
382
unsigned int data1 = log->log[
tag_idx
].data1;
383
unsigned int data2 = log->log[
tag_idx
].data2;
384
unsigned int data3 = log->log[
tag_idx
].data3;
387
if (log->log[
tag_idx
].tag_sec == 0 && log->log[
tag_idx
].nsec == 0)
[
all
...]
/external/grpc-grpc/tools/interop_matrix/
create_matrix_images.py
116
tag_idx
= image.find(':')
117
if
tag_idx
== -1:
Completed in 221 milliseconds