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

<<31323334353637383940>>

  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.h 53 DFBRectangle c2ssize; /* Real screen size */
54 DFBRectangle c2dsize; /* Stretched screen size */
55 DFBRectangle c2framesize; /* CRTC2 screen size */
  /external/skia/src/animator/
SkScriptDecompile.cpp 174 int size;
176 memcpy(&size, opCode, sizeof(size));
177 opCode += sizeof(size);
178 strPtr->set((char*) opCode, size);
179 opCode += size;
205 int size; local
206 memcpy(&size, opCode, sizeof(size));
207 opCode += sizeof(size);
    [all...]
  /external/srec/shared/src/
CircularBuffer.c 58 if (buffer->size < bufSize)
59 bufSize = buffer->size;
72 buffer->size -= nbRead;
82 buffer->size -= toRead;
94 if (buffer->size < bufSize)
95 bufSize = buffer->size;
104 buffer->size -= bufSize;
113 size_t available = buffer->capacity - buffer->size;
132 buffer->size += nbWritten;
142 buffer->size += toWrite
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.cpp 51 if (col.size() == 0) // empty line
53 if (col.size() != 2) {
76 for (size_t i = 0; i < symbols_.size(); ++i) {
88 char *csymbol = new char[symbol.size() + 1];
114 int64 size; local
115 ReadType(strm, &size);
118 for (size_t i = 0; i < size; ++i) {
132 int64 size = symbols_.size(); local
133 WriteType(strm, size);
    [all...]
  /external/webkit/JavaScriptCore/runtime/
MarkStackSymbian.cpp 36 void* MarkStack::allocateStack(size_t size)
38 return fastMalloc(size);
41 void MarkStack::releaseStack(void* addr, size_t size)
  /external/webkit/JavaScriptCore/wtf/
ByteArray.cpp 31 PassRefPtr<ByteArray> ByteArray::create(size_t size)
33 unsigned char* buffer = new unsigned char[size + sizeof(ByteArray) - sizeof(size_t)];
35 return adoptRef(new (buffer) ByteArray(size));
  /external/webkit/WebCore/html/
HTMLAreaElement.cpp 72 bool HTMLAreaElement::mapMouseEvent(int x, int y, const IntSize& size, HitTestResult& result)
74 if (m_lastSize != size) {
75 m_region.set(new Path(getRegion(size)));
76 m_lastSize = size;
95 // Default should default to the size of the containing object.
96 IntSize size = m_lastSize; local
98 size = obj->absoluteOutlineBounds().size();
100 Path p = getRegion(size);
110 Path HTMLAreaElement::getRegion(const IntSize& size) cons
    [all...]
  /external/webkit/WebCore/manual-tests/
svg-animation-parseValues.svg 5 <text text-anchor="middle" x="240" y="15" font-size="16">Test for WebKit bug 12565</text>
6 <text text-anchor="middle" x="240" y="35" font-size="16">(parsing of animateTransform values).</text>
7 <text text-anchor="middle" x="240" y="55" font-size="16">You should see a green square and no red.</text>
  /external/webkit/WebCore/platform/graphics/transforms/
TransformOperations.cpp 37 if (m_operations.size() != o.m_operations.size())
40 unsigned s = m_operations.size();
  /external/webkit/WebCore/platform/graphics/win/
IntSizeWin.cpp 33 IntSize::IntSize(const SIZE& s)
39 IntSize::operator SIZE() const
41 SIZE s = {m_width, m_height};
  /external/webkit/WebCore/platform/gtk/
SharedBufferGtk.cpp 37 gsize size; local
39 if (!g_file_get_contents(filename, &contents, &size, &error)) {
46 RefPtr<SharedBuffer> result = SharedBuffer::create(contents, size);
  /external/webkit/WebKit/android/jni/
WebStorage.cpp 48 int size = manifestUrls.size(); local
49 for (int i = 0; i < size; ++i) {
62 for (unsigned i = 0; i < coreOrigins.size(); ++i) {
89 int size = manifestUrls.size(); local
90 for (int i = 0; i < size; ++i) {
119 int size = manifestUrls.size(); local
120 for (int i = 0; i < size; ++i)
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitapplicationcache.cpp 27 void webkit_application_cache_set_maximum_size(unsigned long long size)
32 WebCore::cacheStorage().setMaximumSize(size);
34 UNUSED_PARAM(size);
  /frameworks/base/awt/javax/imageio/
ImageReadParam.java 42 * rendering size.
67 * The source render size.
73 * at an arbitrary size.
76 * at an arbitrary size, false otherwise.
140 * @return the source render size.
187 * Sets the dimension size of source image if an image can be rendered at an
188 * arbitrary size.
190 * @param size
191 * the size of rendered image.
195 public void setSourceRenderSize(Dimension size) throws UnsupportedOperationException
    [all...]
  /frameworks/base/cmds/stagefright/
WaveWriter.h 49 void Append(const void *data, size_t size) {
50 fwrite(data, 1, size, mFile);
51 mTotalBytes += size;
  /frameworks/base/media/libdrm/mobile2/include/dcf/
DrmIStream.h 44 * get the size of DRM Instream
47 * the size of DRM Instream
49 uint64_t size() const;
  /frameworks/base/obex/javax/obex/
PrivateOutputStream.java 69 public int size() { method in class:PrivateOutputStream
70 return mArray.size();
86 if (mArray.size() == mMaxPacketSize) {
127 * @param size the size of the array to return
130 public synchronized byte[] readBytes(int size) {
131 if (mArray.size() > 0) {
134 byte[] result = new byte[size];
135 System.arraycopy(temp, 0, result, 0, size);
136 if (temp.length != size) {
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
proc_fs.h 42 loff_t size; member in struct:proc_dir_entry
59 size_t size; member in struct:kcore_list
65 unsigned long long size; member in struct:vmcore
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
proc_fs.h 42 loff_t size; member in struct:proc_dir_entry
59 size_t size; member in struct:kcore_list
65 unsigned long long size; member in struct:vmcore
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
proc_fs.h 42 loff_t size; member in struct:proc_dir_entry
59 size_t size; member in struct:kcore_list
65 unsigned long long size; member in struct:vmcore
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
proc_fs.h 42 loff_t size; member in struct:proc_dir_entry
59 size_t size; member in struct:kcore_list
65 unsigned long long size; member in struct:vmcore
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
proc_fs.h 42 loff_t size; member in struct:proc_dir_entry
59 size_t size; member in struct:kcore_list
65 unsigned long long size; member in struct:vmcore
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
proc_fs.h 42 loff_t size; member in struct:proc_dir_entry
59 size_t size; member in struct:kcore_list
65 unsigned long long size; member in struct:vmcore
  /packages/apps/Camera/src/com/android/camera/ui/
OtherSettingsIndicator.java 116 if (index < adapter.size()) {
119 index -= adapter.size();
126 if (index < adapter.size()) {
129 index -= adapter.size();
134 public int size() { method in class:OtherSettingsIndicator.UberAdapter
135 int size = 0; local
137 size += adapter.size();
139 return size;
144 if (position < adapter.size()) {
174 public int size() { method in class:OtherSettingsIndicator.RestoreSettingsModel
    [all...]
  /packages/apps/Settings/assets/html/cs/
tethering_usb_help.html 6 font-size: 14 px;
9 font-size: 16px;
15 font-size: 16px;

Completed in 286 milliseconds

<<31323334353637383940>>