Searched refs:can_read (Results 1 – 6 of 6) sorted by relevance
24 bool can_read = source.ReadVarint32(&value); in TEST() local25 EXPECT_TRUE(can_read); in TEST()42 bool can_read = source.Read(text, 5); in TEST() local43 EXPECT_TRUE(can_read); in TEST()68 bool can_read = in.stream(3)->ReadVarint32(&value); in TEST() local69 EXPECT_TRUE(can_read); in TEST()108 bool can_read = in.stream(id)->ReadVarint32(&value); in TEST() local109 EXPECT_TRUE(can_read); in TEST()145 bool can_read = in.ReadVarint32Signed(&datum); in TEST() local146 EXPECT_TRUE(can_read); in TEST()
46 bool can_read = encoded2->ReadFrom(&sources); in TEST() local47 EXPECT_TRUE(can_read); in TEST()
101 bool can_read() const { return can_read_; } in can_read() function in gfx::test::TestOnThread253 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 …]
18 bool CanOpenFileWithPepperFlags(CanRead can_read, in CanOpenFileWithPepperFlags() argument35 if (pp_read && !(policy->*can_read)(child_id, file)) in CanOpenFileWithPepperFlags()
45 - a 'can_read' function that shall return the number of bytes58 of a previous 'can_read' call.139 read from it after registering can_read/read handlers for it through171 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,
1101 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 from1135 # the database file. If $can_read is false, attempting to read should1142 } $a($can_read)1156 } $b($can_read,$can_write)