Home
last modified time | relevance | path

Searched refs:answer_type (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
DglX_proto_recv.py417 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/
DglX_proto_recv.py417 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/
Dbase_search_provider.cc245 const base::string16& answer_type, in SuggestResult() argument
263 answer_type_(answer_type), in SuggestResult()
506 match.answer_type = suggestion.answer_type(); in CreateSearchSuggestion()
913 base::string16 answer_type; in ParseSuggestResults() local
935 suggestion_detail->GetString("ansb", &answer_type); in ParseSuggestResults()
945 match_contents_prefix, annotation, answer_contents, answer_type, in ParseSuggestResults()
Dautocomplete_match.cc86 answer_type(match.answer_type), in AutocompleteMatch()
124 answer_type = match.answer_type; in operator =()
Dbase_search_provider.h184 const base::string16& answer_type,
204 const base::string16& answer_type() const { return answer_type_; } in answer_type() function
Dautocomplete_match.h303 base::string16 answer_type; member
/external/chromium_org/chrome/browser/android/omnibox/
Dautocomplete_controller_android.cc449 ScopedJavaLocalRef<jstring> answer_type = in BuildOmniboxSuggestion() local
450 ConvertUTF16ToJavaString(env, match.answer_type); in BuildOmniboxSuggestion()
466 answer_type.obj(), in BuildOmniboxSuggestion()