HomeSort by relevance Sort by last modified time
    Searched full:maxsize (Results 201 - 225 of 303) sorted by null

1 2 3 4 5 6 7 891011>>

  /system/media/camera/src/
camera_metadata_tag_info.c 410 { "maxSize", TYPE_INT32 }
  /dalvik/tools/hprof-conv/
HprofConv.c 311 static const size_t maxSize = sizeof(sizes) / sizeof(sizes[0]);
314 if (basicType >= maxSize)
  /external/quake/quake/src/QW/client/
cmd.c 76 cmd_text.maxsize = sizeof(cmd_text_buf);
92 if (cmd_text.cursize + l >= cmd_text.maxsize)
cl_input.c 425 buf.maxsize = 128;
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 478 jlong maxsize = env->GetLongField(obj, gFieldIds->mAppCacheMaxSize); local
479 cacheStorage().setMaximumSize(maxsize);
  /frameworks/native/services/sensorservice/
vec.h 52 const size_t maxSize = max(SIZE, S);
55 for (size_t i=minSize ; i<maxSize ; i++)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h 800 Write no more than MAXSIZE wide characters and return the number
801 of wide characters written, or 0 if it would exceed MAXSIZE. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 800 Write no more than MAXSIZE wide characters and return the number
801 of wide characters written, or 0 if it would exceed MAXSIZE. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 800 Write no more than MAXSIZE wide characters and return the number
801 of wide characters written, or 0 if it would exceed MAXSIZE. */
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 93 unsigned MaxSize;
99 MaxSize(Threshold)
249 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
250 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
275 MaxSize += Props.CanBeUnswitchedCount * Props.SizeEstimation;
    [all...]
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 205 size_t MaxSize = FirstInst->Operands.size();
217 MaxSize = std::max(MaxSize, OtherInst->Operands.size());
    [all...]
  /external/quake/quake/src/QW/server/
sv_main.c 683 newcl->datagram.maxsize = sizeof(newcl->datagram_buf);
1374 svs.log[0].maxsize = sizeof(svs.log_buf[0]);
1378 svs.log[1].maxsize = sizeof(svs.log_buf[1]);
    [all...]
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 717 float maxSize = 0.0;
722 if (size > maxSize) {
723 maxSize = size;
    [all...]
  /external/chromium/base/
mach_ipc_mac.mm 271 out_message->MaxSize(),
  /external/icu4c/i18n/
ucol_elm.cpp 425 * collation element. The size required for maxexpansion and maxsize is
431 * @returns size of the maxexpansion and maxsize used.
567 * collation element. The size required for maxexpansion and maxsize is
574 * @returns size of the maxexpansion and maxsize used.
    [all...]
  /external/kernel-headers/original/linux/
nfs_xdr.h 147 __u64 maxsize; member in struct:nfs_openres
  /external/quake/quake/src/WinQuake/
cl_input.cpp 350 buf.maxsize = 128;
  /external/stressapptest/src/
sat.cc 311 uint64 maxsize = os_->FindFreeMemSize() * 4;
312 sat_assert(maxsize != 0);
317 uint64 arraysize = maxsize / 4096 / 8;
324 page_bitmap_size_ = maxsize;
    [all...]
  /external/tcpdump/
README 212 two files of summary data (maxsize is the maximum packet size,
print-rx.c 1011 acl_print(u_char *s, int maxsize, u_char *end)
1018 if ((user = (char *)malloc(maxsize)) == NULL)
1050 snprintf(fmt, sizeof(fmt), "%%%ds %%d\n%%n", maxsize - 1);
1064 snprintf(fmt, sizeof(fmt), "%%%ds %%d\n%%n", maxsize - 1);
    [all...]
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimc-is-metadata.h 424 uint32_t maxSize;
  /system/security/softkeymaster/
keymaster_openssl.cpp 349 size_t maxSize;
  /external/guava/guava/src/com/google/common/collect/
MinMaxPriorityQueue.java 914 // Now cap it at maxSize + 1
936 /** There's no reason for the queueSize to ever be more than maxSize + 1 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libGL.so 

Completed in 944 milliseconds

1 2 3 4 5 6 7 891011>>