Searched defs:tableSize (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DFontPlatformDataSkia.cpp80 const size_t tableSize = m_typeface->getTableSize(tag); local
81 if (tableSize) {
82 Vector<char> tableBuffer(tableSize);
83 m_typeface->getTableData(tag, 0, tableSize, &tableBuffer[0]);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMException.cpp86 size_t tableSize = WTF_ARRAY_LENGTH(coreExceptions); local
89 return tableIndex < tableSize ? &coreExceptions[tableIndex] : 0;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DBloomFilter.h42 static const size_t tableSize = 1 << keyBits; member in class:WTF::BloomFilter
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) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dxmlconfig.h76 GLuint tableSize; member in struct:driOptionCache
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.h76 GLuint tableSize; member in struct:driOptionCache
/external/chromium_org/third_party/WebKit/Tools/lldb/
H A Dlldb_webkit.py69 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()
294 def tableSize(self): member in class:WTFHashTableProvider
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducol_data.h77 uint32_t tableSize; member in struct:__anon12005
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSetTest.java154 private void verifyTableSize(int inputSize, int setSize, int tableSize) { argument
162 tableSize, ((RegularImmutableSet<Integer>) set).table.length);
/external/icu/icu4c/source/common/
H A Ducol_data.h77 uint32_t tableSize; member in struct:__anon21793
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzFaceSkia.cpp199 const size_t tableSize = typeface->getTableSize(tag); local
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/icu/source/common/unicode/
H A Dutext.h1224 int32_t tableSize; member in struct:UTextFuncs
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DConfigTab.java83 Point tableOrigin, tableSize; field in class:ConfigTab
/external/icu/icu4c/source/common/unicode/
H A Dutext.h1224 int32_t tableSize; member in struct:UTextFuncs
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macwm.c91 short tableSize, dataWidth; local
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; local
291 tableSize = sizeof (GammaTbl) + (channels * entries * dataWidth);
292 pTableGammaOut = (GammaTblPtr) NewPtrClear (tableSize); /* allocate new tabel */
/external/aac/libMpegTPDec/include/
H A Dtp_data.h312 UINT sf_index, tableSize=sizeof(SamplingRateTable)/sizeof(UINT); local
314 for (sf_index=0; sf_index<tableSize; sf_index++) {
318 if (sf_index>tableSize-1) {
319 return tableSize-1;
/external/aac/libMpegTPEnc/include/
H A Dtp_data.h312 UINT sf_index, tableSize=sizeof(SamplingRateTable)/sizeof(UINT); local
314 for (sf_index=0; sf_index<tableSize; sf_index++) {
318 if (sf_index>tableSize-1) {
319 return tableSize-1;
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java1486 int bytecodeSize = 5 + (3 - (orgPos & 3)) + tableSize();
1502 abstract int tableSize(); method in class:CodeIterator.Switcher
1545 int tableSize() { return 8 + 4 * offsets.length; } method in class:CodeIterator.Table
1569 int tableSize() { return 4 + 8 * matches.length; } method in class:CodeIterator.Lookup
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs252 public void SetTableSize(UInt32 tableSize) { _tableSize = tableSize; } argument
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java252 public void SetTableSize(int tableSize) { _tableSize = tableSize; } argument
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp1693 int tableSize = 16 + (is_ac_tab ? 162 : 12); local
1696 lowstrm.PutWord( 3 + tableSize ); // define one huffman table
1698 lowstrm.PutBytes( htable, tableSize ); // put table
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c296 ASN1_INTEGER *tableSize; member in union:__anon33759::__anon33760
370 ASN1_IMP(LogotypeImageResolution, d.tableSize, ASN1_INTEGER, 2)
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c296 ASN1_INTEGER *tableSize; member in union:__anon34012::__anon34013
370 ASN1_IMP(LogotypeImageResolution, d.tableSize, ASN1_INTEGER, 2)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c296 ASN1_INTEGER *tableSize; member in union:__anon34263::__anon34264
370 ASN1_IMP(LogotypeImageResolution, d.tableSize, ASN1_INTEGER, 2)
/external/libpcap/msdos/
H A Dndis2.h238 WORD tableSize; member in struct:_CommonChars
290 WORD tableSize; member in struct:_MacChars
332 WORD tableSize; member in struct:_MacStatusTable
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c217 UInt32 tableSize; member in struct:__anon13438
781 LenEnc_SetPrices(&p->p, posState, p->tableSize, p->prices[posState], ProbPrices);
782 p->counters[posState] = p->tableSize;
2013 p->lenEnc.tableSize =
2014 p->repLenEnc.tableSize =

Completed in 599 milliseconds

12