HomeSort by relevance Sort by last modified time
    Searched full:maxsize (Results 51 - 75 of 214) sorted by null

1 23 4 5 6 7 8 9

  /packages/apps/Phone/src/com/android/phone/
BluetoothAtPhonebook.java 382 // maxSize = currSize + currSize / 2 rounded up to nearest power of 2
385 int maxSize = (currSize < 100) ? 100 : currSize;
386 maxSize += maxSize / 2;
387 return roundUpToPowerOfTwo(maxSize);
  /bionic/libc/tzcode/
strftime.c 134 strftime(s, maxsize, format, t)
136 const size_t maxsize;
140 return strftime_tz(s, maxsize, format, t, Locale);
144 strftime_tz(s, maxsize, format, t, locale)
146 const size_t maxsize;
156 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn, locale);
173 if (p == s + maxsize)
  /external/opencore/doc/oscl_html/
classCStackRep.html 23 <tr><td nowrap align=right valign=top>uint32&nbsp;</td><td valign=bottom><a class="el" href="classCStackRep.html#m0">maxsize</a></td></tr>
235 <a name="m0" doxytag="CStackRep::maxsize"></a><p>
241 <td class="md" nowrap valign="top"> uint32 CStackRep::maxsize
oscl__string__utils_8h-source.html 37 00039 OSCL_IMPORT_REF <span class="keywordtype">int</span> <a class="code" href="group__osclutil.html#a16">extract_string</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * in_ptr, <span class="keywordtype">char</span> *outstring, <span class="keywordtype">int</span> maxsize);
39 00041 OSCL_IMPORT_REF <span class="keywordtype">int</span> <a class="code" href="group__osclutil.html#a16">extract_string</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * start, <span class="keyword">const</span> <span class="keywordtype">char</span> *end, <span class="keywordtype">char</span> *outstring, <span class="keywordtype">int</span> maxsize);
classCFastRep.html 25 <tr><td nowrap align=right valign=top>uint32&nbsp;</td><td valign=bottom><a class="el" href="classCFastRep.html#m0">maxsize</a></td></tr>
326 <a name="m0" doxytag="CFastRep::maxsize"></a><p>
332 <td class="md" nowrap valign="top"> uint32 CFastRep::maxsize
  /external/quake/quake/src/QW/client/
common.h 42 int maxsize; member in struct:sizebuf_s
213 void Info_SetValueForKey (char *s, char *key, char *value, int maxsize);
214 void Info_SetValueForStarKey (char *s, char *key, char *value, int maxsize);
net_chan.c 120 send.maxsize = sizeof(send_buf);
171 chan->message.maxsize = sizeof(chan->message_buf);
259 send.maxsize = sizeof(send_buf);
283 if (send.maxsize - send.cursize >= length)
  /external/skia/src/gl/
SkTextureCache.h 11 SkTextureCache(size_t maxCount, size_t maxSize);
  /packages/apps/IM/libwbxml/include/
syncml_data.h 133 {0x1C, "MaxSize"},
  /dalvik/vm/alloc/
HeapBitmap.h 76 * enough to cover a heap at <base> of <maxSize> bytes, where
79 bool dvmHeapBitmapInit(HeapBitmap *hb, const void *base, size_t maxSize,
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 451 int maxSize = mSettings.getDefaultFontSize();
453 assertTrue(maxSize > defaultSize);
458 assertTrue(minSize < maxSize);
483 int maxSize = mSettings.getDefaultFixedFontSize();
485 assertTrue(maxSize > defaultSize);
490 assertTrue(minSize < maxSize);
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_sdmmc.c 480 uint maxsize; local
488 case 0: maxsize = 32; break;
489 case 1: maxsize = BLOCK_SIZE_4318; break;
490 case 2: maxsize = BLOCK_SIZE_4328; break;
491 default: maxsize = 0;
493 if (blksize > maxsize) {
498 blksize = maxsize;
    [all...]
  /external/svox/pico/lib/
picoos.c 844 void picoos_emGetExceptionMessage(picoos_ExceptionManager this, picoos_char * msg, picoos_uint16 maxsize)
846 picoos_strlcpy(msg,this->curExceptionMessage,maxsize);
886 void picoos_emGetWarningMessage(picoos_ExceptionManager this, picoos_uint8 index, picoos_char * msg, picoos_uint16 maxsize)
889 picoos_strlcpy(msg,this->curWarningMessage[index],maxsize);
    [all...]
  /external/quake/quake/src/WinQuake/
sv_main.cpp 273 client->message.maxsize = sizeof(client->msgbuf);
465 if (msg->maxsize - msg->cursize < 16)
726 msg.maxsize = sizeof(buf);
738 if (msg.cursize + sv.datagram.cursize < msg.maxsize)
804 msg.maxsize = sizeof(buf);
992 msg.maxsize = sizeof(data);
1103 sv.datagram.maxsize = sizeof(sv.datagram_buf);
1107 sv.reliable_datagram.maxsize = sizeof(sv.reliable_datagram_buf);
1111 sv.signon.maxsize = sizeof(sv.signon_buf);
  /dalvik/vm/native/
dalvik_system_SamplingProfiler.c 84 int maxSize;
102 set.maxSize = (capacity >> 2) * 3; // 3/4 capacity
170 if (set->size < set->maxSize) {
  /frameworks/base/awt/javax/imageio/
ImageWriteParam.java 607 Dimension maxSize = preferredTileSizes[i + 1];
608 if (tileWidth < minSize.width || tileWidth > maxSize.width
609 || tileHeight < minSize.height || tileHeight > maxSize.height) {
  /frameworks/base/tools/aapt/
StringPool.cpp 175 size_t maxSize = maxMask-1; \
176 if (strSize > maxSize) { \
177 *str++ = maxMask | ((strSize>>(chrsz*8))&maxSize); \
  /system/vold/
CommandListener.cpp 428 unsigned mirrorPos, maxSize;
430 if (Xwarp::status(&r, &mirrorPos, &maxSize)) {
434 snprintf(msg, sizeof(msg), "%s %u %u", (r ? "ready" : "not-ready"), mirrorPos, maxSize);
  /external/icu4c/test/cintltst/
callcoll.c 446 int32_t maxSize = 100;
450 OrderAndOffset *orders =(OrderAndOffset *)malloc(sizeof(OrderAndOffset) * maxSize);
456 if (size == maxSize)
458 maxSize *= 2;
459 temp = (OrderAndOffset *)malloc(sizeof(OrderAndOffset) * maxSize);
474 if (maxSize > size && size > 0)
    [all...]
  /external/opencore/oscl/oscl/osclutil/src/
oscl_string_containers.h 764 return iRep->maxsize;
772 return iRep->maxsize;
1081 return rep.maxsize;
1087 return rep.maxsize;
    [all...]
  /bionic/libc/stdlib/
wchar.c 302 size_t wcsftime(wchar_t *wcs, size_t maxsize, const wchar_t *format, const struct tm *timptr)
304 return strftime( (char*)wcs, maxsize, (const char*)format, timptr );
  /build/tools/releasetools/
sign_target_files_apks 135 maxsize = max([len(os.path.basename(i.filename))
146 print " signing: %-*s (%s)" % (maxsize, name, key)
  /external/kernel-headers/original/linux/nfsd/
nfsfh.h 231 fh_init(struct svc_fh *fhp, int maxsize)
234 fhp->fh_maxsize = maxsize;
  /external/opencore/codecs_v2/omx/omx_m4v/src/
mpeg4_dec.cpp 93 //OMX_S32 MaxSize = BIT_BUFF_SIZE;
138 //MaxSize = *aInBufSize;
  /external/quake/quake/src/QW/server/
server.h 443 void ClientReliableCheckBlock(client_t *cl, int maxsize);
445 void ClientReliableWrite_Begin(client_t *cl, int c, int maxsize);

Completed in 1625 milliseconds

1 23 4 5 6 7 8 9