Home
last modified time | relevance | path

Searched refs:printf (Results 1 – 25 of 70) sorted by relevance

123

/development/host/windows/usb/adb_winapi_test/
Dadb_winapi_test.cpp94 printf("\nNo ADB interfaces found. Make sure that device is " in _tmain()
115 printf("\nEnum interfaces failure:"); in TestEnumInterfaces()
116 printf("\nUnable to enumerate ADB interfaces: %u", GetLastError()); in TestEnumInterfaces()
133 printf("\nFound interface %ws:", interface_info.device_name); in TestEnumInterfaces()
135 printf(" ACTIVE"); in TestEnumInterfaces()
137 printf(" DEFAULT"); in TestEnumInterfaces()
139 printf(" REMOVED"); in TestEnumInterfaces()
146 printf("\n--- AdbNextInterface failure %u", GetLastError()); in TestEnumInterfaces()
151 printf("\n--- AdbCloseHandle failure %u", GetLastError()); in TestEnumInterfaces()
165 printf("\nTest interfaces failure:"); in TestInterfaces()
[all …]
/development/ndk/platforms/android-8/include/
Derr.h51 __attribute__((__format__ (printf, 2, 3)));
53 __attribute__((__format__ (printf, 2, 0)));
55 __attribute__((__format__ (printf, 2, 3)));
57 __attribute__((__format__ (printf, 2, 0)));
59 __attribute__((__format__ (printf, 1, 2)));
61 __attribute__((__format__ (printf, 1, 0)));
63 __attribute__((__format__ (printf, 1, 2)));
65 __attribute__((__format__ (printf, 1, 0)));
72 __attribute__((__format__ (printf, 2, 3)));
74 __attribute__((__format__ (printf, 2, 0)));
[all …]
Dstdio.h242 int printf(const char *, ...);
263 __attribute__((__format__ (printf, 3, 4)))
272 __attribute__((__format__ (printf, 3, 0)))
330 __attribute__((__format__ (printf, 2, 3)))
339 __attribute__((__format__ (printf, 2, 0)))
/development/ndk/tests/dlclose-destruction/jni/
Dmain.c17 printf("Loaded !\n"); in main()
29 printf("Test function called !\n"); in main()
36 printf("Unloaded !\n"); in main()
39 printf("Test destructor called !\n"); in main()
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_utilities.cpp162 printf("[ "); in db_PrintDoubleVector()
163 for(long i=0;i<size;i++) printf("%lf ",a[i]); in db_PrintDoubleVector()
164 printf("]"); in db_PrintDoubleVector()
169 printf("[\n"); in db_PrintDoubleMatrix()
172 for(long j=0;j<cols;j++) printf("%lf ",a[i*cols+j]); in db_PrintDoubleMatrix()
173 printf("\n"); in db_PrintDoubleMatrix()
175 printf("]"); in db_PrintDoubleMatrix()
/development/perftests/panorama/
Dbenchmark.cpp62 printf("Usage: %s input_dir output_filename\n", argv[0]); in main()
73 printf("Image files not found. Make sure %s exists.\n", in main()
78 printf("%d frames loaded\n", totalFrames); in main()
115 printf("Iteration %d: %dx%d moasic created: " in main()
128 printf("Total elapsed time: %.2f seconds\n", totalElapsedTime); in main()
/development/scripts/gdb/
Ddalvik.gdb32 printf "Caught SIGSEGV in user program\n"
36 printf "ART debugging mode is enabled.\n"
37 printf "If you are debugging a native only process, you need to\n"
38 printf "re-enable normal SIGSEGV handling using this command:\n"
39 printf " handle SIGSEGV print stop\n"
42 printf "ART debugging mode is already enabled.\n"
64 printf "ART debugging mode is disabled.\n"
/development/ndk/platforms/android-3/include/android/
Dlog.h101 __attribute__ ((format(printf, 3, 4)))
120 __attribute__ ((format(printf, 3, 4)))
/development/ndk/platforms/android-3/include/
Dstdio.h242 int printf(const char *, ...);
263 __attribute__((__format__ (printf, 3, 4)))
272 __attribute__((__format__ (printf, 3, 0)))
330 __attribute__((__format__ (printf, 2, 3)))
339 __attribute__((__format__ (printf, 2, 0)))
/development/samples/ToyVpn/server/linux/
DToyVpnServer.cpp165 printf("Usage: %s <tunN> <port> <secret> options...\n" in main()
190 printf("%s: Here comes a new tunnel\n", argv[1]); in main()
283 printf("%s: The tunnel is broken\n", argv[1]); in main()
/development/tutorials/ReverseDebug/
Dmain.c42 printf("*p = %d\n", *p); in main()
DREADME.txt35 42 printf("*p = %d\n", *p);
98 42 printf("*p = %d\n", *p);
/development/ndk/platforms/android-21/include/
Derr.h45 #define __errlike(x, y) __attribute__((__format__(printf, x, y)))
Dstdio.h247 int printf(const char * __restrict, ...)
/development/ndk/platforms/android-21/include/net/
Dif_ether.h172 printf("%s: unable to allocate VLAN tag\n", \
/development/ndk/platforms/android-3/include/net/
Dif_ether.h172 printf("%s: unable to allocate VLAN tag\n", \
/development/ndk/platforms/android-9/arch-mips/include/machine/
Dasm.h292 jal printf; \
/development/perftests/panorama/feature_stab/src/dbregtest/
Ddbregtest.cpp222 printf("[%d] #Inliers = %d\n",frame_number,num_inlier_indices); in main()
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dsgiarcs.h351 int (*printf)(const char *fmt, ...); member
/development/ndk/platforms/android-21/include/sys/
Dcdefs.h234 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) __nonnull((x))
/development/ndk/platforms/android-3/include/sys/
Dcdefs.h234 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) __nonnull((x))
/development/ndk/platforms/android-5/arch-arm/symbols/
Dlibc.so.functions.txt424 printf
/development/ndk/platforms/android-17/arch-x86/symbols/
Dlibc.so.functions.txt444 printf
/development/ndk/platforms/android-12/arch-x86/symbols/
Dlibc.so.functions.txt443 printf
/development/ndk/platforms/android-3/arch-arm/symbols/
Dlibc.so.functions.txt439 printf

123