HomeSort by relevance Sort by last modified time
    Searched defs:is_read (Results 1 - 4 of 4) sorted by null

  /external/f2fs-tools/tools/sg_write_buffer/include/
freebsd_nvme_ioctl.h 134 * is_read = 1 if the passthrough command will read data into the
137 * is_read = 0 if the passthrough command will write data from the
140 uint32_t is_read; member in struct:nvme_pt_command
  /external/libbrillo/brillo/streams/
tls_stream.cc 247 bool is_read = stream_utils::IsReadAccessMode(mode); local
249 is_read |= need_more_read_;
253 if (is_read && SSL_pending(ssl_.get()) > 0) {
257 mode = stream_utils::MakeAccessMode(is_read, is_write);
265 bool is_read = stream_utils::IsReadAccessMode(in_mode); local
267 is_read |= need_more_read_;
270 if (is_read && SSL_pending(ssl_.get()) > 0) {
275 in_mode = stream_utils::MakeAccessMode(is_read, is_write);
  /external/f2fs-tools/tools/sg_write_buffer/
sg_pt_linux_nvme.c 300 struct sg_nvme_passthru_cmd *cmdp, void * dp, bool is_read,
314 if ((vb > 3) && (! is_read) && dp) {
369 if ((vb > 3) && is_read && dp) {
1079 bool is_read = false; local
    [all...]
  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 45 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,presentation INTEGER NOT NULL DEFAULT 1,post_dial_digits TEXT NOT NULL DEFAULT '',date INTEGER,duration INTEGER,data_usage INTEGER,type INTEGER,features INTEGER NOT NULL DEFAULT 0,subscription_component_name TEXT,subscription_id TEXT,phone_account_address TEXT,phone_account_hidden INTEGER NOT NULL DEFAULT 0,sub_id INTEGER DEFAULT -1,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT,countryiso TEXT,voicemail_uri TEXT,is_read INTEGER,geocoded_location TEXT,lookup_uri TEXT,matched_number TEXT,normalized_number TEXT,photo_id INTEGER NOT NULL DEFAULT 0,photo_uri TEXT,formatted_number TEXT,_data TEXT,has_content INTEGER,mime_type TEXT,source_data TEXT,source_package TEXT,transcription TEXT,state INTEGER,dirty INTEGER NOT NULL DEFAULT 0,deleted INTEGER NOT NULL DEFAULT 0, add_for_all_users INTEGER NOT NULL DEFAULT 1);
    [all...]

Completed in 227 milliseconds