/external/chromium_org/content/browser/indexed_db/ |
indexed_db_database.h | 102 bool unique,
|
indexed_db_dispatcher_host.cc | 184 // transaction_id are guaranteed to be unique within that renderer. 266 idb_index_metadata.unique = web_index_metadata.unique; [all...] |
/external/chromium_org/extensions/common/ |
url_pattern_set.cc | 260 std::unique(value->begin(), value->end());
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
cmake.py | 577 CMake requires that target names be globally unique. One way to ensure [all...] |
/external/chromium_org/third_party/skia/tests/ |
PictureTest.cpp | 380 // Since we only want to return unique values in array, when we scan we just [all...] |
/external/chromium_org/v8/src/ic/arm/ |
ic-arm.cc | 215 // Checks whether a key is an array index string or a unique name. 216 // Falls through if a key is a unique name. 221 Label unique; local 226 __ b(eq, &unique); 241 __ bind(&unique); 498 // Load the key (consisting of map and unique name) from the cache and [all...] |
/external/chromium_org/v8/src/ic/arm64/ |
ic-arm64.cc | 214 // Checks whether a key is an array index string or a unique name. 215 // Falls through if a key is a unique name. 225 Label unique; local 229 __ B(eq, &unique); 242 __ Bind(&unique); 243 // Fall through if the key is a unique name. 513 // Load the key (consisting of map and unique name) from the cache and [all...] |
/external/chromium_org/v8/src/ic/ia32/ |
ic-ia32.cc | 209 // Checks whether a key is an array index string or a unique name. 210 // Falls through if the key is a unique name. 219 Label unique; local 223 __ j(equal, &unique); 237 __ bind(&unique); [all...] |
/external/chromium_org/v8/src/ic/mips/ |
ic-mips.cc | 222 // Checks whether a key is an array index string or a unique name. 223 // Falls through if a key is a unique name. 228 Label unique; local 233 __ Branch(&unique, eq, hash, Operand(LAST_UNIQUE_NAME_TYPE)); 248 __ bind(&unique); 507 // Load the key (consisting of map and unique name) from the cache and [all...] |
/external/chromium_org/v8/src/ic/mips64/ |
ic-mips64.cc | 221 // Checks whether a key is an array index string or a unique name. 222 // Falls through if a key is a unique name. 227 Label unique; local 232 __ Branch(&unique, eq, hash, Operand(LAST_UNIQUE_NAME_TYPE)); 247 __ bind(&unique); 507 // Load the key (consisting of map and unique name) from the cache and [all...] |
/external/chromium_org/v8/src/ic/x64/ |
ic-x64.cc | 223 // Checks whether a key is an array index string or a unique name. 224 // Falls through if the key is a unique name. 233 Label unique; local 237 __ j(equal, &unique); 251 __ bind(&unique); [all...] |
/external/chromium_org/v8/src/ic/x87/ |
ic-x87.cc | 211 // Checks whether a key is an array index string or a unique name. 212 // Falls through if the key is a unique name. 221 Label unique; local 225 __ j(equal, &unique); 239 __ bind(&unique); [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
ServiceInfoImpl.java | [all...] |
/bionic/libc/kernel/uapi/drm/ |
drm.h | 100 char __user *unique; member in struct:drm_unique
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
splay.js | 72 // Insert new node with a unique key. 103 // Verify that the splay tree has sorted, unique keys.
|
/external/ceres-solver/internal/ceres/ |
schur_complement_solver.cc | 223 f_blocks.erase(unique(f_blocks.begin(), f_blocks.end()), f_blocks.end());
|
/external/chromium_org/chrome/browser/autocomplete/ |
shortcuts_provider.cc | 260 // First, convert |text| to a vector of the unique words in it. 274 words.erase(std::unique(words.begin(), words.end()), words.end());
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
navigation_collector.js | 127 * Returns a somewhat unique ID for a given WebNavigation request. 133 * that these will be unique across a single navigation event.
|
/external/chromium_org/components/omnibox/ |
autocomplete_result.cc | 90 // first, so that when we call std::unique(), these are the ones that get 406 matches->erase(std::unique(matches->begin(), matches->end(),
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
jquery-1.3.2.js | 295 return this.pushStack( jQuery.unique(jQuery.map(this, function(elem){ 393 return this.pushStack( jQuery.unique( jQuery.merge( 1113 unique: function( array ) { [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-splay.js | 67 // Insert new node with a unique key. 97 // Verify that the splay tree has sorted, unique keys.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-splay.js | 67 // Insert new node with a unique key. 97 // Verify that the splay tree has sorted, unique keys.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-splay.js | 67 // Insert new node with a unique key. 98 // Verify that the splay tree has sorted, unique keys.
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrContext.h | [all...] |
/external/chromium_org/ui/keyboard/resources/ |
touch_fuzzing.js | 352 var unique = function(array) { 386 edges = unique(edges);
|