Home
last modified time | relevance | path

Searched refs:short_name (Results 1 – 25 of 187) sorted by relevance

12345678

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_format_table.py99 print 'util_format_%s_description = {' % (format.short_name(),)
102 print " \"%s\"," % (format.short_name(),)
136 print " &util_format_%s_unpack_rgba_8unorm," % format.short_name()
137 print " &util_format_%s_pack_rgba_8unorm," % format.short_name()
139 print " &util_format_%s_fetch_rgba_8unorm," % format.short_name()
142 print " &util_format_%s_unpack_rgba_float," % format.short_name()
143 print " &util_format_%s_pack_rgba_float," % format.short_name()
144 print " &util_format_%s_fetch_rgba_float," % format.short_name()
153 print " &util_format_%s_unpack_z_32unorm," % format.short_name()
154 print " &util_format_%s_pack_z_32unorm," % format.short_name()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_table.py99 print 'util_format_%s_description = {' % (format.short_name(),)
102 print " \"%s\"," % (format.short_name(),)
136 print " &util_format_%s_unpack_rgba_8unorm," % format.short_name()
137 print " &util_format_%s_pack_rgba_8unorm," % format.short_name()
139 print " &util_format_%s_fetch_rgba_8unorm," % format.short_name()
142 print " &util_format_%s_unpack_rgba_float," % format.short_name()
143 print " &util_format_%s_pack_rgba_float," % format.short_name()
144 print " &util_format_%s_fetch_rgba_float," % format.short_name()
153 print " &util_format_%s_unpack_z_32unorm," % format.short_name()
154 print " &util_format_%s_pack_z_32unorm," % format.short_name()
[all …]
/external/oprofile/libopt++/
Dpopt_options.cpp41 option_base(char const * option_name, char short_name,
132 option_imp(bool & value, char const * option_name, char short_name,
152 option_imp(int & value, char const * option_name, char short_name,
167 char short_name, char const * help_str,
190 char const * option_name, char short_name,
213 option::option(bool & value, char const * name, char short_name, char const * help) in option() argument
214 : the_option(new option_imp<void>(value, name, short_name, help)) in option()
221 option::option(int & value, char const * name, char short_name, in option() argument
224 (value, name, short_name, help, arg_help)) in option()
231 option::option(string & value, char const * name, char short_name, in option() argument
[all …]
Dpopt_options.h87 char short_name, char const * help_str,
99 char short_name, char const * help_str);
112 template <> option::option(int &, char const * option_name, char short_name,
115 char short_name, char const * help_str,
118 char const * option_name, char short_name,
/external/linux-tools-perf/util/
Dparse-options.h98 int short_name; member
114 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val…
115 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), …
116 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va…
117 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)…
118 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), …
119 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), …
120 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),…
121 #define OPT_LONG(s, l, v, h) { .type = OPTION_LONG, .short_name = (s), .long_name = (l), .va…
122 #define OPT_U64(s, l, v, h) { .type = OPTION_U64, .short_name = (s), .long_name = (l), .val…
[all …]
/external/chromium/chrome/browser/ui/views/
Ddefault_search_view.cc35 std::wstring* short_name, in GetShortNameAndLogoId() argument
39 DCHECK(short_name); in GetShortNameAndLogoId()
50 *short_name = built_in_data->short_name(); in GetShortNameAndLogoId()
53 *short_name = UTF8ToWide(url.host()).c_str(); in GetShortNameAndLogoId()
69 const std::wstring& short_name) { in CreateProviderLogo() argument
85 logo_image->SetTooltipText(short_name); in CreateProviderLogo()
89 views::Label* logo_label = new views::Label(short_name); in CreateProviderLogo()
94 logo_label->SetTooltipText(short_name); in CreateProviderLogo()
103 const std::wstring& short_name) { in CreateProviderChoiceButton() argument
105 l10n_util::GetStringFUTF16(message_id, WideToUTF16(short_name)))); in CreateProviderChoiceButton()
/external/chromium_org/chrome/browser/webdata/
Dkeyword_table_unittest.cc51 keyword.short_name = ASCIIToUTF16("short_name"); in TEST_F()
74 EXPECT_EQ(keyword.short_name, restored_keyword.short_name); in TEST_F()
108 keyword.short_name = ASCIIToUTF16("short_name"); in TEST_F()
135 keyword.short_name = ASCIIToUTF16("short_name"); in TEST_F()
180 keyword.short_name = ASCIIToUTF16("short_name"); in TEST_F()
230 keyword.short_name = ASCIIToUTF16("short_name"); in TEST_F()
252 EXPECT_EQ(keyword.short_name, restored_keyword.short_name); in TEST_F()
269 keyword.short_name = ASCIIToUTF16("short_name"); in TEST_F()
281 EXPECT_EQ(keyword.short_name, restored_keyword.short_name); in TEST_F()
291 keyword.short_name = ASCIIToUTF16("legit"); in TEST_F()
[all …]
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dselected_keyword_view.cc69 const base::string16 short_name = in SetKeyword() local
72 short_name : in SetKeyword()
73 l10n_util::GetStringFUTF16(IDS_OMNIBOX_KEYWORD_TEXT, short_name); in SetKeyword()
77 location_bar_util::CalculateMinString(short_name)); in SetKeyword()
/external/libvpx/libvpx/
Dargs.c47 if (def->short_name in arg_match()
48 && strlen(arg.argv[0]) == strlen(def->short_name) + 1 in arg_match()
49 && !strcmp(arg.argv[0] + 1, def->short_name)) { in arg_match()
111 if (def->short_name && def->long_name) { in arg_show_usage()
115 def->short_name, short_val, comma, in arg_show_usage()
117 } else if (def->short_name) in arg_show_usage()
119 def->short_name, short_val); in arg_show_usage()
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dselected_keyword_decoration.mm56 void SelectedKeywordDecoration::SetKeyword(const base::string16& short_name,
59 location_bar_util::CalculateMinString(short_name));
61 base::SysUTF16ToNSString(short_name) :
62 l10n_util::GetNSStringF(IDS_OMNIBOX_KEYWORD_TEXT, short_name);
65 // derived from |short_name|.
/external/chromium/chrome/browser/search_engines/
Dtemplate_url_parser_unittest.cc88 EXPECT_EQ(ASCIIToUTF16("Dictionary.com"), template_url_.short_name()); in TEST_F()
102 EXPECT_EQ(ASCIIToUTF16("Search \" MSDN"), template_url_.short_name()); in TEST_F()
116 EXPECT_EQ(ASCIIToUTF16("Wikipedia (English)"), template_url_.short_name()); in TEST_F()
167 EXPECT_EQ(ASCIIToUTF16("eBay"), template_url_.short_name()); in TEST_F()
188 EXPECT_EQ(ASCIIToUTF16("Webster"), template_url_.short_name()); in TEST_F()
206 EXPECT_EQ(ASCIIToUTF16("Yahoo"), template_url_.short_name()); in TEST_F()
229 EXPECT_EQ(ASCIIToUTF16("Yahoo"), template_url_.short_name()); in TEST_F()
/external/chromium_org/chrome/browser/search_engines/
Dtemplate_url_parser_unittest.cc135 EXPECT_EQ(ASCIIToUTF16("Dictionary.com"), template_url_->short_name()); in TEST_F()
148 EXPECT_EQ(ASCIIToUTF16("Search \" MSDN"), template_url_->short_name()); in TEST_F()
162 EXPECT_EQ(ASCIIToUTF16("Wikipedia (English)"), template_url_->short_name()); in TEST_F()
192 EXPECT_EQ(ASCIIToUTF16("eBay"), template_url_->short_name()); in TEST_F()
211 EXPECT_EQ(ASCIIToUTF16("Webster"), template_url_->short_name()); in TEST_F()
228 EXPECT_EQ(ASCIIToUTF16("Yahoo"), template_url_->short_name()); in TEST_F()
250 EXPECT_EQ(ASCIIToUTF16("Yahoo"), template_url_->short_name()); in TEST_F()
Dtemplate_url_service_unittest.cc92 const std::string& short_name, in CreateKeywordWithDate() argument
103 data.short_name = UTF8ToUTF16(short_name); in CreateKeywordWithDate()
119 const std::string& short_name, in AddKeywordWithDate() argument
130 model, short_name, keyword, url, suggest_url, alternate_url,favicon_url, in AddKeywordWithDate()
142 EXPECT_EQ(expected->short_name(), actual->short_name()); in ExpectSimilar()
168 TemplateURL* AddKeywordWithDate(const std::string& short_name,
255 const std::string& short_name, in AddKeywordWithDate() argument
265 return ::AddKeywordWithDate(model(), short_name, keyword, url, suggest_url, in AddKeywordWithDate()
272 ASSERT_EQ(expected.short_name(), actual.short_name()); in AssertEquals()
293 data.short_name = ASCIIToUTF16("unittest"); in CreatePreloadedTemplateURL()
[all …]
/external/pixman/test/
Dcheck-formats.c241 char short_name [128] = { 0 }; in list_operators() local
252 snprintf (short_name, sizeof (short_name) - 1, "%s", in list_operators()
255 for (j = 0; short_name[j] != '\0'; ++j) in list_operators()
256 short_name[j] = tolower (short_name[j]); in list_operators()
258 emit (short_name, &n_chars); in list_operators()
/external/chromium_org/sandbox/win/src/
Dfilesystem_policy.cc188 PolicyRule short_name(ASK_BROKER); in SetInitialRules() local
194 rv &= short_name.AddNumberMatch(IF_NOT, FileName::BROKER, TRUE, AND); in SetInitialRules()
195 rv &= short_name.AddStringMatch(IF, FileName::NAME, L"*~*", CASE_SENSITIVE); in SetInitialRules()
200 if (!policy->AddRule(IPC_NTCREATEFILE_TAG, &short_name)) in SetInitialRules()
206 if (!policy->AddRule(IPC_NTOPENFILE_TAG, &short_name)) in SetInitialRules()
212 if (!policy->AddRule(IPC_NTQUERYATTRIBUTESFILE_TAG, &short_name)) in SetInitialRules()
218 if (!policy->AddRule(IPC_NTQUERYFULLATTRIBUTESFILE_TAG, &short_name)) in SetInitialRules()
224 if (!policy->AddRule(IPC_NTSETINFO_RENAME_TAG, &short_name)) in SetInitialRules()
/external/chromium_org/chrome/browser/sync/test/integration/
Dsearch_engines_helper.cc42 return "TemplateURL: shortname: " + UTF16ToASCII(turl->short_name()) + in GetTURLInfoString()
51 (turl1->short_name() == turl2->short_name()); in TURLsMatch()
197 data.short_name = CreateKeyword(seed); in CreateTestTemplateURL()
219 const base::string16& short_name, in EditSearchEngine() argument
227 service->ResetTemplateURL(turl, short_name, new_keyword, url); in EditSearchEngine()
233 GetVerifierService()->ResetTemplateURL(verifier_turl, short_name, in EditSearchEngine()
/external/chromium/chrome/browser/ui/views/location_bar/
Dselected_keyword_view.cc62 const string16 short_name = profile_->GetTemplateURLModel()-> in SetKeyword() local
67 l10n_util::GetStringFUTF16(message_id, short_name))); in SetKeyword()
69 location_bar_util::CalculateMinString(UTF16ToWide(short_name))); in SetKeyword()
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dselected_keyword_decoration.mm51 void SelectedKeywordDecoration::SetKeyword(const string16& short_name,
54 location_bar_util::CalculateMinString(UTF16ToWideHack(short_name))));
59 // derived from |short_name|.
61 [l10n_util::GetNSStringF(message_id, short_name) copy]);
/external/chromium/chrome/browser/webdata/
Dkeyword_table_unittest.cc93 EXPECT_EQ(template_url.short_name(), restored_url->short_name()); in TEST_F()
187 EXPECT_EQ(template_url.short_name(), restored_url->short_name()); in TEST_F()
241 EXPECT_EQ(template_url.short_name(), restored_url->short_name()); in TEST_F()
/external/chromium_org/third_party/closure_linter/closure_linter/common/
Dsimplefileflags.py35 short_name='r')
41 short_name='e')
46 short_name='x')
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
Dsimplefileflags.py35 short_name='r')
41 short_name='e')
46 short_name='x')
/external/chromium-trace/trace-viewer/third_party/python_gflags/
Dgflags.py969 if flag.name == flagname or flag.short_name == flagname:
988 if flag.name == flagname or flag.short_name == flagname:
1041 short_name = flag.short_name
1042 if short_name is not None:
1043 if (short_name in fl and not flag.allow_override and
1044 not fl[short_name].allow_override and not _RUNNING_PYCHECKER):
1045 raise DuplicateFlagError(short_name, self)
1046 fl[short_name] = flag
1116 short_name = flag_obj.short_name
1117 if (short_name is not None and
[all …]
/external/chromium_org/third_party/python_gflags/
Dgflags.py969 if flag.name == flagname or flag.short_name == flagname:
988 if flag.name == flagname or flag.short_name == flagname:
1041 short_name = flag.short_name
1042 if short_name is not None:
1043 if (short_name in fl and not flag.allow_override and
1044 not fl[short_name].allow_override and not _RUNNING_PYCHECKER):
1045 raise DuplicateFlagError(short_name, self)
1046 fl[short_name] = flag
1116 short_name = flag_obj.short_name
1117 if (short_name is not None and
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
Du_format_compatible_test.c60 debug_printf("%s -> %s\n", src_format_desc->short_name, dst_format_desc->short_name); in test_all()
/external/mesa3d/src/gallium/tests/unit/
Du_format_compatible_test.c60 debug_printf("%s -> %s\n", src_format_desc->short_name, dst_format_desc->short_name); in test_all()

12345678