/external/chromium_org/media/audio/win/ |
device_enumeration_win.cc | 59 // unique ID to the |device_names| list. 61 // Retrieve unique name of endpoint device. 68 // Store the unique name. 90 // Add combination of user-friendly and unique name to the output list. 116 // unique ID to the |device_names| list. Note that, for Wave on XP, 117 // the "unique" name will simply be a copy of the friendly name since 118 // there is no safe method to retrieve a unique device name on XP. 130 // Store the "unique" name (we use same as friendly name on Windows XP). 133 // Add combination of user-friendly and unique name to the output list. 192 // If a matching waveIn device was found, convert the unique endpoint I [all...] |
/external/chromium_org/v8/test/cctest/ |
test-unique.cc | 34 #include "src/unique.h" 55 Unique<String> A(handles[0]); \ 56 Unique<String> B(handles[1]); \ 57 Unique<String> C(handles[2]) 60 Unique<String> A(handles[0]); \ 61 Unique<String> B(handles[1]); \ 62 Unique<String> C(handles[2]); \ 63 Unique<String> D(handles[3]); \ 64 Unique<String> E(handles[4]); \ 65 Unique<String> F(handles[5]); [all...] |
/external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/ |
unique_pred.pass.cpp | 16 // unique(Iter first, Iter last, Pred pred); 43 Iter r = std::unique(Iter(ia), Iter(ia+sa), count_equal()); 51 r = std::unique(Iter(ib), Iter(ib+sb), count_equal()); 60 r = std::unique(Iter(ic), Iter(ic+sc), count_equal()); 68 r = std::unique(Iter(id), Iter(id+sd), count_equal()); 77 r = std::unique(Iter(ie), Iter(ie+se), count_equal()); 87 r = std::unique(Iter(ig), Iter(ig+sg), count_equal()); 96 r = std::unique(Iter(ih), Iter(ih+sh), count_equal()); 105 r = std::unique(Iter(ii), Iter(ii+si), count_equal()); 131 Iter r = std::unique(Iter(ia), Iter(ia+sa), count_equal()) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/ |
unique_pred.pass.cpp | 16 // unique(Iter first, Iter last, Pred pred); 43 Iter r = std::unique(Iter(ia), Iter(ia+sa), count_equal()); 51 r = std::unique(Iter(ib), Iter(ib+sb), count_equal()); 60 r = std::unique(Iter(ic), Iter(ic+sc), count_equal()); 68 r = std::unique(Iter(id), Iter(id+sd), count_equal()); 77 r = std::unique(Iter(ie), Iter(ie+se), count_equal()); 87 r = std::unique(Iter(ig), Iter(ig+sg), count_equal()); 96 r = std::unique(Iter(ih), Iter(ih+sh), count_equal()); 105 r = std::unique(Iter(ii), Iter(ii+si), count_equal()); 131 Iter r = std::unique(Iter(ia), Iter(ia+sa), count_equal()) [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
tkt3824.test | 14 # When you use an "IS NULL" constraint on a UNIQUE index, the result 15 # is not necessarily UNIQUE. Make sure the optimizer does not assume 40 CREATE UNIQUE INDEX t1b ON t1(b); 60 CREATE UNIQUE INDEX t2bc ON t2(b,c); 82 CREATE UNIQUE INDEX t3y ON t3(y); 93 CREATE UNIQUE INDEX t4y ON t4(y);
|
/external/lldb/test/lang/cpp/unique-types/ |
TestUniqueTypes.py | 12 mydir = os.path.join("lang", "cpp", "unique-types") 17 """Test for unique types of std::vector<long> and std::vector<short>.""" 23 """Test for unique types of std::vector<long> and std::vector<short>.""" 32 "// Set breakpoint here to verify that std::vector 'longs' and 'shorts' have unique types.") 35 """Test for unique types of std::vector<long> and std::vector<short>.""" 40 self.skipTest("rdar://problem/9173060 lldb hangs while running unique-types for clang version < 3")
|
/external/libcxx/test/containers/sequences/list/list.ops/ |
unique.pass.cpp | 12 // void unique(); 25 c.unique(); 33 c.unique();
|
unique_pred.pass.cpp | 12 // template <class BinaryPred> void unique(BinaryPred pred); 30 c.unique(g); 38 c.unique(g);
|
/external/skia/tests/ |
RecorderTest.cpp | 62 REPORTER_ASSERT(r, paint.getShader()->unique()); 67 REPORTER_ASSERT(r, !paint.getShader()->unique()); 69 REPORTER_ASSERT(r, paint.getShader()->unique());
|
/frameworks/base/core/java/android/app/job/ |
IJobCallback.aidl | 33 * @param jobId Unique integer used to identify this job. 41 * @param jobId Unique integer used to identify this job. 49 * @param jobId Unique integer used to identify this job.
|
/frameworks/base/core/java/android/widget/ |
ExpandableListAdapter.java | 76 * unique across groups. The combined ID (see 77 * {@link #getCombinedGroupId(long)}) must be unique across ALL items 87 * unique across all children within the group. The combined ID (see 88 * {@link #getCombinedChildId(long, long)}) must be unique across ALL items 182 * Gets an ID for a child that is unique across any item (either group or 184 * child) to have a unique ID among all children and groups in the list. 185 * This method is responsible for returning that unique ID given a child's 191 * @return The unique (and possibly stable) ID of the child across all 197 * Gets an ID for a group that is unique across any item (either group or 199 * child) to have a unique ID among all children and groups in the list [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/ |
unique.pass.cpp | 12 // void unique(); 25 c.unique(); 33 c.unique();
|
unique_pred.pass.cpp | 12 // template <class BinaryPred> void unique(BinaryPred pred); 30 c.unique(g); 38 c.unique(g);
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/identity/ |
UuidBasedUniqueIdentificationGeneratorTest.java | 33 // Get a unique ID and ensure it is as expected. 36 // Asking for a unique ID again, should not try to regenerate it. 59 // Get a unique ID and ensure it is as expected. 63 // Asking for a unique ID again, should not try to regenerate it.
|
/external/chromium_org/components/invalidation/ |
invalidation_service_util.h | 20 // Generates a unique client ID for the invalidator.
|
/external/chromium_org/components/storage_monitor/ |
removable_device_constants.h | 14 // Prefix constants used in device unique id.
|
/external/chromium_org/components/test/data/web_database/ |
version_37.sql | 3 CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY,value LONGVARCHAR); 10 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm)); 11 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); 12 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
|
version_38.sql | 3 CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY,value LONGVARCHAR); 10 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm)); 11 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); 12 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
|
version_39.sql | 3 CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY,value LONGVARCHAR); 10 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm)); 11 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); 12 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
|
/external/chromium_org/extensions/renderer/ |
id_generator_custom_bindings.h | 13 // Implements function that can be used by JS layer to generate unique integer
|
/external/chromium_org/media/audio/ |
audio_device_name.h | 20 std::string unique_id; // Unique identifier for the device.
|
/external/chromium_org/net/url_request/ |
websocket_handshake_userdata_key.h | 15 // This variable has a unique address, which is used as the key to store
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBMetadata.h | 41 IDBIndexMetadata(const String& name, int64_t id, const IDBKeyPath& keyPath, bool unique, bool multiEntry) 45 , unique(unique) 50 bool unique; member in struct:blink::IDBIndexMetadata
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/model/ |
ct-trooper-failure-group-data.html | 23 // FIXME: This should return a unique key for this CTTrooperFailureGroupData.
|
/external/chromium_org/third_party/skia/src/gpu/gl/debug/ |
GrFakeRefObj.h | 20 // Each object also gets a unique globally identifying ID 29 // source for globally unique IDs - 0 is reserved! 73 GrGLuint fID; // globally unique ID 87 // all globally unique IDs
|