/bionic/libc/tzcode/ |
strftime.c | 135 strftime(char * const s, const size_t maxsize, const char *const format, 146 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn); 163 if (p == s + maxsize)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/bootstrap/ |
scanner.c | 537 yylval.extop.maxsize = atoi((char *)s->tok+1); 548 yylval.extop.maxsize = -1; 564 yylval.extop.maxsize = MAX(yylval.extop.minsize,atoi(strchr((char *)s->tok, ',')+1));
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
scanner.c | 537 yylval.extop.maxsize = atoi((char *)s->tok+1); 548 yylval.extop.maxsize = -1; 564 yylval.extop.maxsize = MAX(yylval.extop.minsize,atoi(strchr((char *)s->tok, ',')+1));
|
/external/lzma/C/ |
XzDec.c | 30 unsigned Xz_ReadVarInt(const Byte *p, size_t maxSize, UInt64 *value)
34 limit = (maxSize > 9) ? 9 : (int)maxSize;
|
/frameworks/base/libs/hwui/ |
FontRenderer.cpp | 620 uint32_t maxSize = Caches::getInstance().maxTextureSize; 621 if (paddedWidth > maxSize || paddedHeight > maxSize) {
|
/frameworks/base/obex/javax/obex/ |
ClientOperation.java | 80 * @param maxSize the maximum packet size 87 public ClientOperation(int maxSize, ClientSession p, HeaderSet header, boolean type) 94 mMaxPacketSize = maxSize;
|
ServerOperation.java | 99 * @param maxSize the max packet size that the client will accept 103 public ServerOperation(ServerSession p, InputStream in, int request, int maxSize, 109 mMaxPacketLength = maxSize;
|
/frameworks/base/tools/aapt/ |
StringPool.cpp | 364 size_t maxSize = maxMask-1; \ 365 if (strSize > maxSize) { \ 366 *str++ = maxMask | ((strSize>>(chrsz*8))&maxSize); \
|
/hardware/libhardware/tests/camera2/ |
CameraMultiStreamTests.cpp | 145 int32_t maxSize = INT_MIN, tempSize; 148 if (maxSize < tempSize) { 149 maxSize = tempSize;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_bisect.py | 150 n = sys.maxsize 154 self.skipTest("can't create a xrange() object of size `sys.maxsize`") 163 n = sys.maxsize
|
test_array.py | 1077 from sys import maxsize namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_bisect.py | 150 n = sys.maxsize 154 self.skipTest("can't create a xrange() object of size `sys.maxsize`") 163 n = sys.maxsize
|
test_array.py | 1077 from sys import maxsize namespace [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopUnswitch.cpp | 95 unsigned MaxSize; 101 MaxSize(Threshold) 241 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); 242 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; 273 MaxSize += Props.CanBeUnswitchedCount * Props.SizeEstimation; [all...] |
/frameworks/base/core/java/android/widget/ |
FastScroller.java | [all...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
Parameters.cpp | [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
StateMachine.java | 591 * @param maxSize number of records to maintain at anyone time. 593 synchronized void setSize(int maxSize) { 594 mMaxSize = maxSize; [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
panel_window_controller_cocoa.mm | 111 NSSize maxSize = NSMakeSize(10000, 10000); 123 maxSize.height = panel->GetBounds().height() + 132 [self setMaxSize:maxSize]; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_statevars.c | 270 value[2] = ctx->Point.MaxSize; 495 value[2] = ctx->Point.MaxSize <= maxImplSize ? ctx->Point.MaxSize : maxImplSize; [all...] |
/external/llvm/lib/Analysis/ |
MemoryBuiltins.cpp | 489 APInt MaxSize = Arg->getValue().zextOrSelf(IntTyBits); 490 if (Size.ugt(MaxSize)) 491 Size = MaxSize + 1;
|
/external/mesa3d/src/mesa/program/ |
prog_statevars.c | 270 value[2] = ctx->Point.MaxSize; 495 value[2] = ctx->Point.MaxSize <= maxImplSize ? ctx->Point.MaxSize : maxImplSize; [all...] |
/hardware/libhardware/include/hardware/ |
camera2.h | 131 * HAL_PIXEL_FORMAT_BLOB, and the static metadata field android.jpeg.maxSize is 138 * means the jpeg_blob_id must start at byte[android.jpeg.maxSize - 140 * account for it in android.jpeg.maxSize. The JPEG data itself starts at [all...] |
/packages/apps/Nfc/nci/jni/ |
NativeNfcTag.cpp | 985 ** maxSize: Maximum size of NDEF message. 992 void nativeNfcTag_doCheckNdefResult (tNFA_STATUS status, uint32_t maxSize, uint32_t currentSize, uint8_t flags) [all...] |
/packages/apps/UnifiedEmail/res/values-am/ |
strings.xml | 42 <string name="too_large_to_attach_single" msgid="2669897137966512530">"?<xliff:g id="MAXSIZE">%1$s</xliff:g> ??? ??? ??? ???? ??????"</string> 43 <string name="too_large_to_attach_multiple" msgid="1620163295709036343">"??? ??? ??? ??? ???? ???????? ??? <xliff:g id="MAXSIZE">%1$s</xliff:g>?"</string> 44 <string name="too_large_to_attach_additional" msgid="4964155563465970480">"??? ???????? ?<xliff:g id="MAXSIZE">%1$s</xliff:g> ??? ??????"</string> [all...] |
/packages/apps/UnifiedEmail/res/values-ar/ |
strings.xml | 42 <string name="too_large_to_attach_single" msgid="2669897137966512530">"?? ???? ????? ??? ???? ???? ?? <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string> 43 <string name="too_large_to_attach_multiple" msgid="1620163295709036343">"?? ??? ????? ??? ?? ????. ???? ?????? ?? <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string> 44 <string name="too_large_to_attach_additional" msgid="4964155563465970480">"?? ??? ????? ?????. ?? ???? ?? ????? ?????? <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string> [all...] |