HomeSort by relevance Sort by last modified time
    Searched full:scanf (Results 26 - 50 of 421) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu4c/test/iotest/
iotest.cpp 391 testData=dataModule->createTestData("scanf", errorCode);
427 log_err("error in scanf test case[%d] Got: %f Exp: %f\n",
436 log_err("error in scanf test case[%d] Got: %f Exp: %f\n",
445 log_err("error in scanf test case[%d] Got: %02X Exp: %02X\n",
454 log_err("error in scanf test case[%d] Got: %04X Exp: %04X\n",
463 log_err("error in scanf test case[%d] Got: %08X Exp: %08X\n",
472 log_err("error in scanf 64-bit. Test case = %d\n", i);
480 log_err("error in scanf char * string. Got \"%s\" Expected \"%s\". Test case = %d\n", cBuffer, cExpected, i);
489 log_err("error in scanf UChar * string %s Got: \"%s\". Test case = %d\n", cExpected, cBuffer, i);
498 log_err("error scanf converted %d arguments. Test case = %d\n", uBufferLenReturned, i)
    [all...]
  /bionic/libstdc++/include/
cstdio 75 using ::scanf;
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 21 int scanf(const char *restrict format, ...);
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 75 using ::scanf;
  /ndk/sources/cxx-stl/system/include/
cstdio 75 using ::scanf;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
input.h 70 __attribute__ ((format (scanf, 2, 3)))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
input.h 70 __attribute__ ((format (scanf, 2, 3)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
input.h 70 __attribute__ ((format (scanf, 2, 3)))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio 73 using ::scanf;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio 73 using ::scanf;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio 75 using ::scanf;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio 75 using ::scanf;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio 75 using ::scanf;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdio 75 using ::scanf;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio 75 using ::scanf;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio 75 using ::scanf;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdio 75 using ::scanf;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdio 75 using ::scanf;
  /external/ceres-solver/examples/
circle_fit.cc 114 if (scanf("%lg %lg %lg", &x, &y, &r) != 3) {
139 while (scanf("%lf %lf\n", &xx, &yy) == 2) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdio 59 int scanf(const char* restrict format, ...);
137 using ::scanf;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdio 81 #undef scanf
128 using ::scanf;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstdio 80 #undef scanf
127 using ::scanf;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstdio 80 #undef scanf
127 using ::scanf;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstdio 81 #undef scanf
128 using ::scanf;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstdio 81 #undef scanf
128 using ::scanf;

Completed in 1165 milliseconds

12 3 4 5 6 7 8 91011>>