HomeSort by relevance Sort by last modified time
    Searched full:size (Results 901 - 925 of 15447) sorted by null

<<31323334353637383940>>

  /external/webkit/WebCore/platform/graphics/win/
FontPlatformDataWin.cpp 38 FontPlatformData::FontPlatformData(HFONT font, float size, bool bold, bool oblique, bool useGDI)
40 , m_size(size)
65 platformDataInit(font, size, hdc, faceName);
74 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique)
75 : m_size(size)
  /external/webkit/WebCore/plugins/
Plugin.cpp 55 return m_pluginData->plugins()[m_index]->mimes.size();
61 if (index >= plugins[m_index]->mimes.size())
67 for (unsigned i = 0; i < mimes.size(); ++i)
76 for (unsigned i = 0; i < mimes.size(); ++i)
85 for (unsigned i = 0; i < mimes.size(); ++i)
  /external/webkit/WebCore/storage/
OriginUsageRecord.h 49 void markDatabase(const String& identifier); // Size may have changed, and will need to be recalculated.
56 DatabaseEntry(const String& filename, unsigned long long size) : filename(filename), size(size) { }
58 unsigned long long size; // This member remains uninitialized until disk usage is calculated. member in struct:WebCore::OriginUsageRecord::DatabaseEntry
  /external/webkit/WebKit/win/
WebIconDatabase.cpp 167 /* [optional][in] */ LPSIZE size,
171 IntSize intSize(*size);
179 *bitmap = (OLE_HANDLE)(ULONG64)getOrCreateSharedBitmap(size);
180 if (!icon->getHBITMAPOfSize((HBITMAP)(ULONG64)*bitmap, size)) {
188 return defaultIconWithSize(size, bitmap);
192 /* [in] */ LPSIZE size,
195 *result = (OLE_HANDLE)(ULONG64)getOrCreateDefaultIconBitmap(size);
264 HBITMAP createDIB(LPSIZE size)
266 BitmapInfo bmInfo = BitmapInfo::create(IntSize(*size));
275 HBITMAP WebIconDatabase::getOrCreateSharedBitmap(LPSIZE size)
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland.old/
Borland-2.4 20 The changes in the enclosed are 1) make the size parameters for memory
25 The latter is done because of the limit on command line size. A tradeoff
43 /* allocate_array - allocate memory for an integer array of the given size */
45 void *allocate_array( size, element_size )
47 int size, element_size;
49 +size_t size, element_size;
62 /* reallocate_array - increase the size of a dynamic array */
64 void *reallocate_array( array, size, element_size )
67 int size, element_size;
69 +size_t size, element_size
    [all...]
  /frameworks/base/core/java/android/os/
RegistrantList.java 54 for (int i = registrants.size() - 1; i >= 0 ; i--) {
64 size() method in class:RegistrantList
66 return registrants.size();
78 for (int i = 0, s = registrants.size(); i < s ; i++) {
112 for (int i = 0, s = registrants.size() ; i < s ; i++) {
  /frameworks/base/media/libdrm/mobile2/src/dcf/
DrmRawContent.cpp 63 uint64_t size = conFullBox.getSize(); local
67 dcf += size;
90 uint32_t size = mContainer.size(); local
92 for(uint32_t i = 0; i < size; i++)
  /frameworks/base/media/libstagefright/include/
OMX.h 48 void *params, size_t size);
52 const void *params, size_t size);
56 void *params, size_t size);
60 const void *params, size_t size);
67 node_id node, OMX_U32 port_index, size_t size,
OMXNodeInstance.h 44 status_t getParameter(OMX_INDEXTYPE index, void *params, size_t size);
47 OMX_INDEXTYPE index, const void *params, size_t size);
49 status_t getConfig(OMX_INDEXTYPE index, void *params, size_t size);
50 status_t setConfig(OMX_INDEXTYPE index, const void *params, size_t size);
57 OMX_U32 portIndex, size_t size, OMX::buffer_id *buffer,
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES11.spec 2 void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage )
3 void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data )
7 void glColorPointer ( GLint size, GLenum type, GLsizei stride, GLint offset )
37 void glTexCoordPointer ( GLint size, GLenum type, GLsizei stride, GLint offset )
44 void glVertexPointer ( GLint size, GLenum type, GLsizei stride, GLint offset )
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 117 unsigned int size; member in struct:arpt_getinfo
129 unsigned int size; member in struct:arpt_replace
149 unsigned int size; member in struct:arpt_get_entries
158 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct arpt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 117 unsigned int size; member in struct:arpt_getinfo
129 unsigned int size; member in struct:arpt_replace
149 unsigned int size; member in struct:arpt_get_entries
158 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct arpt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 117 unsigned int size; member in struct:arpt_getinfo
129 unsigned int size; member in struct:arpt_replace
149 unsigned int size; member in struct:arpt_get_entries
158 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct arpt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter_arp/
arp_tables.h 117 unsigned int size; member in struct:arpt_getinfo
129 unsigned int size; member in struct:arpt_replace
149 unsigned int size; member in struct:arpt_get_entries
158 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct arpt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 117 unsigned int size; member in struct:arpt_getinfo
129 unsigned int size; member in struct:arpt_replace
149 unsigned int size; member in struct:arpt_get_entries
158 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct arpt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_arp/
arp_tables.h 117 unsigned int size; member in struct:arpt_getinfo
129 unsigned int size; member in struct:arpt_replace
149 unsigned int size; member in struct:arpt_get_entries
158 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct arpt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ListSuggestionCursor.java 68 int size = mSuggestions.size(); local
69 if (mPos >= size) {
74 return mPos < size;
86 return mSuggestions.size();
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndfdic.c 74 static NJ_UINT16 convert_to_yomi(NJ_DIC_HANDLE hdl, NJ_UINT8 *index, NJ_UINT16 len, NJ_CHAR *yomi, NJ_UINT16 size);
151 static NJ_UINT16 convert_to_yomi(NJ_DIC_HANDLE hdl, NJ_UINT8 *index, NJ_UINT16 len, NJ_CHAR *yomi, NJ_UINT16 size)
179 if (((ret + char_len + NJ_TERM_LEN) * sizeof(NJ_CHAR)) > size) {
180 return (size / sizeof(NJ_CHAR));
189 if (((ret + 1 + NJ_TERM_LEN) * sizeof(NJ_CHAR)) > size) {
190 return (size / sizeof(NJ_CHAR));
206 NJ_UINT16 ylen, dic_ylen, j, size; local
210 size = sizeof(buf);
221 if (size < ((dic_ylen + NJ_TERM_LEN) * sizeof(NJ_CHAR))) {
232 dic_ylen = convert_to_yomi(hdl, area, DATA_YOMI_SIZE(data), stroke, size);
    [all...]
  /sdk/eclipse/scripts/
gen_icon.py 15 def __init__(self, dest_name, size, circle_color, border_color,
18 self.size = size
35 print """Usage: %s <file_name> <size> <circle-color> <border-color> <letter-color> <letter>""" % sys.argv[0]
46 sz = int(data.size)
  /system/core/debuggerd/
utility.c 36 void get_remote_struct(int pid, void *src, void *dst, size_t size)
40 for (i = 0; i+4 <= size; i+=4) {
44 if (i < size) {
47 assert((size - i) < 4);
49 while (i < size) {
  /dalvik/libcore/luni/src/main/java/java/util/
Vector.java 45 * The number of elements or the size of the vector.
57 * negative the size will be doubled if an increase is needed.
111 this(collection.size(), 0);
119 private E[] newElementArray(int size) {
120 return (E[]) new Object[size];
126 * increasing their index by 1. If the location is equal to the size of this
134 * if {@code location < 0 || location > size()}.
136 * @see #size
164 * or higher than {@code location} have their index increased by the size of
173 * if {@code location < 0} or {@code location > size()}
179 int size = collection.size(); local
698 int size = elementCount - location; local
798 int size = elementCount - location; local
933 public synchronized int size() { method
    [all...]
AbstractList.java 24 * methods {@code get()} and {@code size()}, and to create a
51 return pos + 1 < size();
94 if (0 <= start && start <= size()) {
169 private int size; field in class:AbstractList.SubAbstractList
246 size = end - start;
252 if (0 <= location && location <= size) {
254 size++;
267 if (0 <= location && location <= size) {
271 size += collection.size();
362 public int size() { method in class:AbstractList.SubAbstractList
432 add(size(), object); method
    [all...]
  /frameworks/base/awt/java/awt/image/
IndexColorModel.java 44 * The map size.
46 private int mapSize; // Color Map size
66 private static final int CACHESIZE = 20; // Cache size. Cache used for
96 * @param size
97 * the size of the color map.
110 * if the size of the color map is less than one.
112 public IndexColorModel(int bits, int size, int cmap[], int start, int transferType,
118 if (size < 1) {
119 // awt.264=Size of the color map is less than 1
123 mapSize = size;
    [all...]
  /cts/tools/signature-tools/test/signature/converter/
ConvertClassTest.java 63 assertEquals(1, sigPackage.getClasses().size());
119 assertEquals(1, sigClass.getAnnotations().size());
138 assertEquals(1, sigClass.getFields().size());
141 assertEquals(1, field.getAnnotations().size());
156 assertEquals(1, sigClass.getTypeParameters().size());
160 assertEquals(1, variable.getUpperBounds().size());
175 assertEquals(1, sigClass.getTypeParameters().size());
179 assertEquals(1, variable.getUpperBounds().size());
194 assertEquals(2, sigClass.getTypeParameters().size());
198 assertEquals(1, variableS.getUpperBounds().size());
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/macs/
CBCBlockCipherMac.java 27 * authentication code half the length of the block size of the cipher.
39 * authentication code half the length of the block size of the cipher.
52 * create a standard MAC based on a block cipher with the size of the
56 * Note: the size of the MAC must be at least 24 bits (FIPS Publication 81),
58 * and in general should be less than the size of the block cipher as it reduces
62 * @param macSizeInBits the size of the MAC in bits, must be a multiple of 8.
72 * create a standard MAC based on a block cipher with the size of the
76 * Note: the size of the MAC must be at least 24 bits (FIPS Publication 81),
78 * and in general should be less than the size of the block cipher as it reduces
82 * @param macSizeInBits the size of the MAC in bits, must be a multiple of 8
    [all...]

Completed in 250 milliseconds

<<31323334353637383940>>