/hardware/qcom/msm8996/original-kernel-headers/linux/ |
fuse.h | 386 be unique for the fs's lifetime */ 620 uint64_t unique; member in struct:fuse_interrupt_in 681 uint64_t unique; member in struct:fuse_in_header 692 uint64_t unique; member in struct:fuse_out_header
|
/libcore/luni/src/main/java/javax/xml/xpath/ |
XPathException.java | 36 * <p>Stream Unique Identifier.</p>
|
/libcore/ojluni/src/main/java/java/security/cert/ |
Extension.java | 39 * information unique to those communities.
|
/libcore/ojluni/src/main/java/javax/sql/ |
ConnectionEvent.java | 90 * Private serial version unique ID to ensure serialization
|
/libcore/ojluni/src/main/java/sun/security/ssl/ |
SessionId.java | 50 // this will be unique, it's a timestamp plus much randomness
|
/libcore/ojluni/src/main/native/ |
io_util.h | 84 * declares a unique variable.
|
/ndk/build/core/ |
add-toolchain.mk | 63 # check that the toolchain name is unique
|
/ndk/sources/cxx-stl/gabi++/tests/ |
catch_ptr.cpp | 12 object for the various subobjects, all of which have a unique id_ to
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
typeinfo | 80 // A const char* with the non-unique RTTI bit possibly set.
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
catch_ptr.pass.cpp | 12 object for the various subobjects, all of which have a unique id_ to
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_slist.h | 384 void unique() { _M_impl.unique(); } function in class:slist 394 void unique(_BinaryPredicate __pred) function in class:slist 395 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__pred)); }
|
/ndk/sources/host-tools/make-3.81/ |
remote-stub.c | 55 a unique identification, and set *IS_REMOTE to zero if the job is local,
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
EventColorCache.java | 74 * Retrieve an event color's unique key based on account name, type, and color.
|
/packages/apps/Camera2/src/com/android/camera/filmstrip/ |
FilmstripDataAdapter.java | 92 /** Returns a unique identifier for the view created by this data so that the view
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/binding/ |
BindingBase.java | 28 * Upon binding the data is informed of a unique binding key generated in this class and can use
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
MediaCache.java | 36 // Unique identifier for the cache.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionUtils.java | 67 * Gets a unique key that identifies a suggestion. This is used to avoid
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FolderOperation.java | 44 * Get all the unique folders associated with a set of folder operations.
|
/packages/experimental/CameraPreviewTest/ |
AndroidManifest.xml | 19 supplies a unique name for the application. When writing your
|
/packages/inputmethods/OpenWnn/res/xml/ |
debug_tool_engine.xml | 18 <!-- key testName is Unique -->
|
/packages/providers/ContactsProvider/tests/assets/calllogmigration/ |
contacts2.db | 8 CREATE TABLE sqlite_stat1(tbl,idx,stat)?--?atablevoicemail_statusvoicemail_statusCREATE TABLE voicemail_status (_id INTEGER PRIMARY KEY AUTOINCREMENT,source_package TEXT UNIQUE NOT NULL,phone_account_component_name TEXT,phone_account_id TEXT,settings_uri TEXT,voicemail_access_uri TEXT,configuration_state INTEGER,data_channel_state INTEGER,notification_channel_state INTEGER, quota_occupied INTEGER DEFAULT -1, quota_total INTEGER DEFAULT -1)?S- indexsqlite_autoindex_voicemail_status_1voicemail_status P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)?:?StablecallscallsCREATE 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,add_for_all_users INTEGER NOT NULL DEFAULT 1,_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, last_modified INTEGER DEFAULT 0)n!!?'tablepropertiespropertiesCREATE TABLE properties (property_key TEXT PRIMARY KEY, property_value TEXT )3G! indexsqlite_autoindex_properties_1properties W--ctableandroid_metadataandroid_metadataCREATE TABLE android_metadata (locale TEXT)
? ? en_US
?????Y> g5call_log_last_synced123456f7directoryScanComplete16d)Wknown_accountsmakoto.android.1@gmail.comcom.google %search_index1)aggregation_v25localeen-US#icu_version56.1#7#database_time_created46826626075 [all...] |
/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
legacy_contacts.sql | 5 CREATE TABLE _sync_state (_id INTEGER PRIMARY KEY,_sync_account TEXT,data TEXT,UNIQUE(_sync_account)); 15 CREATE TABLE extensions (_id INTEGER PRIMARY KEY AUTOINCREMENT,name TEXT NOT NULL,value TEXT NOT NULL,person INTEGER REFERENCES people(_id),UNIQUE(person, name)); 30 CREATE TABLE groups (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT NOT NULL,notes TEXT,should_sync INTEGER NOT NULL DEFAULT 0,system_id TEXT,UNIQUE(name,system_id,_sync_account)); 59 CREATE TABLE photos (_id INTEGER PRIMARY KEY AUTOINCREMENT,exists_on_server INTEGER NOT NULL DEFAULT 0,person INTEGER REFERENCES people(_id), local_version TEXT,data BLOB,sync_error TEXT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,UNIQUE(person) );
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadJobService.java | 31 * unique {@link DownloadThread} instance.
|
/packages/services/Car/car-support-lib/src/android/support/car/ |
CarInfoManager.java | 52 * Unique identifier for the car. This is not VIN, and id is persistent until user resets it.
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/ |
OmtpBootCompletedReceiver.java | 86 * Read all subId from the list to a unique integer set, and delete the preference.
|