Home
last modified time | relevance | path

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

/external/chromium_org/courgette/
Dstreams_unittest.cc24 bool can_read = source.ReadVarint32(&value); in TEST() local
25 EXPECT_TRUE(can_read); in TEST()
42 bool can_read = source.Read(text, 5); in TEST() local
43 EXPECT_TRUE(can_read); in TEST()
68 bool can_read = in.stream(3)->ReadVarint32(&value); in TEST() local
69 EXPECT_TRUE(can_read); in TEST()
108 bool can_read = in.stream(id)->ReadVarint32(&value); in TEST() local
109 EXPECT_TRUE(can_read); in TEST()
145 bool can_read = in.ReadVarint32Signed(&datum); in TEST() local
146 EXPECT_TRUE(can_read); in TEST()
Dencoded_program_unittest.cc46 bool can_read = encoded2->ReadFrom(&sources); in TEST() local
47 EXPECT_TRUE(can_read); in TEST()
/external/chromium_org/ui/gfx/image/
Dimage_skia_unittest.cc101 bool can_read() const { return can_read_; } in can_read() function in gfx::test::TestOnThread
253 EXPECT_TRUE(empty_on_thread.can_read()); in TEST()
265 EXPECT_TRUE(image_on_thread.can_read()); in TEST()
276 EXPECT_FALSE(image_on_thread2.can_read()); in TEST()
286 EXPECT_TRUE(deepcopy_on_thread.can_read()); in TEST()
299 EXPECT_FALSE(deepcopy2_on_thread.can_read()); in TEST()
310 EXPECT_TRUE(readonly_on_thread.can_read()); in TEST()
320 EXPECT_TRUE(threadsafe_on_thread.can_read()); in TEST()
334 EXPECT_TRUE(image_on_thread.can_read()); in TEST()
345 EXPECT_FALSE(image_on_thread2.can_read()); in TEST()
[all …]
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_security_helper.cc18 bool CanOpenFileWithPepperFlags(CanRead can_read, in CanOpenFileWithPepperFlags() argument
35 if (pp_read && !(policy->*can_read)(child_id, file)) in CanOpenFileWithPepperFlags()
/external/qemu/docs/
DCHAR-DEVICES.TXT45 - a 'can_read' function that shall return the number of bytes
58 of a previous 'can_read' call.
139 read from it after registering can_read/read handlers for it through
171 same on the endpoint. Any endpoint-initiated calls to can_read()/read()
196 iteration by calling the can_read/read functions of the corresponding user,
/external/chromium_org/third_party/sqlite/src/test/
Dwal2.test1101 foreach {tn db_perm wal_perm shm_perm can_open can_read can_write} {
1134 # If $can_read is true, then the client should be able to read from
1135 # the database file. If $can_read is false, attempting to read should
1142 } $a($can_read)
1156 } $b($can_read,$can_write)