/external/srec/portable/include/ |
PANSIFileSystem.h | 37 * NOTE: It is technically impossible to provide a cross-platform version of scanf() and its
|
/frameworks/compile/linkloader/ |
main.cpp | 119 DEF("scanf", stub_scanf)
|
/hardware/qcom/media/mm-video/vidc/vdec/test/ |
omx_vdec_test.cpp | 720 scanf("%d", (int *)&codec_format_option); 748 scanf("%d", (int *)&file_type_option); 851 scanf("%d", &nalSize); 880 scanf("%d", &outputOption); 890 scanf("%d", &test_option); 903 scanf("%d", &displayWindow); 923 scanf("%d", &realtime_display); 935 scanf("%d", &fps); 943 scanf("%[^\n]", (char *)&seq_file_name); 984 scanf("%d", (int *)&freeHandle_option) [all...] |
/external/clang/lib/Analysis/ |
ScanfFormatString.cpp | 10 // Handling of format string in scanf and friends. The structure of format 136 if (ParseLengthModifier(FS, I, E, LO, /*scanf=*/true) && I == E) {
|
/development/ndk/platforms/android-8/arch-arm/symbols/ |
libc.so.functions.txt | 822 scanf
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
libc.so.functions.txt | 846 scanf
|
/external/icu4c/test/testdata/ |
icuio.txt | 119 scanf {
|
/external/libvpx/examples/includes/geshi/geshi/ |
cpp.php | 112 'setbuf', 'vfprintf', 'vprintf', 'vsprintf', 'fscanf', 'scanf', 'sscanf',
|
klonec.php | 58 'perror', 'ferror', 'qsort', 'stats', 'sscanf', 'scanf',
|
cpp-qt.php | 102 'setbuf', 'vfprintf', 'vprintf', 'vsprintf', 'fscanf', 'scanf', 'sscanf',
|
klonecpp.php | 81 'setbuf', 'vfprintf', 'vprintf', 'vsprintf', 'fscanf', 'scanf', 'sscanf',
|
objc.php | 106 'setvbuf', 'setjmp', 'setbuf', 'scanf', 'rewind', 'rename',
|
scilab.php | 183 'savematfile', 'savewave', 'sca', 'scaling', 'scanf', 'scanf_conversion', 'scf', 'schur', 'sci_files',
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
types.h | 87 This matters for (somewhat) portably writing printf/scanf formats for
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
types.h | 87 This matters for (somewhat) portably writing printf/scanf formats for
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
types.h | 87 This matters for (somewhat) portably writing printf/scanf formats for
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
ExternalFunctions.cpp | 441 // int scanf(const char *format, ...); 445 assert(args.size() < 10 && "Only handle up to 10 args to scanf right now!"); 452 GV.IntVal = APInt(32, scanf( Args[0], Args[1], Args[2], Args[3], Args[4],
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
stdio.h | 409 extern int scanf (__const char *__restrict __format, ...) __wur; 424 extern int __REDIRECT (scanf, (__const char *__restrict __format, ...), 436 # define scanf __isoc99_scanf macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
stdio.h | 409 extern int scanf (__const char *__restrict __format, ...) __wur; 424 extern int __REDIRECT (scanf, (__const char *__restrict __format, ...), 436 # define scanf __isoc99_scanf macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
stdio.h | 409 extern int scanf (__const char *__restrict __format, ...) __wur; 424 extern int __REDIRECT (scanf, (__const char *__restrict __format, ...), 436 # define scanf __isoc99_scanf macro
|
/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/lib/ |
libc.so | |
/bionic/libc/stdio/ |
vfscanf.c | 759 * scanf treats `a-z' as `the letters a through 780 * Alas, the V7 Unix scanf also treats formats
|
/external/chromium/chrome/common/extensions/ |
extension_constants.cc | 102 // printf because we want to unit test them and scanf is hard to make
|