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

  /external/boringssl/src/ssl/
t1_enc.c 391 /* is_read is true if we have just read a ChangeCipherSpec message - i.e. we
393 const char is_read = (which & SSL3_CC_READ) != 0; local
431 is_read ? evp_aead_open : evp_aead_seal, ssl3_protocol_version(ssl),
437 if (is_read) {
  /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);
  /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 378 milliseconds