HomeSort by relevance Sort by last modified time
    Searched full:input_type (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/chromium_org/content/test/data/accessibility/
input-text-name-calc-expected-android.txt 3 android.widget.EditText clickable editable_text focusable name='Title0' input_type=1
4 android.widget.EditText clickable editable_text focusable name='Title1' input_type=1
5 android.widget.EditText clickable editable_text focusable name='AriaLabel2' input_type=1
6 android.widget.EditText clickable editable_text focusable name='LabelledBy3' input_type=1
7 android.widget.EditText editable_text focusable input_type=1
8 android.widget.EditText clickable editable_text focusable name='Title5' input_type=1
9 android.widget.EditText clickable editable_text focusable name='LabelledBy6' input_type=1
input-text-value-expected-android.txt 4 android.widget.EditText editable_text focusable input_type=1
6 android.widget.EditText clickable editable_text focusable name='value' input_type=1
7 android.widget.EditText clickable editable_text focusable name='l2' input_type=1
8 android.widget.EditText clickable editable_text focusable name='value' input_type=1
10 android.widget.EditText clickable editable_text focusable name='Email' input_type=1
11 android.widget.EditText clickable editable_text focusable name='value' input_type=1
input-types-expected-android.txt 5 android.widget.EditText editable_text focusable input_type=1
15 android.view.View focusable input_type=20
19 android.widget.EditText editable_text focusable input_type=4
22 android.view.View focusable input_type=4
26 android.widget.EditText editable_text focusable input_type=209
35 android.view.View focusable input_type=20
39 android.widget.EditText editable_text focusable input_type=2
42 android.widget.EditText editable_text focusable password input_type=225
52 android.widget.EditText editable_text focusable input_type=1
58 android.widget.EditText editable_text focusable input_type=
    [all...]
aria-combobox-expected-android.txt 4 android.widget.Spinner clickable editable_text focusable name='State' input_type=1
  /external/compiler-rt/test/builtins/timing/
divdi3.c 4 #define INPUT_TYPE int64_t
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE];
20 INPUT_TYPE input2[INPUT_SIZE];
moddi3.c 4 #define INPUT_TYPE int64_t
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE];
20 INPUT_TYPE input2[INPUT_SIZE];
modsi3.c 4 #define INPUT_TYPE int32_t
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE];
20 INPUT_TYPE input2[INPUT_SIZE];
muldi3.c 4 #define INPUT_TYPE int64_t
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE];
20 INPUT_TYPE input2[INPUT_SIZE];
udivdi3.c 4 #define INPUT_TYPE uint64_t
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE];
20 INPUT_TYPE input2[INPUT_SIZE];
umoddi3.c 4 #define INPUT_TYPE uint64_t
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE];
20 INPUT_TYPE input2[INPUT_SIZE];
floatdidf.c 4 #define INPUT_TYPE int64_t
16 double FUNCTION_NAME(INPUT_TYPE x);
19 INPUT_TYPE input[INPUT_SIZE];
floatdisf.c 4 #define INPUT_TYPE int64_t
16 float FUNCTION_NAME(INPUT_TYPE x);
19 INPUT_TYPE input[INPUT_SIZE];
floatdixf.c 4 #define INPUT_TYPE int64_t
16 long double FUNCTION_NAME(INPUT_TYPE x);
19 INPUT_TYPE input[INPUT_SIZE];
floatundisf.c 4 #define INPUT_TYPE uint64_t
16 float FUNCTION_NAME(INPUT_TYPE x);
19 INPUT_TYPE input[INPUT_SIZE];
floatundixf.c 4 #define INPUT_TYPE uint64_t
16 long double FUNCTION_NAME(INPUT_TYPE x);
19 INPUT_TYPE input[INPUT_SIZE];
negdi2.c 4 #define INPUT_TYPE int64_t
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input);
19 INPUT_TYPE input[INPUT_SIZE];
ashldi3.c 4 #define INPUT_TYPE int
16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count);
19 INPUT_TYPE input[INPUT_SIZE];
ashrdi3.c 4 #define INPUT_TYPE int
16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count);
19 INPUT_TYPE input[INPUT_SIZE];
lshrdi3.c 4 #define INPUT_TYPE int
16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count);
19 INPUT_TYPE input[INPUT_SIZE];
  /external/chromium_org/chrome/browser/omnibox/
omnibox_log.cc 10 metrics::OmniboxInputType::Type input_type,
22 input_type(input_type),
  /external/chromium_org/ui/base/ime/win/
tsf_input_scope_unittest.cc 15 TextInputType input_type; member in struct:ui::__anon20531::GetInputScopesTestCase
23 *os << " input_type: " << testing::PrintToString(data.input_type)
109 test_case.input_type, test_case.input_mode);
  /external/chromium_org/ui/base/ime/chromeos/
ime_bridge.cc 64 virtual void SetCurrentTextInputType(ui::TextInputType input_type) OVERRIDE {
65 current_text_input_ = input_type;
  /external/chromium_org/content/child/npapi/
webplugin_ime_win.cc 150 bool WebPluginIMEWin::GetStatus(int* input_type, gfx::Rect* caret_rect) {
151 *input_type = input_type_;
203 int input_type = !context && !flags; local
204 instance->input_type_ = input_type;
314 int input_type = open ? 1 : 0; local
315 if (instance->input_type_ != input_type) {
316 instance->input_type_ = input_type;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.cc 148 sub_vars["input_type"] = ClassName(method->input_type(), true);
154 " const $input_type$* request,\n"
219 sub_vars["input_type"] = ClassName(method->input_type(), true);
224 " const $input_type$*,\n"
249 sub_vars["input_type"] = ClassName(method->input_type(), true);
257 " ::google::protobuf::down_cast<const $input_type$*>(request),\n"
290 (which == REQUEST) ? method->input_type() : method->output_type()
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.cc 148 sub_vars["input_type"] = ClassName(method->input_type(), true);
154 " const $input_type$* request,\n"
219 sub_vars["input_type"] = ClassName(method->input_type(), true);
224 " const $input_type$*,\n"
249 sub_vars["input_type"] = ClassName(method->input_type(), true);
257 " ::google::protobuf::down_cast<const $input_type$*>(request),\n"
290 (which == REQUEST) ? method->input_type() : method->output_type()
    [all...]

Completed in 228 milliseconds

1 2 3 4 5