/external/chromium_org/v8/test/cctest/ |
test-ordered-hash-table.cc | 49 CHECK_EQ(0, ordered_set->NumberOfElements()); 56 CHECK_EQ(1, ordered_set->NumberOfElements()); 61 CHECK_EQ(0, ordered_set->NumberOfElements()); 75 CHECK_EQ(3, ordered_set->NumberOfElements()); 89 CHECK_EQ(5, ordered_set->NumberOfElements()); 102 CHECK_EQ(1, ordered_set->NumberOfElements()); 116 CHECK_EQ(0, ordered_map->NumberOfElements()); 124 CHECK_EQ(1, ordered_map->NumberOfElements()); 129 CHECK_EQ(0, ordered_map->NumberOfElements()); 142 CHECK_EQ(3, ordered_map->NumberOfElements()); [all...] |
test-weakmaps.cc | 107 CHECK_EQ(1, ObjectHashTable::cast(weakmap->table())->NumberOfElements()); 112 CHECK_EQ(1, ObjectHashTable::cast(weakmap->table())->NumberOfElements()); 131 CHECK_EQ(1, ObjectHashTable::cast(weakmap->table())->NumberOfElements()); 136 CHECK_EQ(0, ObjectHashTable::cast(weakmap->table())->NumberOfElements()); 167 CHECK_EQ(32, ObjectHashTable::cast(weakmap->table())->NumberOfElements()); 171 CHECK_EQ(0, ObjectHashTable::cast(weakmap->table())->NumberOfElements());
|
test-weaksets.cc | 107 CHECK_EQ(1, ObjectHashTable::cast(weakset->table())->NumberOfElements()); 112 CHECK_EQ(1, ObjectHashTable::cast(weakset->table())->NumberOfElements()); 131 CHECK_EQ(1, ObjectHashTable::cast(weakset->table())->NumberOfElements()); 136 CHECK_EQ(0, ObjectHashTable::cast(weakset->table())->NumberOfElements()); 167 CHECK_EQ(32, ObjectHashTable::cast(weakset->table())->NumberOfElements()); 171 CHECK_EQ(0, ObjectHashTable::cast(weakset->table())->NumberOfElements());
|
test-dictionary.cc | 52 CHECK_EQ(table->NumberOfElements(), 1); 59 CHECK_EQ(table->NumberOfElements(), 1); 65 CHECK_EQ(table->NumberOfElements(), 1); 72 CHECK_EQ(table->NumberOfElements(), 0); 81 CHECK_EQ(table->NumberOfElements(), i + 1);
|
test-object-observe.cc | 351 static int NumberOfElements(i::Handle<i::JSWeakMap> map) { 352 return i::ObjectHashTable::cast(map->table())->NumberOfElements(); 377 CHECK_EQ(1, NumberOfElements(callbackInfoMap)); 378 CHECK_EQ(1, NumberOfElements(objectInfoMap)); 379 CHECK_EQ(1, NumberOfElements(notifierObjectInfoMap)); 381 CHECK_EQ(0, NumberOfElements(callbackInfoMap)); 382 CHECK_EQ(0, NumberOfElements(objectInfoMap)); 383 CHECK_EQ(0, NumberOfElements(notifierObjectInfoMap));
|
test-heap.cc | [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
IntVector.java | 150 public final void addElements(int value, int numberOfElements) 153 if ((m_firstFree + numberOfElements) >= m_mapSize) 155 m_mapSize += (m_blocksize+numberOfElements); 164 for (int i = 0; i < numberOfElements; i++) 174 * @param numberOfElements Int to add to the list 176 public final void addElements(int numberOfElements) 179 if ((m_firstFree + numberOfElements) >= m_mapSize) 181 m_mapSize += (m_blocksize+numberOfElements); 190 m_firstFree += numberOfElements;
|
ObjectVector.java | 150 public final void addElements(Object value, int numberOfElements) 153 if ((m_firstFree + numberOfElements) >= m_mapSize) 155 m_mapSize += (m_blocksize+numberOfElements); 164 for (int i = 0; i < numberOfElements; i++) 174 * @param numberOfElements number of slots to append 176 public final void addElements(int numberOfElements) 179 if ((m_firstFree + numberOfElements) >= m_mapSize) 181 m_mapSize += (m_blocksize+numberOfElements); 190 m_firstFree += numberOfElements;
|
SuballocatedIntVector.java | 190 private void addElements(int value, int numberOfElements) 192 if(m_firstFree+numberOfElements<m_blocksize) 193 for (int i = 0; i < numberOfElements; i++) 201 m_firstFree+=numberOfElements; 202 while( numberOfElements>0) 214 int copied=(m_blocksize-offset < numberOfElements) 215 ? m_blocksize-offset : numberOfElements; 216 numberOfElements-=copied; 229 * @param numberOfElements Int to add to the list 231 private void addElements(int numberOfElements) [all...] |
/external/chromium_org/mojo/public/js/bindings/ |
codec.js | 215 var numberOfElements = this.readUint32(); 217 this.next += numberOfElements; 219 new Uint8Array(this.buffer.arrayBuffer, base, numberOfElements)); 224 var numberOfElements = this.readUint32(); 225 var val = new Array(numberOfElements); 226 for (var i = 0; i < numberOfElements; ++i) { 359 var numberOfElements = unicode.encodeUtf8String( 361 var numberOfBytes = kArrayHeaderSize + numberOfElements; 363 this.writeUint32(numberOfElements); 364 this.next += numberOfElements; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ntddchgr.h | 196 ULONG NumberOfElements; 309 ULONG NumberOfElements;
|
tdh.h | 161 ULONG NumberOfElements;
|
winioctl.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/ |
string_s.h | 33 __CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES_0_2_(errno_t,strcat_s,char,,strDestination,size_t,,numberOfElements,const char *,,strSource)
|
/external/chromium_org/v8/src/ |
objects-debug.cc | 1049 info->number_of_slow_used_properties_ += dict->NumberOfElements(); 1051 dict->Capacity() - dict->NumberOfElements(); 1087 info->number_of_slow_used_elements_ += dict->NumberOfElements(); 1089 dict->Capacity() - dict->NumberOfElements(); [all...] |
objects.h | [all...] |
mark-compact.cc | [all...] |
objects.cc | [all...] |
runtime.cc | [all...] |
heap.cc | 625 string_table()->NumberOfElements()); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
storport.h | 48 ULONG NumberOfElements;
|
video.h | 247 ULONG NumberOfElements; [all...] |
scsi.h | [all...] |
wdm.h | [all...] |
/external/fio/os/windows/ |
posix.c | 45 size_t numberOfElements,
|