Home | History | Annotate | Download | only in android

Lines Matching refs:number

1008             "         <host-port>    a number indicating which port on the host to open\r\n"
1009 " <guest-port> a number indicating which port to route to on the device\r\n"
1283 /* check that we have a phone number made of digits */
1290 control_write( client, "KO: bad phone number format, use digits, # and + only\r\n" );
1310 control_write( client, "KO: bad phone number format, use digits, # and + only\r\n" );
1318 control_write( client, "KO: could not cancel this number\r\n" );
1341 /* check that we have a phone number made of digits */
1357 call->number, call_state_to_string(call->state) );
1373 control_write( client, "KO: no current outbound call to number '%s' (call %p)\r\n", args, call );
1377 control_write( client, "KO: could not cancel this number\r\n" );
1394 control_write( client, "KO: no current call to/from number '%s'\r\n", args );
1416 control_write( client, "KO: no current call to/from number '%s'\r\n", args );
1445 control_write( client, "KO: argument '%s' is not a number\n", p );
1584 /* check that we have a phone number made of digits */
1596 control_write( client, "KO: bad phone number format, must be [+](0-9)*\r\n" );
1640 /* check that we have a phone number made of digits */
2284 control_write( client, "KO: argument '%s' is not a number\n", p );
2303 /* check number of satellites, must be integer between 1 and 12 */
2309 control_write( client, "KO: invalid number of satellites. Must be an integer between 1 and 12\r\n");
2328 * satellites 1 to 12 number of satellites being tracked
2403 " <satellites> number of satellites being tracked (1-12)\r\n"
2632 control_write( client, "KO: argument <scale> must be a real number, or an integer followed by 'dpi'\r\n" );
2645 "<scale> must be either a real number between 0.1 and 3.0, or an integer followed by\r\n"