/development/tools/labpretest/crespo/ |
custom_flash.sh | 28 log_print "Wrong device type, expected crespo!" 32 log_print "getting bootloader file for $product" 35 log_print "bootloader file empty: $bootloaderfile" 39 log_print "bootloader file not found: ./$product/$bootloaderfile" 42 log_print "using $ROOT/$product/$bootloaderfile as bootloader image file" 44 log_print "downloading bootloader image to $device" 63 log_print "skipping update of userdata.img, not supported yet." 84 log_print "skipping update of radio partition, not supported yet."
|
/development/tools/labpretest/stingray/ |
custom_flash.sh | 28 log_print "Wrong device type, expected stingray!" 32 log_print "getting bootloader file for $product" 35 log_print "bootloader file empty: $bootloaderfile" 39 log_print "bootloader file not found: ./$product/$bootloaderfile" 42 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file" 44 log_print "downloading bootloader image to $device" 63 log_print "skipping update of userdata.img, not supported yet." 84 log_print "skipping update of radio partition, not supported yet."
|
/development/tools/labpretest/sholes/ |
custom_flash.sh | 28 log_print "Wrong device type, expected sholes!" 32 log_print "getting bootloader file for $product" 40 log_print "bootloader file empty: $bootloaderfile" 44 log_print "bootloader file not found: ./$product/$bootloaderfile" 47 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file" 49 log_print "downloading bootloader image to $device"
|
/development/tools/labpretest/ |
labpretest.sh | 52 log_print() function 78 log_print "checking battery level" 84 log_print "Battery is low, waiting for charge" 92 log_print "resuming test run with battery level at $battery%" 94 log_print "resuming test run with battery level at $battery%" 119 log_print "device time out after $loop iterations" 122 log_print "device returned and available" 139 log_print "rebooting into bootloader and waiting for availability via fastboot" 157 log_print "rebooting into bootloader and waiting for availability via fastboot" 176 log_print "rebooting and waiting for availability via adb [all...] |
/external/mtpd/ |
pptp.c | 177 log_print(FATAL, "Recv() %s", strerror(errno)); 181 log_print(DEBUG, "Connection closed"); 182 log_print(INFO, "Remote server hung up"); 190 log_print(DEBUG, "Loss of synchronization"); 191 log_print(ERROR, "Protocol error"); 196 log_print(DEBUG, "Invalid message length"); 197 log_print(ERROR, "Protocol error"); 210 log_print(DEBUG, "Ignored non-control message (type = %d)", 220 log_print(DEBUG, "Sending SCCRQ"); 235 log_print(INFO, "Creating PPPoX socket") [all...] |
mtpd.c | 66 log_print(INFO, "Using protocol %s", p->name); 92 log_print(INFO, "Sending signal to pppd (pid = %d)", pppd_pid); 110 log_print(DEBUG, "Waiting for control socket"); 112 log_print(FATAL, "Cannot get control socket"); 123 log_print(FATAL, "Cannot get argument length"); 138 log_print(FATAL, "Cannot get argument value"); 145 log_print(DEBUG, "Received %d arguments", i - 1); 169 log_print(FATAL, "Pipe() %s", strerror(errno)); 193 log_print(FATAL, "Poll() %s", strerror(errno)); 219 log_print(INFO, "Received signal %d", signal) 237 void log_print(int level, char *format, ...) function [all...] |
l2tp.c | 193 log_print(FATAL, "Recv() %s", strerror(errno)); 324 log_print(DEBUG, "Sending SCCRQ (local_tunnel = %d)", local_tunnel); 336 log_print(FATAL, "Cannot read %s", RANDOM_DEVICE); 353 log_print(INFO, "Creating PPPoX socket"); 356 log_print(FATAL, "Socket() %s", strerror(errno)); 367 log_print(FATAL, "Connect() %s", strerror(errno)); 430 log_print(DEBUG, "Received SCCRP (remote_tunnel = %d) -> " 437 log_print(DEBUG, "Received SCCRP without %s", tunnel ? 439 log_print(ERROR, "Protocol error"); 448 log_print(DEBUG, "Received ICRP (remote_session = %d) -> [all...] |
mtpd.h | 70 void log_print(int level, char *format, ...);
|
/external/ipsec-tools/src/racoon/ |
logger.h | 47 extern int log_print __P((struct log *, char *));
|
logger.c | 122 log_print(p, str) function 254 log_print(l, "hoge\n");
|
/external/libvpx/libvpx/vpx/ |
svc_context.h | 38 int log_print; // when set, printf log messages instead of returning the member in struct:__anon18107
|
/external/iptables/extensions/ |
libip6t_LOG.c | 107 static void LOG_print(const void *ip, const struct xt_entry_target *target, 177 .print = LOG_print,
|
libipt_LOG.c | 107 static void LOG_print(const void *ip, const struct xt_entry_target *target, 177 .print = LOG_print,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
svc_context.h | 44 int log_print; // when set, printf log messages instead of returning the member in struct:__anon31583
|
/external/ipsec-tools/src/libipsec/ |
libpfkey.h | 210 // log_print ("sysdep_sa_len: unknown sa family %d", sa->sa_family);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
vp9_spatial_scalable_encoder.c | 300 svc_ctx.log_print = 1;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
svc_test.cc | 47 svc_.log_print = 0;
|
/external/libvpx/libvpx/test/ |
svc_test.cc | 49 svc_.log_print = 0;
|
/external/libvpx/libvpx/vpx/src/ |
svc_encodeframe.c | 120 if (svc_ctx->log_print) {
|
/external/libvpx/libvpx/examples/ |
vp9_spatial_svc_encoder.c | 629 svc_ctx.log_print = 1; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
svc_encodeframe.c | 251 if (svc_ctx->log_print) { [all...] |
/external/squashfs-tools/squashfs-tools/ |
action.c | 612 #define LOG_PRINT 2 666 return _expr_log(string, LOG_PRINT); [all...] |