/external/bison/linux-lib/ |
stdio.h | 110 are the ones of the system scanf(), rather than the ones standardized by 1330 _GL_CXXALIASWARN (scanf); variable [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/ |
iSACTest.cc | 209 CHECK_ERROR(scanf("%d", &user_input)); 212 CHECK_ERROR(scanf("%d", &user_input)); 228 CHECK_ERROR(scanf("%d", &user_input)); 231 CHECK_ERROR(scanf("%d", &user_input));
|
EncodeDecodeTest.cc | 80 ASSERT_GT(scanf("%d", &codecNo), 0); 163 ASSERT_GT(scanf("%d", &playSampFreq), 0);
|
/external/bison/lib/ |
stdio.in.h | 109 are the ones of the system scanf(), rather than the ones standardized by [all...] |
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
vie_autotest_main.cc | 107 if (scanf("%d", &result) <= 0) {
|
vie_autotest_loopback.cc | 156 if (scanf("%d", &captureIdx) != 1) 158 printf("Error in scanf()\n"); 348 if (scanf("%d", &codecIdx) != 1) 350 printf("Error in scanf()\n");
|
vie_autotest_simulcast.cc | 135 if (scanf("%d", reinterpret_cast<int*>(&relay_mode)) != 1) { 136 printf("Error in scanf()\n"); 200 if (scanf("%d", &capture_idx) != 1) { 201 printf("Error in scanf()\n");
|
/external/f2fs-tools/fsck/ |
main.c | 224 ret = scanf("%s", ans);
|
dump.c | 242 ret = scanf("%s", ans);
|
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/ |
stdio.pxd | 56 int scanf (const char *template, ...)
|
/external/chromium_org/third_party/webrtc/modules/audio_device/test/ |
func_test_manager.cc | 27 // Disable warning message 4996 ('scanf': This function or variable may be unsafe) 758 EXPECT_TRUE(scanf(" %c", &ch) > 0); 767 EXPECT_TRUE(scanf(" %c", &ch) > 0); [all...] |
/bionic/libc/include/ |
stdio.h | 245 int scanf(const char * __restrict, ...)
|
/bionic/libc/include/sys/ |
cdefs.h | 238 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x))
|
/development/ndk/platforms/android-L/include/ |
stdio.h | 240 int scanf(const char * __restrict, ...)
|
/development/ndk/platforms/android-L/include/sys/ |
cdefs.h | 235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x))
|
/external/chromium_org/third_party/libxml/src/ |
trio.h | 182 # define scanf trio_scanf macro
|
/external/chromium_org/third_party/libxslt/libxslt/ |
trio.h | 182 # define scanf trio_scanf macro
|
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/ |
voe_standard_test.cc | 300 dummy = scanf("%d", &selection);
|
voe_stress_test.cc | 103 int retval = scanf("%d", &selection);
|
/external/libcxx/test/depr/depr.c.headers/ |
stdio_h.pass.cpp | 103 static_assert((std::is_same<decltype(scanf("\n")), int>::value), "");
|
/external/libcxx/test/input.output/file.streams/c.files/ |
cstdio.disabled.cpp | 104 static_assert((std::is_same<decltype(std::scanf(" ")), int>::value), "");
|
/external/libxml2/ |
trio.h | 182 # define scanf trio_scanf macro
|
/external/chromium_org/third_party/opus/src/src/ |
mlp_train.c | 462 ret = scanf(" %f", &inputs[i*nbInputs+j]); 464 ret = scanf(" %f", &outputs[i*nbOutputs+j]);
|
/external/chromium_org/third_party/zlib/contrib/minizip/ |
minizip.c | 339 ret = scanf("%1s",answer);
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 514 /// int scanf(const char *restrict format, ... ); 515 scanf, enumerator in enum:llvm::LibFunc::Func
|