HomeSort by relevance Sort by last modified time
    Searched refs:user_input (Results 1 - 12 of 12) sorted by null

  /external/pdfium/core/fxcodec/codec/
ccodec_gifmodule.h 34 bool user_input,
ccodec_progressivedecoder.h 142 bool user_input,
fx_codec_progress.cpp 605 bool user_input,
    [all...]
  /external/pdfium/core/fxcodec/gif/
cfx_gif.h 74 uint8_t user_input : 1; member in struct:__anon31091
cfx_gifcontext.h 35 bool user_input,
cfx_gifcontext.cpp 60 bool user_input,
66 delay_time, user_input, trans_index, disposal_method, interlace);
213 gif_image->image_GCE->gce_flags.user_input,
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
gatts_lib.py 107 def send_response(self, user_input):
109 args = user_input.split()
112 user_input = args[0]
131 if user_input:
132 status = gatt_server_responses.get(user_input)
269 def send_continuous_response(self, user_input):
310 def send_continuous_response_data(self, user_input):
  /external/toolchain-utils/
update_telemetry_defaults.py 110 def UsageError(self, user_input):
112 print("Error:Invalid user input: '%s'" % user_input)
  /external/autotest/client/site_tests/firmware_TouchMTB/
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:
  /tools/tradefederation/core/atest/test_finders/
test_finder_utils.py 96 def split_methods(user_input):
100 user_input: A string of the user's input.
118 parts = user_input.split('#')
  /external/tensorflow/
configure.py 336 user_input = user_input_origin.strip().lower()
337 if user_input == 'y':
340 elif user_input == 'n':
343 elif not user_input:
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
mkl_lrn_op.cc 543 void* user_input = const_cast<void*>( local
567 ingrad_shape.GetConvertedFlatData(lt_bdw_input, user_input,
570 res_lrn_bwd[dnnResourceDiffDst] = user_input;
580 CHECK_EQ(dnnConversionExecute_F32(convert_input, user_input,
585 res_lrn_bwd[dnnResourceDiffDst] = user_input;
    [all...]

Completed in 1018 milliseconds