/external/chromium/base/ |
mach_ipc_mac.mm | 271 out_message->MaxSize(),
|
mime_util_xdg.cc | 305 } else if (key == "MaxSize") {
|
/external/elfutils/libelf/ |
libelfP.h | 406 off_t offset, size_t 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;
|
cl_demo.c | 428 buf.maxsize = sizeof(buf_data);
|
/external/quake/quake/src/WinQuake/ |
cl_input.cpp | 350 buf.maxsize = 128;
|
cmd.cpp | 92 if (cmd_text.cursize + l >= cmd_text.maxsize)
|
host.cpp | 451 buf.maxsize = 4;
|
net_ser.cpp | 490 temp.maxsize = sock->sendMessageLength;
|
/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...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libGL.so | |
libGL.so.1 | |
libGL.so.1.2 | |
/external/openssl/crypto/asn1/ |
asn1.h | 274 long maxsize; member in struct:asn1_string_table_st [all...] |
/external/openssl/include/openssl/ |
asn1.h | 274 long maxsize; member in struct:asn1_string_table_st [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderTableSection.cpp | 165 size_t maxSize = numeric_limits<size_t>::max() / sizeof(RowStruct); 166 if (static_cast<size_t>(numRows) > maxSize) [all...] |
/build/core/ |
definitions.mk | [all...] |
/packages/apps/Mms/src/com/android/mms/model/ |
SlideshowModel.java | 365 // The difference between mCurrentMessageSize and the maxSize allowed for a message is then
|
/external/valgrind/main/coregrind/m_initimg/ |
initimg-darwin.c | 419 VG_(printf)("stringsize=%d auxsize=%d stacksize=%d maxsize=0x%x\n"
|
/external/webkit/Source/JavaScriptCore/runtime/ |
DatePrototype.cpp | 67 extern "C" size_t strftime(char * const s, const size_t maxsize, const char * const format, const struct tm * const t); //provided by libce [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
DateMath.cpp | 100 extern "C" size_t strftime(char * const s, const size_t maxsize, const char * const format, const struct tm * const t); [all...] |
/frameworks/base/core/java/android/widget/ |
RemoteViewsAdapter.java | 510 // the maxCount number of items, or the maxSize memory usage. [all...] |