Searched refs:read_options (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/mojo/core/ |
D | core_unittest.cc | 330 MojoReadDataOptions read_options; in TEST_F() local 331 read_options.struct_size = sizeof(read_options); in TEST_F() 332 read_options.flags = MOJO_READ_DATA_FLAG_NONE | MOJO_READ_DATA_FLAG_PEEK; in TEST_F() 334 core()->ReadData(ch, &read_options, elements, &num_bytes)); in TEST_F() 342 read_options.flags = MOJO_READ_DATA_FLAG_NONE; in TEST_F() 344 core()->ReadData(ch, &read_options, elements, &num_bytes)); in TEST_F() 374 read_options.flags = MOJO_READ_DATA_FLAG_QUERY; in TEST_F() 376 core()->ReadData(ch, &read_options, nullptr, &num_bytes)); in TEST_F() 381 read_options.flags = MOJO_READ_DATA_FLAG_QUERY | MOJO_READ_DATA_FLAG_PEEK; in TEST_F() 383 core()->ReadData(ch, &read_options, nullptr, &num_bytes)); in TEST_F() [all …]
|
D | data_pipe_unittest.cc | 633 MojoReadDataOptions read_options; in TEST_F() local 634 read_options.struct_size = sizeof(read_options); in TEST_F() 635 read_options.flags = MOJO_READ_DATA_FLAG_ALL_OR_NONE; in TEST_F() 638 MojoReadData(consumer_, &read_options, read_elements, &num_read_bytes)); in TEST_F() 655 EXPECT_EQ(MOJO_RESULT_OK, MojoReadData(consumer_, &read_options, in TEST_F()
|
/external/ImageMagick/PerlMagick/t/ |
D | subroutines.pl | 289 my( $srcimage_name,$refimage_name, $read_options, 299 if ( "$read_options" ne "" ) { 300 eval "\$status=\$srcimage->Set($read_options);"; 303 $errorinfo = "Set($read_options): $status"; 564 $read_options, $write_options, 610 if ( "$read_options" ne "" ) { 611 eval "\$status=\$image->Set($read_options);"; 614 $errorinfo = "Set($read_options): $status";
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | record_reader_writer_test.cc | 71 io::RecordReaderOptions read_options = GetMatchingReaderOptions(options); in VerifyFlush() local 72 io::RecordReader reader(read_file.get(), read_options); in VerifyFlush()
|
/external/clang/docs/tools/ |
D | dump_format_style.py | 101 def read_options(header): function 188 options = read_options(open(FORMAT_STYLE_FILE))
|
/external/ltp/utils/benchmark/ebizzy-0.3/ |
D | ebizzy.c | 111 static void read_options(int argc, char *argv[]) in read_options() function 511 read_options(argc, argv); in main()
|