/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/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/QW/client/ |
cl_input.c | 425 buf.maxsize = 128;
|
/external/quake/quake/src/WinQuake/ |
cl_input.cpp | 350 buf.maxsize = 128;
|
/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...] |
/gdk/samples/quake/jni/ |
cl_input.cpp | 350 buf.maxsize = 128;
|
/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 | |
libGL.so.1 | |
libGL.so.1.2 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libGL.so | |
libGL.so.1 | |
libGL.so.1.2 | |
/build/core/ |
definitions.mk | [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
AppsCustomizePagedView.java | [all...] |