/external/webkit/WebCore/manual-tests/wml/ |
input-format.wml | 11 Uppercase+non-numeric(AAA;size=8):<input name="upper" size="8" format="AAA"/><br/> 12 Lowercase+non-numeric(aaa;size=8;width=2):<input name="lower" size="8" width="2" format="aaa"/><br/>
|
/external/webkit/WebCore/platform/graphics/qt/ |
FontCustomPlatformDataQt.cpp | 37 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontRenderingMode) 41 font.setPixelSize(size); 53 int id = QFontDatabase::addApplicationFontFromData(QByteArray(buffer->data(), buffer->size())); 57 Q_ASSERT(QFontDatabase::applicationFontFamilies(id).size() > 0);
|
/external/webkit/WebCore/platform/gtk/ |
ScrollbarThemeGtk.cpp | 46 static int size; local 47 if (!size) { 50 size = metrics.slider_width; 52 return size;
|
/external/webkit/WebCore/platform/mac/ |
WebFontCache.h | 32 + (NSFont *)fontWithFamily:(NSString *)desiredFamily traits:(NSFontTraitMask)desiredTraits weight:(int)desiredWeight size:(float)size; 36 + (NSFont *)fontWithFamily:(NSString *)desiredFamily traits:(NSFontTraitMask)desiredTraits size:(float)size;
|
/external/webkit/WebCore/plugins/ |
PluginData.cpp | 34 for (unsigned i = 0; i < m_plugins.size(); ++i) { 36 for (unsigned j = 0; j < plugin->mimes.size(); ++j) 49 for (unsigned i = 0; i < m_mimes.size(); ++i) 57 for (unsigned i = 0; i < m_mimes.size(); ++i)
|
/external/webkit/WebKit/mac/History/ |
WebBackForwardList.h | 61 the size of the list within the maximum size. 108 @param limit A cap on the size of the array returned. 116 @param limit A cap on the size of the array returned. 123 @abstract Returns the list's maximum size. 124 @result The list's maximum size. 130 @abstract Sets the list's maximum size. 131 @param size The new maximum size for the list. 133 - (void)setCapacity:(int)size; [all...] |
/external/webkit/WebKit/mac/Misc/ |
WebNSControlExtras.m | 37 NSSize bestSize = [[self cell] cellSizeForBounds:NSMakeRect(0.0f, 0.0f, frame.size.width, 10000.0f)]; 39 float heightDelta = bestSize.height - frame.size.height; 41 frame.size.height += heightDelta; 47 windowFrame.size.height += heightDelta * [window userSpaceScaleFactor];
|
/frameworks/base/libs/ui/ |
GraphicBufferMapper.cpp | 137 size_t size = bpr * h; local 139 size = (size + (PAGE_SIZE-1)) & ~(PAGE_SIZE-1); 141 int fd = ashmem_create_region("sw-gralloc-buffer", size); 143 LOGE("ashmem_create_region(size=%d) failed (%s)", 144 size, strerror(-errno)); 159 void* base = mmap(0, size, prot, MAP_SHARED, fd, 0); 161 LOGE("alloc mmap(fd=%d, size=%d, prot=%x) failed (%s)", 162 fd, size, prot, strerror(-errno)); 169 hnd->size = size [all...] |
/frameworks/base/libs/utils/ |
BackupData.cpp | 146 BackupDataWriter::WriteEntityData(const void* data, size_t size) 155 ssize_t amt = write(m_fd, data, size); 156 if (amt != (ssize_t)size) { 260 size_t size = m_header.entity.keyLen; local 261 char* buf = m_key.lockBuffer(size); 266 int amt = read(m_fd, buf, size+1); 267 CHECK_SIZE(amt, (int)size+1); 268 m_key.unlockBuffer(size); 269 m_pos += size+1; 323 BackupDataReader::ReadEntityData(void* data, size_t size) [all...] |
/frameworks/base/media/libstagefright/include/ |
HTTPStream.h | 39 status_t send(const char *data, size_t size); 44 // Receive up to "size" bytes of data. 45 ssize_t receive(void *data, size_t size); 73 status_t receive_line(char *line, size_t size);
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
jbd.h | 27 #define jbd_kmalloc(size, flags) __jbd_kmalloc(__FUNCTION__, (size), (flags), journal_oom_retry) 28 #define jbd_rep_kmalloc(size, flags) __jbd_kmalloc(__FUNCTION__, (size), (flags), 1)
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
jbd.h | 27 #define jbd_kmalloc(size, flags) __jbd_kmalloc(__FUNCTION__, (size), (flags), journal_oom_retry) 28 #define jbd_rep_kmalloc(size, flags) __jbd_kmalloc(__FUNCTION__, (size), (flags), 1)
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
jbd.h | 27 #define jbd_kmalloc(size, flags) __jbd_kmalloc(__FUNCTION__, (size), (flags), journal_oom_retry) 28 #define jbd_rep_kmalloc(size, flags) __jbd_kmalloc(__FUNCTION__, (size), (flags), 1)
|
/ndk/build/platforms/android-5/arch-x86/usr/include/asm/ |
mmu.h | 20 int size; member in struct:__anon10211
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
jbd.h | 27 #define jbd_kmalloc(size, flags) __jbd_kmalloc(__FUNCTION__, (size), (flags), journal_oom_retry) 28 #define jbd_rep_kmalloc(size, flags) __jbd_kmalloc(__FUNCTION__, (size), (flags), 1)
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
jbd.h | 27 #define jbd_kmalloc(size, flags) __jbd_kmalloc(__FUNCTION__, (size), (flags), journal_oom_retry) 28 #define jbd_rep_kmalloc(size, flags) __jbd_kmalloc(__FUNCTION__, (size), (flags), 1)
|
/ndk/build/platforms/android-8/arch-x86/usr/include/asm/ |
mmu.h | 20 int size; member in struct:__anon10996
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
jbd.h | 27 #define jbd_kmalloc(size, flags) __jbd_kmalloc(__FUNCTION__, (size), (flags), journal_oom_retry) 28 #define jbd_rep_kmalloc(size, flags) __jbd_kmalloc(__FUNCTION__, (size), (flags), 1)
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/ |
MailboxList.java | 47 public int size() {
method in class:MailboxList 48 return mailboxes.size();
55 if (0 > index || size() <= index)
65 for (int i = 0; i < size(); i++) {
|
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
alldiffs_index_all.html | 47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;"> 53 <a href="#A"><font size="-2">A</font></a> 54 <a href="#B"><font size="-2">B</font></a> 55 <a href="#C"><font size="-2">C</font></a> 56 <a href="#D"><font size="-2">D</font></a> 57 <a href="#E"><font size="-2">E</font></a> 58 <a href="#F"><font size="-2">F</font></a> 59 <a href="#G"><font size="-2">G</font></a> 60 <a href="#H"><font size="-2">H</font></a> 61 <a href="#I"><font size="-2">I</font></a> [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
alldiffs_index_all.html | 47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;"> 52 <br><font size="+2">A</font> 53 <a href="#B"><font size="-2">B</font></a> 54 <a href="#C"><font size="-2">C</font></a> 55 <a href="#D"><font size="-2">D</font></a> 56 <a href="#E"><font size="-2">E</font></a> 57 <a href="#F"><font size="-2">F</font></a> 58 <a href="#G"><font size="-2">G</font></a> 59 <a href="#H"><font size="-2">H</font></a> 60 <a href="#I"><font size="-2">I</font></a> [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
ClassDataItem.java | 184 int sz = directMethods.size() + virtualMethods.size(); 204 int sz = staticFields.size(); 209 sz = instanceFields.size(); 214 sz = directMethods.size(); 220 sz = virtualMethods.size(); 267 if ((staticValuesConstant == null) && (staticFields.size() != 0)) { 286 * Get the size of staticValues minus any trailing zeros/nulls (both 290 int size = staticFields.size(); local 397 int size = list.size(); local [all...] |
/external/opencore/fileformats/mp4/composer/src/ |
assetinfoatoms.cpp | 132 for (uint32 idx = 0; idx < _pKeyWordVect->size(); idx++) 178 // Update the size of the parent atom since this child atom may have changed 190 // Render PVA_FF_Atom type and size 226 // Update the size of the parent atom since this child atom may have changed 238 // Render PVA_FF_Atom type and size 272 // Update the size of the parent atom since this child atom may have changed 284 // Render PVA_FF_Atom type and size 319 // Update the size of the parent atom since this child atom may have changed 330 // Render PVA_FF_Atom type and size 365 // Update the size of the parent atom since this child atom may have change 576 uint32 size = ((_keyWordInfo.get_size() + 1) * 2);\/\/ 1 for the NULL entry local [all...] |
/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
alldiffs_index_removals.html | 47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;"> 52 <br><font size="+2">A</font> 53 <a href="#F"><font size="-2">F</font></a> 54 <a href="#I"><font size="-2">I</font></a> 55 <a href="#R"><font size="-2">R</font></a> 56 <a href="#S"><font size="-2">S</font></a> 57 <a href="#topheader"><font size="-2">TOP</font></a> 63 <br><font size="+2">F</font> 64 <a href="#A"><font size="-2">A</font></a> 65 <a href="#I"><font size="-2">I</font></a> [all...] |
fields_index_removals.html | 47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;"> 51 <br><font size="+2">A</font> 52 <a href="#F"><font size="-2">F</font></a> 53 <a href="#I"><font size="-2">I</font></a> 54 <a href="#R"><font size="-2">R</font></a> 55 <a href="#S"><font size="-2">S</font></a> 56 <a href="#topheader"><font size="-2">TOP</font></a> 61 <br><font size="+2">F</font> 62 <a href="#A"><font size="-2">A</font></a> 63 <a href="#I"><font size="-2">I</font></a> [all...] |