HomeSort by relevance Sort by last modified time
    Searched refs:MAX_INPUT (Results 1 - 23 of 23) sorted by null

  /bionic/libc/kernel/uapi/linux/
limits.h 26 #define MAX_INPUT 255
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
syslimits.h 52 #define MAX_INPUT 255 ///< Maximum bytes in terminal input.
  /external/iproute2/include/uapi/linux/
limits.h 11 #define MAX_INPUT 255 /* size of the type-ahead buffer */
  /external/kernel-headers/original/uapi/linux/
limits.h 11 #define MAX_INPUT 255 /* size of the type-ahead buffer */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
limits.h 10 #define MAX_INPUT 255 /* size of the type-ahead buffer */
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
NonCanonRead.c 54 if(tioMin >= MAX_INPUT) {
55 tioMin = MAX_INPUT;
CanonRead.c 55 NumRead = MAX_INPUT; // Workaround "potentially uninitialized" warning
163 } while((NumRead < MAX_INPUT) &&
IIO.c 384 IIO->InBuf = New_cFIFO(MAX_INPUT, sizeof(wchar_t));
  /bionic/libc/bionic/
pathconf.cpp 89 return MAX_INPUT;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
limits.h 107 #define MAX_INPUT _POSIX_MAX_INPUT
  /frameworks/base/rs/java/android/renderscript/
ProgramVertex.java 107 if(mInputCount >= MAX_INPUT) {
Program.java 36 static final int MAX_INPUT = 8;
218 mInputs = new Element[MAX_INPUT];
ProgramVertexFixedFunction.java 59 if(mInputCount >= MAX_INPUT) {
  /bionic/tests/headers/posix/
limits_h.c 96 MACRO(MAX_INPUT);
  /external/python/cpython2/Lib/plat-beos5/
IN.py 115 MAX_INPUT = (255)
  /external/python/cpython2/Lib/plat-linux2/
IN.py 288 MAX_INPUT = 255
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 288 MAX_INPUT = 255
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 288 MAX_INPUT = 255
  /external/python/cpython2/Lib/plat-atheos/
IN.py 140 MAX_INPUT = 126
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 365 MAX_INPUT = 512
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 77 MAX_INPUT = 512
STROPTS.py 74 MAX_INPUT = 512
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 676 milliseconds