/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libform.so.5.6 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libform.so | |
libform.so.5 | |
libform.so.5.6 | |
/system/core/libpixelflinger/tests/codegen/ |
codegen.cpp | 76 sscanf(argv[1], "%08x:%08x_%08x_%08x", &p, &n, &t0, &t1);
|
/system/extras/ext4_utils/ |
ext4fixup_main.c | 48 sscanf(optarg, "%d,%d,%d", &stop_phase, &stop_loc, &stop_count);
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prprf.h | 123 ** PR_sscanf() behaves the same way as the sscanf() function in the 127 ** sscanf() handles the standard C types like short, int, long, 129 ** - PR_sscanf() has no multibyte character support, while sscanf()
|
/external/iproute2/ip/ |
ipmroute.c | 69 if (sscanf(buf, "%d%s", &vifi, dev) < 2) 103 if (sscanf(buf, "%x%x%d%u%u%u %[^\n]", 142 if (sscanf(p, "%d:%d", &ovifi, &ottl)<2) {
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
pscap.c | 103 sscanf(buf, "%d (%15c", &ppid, cmd); 104 sscanf(tmp+2, "%c %d", &state, &ppid); 141 sscanf(buf, "Uid: %d %d",
|
/external/libvorbis/vq/ |
latticebuild.c | 98 if(sscanf(line,"%d %d %d %d",&quantvals,&dim,&addmul,&sequencep)!=4){ 99 if(sscanf(line,"%d %d %d",&quantvals,&dim,&addmul)!=3){ 121 if(!line || sscanf(line,"%lf",quantlist+j)!=1){
|
distribution.c | 172 while(!flag && sscanf(line,"%f",&code)==1){ 178 while(line && sscanf(line,"%f",&code)==1){ 212 while(line && sscanf(line,"%f",&code)==1){
|
/external/oprofile/daemon/ |
opd_kernel.c | 50 sscanf(arg, "%llx,%llx", &vmlinux_image.start, &vmlinux_image.end); 75 sscanf(arg, "%llx,%llx", &xen_image.start, &xen_image.end); 178 ret = sscanf(line, "%256s %u %32s %4096s %32s %llx",
|
/system/extras/sane_schedstat/ |
sane_schedstat.c | 87 if (sscanf(b, "cpu%d %u %u %u %u %u %u %llu %llu %lu\n", 115 if (sscanf(b, "version %u\n", &version) != 1) { 122 if (!b || sscanf(b, "timestamp %llu\n", &ts) != 1) {
|
/frameworks/base/core/jni/ |
android_os_Debug.cpp | 257 if (sscanf(line, "%lx-%lx %*s %*x %*x:%*x %*d%n", &start, &end, &name_pos) != 2) { 355 if (line[0] == 'S' && sscanf(line, "Size: %d kB", &temp) == 1) { 357 } else if (line[0] == 'R' && sscanf(line, "Rss: %d kB", &temp) == 1) { 359 } else if (line[0] == 'P' && sscanf(line, "Pss: %d kB", &temp) == 1) { 361 } else if (line[0] == 'S' && sscanf(line, "Shared_Clean: %d kB", &temp) == 1) { 363 } else if (line[0] == 'S' && sscanf(line, "Shared_Dirty: %d kB", &temp) == 1) { 365 } else if (line[0] == 'P' && sscanf(line, "Private_Clean: %d kB", &temp) == 1) { 367 } else if (line[0] == 'P' && sscanf(line, "Private_Dirty: %d kB", &temp) == 1) { 369 } else if (line[0] == 'R' && sscanf(line, "Referenced: %d kB", &temp) == 1) { 371 } else if (line[0] == 'S' && sscanf(line, "Swap: %d kB", &temp) == 1) [all...] |
/device/generic/goldfish/sensors/ |
sensors_qemu.c | 323 if (sscanf(buff, "acceleration:%g:%g:%g", params+0, params+1, params+2) == 3) { 332 if (sscanf(buff, "orientation:%g:%g:%g", params+0, params+1, params+2) == 3) { 342 if (sscanf(buff, "magnetic:%g:%g:%g", params+0, params+1, params+2) == 3) { 352 if (sscanf(buff, "temperature:%g", params+0) == 1) { 359 if (sscanf(buff, "proximity:%g", params+0) == 1) { 369 if (sscanf(buff, "sync:%lld", &event_time) == 1) {
|
/external/chromium_org/chrome/browser/chromeos/ |
external_metrics.cc | 225 char name[128]; // length must be consistent with sscanf format below. 226 int n = sscanf(histogram_data, "%127s %d %d %d %d", 249 char name[128]; // length must be consistent with sscanf format below. 250 int n = sscanf(histogram_data, "%127s %d %d", name, &sample, &max); 270 char name[128]; // length must be consistent with sscanf format below. 271 int n = sscanf(histogram_data, "%127s %d", name, &sample);
|
/external/chromium_org/third_party/libxml/src/ |
libxml.m4 | 77 /* HP/UX 9 (%@#!) writes to sscanf strings */ 79 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { 87 if (sscanf(tmp_version, "%d.%d.%d", &xml_major_version, &xml_minor_version, &xml_micro_version) != 3) {
|
/external/chromium_org/third_party/libxslt/ |
libxslt.m4 | 79 /* HP/UX 9 (%@#!) writes to sscanf strings */ 81 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { 89 if (sscanf(tmp_version, "%d.%d.%d", &xslt_major_version, &xslt_minor_version, &xslt_micro_version) != 3) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/ |
test_rendering.c | 69 if (sscanf(argv[++i], "%u", output_width) != 1) 74 if (sscanf(argv[++i], "%u", output_height) != 1) 79 if (sscanf(argv[++i], "%lf", acceptable_error) != 1)
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
test_rendering.c | 69 if (sscanf(argv[++i], "%u", output_width) != 1) 74 if (sscanf(argv[++i], "%u", output_height) != 1) 79 if (sscanf(argv[++i], "%lf", acceptable_error) != 1)
|
/system/core/toolbox/ |
iftop.c | 143 ret = sscanf(p, "%" STR(IFNAMSIZ) "s", ifs->name); 151 * or Rx byte counts eat the delimiter, breaking sscanf. 159 ret = sscanf(p, "%u %u %u %u %*u %*u %*u %*u %u %u %u %u %*u %*u "
|
/bionic/libstdc++/include/ |
cstdio | 79 using ::sscanf;
|
/bootable/recovery/edify/ |
lexer.l | 72 sscanf(yytext+2, "%x", &val);
|
/cts/tests/tests/nativeopengl/standalone/jni/tests/ |
EGLCreateContext_test.cpp | 40 if (sscanf(s, "OpenGL ES %d.%d", &major, &minor) != 2)
|
/external/blktrace/btt/ |
args.c | 300 sscanf(optarg, "%lf", &range_delta); 354 sscanf(optarg, "%u", &interval); 359 sscanf(optarg, "%lf", &t_astart); 363 sscanf(optarg, "%lf", &t_aend);
|