/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
forward_list.h | 404 * specialized algorithms %unique to linked lists, such as 1136 unique() function in class:forward_list [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
forward_list.h | 404 * specialized algorithms %unique to linked lists, such as 1136 unique() function in class:forward_list [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
forward_list.h | 410 * specialized algorithms %unique to linked lists, such as [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
dbtables.py | 124 _rowid = '._ROWID_.' # this+rowid+this key contains a unique entry for each 126 _rowid_str_len = 8 # length in bytes of the unique rowid strings 454 """Create a new unique row identifier""" 455 unique = 0 456 while not unique: 475 unique = 1 497 # get a unique row identifier for this row
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
dbtables.py | 124 _rowid = '._ROWID_.' # this+rowid+this key contains a unique entry for each 126 _rowid_str_len = 8 # length in bytes of the unique rowid strings 454 """Create a new unique row identifier""" 455 unique = 0 456 while not unique: 475 unique = 1 497 # get a unique row identifier for this row
|
/hardware/intel/img/libdrm/libdrm/ |
xf86drm.c | 844 u.unique = NULL; 848 u.unique = drmMalloc(u.unique_len + 1); 851 u.unique[u.unique_len] = '\0'; 853 return u.unique; 873 u.unique = (char *)busid; [all...] |
/external/chromium_org/v8/src/arm/ |
ic-arm.cc | 280 // Checks whether a key is an array index string or a unique name. 281 // Falls through if a key is a unique name. 289 Label unique; local 294 __ b(eq, &unique); 309 __ bind(&unique); 636 // Load the key (consisting of map and unique name) from the cache and [all...] |
/external/chromium_org/v8/src/arm64/ |
ic-arm64.cc | 282 // Checks whether a key is an array index string or a unique name. 283 // Falls through if a key is a unique name. 296 Label unique; local 300 __ B(eq, &unique); 314 __ Bind(&unique); 315 // Fall through if the key is a unique name. 678 // Load the key (consisting of map and unique name) from the cache and [all...] |
/external/chromium_org/v8/src/ia32/ |
ic-ia32.cc | 273 // Checks whether a key is an array index string or a unique name. 274 // Falls through if the key is a unique name. 286 Label unique; local 290 __ j(equal, &unique); 304 __ bind(&unique); [all...] |
/external/chromium_org/v8/src/x64/ |
ic-x64.cc | 293 // Checks whether a key is an array index string or a unique name. 294 // Falls through if the key is a unique name. 306 Label unique; local 310 __ j(equal, &unique); 324 __ bind(&unique); [all...] |
/external/chromium_org/v8/src/x87/ |
ic-x87.cc | 273 // Checks whether a key is an array index string or a unique name. 274 // Falls through if the key is a unique name. 286 Label unique; local 290 __ j(equal, &unique); 304 __ 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/ |
autocomplete_result.cc | 90 // first, so that when we call std::unique(), these are the ones that get 394 matches->erase(std::unique(matches->begin(), matches->end(),
|
shortcuts_provider.cc | 271 // First, convert |text| to a vector of the unique words in it. 285 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/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/sqlite/src/test/ |
malloc_common.tcl | 141 foreach f [lsort -unique $faultlist] {
|
/external/chromium_org/ui/keyboard/resources/ |
touch_fuzzing.js | 348 var unique = function(array) { 382 edges = unique(edges);
|
/external/chromium_org/v8/benchmarks/ |
splay.js | 72 // Insert new node with a unique key. 103 // Verify that the splay tree has sorted, unique keys.
|