HomeSort by relevance Sort by last modified time
    Searched refs:TMP_MAX (Results 1 - 25 of 31) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio_lim.h 25 # define TMP_MAX 238328
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio_lim.h 25 # define TMP_MAX 238328
  /toolchain/binutils/binutils-2.27/libiberty/
mkstemps.c 50 #ifndef TMP_MAX
51 #define TMP_MAX 16384
110 for (count = 0; count < TMP_MAX; ++count)
141 TMP_MAX values generated by adding 7777 to VALUE are different
  /bionic/libc/include/
limits.h 54 #define TMP_MAX 308915776
stdio.h 104 #define TMP_MAX 308915776
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tempfile.py 11 TMP_MAX - maximum number of names that will be tried before
25 "TMP_MAX", "gettempprefix", # constants
74 if hasattr(_os, 'TMP_MAX'):
75 TMP_MAX = _os.TMP_MAX
77 TMP_MAX = 10000
224 for seq in xrange(TMP_MAX):
314 for seq in xrange(TMP_MAX):
348 for seq in xrange(TMP_MAX):
  /external/python/cpython2/Lib/
tempfile.py 11 TMP_MAX - maximum number of names that will be tried before
25 "TMP_MAX", "gettempprefix", # constants
75 if hasattr(_os, 'TMP_MAX'):
76 TMP_MAX = _os.TMP_MAX
78 TMP_MAX = 10000
240 for seq in xrange(TMP_MAX):
335 for seq in xrange(TMP_MAX):
374 for seq in xrange(TMP_MAX):
  /external/python/cpython3/Lib/
tempfile.py 19 TMP_MAX - maximum number of names that will be tried before
31 "TMP_MAX", "gettempprefix", # constants
62 if hasattr(_os, 'TMP_MAX'):
63 TMP_MAX = _os.TMP_MAX
65 TMP_MAX = 10000
256 for seq in range(TMP_MAX):
364 for seq in range(TMP_MAX):
406 for seq in range(TMP_MAX):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tempfile.py 11 TMP_MAX - maximum number of names that will be tried before
25 "TMP_MAX", "gettempprefix", # constants
75 if hasattr(_os, 'TMP_MAX'):
76 TMP_MAX = _os.TMP_MAX
78 TMP_MAX = 10000
235 for seq in xrange(TMP_MAX):
325 for seq in xrange(TMP_MAX):
359 for seq in xrange(TMP_MAX):
  /prebuilts/gdb/linux-x86/lib/python2.7/
tempfile.py 11 TMP_MAX - maximum number of names that will be tried before
25 "TMP_MAX", "gettempprefix", # constants
75 if hasattr(_os, 'TMP_MAX'):
76 TMP_MAX = _os.TMP_MAX
78 TMP_MAX = 10000
235 for seq in xrange(TMP_MAX):
325 for seq in xrange(TMP_MAX):
359 for seq in xrange(TMP_MAX):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 11 TMP_MAX - maximum number of names that will be tried before
25 "TMP_MAX", "gettempprefix", # constants
75 if hasattr(_os, 'TMP_MAX'):
76 TMP_MAX = _os.TMP_MAX
78 TMP_MAX = 10000
235 for seq in xrange(TMP_MAX):
325 for seq in xrange(TMP_MAX):
359 for seq in xrange(TMP_MAX):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 11 TMP_MAX - maximum number of names that will be tried before
25 "TMP_MAX", "gettempprefix", # constants
75 if hasattr(_os, 'TMP_MAX'):
76 TMP_MAX = _os.TMP_MAX
78 TMP_MAX = 10000
235 for seq in xrange(TMP_MAX):
325 for seq in xrange(TMP_MAX):
359 for seq in xrange(TMP_MAX):
  /external/libcxx/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 72 #ifndef TMP_MAX
73 #error TMP_MAX not defined
  /external/libcxx/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 53 #ifndef TMP_MAX
54 #error TMP_MAX not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 72 #ifndef TMP_MAX
73 #error TMP_MAX not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 53 #ifndef TMP_MAX
54 #error TMP_MAX not defined
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 307 #ifndef TMP_MAX
308 #define TMP_MAX 308915776 /**< The maximum number of unique file names
367 generate up to TMP_MAX different strings.
    [all...]
  /external/python/cpython2/RISCOS/Modules/
riscosmodule.c 431 #ifdef TMP_MAX
432 if (ins(d, "TMP_MAX", (long)TMP_MAX)) return -1;
  /bionic/tests/headers/posix/
stdio_h.c 55 MACRO(TMP_MAX);
  /external/ImageMagick/MagickCore/
resource.c 484 #if !defined(TMP_MAX)
485 # define TMP_MAX 238328
518 for (i=0; i < (ssize_t) TMP_MAX; i++)
    [all...]
  /external/python/cpython2/Lib/plat-linux2/
IN.py 331 TMP_MAX = 238328
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 331 TMP_MAX = 238328
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 331 TMP_MAX = 238328
  /external/python/cpython2/Lib/plat-atheos/
IN.py 178 TMP_MAX = 238328
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 66 #define TMP_MAX 32767
    [all...]

Completed in 703 milliseconds

1 2