Home
last modified time | relevance | path

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

12345678

/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/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/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/perf-3.12.0/tools/perf/util/
Dparse-options.h88 int short_name; member
104 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val…
105 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), …
106 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va…
107 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)…
108 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), …
109 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), …
110 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),…
111 #define OPT_LONG(s, l, v, h) { .type = OPTION_LONG, .short_name = (s), .long_name = (l), .va…
112 #define OPT_U64(s, l, v, h) { .type = OPTION_U64, .short_name = (s), .long_name = (l), .val…
[all …]
/external/chromium_org/chrome/browser/search_engines/
Ddefault_search_pref_migration_unittest.cc29 scoped_ptr<TemplateURL> CreateKeyword(const std::string& short_name,
58 const std::string& short_name, in CreateKeyword() argument
62 data.short_name = base::ASCIIToUTF16(short_name); in CreateKeyword()
85 EXPECT_EQ(t_url->short_name(), modern_default->short_name); in TEST_F()
106 EXPECT_EQ(t_url->short_name(), modern_default->short_name); in TEST_F()
141 EXPECT_EQ(t_url2->short_name(), modern_default->short_name); in TEST_F()
/external/chromium_org/chrome/browser/webdata/
Dkeyword_table_unittest.cc46 keyword.short_name = ASCIIToUTF16("short_name"); in CreateAndAddKeyword()
121 EXPECT_EQ(keyword.short_name, restored_keyword.short_name); in TEST_F()
166 EXPECT_EQ(keyword.short_name, restored_keyword.short_name); in TEST_F()
183 keyword.short_name = ASCIIToUTF16("short_name"); in TEST_F()
194 EXPECT_EQ(keyword.short_name, restored_keyword.short_name); in TEST_F()
204 keyword.short_name = ASCIIToUTF16("legit"); in TEST_F()
210 keyword.short_name = ASCIIToUTF16("bogus"); in TEST_F()
/external/chromium_org/components/search_engines/
Dtemplate_url_service_unittest.cc61 const std::string& short_name, in CreateKeywordWithDate() argument
73 data.short_name = base::UTF8ToUTF16(short_name); in CreateKeywordWithDate()
90 const std::string& short_name, in AddKeywordWithDate() argument
101 model, short_name, keyword, url, suggest_url, alternate_url,favicon_url, in AddKeywordWithDate()
113 EXPECT_EQ(expected->short_name(), actual->short_name()); in ExpectSimilar()
139 TemplateURL* AddKeywordWithDate(const std::string& short_name,
202 const std::string& short_name, in AddKeywordWithDate() argument
212 return ::AddKeywordWithDate(model(), short_name, keyword, url, suggest_url, in AddKeywordWithDate()
219 ASSERT_EQ(expected.short_name(), actual.short_name()); in AssertEquals()
240 data.short_name = ASCIIToUTF16("unittest"); in CreatePreloadedTemplateURL()
[all …]
Dtemplate_url_parser_unittest.cc138 EXPECT_EQ(ASCIIToUTF16("Dictionary.com"), template_url_->short_name()); in TEST_F()
151 EXPECT_EQ(ASCIIToUTF16("Search \" MSDN"), template_url_->short_name()); in TEST_F()
165 EXPECT_EQ(ASCIIToUTF16("Wikipedia (English)"), template_url_->short_name()); in TEST_F()
196 EXPECT_EQ(ASCIIToUTF16("eBay"), template_url_->short_name()); in TEST_F()
215 EXPECT_EQ(ASCIIToUTF16("Webster"), template_url_->short_name()); in TEST_F()
232 EXPECT_EQ(ASCIIToUTF16("Yahoo"), template_url_->short_name()); in TEST_F()
254 EXPECT_EQ(ASCIIToUTF16("Yahoo"), template_url_->short_name()); in TEST_F()
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dselected_keyword_decoration.mm46 void SelectedKeywordDecoration::SetKeyword(const base::string16& short_name,
49 location_bar_util::CalculateMinString(short_name));
51 base::SysUTF16ToNSString(short_name) :
52 l10n_util::GetNSStringF(IDS_OMNIBOX_KEYWORD_TEXT, short_name);
55 // derived from |short_name|.
/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/third_party/libvpx/source/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/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/chrome/browser/sync/test/integration/
Dsearch_engines_helper.cc42 return "TemplateURL: shortname: " + base::UTF16ToASCII(turl->short_name()) + in GetTURLInfoString()
52 (turl1->short_name() == turl2->short_name()); in TURLsMatch()
198 data.short_name = CreateKeyword(seed); in CreateTestTemplateURL()
220 const base::string16& short_name, in EditSearchEngine() argument
228 service->ResetTemplateURL(turl, short_name, new_keyword, url); in EditSearchEngine()
234 GetVerifierService()->ResetTemplateURL(verifier_turl, short_name, in EditSearchEngine()
/external/chromium_org/sandbox/win/src/
Dfilesystem_policy.cc185 PolicyRule short_name(ASK_BROKER); in SetInitialRules() local
191 rv &= short_name.AddNumberMatch(IF_NOT, FileName::BROKER, TRUE, AND); in SetInitialRules()
192 rv &= short_name.AddStringMatch(IF, FileName::NAME, L"*~*", CASE_SENSITIVE); in SetInitialRules()
197 if (!policy->AddRule(IPC_NTCREATEFILE_TAG, &short_name)) in SetInitialRules()
203 if (!policy->AddRule(IPC_NTOPENFILE_TAG, &short_name)) in SetInitialRules()
209 if (!policy->AddRule(IPC_NTQUERYATTRIBUTESFILE_TAG, &short_name)) in SetInitialRules()
215 if (!policy->AddRule(IPC_NTQUERYFULLATTRIBUTESFILE_TAG, &short_name)) in SetInitialRules()
221 if (!policy->AddRule(IPC_NTSETINFO_RENAME_TAG, &short_name)) in SetInitialRules()
/external/chromium_org/tools/gyp/pylib/gyp/
DMSVSVersion.py19 def __init__(self, short_name, description, argument
22 self.short_name = short_name
33 return self.short_name
87 if self.short_name == '2013' and (
101 if self.short_name[-1] != 'e' and (
/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/ui/app_list/
Dapp_list_item.cc115 const std::string& short_name) { in SetNameAndShortName() argument
116 if (name_ == name && short_name_ == short_name) in SetNameAndShortName()
119 short_name_ = short_name; in SetNameAndShortName()
/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()
/external/chromium_org/chrome/browser/ui/app_list/
Dfast_show_pickler.cc158 std::string short_name; in UnpickleAppListItem() local
159 if (!it->ReadString(&short_name)) in UnpickleAppListItem()
161 result->SetNameAndShortName(name, short_name); in UnpickleAppListItem()
177 if (!pickle->WriteString(item->short_name())) in PickleAppListItem()
188 dest_item->SetNameAndShortName(src_item->name(), src_item->short_name()); in CopyOverItem()

12345678