Home
last modified time | relevance | path

Searched refs:read_options (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/mojo/core/
Dcore_unittest.cc330 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 …]
Ddata_pipe_unittest.cc633 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/
Dsubroutines.pl289 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/
Drecord_reader_writer_test.cc71 io::RecordReaderOptions read_options = GetMatchingReaderOptions(options); in VerifyFlush() local
72 io::RecordReader reader(read_file.get(), read_options); in VerifyFlush()
/external/clang/docs/tools/
Ddump_format_style.py101 def read_options(header): function
188 options = read_options(open(FORMAT_STYLE_FILE))
/external/ltp/utils/benchmark/ebizzy-0.3/
Debizzy.c111 static void read_options(int argc, char *argv[]) in read_options() function
511 read_options(argc, argv); in main()