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

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_recv.py 417 answer_type = param.get_base_type_string()
418 if answer_type == "GLvoid":
419 answer_type = "GLubyte"
432 print ' %s answerBuffer[200];' % (answer_type)
442 print ' %s answerBuffer[200];' % (answer_type)
447 print ' %s %s[%u];' % (answer_type, param.name, c)
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_recv.py 417 answer_type = param.get_base_type_string()
418 if answer_type == "GLvoid":
419 answer_type = "GLubyte"
432 print ' %s answerBuffer[200];' % (answer_type)
442 print ' %s answerBuffer[200];' % (answer_type)
447 print ' %s %s[%u];' % (answer_type, param.name, c)
  /external/chromium_org/chrome/browser/autocomplete/
base_search_provider.h 184 const base::string16& answer_type,
204 const base::string16& answer_type() const { return answer_type_; } function in class:BaseSearchProvider::SuggestResult
base_search_provider.cc 245 const base::string16& answer_type,
263 answer_type_(answer_type),
506 match.answer_type = suggestion.answer_type();
913 base::string16 answer_type; local
945 match_contents_prefix, annotation, answer_contents, answer_type, local
    [all...]
autocomplete_match.cc 86 answer_type(match.answer_type),
124 answer_type = match.answer_type;
autocomplete_match.h 303 base::string16 answer_type; member in struct:AutocompleteMatch
  /external/chromium_org/chrome/browser/android/omnibox/
autocomplete_controller_android.cc 449 ScopedJavaLocalRef<jstring> answer_type = local
450 ConvertUTF16ToJavaString(env, match.answer_type);
466 answer_type.obj(),

Completed in 199 milliseconds