/external/chromium_org/chrome/browser/omnibox/ |
omnibox_log.cc | 10 AutocompleteInput::Type input_type, 20 input_type(input_type),
|
omnibox_log.h | 24 AutocompleteInput::Type input_type, 42 AutocompleteInput::Type input_type; member in struct:OmniboxLog
|
/external/compiler-rt/test/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/content/test/data/accessibility/ |
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/chromium_org/ui/base/ime/win/ |
tsf_input_scope_unittest.cc | 15 TextInputType input_type; member in struct:ui::__anon14779::GetInputScopesTestCase 23 *os << " input_type: " << testing::PrintToString(data.input_type) 109 test_case.input_type, test_case.input_mode);
|
/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...] |
/external/chromium/chrome/browser/autocomplete/ |
history_quick_provider.h | 58 AutocompleteInput::Type input_type,
|
/external/chromium_org/chrome/browser/ui/autofill/ |
autofill_dialog_common.cc | 39 AutofillType input_type = AutofillType(input.type); 40 return input_type.GetStorableType() == server_type && 41 input_type.group() == field_type.group();
|