Home
last modified time | relevance | path

Searched refs:alias (Results 1 - 25 of 552) sorted by relevance

12345678910>>...23

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_device_info.py33 # Extension(name, alias="", required=False, properties=False, features=False, conditions=None, guard=False)
41 # `zink_device_info.{alias}_props`.
47 # struct inside `zink_device_info.{alias}_feats`.
72 alias="sync2", variable
80 alias="pv", variable
87 Extension("VK_EXT_depth_clip_control", alias="clip_control", features=True),
90 Extension("VK_EXT_shader_atomic_float", alias="atomic_float", features=True),
92 alias="storage_8bit", variable
96 alias="storage_16bit", variable
100 alias variable
103 alias="driver", global() variable
108 alias="interlock", global() variable
112 alias="sample_locations", global() variable
115 alias="cons_raster", global() variable
121 alias="cond_render", global() variable
125 alias="tf", global() variable
130 alias="index_uint8", global() variable
136 alias="imgless", global() variable
140 alias="rb2", global() variable
146 alias="vdiv", global() variable
152 alias="linear_color", global() variable
155 alias="dynamic_render", global() variable
158 alias="shader_clock", global() variable
162 alias="reduction", global() variable
166 alias="border_color", global() variable
171 alias="nonseamless", global() variable
174 alias="border_swizzle", global() variable
177 alias="blend", global() variable
182 alias="dynamic_state", global() variable
186 alias="dynamic_state2", global() variable
190 alias="pipeline_cache_control", global() variable
194 alias="stencil_export"), global() variable
196 alias="portability_subset", global() variable
202 alias="format_4444", global() variable
205 alias="scalar_block_layout", global() variable
210 alias="shader_float16_int8", global() variable
213 alias="multidraw", global() variable
218 alias="primgen", global() variable
221 alias="push", global() variable
224 alias="template"), global() variable
226 alias="line_rast", global() variable
230 alias="vertex_input", global() variable
234 alias="list_restart", global() variable
238 alias="dedicated"), global() variable
240 alias="desc_indexing", global() variable
245 alias="depth_clip_enable", global() variable
[all...]
/third_party/ffmpeg/libswscale/arm/
H A Drgb2yuv_neon_common.S23 .macro alias name, tgt, set=1
34 alias q\qw\()_l, d\dw_l
35 alias q\qw\()_h, d\dw_h
46 alias \name\(), \qw, \set
47 alias \name\()_l, \qw\()_l, \set
48 alias \name\()_h, \qw\()_h, \set
72 alias src, r0, \set
73 alias src0, src, \set
74 alias y, r1, \set
75 alias y
238 alias CO_R d0 global() label
243 alias CO_G d1 global() label
248 alias CO_B d2 global() label
253 alias BIAS_U, d3 global() label
254 alias BIAS_V, BIAS_U global() label
256 alias BIAS_Y, q2 global() label
[all...]
H A Drgb2yuv_neon_32.S30 alias n16x16_o, q11 label
31 alias n16x16_ol, q11_l label
32 alias n16x16_oh, q11_h label
34 alias y32x16_el, q12 label
35 alias y32x16_eh, q13 label
36 alias y32x16_ol, q14 label
37 alias y32x16_oh, q15 label
39 alias y16x16_e, q12 label
40 alias y16x16_el, q12_l label
41 alias y16x16_e label
42 alias y16x16_o, q13 global() label
43 alias y16x16_ol, q13_l global() label
44 alias y16x16_oh, q13_h global() label
47 alias y8x16, y16x16_e global() label
93 alias c32x8_l, q14 global() label
94 alias c32x8_h, q15 global() label
[all...]
/third_party/rust/crates/rustix/src/net/
H A Dsockopt.rs6 #![doc(alias = "getsockopt")]
7 #![doc(alias = "setsockopt")]
33 #[doc(alias = "SO_TYPE")]
55 #[doc(alias = "SO_REUSEADDR")]
77 #[doc(alias = "SO_BROADCAST")]
99 #[doc(alias = "SO_BROADCAST")]
121 #[doc(alias = "SO_LINGER")]
143 #[doc(alias = "SO_LINGER")]
158 #[doc(alias = "SO_PASSCRED")]
173 #[doc(alias
[all...]
/third_party/python/Objects/
H A Dgenericaliasobject.c29 gaobject *alias = (gaobject *)self; in ga_dealloc() local
32 if (alias->weakreflist != NULL) { in ga_dealloc()
33 PyObject_ClearWeakRefs((PyObject *)alias); in ga_dealloc()
35 Py_XDECREF(alias->origin); in ga_dealloc()
36 Py_XDECREF(alias->args); in ga_dealloc()
37 Py_XDECREF(alias->parameters); in ga_dealloc()
44 gaobject *alias = (gaobject *)self; in ga_traverse() local
45 Py_VISIT(alias->origin); in ga_traverse()
46 Py_VISIT(alias->args); in ga_traverse()
47 Py_VISIT(alias in ga_traverse()
127 gaobject *alias = (gaobject *)self; ga_repr() local
521 gaobject *alias = (gaobject *)self; ga_getitem() local
549 gaobject *alias = (gaobject *)self; ga_hash() local
582 gaobject *alias = (gaobject *)self; ga_call() local
591 gaobject *alias = (gaobject *) self; ga_vectorcall() local
614 gaobject *alias = (gaobject *)self; ga_getattro() local
668 gaobject *alias = (gaobject *)self; ga_mro_entries() local
691 gaobject *alias = (gaobject *)self; ga_reduce() local
709 gaobject *alias = (gaobject *)self; ga_dir() local
763 gaobject *alias = (gaobject *)self; ga_parameters() local
777 gaobject *alias = (gaobject *)self; ga_unpacked_tuple_args() local
795 setup_ga(gaobject *alias, PyObject *origin, PyObject *args) setup_ga() argument
854 gaobject *alias = (gaobject *)gi->obj; ga_iternext() local
964 gaobject *alias = (gaobject*) PyType_GenericAlloc( Py_GenericAlias() local
[all...]
H A Dunionobject.c20 unionobject *alias = (unionobject *)self; in unionobject_dealloc() local
24 Py_XDECREF(alias->args); in unionobject_dealloc()
25 Py_XDECREF(alias->parameters); in unionobject_dealloc()
32 unionobject *alias = (unionobject *)self; in union_traverse() local
33 Py_VISIT(alias->args); in union_traverse()
34 Py_VISIT(alias->parameters); in union_traverse()
41 unionobject *alias = (unionobject *)self; in union_hash() local
42 PyObject *args = PyFrozenSet_New(alias->args); in union_hash()
253 unionobject *alias = (unionobject *)self; in union_repr() local
254 Py_ssize_t len = PyTuple_GET_SIZE(alias in union_repr()
281 unionobject *alias = (unionobject *)self; union_getitem() local
322 unionobject *alias = (unionobject *)self; union_parameters() local
350 unionobject *alias = (unionobject *)self; union_getattro() local
[all...]
/third_party/icu/icu4c/source/io/
H A Duprntf_p.cpp1061 static ufmt_args* parseArguments(const UChar *alias, va_list ap, UErrorCode *status) { in parseArguments() argument
1069 const UChar *aliasStart = alias; in parseArguments()
1074 while(*alias != UP_PERCENT && *alias != 0x0000) { in parseArguments()
1075 alias++; in parseArguments()
1078 if(*alias == 0x0000) { in parseArguments()
1082 alias++; in parseArguments()
1085 if(ISDIGIT(*alias)) { in parseArguments()
1088 if(ISDIGIT(*alias)) { in parseArguments()
1089 pos = (int) (*alias in parseArguments()
1237 const UChar *alias = fmt; u_printf_parse() local
[all...]
/third_party/skia/third_party/externals/icu/source/io/
H A Duprntf_p.cpp1061 static ufmt_args* parseArguments(const UChar *alias, va_list ap, UErrorCode *status) { in parseArguments() argument
1069 const UChar *aliasStart = alias; in parseArguments()
1074 while(*alias != UP_PERCENT && *alias != 0x0000) { in parseArguments()
1075 alias++; in parseArguments()
1078 if(*alias == 0x0000) { in parseArguments()
1082 alias++; in parseArguments()
1085 if(ISDIGIT(*alias)) { in parseArguments()
1088 if(ISDIGIT(*alias)) { in parseArguments()
1089 pos = (int) (*alias in parseArguments()
1237 const UChar *alias = fmt; u_printf_parse() local
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dscriptgenerator.py73 self.alias = {}
195 def genType(self, typeinfo, name, alias):
211 OutputGenerator.genType(self, typeinfo, name, alias)
222 self.genStruct(typeinfo, name, alias)
224 if alias:
225 # Add name -> alias mapping
226 self.addName(self.alias, name, alias)
228 # Always emit an alias (?!)
231 # May want to only emit full type definition when not an alias
[all...]
H A Ddocgenerator.py330 def genType(self, typeinfo, name, alias):
332 OutputGenerator.genType(self, typeinfo, name, alias)
341 self.genStruct(typeinfo, name, alias)
348 if alias:
349 # If the type is an alias, just emit a typedef declaration
350 body += 'typedef ' + alias + ' ' + name + ';\n'
386 def genStruct(self, typeinfo, typeName, alias):
388 OutputGenerator.genStruct(self, typeinfo, typeName, alias)
391 if alias:
394 body += '// {} is an alias fo
[all...]
H A Dmakemanaliases.py37 # For each alias in the API alias map, create a symlink if it
40 for key in api.alias:
43 # attempts to alias them will fail. Silently skip them.
46 alias = key + '.html' variable
47 src = api.alias[key] + '.html'
55 if os.access(alias, os.R_OK):
60 print('Unexpected alias file "' + alias + '" exists, skipping',
63 # Create link from alias refpag
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DUConverterAlias.java110 private static final boolean isAlias(String alias) { in isAlias() argument
111 if (alias == null) { in isAlias()
114 return (alias.length() != 0); in isAlias()
125 /* load converter alias data from file if necessary */ in haveAliasData()
155 throw new IOException("Unsupported alias normalization"); in haveAliasData()
167 // U_CFUNC const char * io_getConverterName(const char *alias, UErrorCode
169 // public static final String io_getConverterName(String alias)
171 // if (haveAliasData() && isAlias(alias)) {
173 // int convNum = findConverter(alias, isAmbigous);
183 * search for an alias retur
187 findConverter(String alias, boolean[] isAmbigous) findConverter() argument
401 io_countAliases(String alias) io_countAliases() argument
436 io_getAlias(String alias, int n) io_getAlias() argument
478 getStandardName(String alias, String standard) getStandardName() argument
494 countAliases(String alias) countAliases() argument
500 getAlias(String alias, int n) getAlias() argument
524 getCanonicalName(String alias, String standard) getCanonicalName() argument
582 findTaggedAliasListsOffset(String alias, String standard) findTaggedAliasListsOffset() argument
639 findTaggedConverterNum(String alias, String standard) findTaggedConverterNum() argument
681 isAliasInList(String alias, int listOffset) isAliasInList() argument
[all...]
/third_party/libabigail/tests/data/test-symtab/basic/
H A Daliases.c3 void exported_function_alias() __attribute__((alias("exported_function")));
4 void exported_function_another_alias() __attribute__((alias("exported_function")));
5 void exported_function_weak_alias() __attribute__((weak, alias("exported_function")));
6 void exported_function_another_weak_alias() __attribute__((weak, alias("exported_function")));
10 extern int exported_variable_alias __attribute__((alias("exported_variable")));
11 extern int exported_variable_another_alias __attribute__((alias("exported_variable")));
12 extern int exported_variable_weak_alias __attribute__((weak, alias("exported_variable")));
13 extern int exported_variable_another_weak_alias __attribute__((weak, alias("exported_variable")));
/third_party/mesa3d/src/vulkan/util/
H A Dvk_entrypoints.py37 self.alias = None
71 self.alias = entrypoint
75 return self.alias.is_physical_device_entrypoint()
78 return self.alias.is_device_entrypoint()
81 return self.alias.prefixed_name(prefix)
85 return self.alias.params
89 return self.alias.return_type
93 return self.alias.disp_table_index
96 return self.alias.decl_params()
99 return self.alias
[all...]
/third_party/python/Tools/i18n/
H A Dmakelocalealias.py3 Convert the X11 locale.alias file into a mapping dictionary suitable
13 # Location of the X11 alias file.
14 LOCALE_ALIAS = '/usr/share/X11/locale/locale.alias'
22 # Remove mojibake in /usr/share/X11/locale/locale.alias.
32 locale, alias = line.split()
34 if '@' in alias:
35 alias_lang, _, alias_mod = alias.partition('@')
38 alias = alias_lang + '.' + alias_enc + '@' + alias_mod
53 data[locale] = alias
72 alias, alias_encodin
[all...]
/third_party/python/Lib/distutils/
H A Dfancy_getopt.py22 # For recognizing "negative alias" options, eg. "quiet=!verbose"
37 --quiet is the "negative alias" of --verbose, then "--quiet"
58 # 'alias' records (duh) alias options; {'foo': 'bar'} means
59 # --foo is an alias for --bar
60 self.alias = {}
112 for (alias, opt) in aliases.items():
113 if alias not in self.option_index:
115 "option '%s' not defined") % (what, alias, alias))
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DLikelySubtagsBuilderTest.java12 import static org.unicode.icu.tool.cldrtoicu.localedistance.TestData.alias;
34 alias(LANGUAGE, DEPRECATED, "in", "id"), in testLanguageAliases()
35 alias(LANGUAGE, DEPRECATED, "mo", "ro"), in testLanguageAliases()
37 alias(LANGUAGE, OVERLONG, "eng", "en"), in testLanguageAliases()
39 alias(LANGUAGE, LEGACY, "zh_TW", "zh_Hant_TW"), in testLanguageAliases()
40 alias(LANGUAGE, LEGACY, "i-default", "en-x-i-default"))); in testLanguageAliases()
52 alias(TERRITORY, DEPRECATED, "CS", "RS ME"), in testTerritoryAliases()
53 alias(TERRITORY, DEPRECATED, "UK", "GB"), in testTerritoryAliases()
55 alias(TERRITORY, OVERLONG, "eng", "en"), in testTerritoryAliases()
56 alias(TERRITOR in testTerritoryAliases()
[all...]
/third_party/mesa3d/src/mapi/
H A Dmapi_glapi.c117 const struct mapi_stub *alias = NULL; in _glapi_add_dispatch() local
122 /* find the missing stubs, and decide the alias */ in _glapi_add_dispatch()
138 if (alias && stub_get_slot(alias) != slot) in _glapi_add_dispatch()
140 /* use the first existing stub as the alias */ in _glapi_add_dispatch()
141 if (!alias) in _glapi_add_dispatch()
142 alias = stub; in _glapi_add_dispatch()
160 stub_fix_dynamic(stub, alias); in _glapi_add_dispatch()
161 if (!alias) in _glapi_add_dispatch()
162 alias in _glapi_add_dispatch()
[all...]
/third_party/rust/crates/rustix/src/termios/
H A Dtc.rs23 #[doc(alias = "TCGETS")]
38 #[doc(alias = "TIOCGWINSZ")]
55 #[doc(alias = "TIOCGPGRP")]
72 #[doc(alias = "TIOCSPGRP")]
90 #[doc(alias = "TCSETS")]
116 #[doc(alias = "TCSBRK")]
148 #[doc(alias = "TCFLSH")]
164 #[doc(alias = "TCXONC")]
179 #[doc(alias = "TIOCGSID")]
193 #[doc(alias
[all...]
/third_party/python/Lib/test/
H A Dtest_genericalias.py137 alias = t[int]
138 self.assertIs(alias.__origin__, t)
139 self.assertEqual(alias.__args__, (int,))
140 self.assertEqual(alias.__parameters__, ())
153 alias = t[int]
154 self.assertEqual(alias(), t())
156 self.assertEqual(alias(iter([('a', 1), ('b', 2)])), dict(a=1, b=2))
157 self.assertEqual(alias(a=1, b=2), dict(a=1, b=2))
161 a = alias(default)
165 self.assertEqual(alias(ite
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dinferred_type_test.cc41 using alias = builder::alias<T>;
69 ParamsFor<alias<bool>>(), //
70 ParamsFor<alias<u32>>(), //
71 ParamsFor<alias<i32>>(), //
72 ParamsFor<alias<f32>>(), //
73 ParamsFor<alias<vec3<bool>>>(), //
74 ParamsFor<alias<vec3<i32>>>(), //
75 ParamsFor<alias<vec3<u32>>>(), //
76 ParamsFor<alias<vec
[all...]
/third_party/rust/crates/rustix/src/io/
H A Dioctl.rs17 #[doc(alias = "TIOCEXCL")]
30 #[doc(alias = "TIOCNXCL")]
47 #[doc(alias = "FIOCLEX")]
48 #[doc(alias = "FD_CLOEXEC")]
62 #[doc(alias = "FIONBIO")]
80 #[doc(alias = "FIONREAD")]
88 #[doc(alias = "BLKSSZGET")]
96 #[doc(alias = "BLKPBSZGET")]
/third_party/backends/backend/
H A Ddll.c263 struct alias struct
265 struct alias *next;
277 static struct alias *first_alias;
727 struct alias *alias; in add_alias() local
743 if (strcmp (command, "alias") == 0) in add_alias()
780 alias = malloc (sizeof (struct alias)); in add_alias()
781 if (alias) in add_alias()
783 alias in add_alias()
1025 struct alias *alias; sane_exit() local
1154 struct alias *alias; sane_get_devices() local
1224 struct alias *alias; sane_open() local
[all...]
/third_party/skia/third_party/externals/brotli/scripts/
H A Dfix-win-bazel-build.py23 (alias, space, link) = entry.partition(' ')
24 if alias.endswith('.jar') or alias.endswith('.exe'):
27 alias = alias.replace('/', '\\') variable
28 dst = os.path.join(runfiles, alias)
/third_party/icu/icu4c/source/tools/gencnval/
H A Dgencnval.c19 * converter name alias table to cnvalias.dat .
45 /* TODO: Need to check alias name length is less than UCNV_MAX_CONVERTER_NAME_LENGTH */
74 #define DATA_TYPE "icu" /* ICU alias table */
171 addAlias(const char *alias, uint16_t standard, uint16_t converter, UBool defaultName);
180 addToKnownAliases(const char *alias);
189 addTaggedAlias(uint16_t tag, const char *alias, uint16_t converter);*/
251 "\t-v or --verbose prints out extra information about the alias table\n" in main()
366 fprintf(stderr, "%s:%d: error: cannot start an alias with a space\n", path, lineNum-1); in parseFile()
370 fprintf(stderr, "%s:%d: error: alias needs to start with a converter name\n", path, lineNum); in parseFile()
380 fprintf(stderr, "%s:%d: error: alias tabl in parseFile()
425 char *converter, *alias; parseLine() local
629 addToKnownAliases(const char *alias) addToKnownAliases() argument
667 addAlias(const char *alias, uint16_t standard, uint16_t converter, UBool defaultName) addAlias() argument
814 resolveAliasToConverter(uint16_t alias, uint16_t *tagNum, uint16_t *converterNum) resolveAliasToConverter() argument
[all...]

Completed in 13 milliseconds

12345678910>>...23