Searched refs:user_input (Results 1 – 8 of 8) sorted by relevance
/external/toolchain-utils/ |
D | update_telemetry_defaults.py | 111 def UsageError(self, user_input): argument 113 print("Error:Invalid user input: '%s'" % user_input)
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | touchbotII_robot_wrapper.py | 303 user_input = None 304 while user_input not in [continue_cmd, stop_cmd]: 305 if user_input: 306 print 'Sorry, but "%s" was incorrect' % user_input 307 user_input = raw_input('Type "%s" to continue or "%s" to stop: ' % 309 if user_input == stop_cmd:
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_gifmodule.cpp | 69 bool user_input, in gif_get_record_position() argument 77 delay_time, user_input, trans_index, disposal_method, interlace); in gif_get_record_position()
|
D | icodec_gifmodule.h | 30 bool user_input,
|
D | ccodec_progressivedecoder.h | 189 bool user_input,
|
D | fx_codec_progress.cpp | 632 bool user_input, in GifInputRecordPositionBuf() argument
|
/external/pdfium/core/fxcodec/lgif/ |
D | fx_gif.h | 72 uint8_t user_input : 1; member 248 bool user_input,
|
D | fx_gif.cpp | 896 (bool)((GifCEF*)&gif_image_ptr->image_gce_ptr->gce_flag)->user_input, in gif_load_frame()
|