HomeSort by relevance Sort by last modified time
    Searched full:unique (Results 401 - 425 of 6998) sorted by null

<<11121314151617181920>>

  /external/chromium_org/net/socket/
ssl_session_cache_openssl.h 28 // that can retrieve a unique cache key from an existing SSL handle.
51 // Type of a function that takes a SSL handle and returns a unique cache
56 // |key_func| is a function used at runtime to retrieve the unique cache key
74 // unique cache key from a SSL connection handle.
92 // Lookup the unique cache key associated with |ssl| connection handle,
  /external/chromium_org/sync/engine/
model_type_entity_unittest.cc 62 kClientTag, // As non-unique name.
86 kClientTag, // As non-unique name.
107 kClientTag, // As non-unique name.
132 kClientTag, // As non-unique name.
159 kClientTag, // As non-unique name.
syncer_util_unittest.cc 80 // combine to create a globally unique value.
173 // Before update, target has invalid bookmark tag and unique position.
178 // After update, target has valid bookmark tag and unique position.
196 // Before update, target has invalid bookmark tag and unique position.
201 // After update, target has valid bookmark tag and unique position.
  /external/chromium_org/third_party/sqlite/src/test/
tkt1443.test 54 item str unique
64 label STR UNIQUE
84 user STRING UNIQUE,
94 userGroup STRING UNIQUE
153 CREATE UNIQUE INDEX PermissionsIdx
fkey_malloc.test 25 CREATE TABLE t1(a PRIMARY KEY, b UNIQUE);
36 CREATE TABLE t1(a, b, UNIQUE(a, b));
79 CREATE TABLE t1(x INTEGER PRIMARY KEY, y UNIQUE);
tkt1435.test 50 CREATE TABLE Versions(versionId INTEGER PRIMARY KEY,version STR UNIQUE);
54 CREATE TABLE Flavors(flavorId integer primary key, flavor str unique);
96 CREATE UNIQUE INDEX InstancesIdx
  /external/llvm/test/Linker/
type-unique-odr-a.ll 3 ; RUN: llvm-link %s %p/type-unique-odr-b.ll -S -o - | %llc_dwarf -filetype=obj -O0 | llvm-dwarfdump -debug-dump=info - | FileCheck %s
8 ; $ cat -n type-unique-odr-a.cpp
47 ; ModuleID = 'type-unique-odr-a.cpp'
81 !5 = metadata !{metadata !"type-unique-odr-a.cpp", metadata !""}
92 !16 = metadata !{i32 786473, metadata !5} ; [ DW_TAG_file_type ] [type-unique-odr-a.cpp]
type-unique-odr-b.ll 2 ; This file belongs to type-unique-odr-a.ll.
7 ; $ cat -n type-unique-odr-b.cpp
20 ; ModuleID = 'type-unique-odr-b.cpp'
62 !5 = metadata !{metadata !"type-unique-odr-b.cpp", metadata !""}
74 !17 = metadata !{i32 786473, metadata !5} ; [ DW_TAG_file_type ] [type-unique-odr-b.cpp]
  /frameworks/base/telephony/java/com/android/internal/telephony/
IPhoneSubInfo.aidl 26 * Retrieves the unique device ID, e.g., IMEI for GSM phones.
31 * Retrieves the unique Network Access ID
36 * Retrieves the unique device ID of a phone for the device, e.g., IMEI
59 * Retrieves the unique sbuscriber ID, e.g., IMSI for GSM phones.
64 * Retrieves the unique subscriber ID of a given subId, e.g., IMSI for GSM phones.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RadioCapability.java 87 /** Unique session value defined by framework returned in all "responses/unsol" */
103 * This must be Globally unique on convention is
156 * Get unique session id.
158 * @return unique session id
184 * get logical modem Universally Unique ID.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ViewsStateBundle.java 25 * Maintains a bundle of states for a group of views. Each view must have a unique id to identify
31 * descendant views must have a unique view id or their content will be messed together; no way of
111 * @param id unique id for the view within this ViewsStateBundle
125 * @param id unique id for the view within this ViewsStateBundle
165 * @param id unique id for the view within this ViewsStateBundle
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amvideo.idl 65 pointer_default(unique),
91 pointer_default(unique),
107 pointer_default(unique)
133 pointer_default(unique),
148 pointer_default(unique),
  /external/chromium-trace/trace-viewer/src/tracing/
trace_model_settings.js 21 * considers all the other keys in the model. If it is unique, then the key is
22 * persisted to base.Settings. However, if it is not unique, then the
23 * setting is stored on the object itself. Thus, objects with unique keys will
  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker.h 30 // - |target_path| was verified as being unique if uniqueness was
39 // attempting to come up with a unique path.
71 // verified as being writeable and unique.
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
typed_urls_sync_perf_test.cc 37 // Adds |num_urls| new unique typed urls to |profile|.
50 // Returns a new unique typed URL.
53 // Returns a unique URL according to the integer |n|.
  /external/chromium_org/components/autofill/core/browser/
autofill_field.h 57 // The unique signature of this field, composed of the field name and the html
93 // The unique name of this field, generated by Autofill.
96 // The unique identifier for the section (e.g. billing vs. shipping address)
  /external/chromium_org/content/browser/resources/media/
manager.js 26 * @param componentId The unique-id of the audio-component.
46 * @param id The unique-id of the audio-stream.
95 * @param id The unique ID that identifies the player to be updated.
  /external/chromium_org/content/test/data/indexeddb/
index_test.js 99 shouldBe("index.unique", "true");
102 request = objectStore.createIndex('myIndex', 'aKey', {unique: true});
113 window.index = objectStore.createIndex('myIndex', 'aKey', {unique: true});
  /external/chromium_org/remoting/base/
breakpad_win_unittest.cc 25 // The prefix string used to generate a unique crash server pipe name.
26 // The name has to be unique as multiple test instances can be running
97 // This is the parent process. Generate a unique pipe name and setup
  /external/chromium_org/storage/common/database/
database_identifier.cc 53 false /* unique */,
83 // This magical set of schemes is always treated as unique.
104 return DatabaseIdentifier(scheme, hostname, port, false /* unique */, false);
  /external/chromium_org/third_party/WebKit/Source/web/
WebIDBMetadata.cpp 62 webIndex.unique = index.unique;
79 IDBIndexMetadata index(webIndex.name, webIndex.id, webIndex.keyPath, webIndex.unique, webIndex.multiEntry);
  /external/chromium_org/third_party/skia/bench/
PictureRecordBench.cpp 113 * Populates the SkPaint dictionary with a large number of unique paint
141 * Populates the SkPaint dictionary with a number of unique paint
158 ObjCount = 100, // number of unique paint objects
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFResourceDict.h 50 * @param key The resource key, should be unique within its type.
77 * @param key The resource key, should be unique within its type.
88 * @param key The resource key, should be unique within its type.
  /external/chromium_org/third_party/skia/tests/
MallocPixelRefTest.cpp 98 REPORTER_ASSERT(reporter, dataPtr->unique());
101 REPORTER_ASSERT(reporter, !(dataPtr->unique()));
103 REPORTER_ASSERT(reporter, dataPtr->unique());
  /external/chromium_org/third_party/webrtc/modules/video_capture/
video_capture_impl.h 37 * id - unique identifier of this video capture module object
46 * id - unique identifier of this video capture module object
114 char* _deviceUniqueId; // current Device unique name;

Completed in 3968 milliseconds

<<11121314151617181920>>