HomeSort by relevance Sort by last modified time
    Searched defs:tableSize (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMException.cpp 86 size_t tableSize = WTF_ARRAY_LENGTH(coreExceptions);
89 return tableIndex < tableSize ? &coreExceptions[tableIndex] : 0;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
FontPlatformDataSkia.cpp 80 const size_t tableSize = m_typeface->getTableSize(tag);
81 if (tableSize) {
82 Vector<char> tableBuffer(tableSize);
83 m_typeface->getTableData(tag, 0, tableSize, &tableBuffer[0]);
  /external/chromium_org/third_party/WebKit/Source/wtf/
BloomFilter.h 42 static const size_t tableSize = 1 << keyBits;
79 uint8_t m_table[tableSize];
110 memset(m_table, 0, tableSize);
117 for (size_t n = 0; n < tableSize; ++n) {
127 for (size_t n = 0; n < tableSize; ++n) {
  /bootable/recovery/minzip/
Hash.h 62 int tableSize; /* must be power of 2 */
108 return sizeof(HashTable) + pHashTable->tableSize * sizeof(HashEntry);
154 int lim = pIter->pHashTable->tableSize;
168 return (pIter->idx >= pIter->pHashTable->tableSize);
171 assert(pIter->idx >= 0 && pIter->idx < pIter->pHashTable->tableSize);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.h 76 GLuint tableSize;
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.h 76 GLuint tableSize;
  /frameworks/base/core/jni/android/graphics/
MinikinSkia.cpp 83 const size_t tableSize = mTypeface->getTableSize(tag);
84 *size = tableSize;
85 return tableSize != 0;
HarfBuzzNGFaceSkia.cpp 142 const size_t tableSize = typeface->getTableSize(tag);
143 if (!tableSize)
146 char* buffer = reinterpret_cast<char*>(malloc(tableSize));
149 size_t actualSize = typeface->getTableData(tag, 0, tableSize, buffer);
150 if (tableSize != actualSize) {
155 return hb_blob_create(const_cast<char*>(buffer), tableSize,
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzFaceSkia.cpp 199 const size_t tableSize = typeface->getTableSize(tag);
200 if (!tableSize)
203 char* buffer = reinterpret_cast<char*>(fastMalloc(tableSize));
206 size_t actualSize = typeface->getTableData(tag, 0, tableSize, buffer);
207 if (tableSize != actualSize) {
212 return hb_blob_create(const_cast<char*>(buffer), tableSize, HB_MEMORY_MODE_WRITABLE, buffer, fastFree);
  /external/chromium_org/third_party/WebKit/Tools/lldb/
lldb_webkit.py 69 return "{ tableSize = %d, keyCount = %d }" % (provider.tableSize(), provider.keyCount())
261 return self.tableSize() + 5
265 return self.tableSize()
267 return self.tableSize() + 1
269 return self.tableSize() + 2
271 return self.tableSize() + 3
273 return self.tableSize() + 4
278 if index == self.tableSize():
280 elif index == self.tableSize() + 1
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucol_data.h 77 uint32_t tableSize;
  /external/guava/guava/src/com/google/common/collect/
ImmutableSet.java 161 int tableSize = chooseTableSize(elements.length);
162 Object[] table = new Object[tableSize];
163 int mask = tableSize - 1;
201 } else if (tableSize > 2 * chooseTableSize(uniqueElements.length)) {
RegularImmutableMap.java 52 int tableSize = chooseTableSize(size);
53 table = createEntryArray(tableSize);
54 mask = tableSize - 1;
81 int tableSize = Integer.highestOneBit(size) << 1;
82 checkArgument(tableSize > 0, "table too large: %s", size);
83 return tableSize;
  /external/icu/icu4c/source/common/
ucol_data.h 77 uint32_t tableSize;
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 101 const int32_t tableSize = sizeof(kSampleRateTable) / sizeof(kSampleRateTable[0]);
102 for (int32_t i = 0; i < tableSize; ++i) {
SoftAACEncoder.cpp 342 const int32_t tableSize =
345 for (int32_t i = 0; i < tableSize; ++i) {
  /system/extras/verity/
VerityVerifier.java 132 int tableSize = fromle(img.readInt());
134 byte[] table = new byte[tableSize];
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CatchStructs.java 202 int tableSize = table.size();
203 for (int i = 0; i < tableSize; i++) {
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 199 int tableSize = table.size();
200 for (int i = 0; i < tableSize; i++) {
  /external/chromium_org/third_party/icu/source/common/unicode/
utext.h     [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
CatchStructs.java 200 int tableSize = table.size();
201 for (int i = 0; i < tableSize; i++) {
  /external/icu/icu4c/source/common/unicode/
utext.h     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macwm.c 91 short tableSize, dataWidth;
96 tableSize = sizeof (GammaTbl) + pTableGammaIn->gFormulaSize +
98 pTableGammaOut = (GammaTblPtr) NewPtr (tableSize); /* allocate new table */
100 BlockMove( (Ptr)pTableGammaIn, (Ptr)pTableGammaOut, tableSize); /* move everything */
288 short tableSize, dataWidth;
291 tableSize = sizeof (GammaTbl) + (channels * entries * dataWidth);
292 pTableGammaOut = (GammaTblPtr) NewPtrClear (tableSize); /* allocate new tabel */
  /frameworks/av/media/libstagefright/
AACWriter.cpp 218 const int tableSize =
222 for (int index = 0; index < tableSize; ++index) {
  /frameworks/minikin/libs/minikin/
CmapCoverage.cpp 162 const size_t tableSize = cmap_size - offset;
164 success = getCoverageFormat4(coverageVec, tableData, tableSize);
166 success = getCoverageFormat12(coverageVec, tableData, tableSize);

Completed in 1259 milliseconds

1 2 3 4