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

  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.h 58 AutocompleteInput::Type input_type,
autocomplete.h 745 AutocompleteInput::Type input_type; member in struct:AutocompleteLog
    [all...]
history_url_provider.h 190 static int CalculateRelevance(AutocompleteInput::Type input_type,
history_quick_provider.cc 200 AutocompleteInput::Type input_type,
history_url_provider.cc 458 int HistoryURLProvider::CalculateRelevance(AutocompleteInput::Type input_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/protobuf/src/google/protobuf/compiler/java/
java_service.cc 188 vars["input"] = ClassName(method->input_type());
233 vars["input"] = ClassName(method->input_type());
278 (which == REQUEST) ? method->input_type() : method->output_type());
416 vars["input"] = ClassName(method->input_type());
431 vars["input"] = ClassName(method->input_type());
  /external/valgrind/tsan/
ts_offline.cc 361 if (G_flags->input_type == "bin") {
363 } else if (G_flags->input_type == "decode") {
371 } else if (G_flags->input_type == "str") {
374 Printf("Error: Unknown input_type value %s\n", G_flags->input_type.c_str());
thread_sanitizer.h 49 string input_type; // for ts_offline. member in struct:FLAGS
thread_sanitizer.cc     [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 535 input_type: The descriptor of the message that this method accepts.
542 input_type, output_type, options=None):
553 self.input_type = input_type
service_reflection.py 187 return method_descriptor.input_type._concrete_class
  /external/chromium/chrome/browser/metrics/
metrics_log.cc 474 const std::string input_type(
475 AutocompleteInput::TypeToString(log.input_type));
476 if (!input_type.empty())
477 WriteAttribute("inputtype", input_type);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
random.h 86 typedef typename _Distribution::input_type result_type;
158 typedef typename _Distribution::input_type result_type;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
random.h 86 typedef typename _Distribution::input_type result_type;
158 typedef typename _Distribution::input_type result_type;
    [all...]
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 93 input_type=None,
317 input_type: '.protobuf_unittest.FooRequest'
322 input_type: '.protobuf_unittest.BarRequest'
  /external/protobuf/src/google/protobuf/
descriptor.h 754 const Descriptor* input_type() const;
    [all...]
descriptor.cc 3589 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); local
    [all...]
descriptor.pb.cc     [all...]
descriptor_unittest.cc 150 const string& input_type,
154 result->set_input_type(input_type);
    [all...]
descriptor.pb.h 3517 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkInputActivity.java 266 TextView inTypeView = (TextView) findViewById(R.id.input_type);
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 472 m["input_type"] = ModuleLevelDescriptorName(*(method->input_type()));
483 "input_type=$input_type$,\n"
    [all...]

Completed in 789 milliseconds