Home
last modified time | relevance | path

Searched refs:names (Results 201 - 225 of 863) sorted by relevance

12345678910>>...35

/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Denums.go133 func formatEnum(f fmt.State, c rune, i int, names []string, unknown string) {
135 if i >= 0 && i < len(names) {
136 s = names[i]
145 func parseEnum(s string, names []string) int {
146 for i, name := range names {
/third_party/icu/tools/unicode/c/genprops/
H A Dnamespropsbuilder.cpp18 * This builder reads Unicode character names and aliases,
31 * -- data-based names
52 * tokenString=tokenStrings+token; (tokenStrings=start of names data + tokenStringOffset;)
60 * uint16_t groupMSB; -- for a group of 32 character names stored, this is code point>>5
61 * uint16_t offsetHigh; -- group strings are at start of names data + groupStringsOffset + this 32 bit-offset
79 * -- algorithmic names
88 * algorithmic names (Unicode 3.0.0: 3, hardcoded in gennames)
197 /* the structure for algorithmic names needs to be 4-aligned */
273 addLine(UChar32 code, const char *names[], int16_t lengths[], int16_t count);
305 const char *names[ in setProps() local
981 addLine(UChar32 code, const char *names[], int16_t lengths[], int16_t count) addLine() argument
[all...]
/third_party/node/deps/openssl/openssl/util/
H A Dfind-doc-nits111 # A common regexp for C symbol names
119 # We collect files names on the fly, on known tag basis
292 err($id, "POD markup among the names in NAME")
303 my %names;
309 $names{$n} = 1;
409 unless defined $names{$sym};
410 $names{$sym} = 2;
417 foreach my $n ( keys %names ) {
418 next if $names{$n} == 2;
598 # easier than the man1 checks, we only check the names followe
[all...]
/third_party/openssl/util/
H A Dfind-doc-nits111 # A common regexp for C symbol names
119 # We collect files names on the fly, on known tag basis
292 err($id, "POD markup among the names in NAME")
303 my %names;
309 $names{$n} = 1;
409 unless defined $names{$sym};
410 $names{$sym} = 2;
417 foreach my $n ( keys %names ) {
418 next if $names{$n} == 2;
598 # easier than the man1 checks, we only check the names followe
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttload.c840 TT_Name names = NULL; in FT_LOCAL_DEF() local
959 if ( FT_QNEW_ARRAY( names, table->numNameRecords ) || in FT_LOCAL_DEF()
965 TT_Name entry = names; in FT_LOCAL_DEF()
1008 FT_MEM_QRENEW_ARRAY( names, in FT_LOCAL_DEF()
1011 table->names = names; in FT_LOCAL_DEF()
1012 names = NULL; in FT_LOCAL_DEF()
1022 FT_FREE( names ); in FT_LOCAL_DEF()
1047 if ( table->names ) in tt_face_free_name()
1049 TT_Name entry = table->names; in tt_face_free_name()
[all...]
/third_party/node/test/common/
H A Dfixtures.js27 function readFixtureKeys(enc, ...names) {
28 return names.map((name) => readFixtureKey(name, enc));
/third_party/nghttp2/
H A Dauthor.py10 # tie with longer author name. Among the all author names extract the
35 names = list(sorted(edict.values())) variable
39 for name in names:
/third_party/pulseaudio/src/tests/
H A Dsig2str-test.c30 static const char *names[] = { variable
105 fail_unless(pa_streq(pa_sig2str(sig), names[sig+1])); in START_TEST()
/third_party/node/deps/openssl/openssl/apps/
H A Dx509.c183 static void warn_copying(ASN1_OBJECT *excluded, const char *names) in warn_copying() argument
187 if (names != NULL && strstr(names, sn) != NULL) in warn_copying()
193 static X509_REQ *x509_to_req(X509 *cert, int ext_copy, const char *names) in x509_to_req() argument
207 * If names is not NULL, copy only those extensions listed there. in x509_to_req()
209 warn_copying(skid, names); in x509_to_req()
210 warn_copying(akid, names); in x509_to_req()
1179 static int parse_ext_names(char *names, const char **result) in parse_ext_names() argument
1184 p = q = names; in parse_ext_names()
1185 len = strlen(names); in parse_ext_names()
1213 const char *sn, **names = NULL; print_x509v3_exts() local
[all...]
/third_party/openssl/apps/
H A Dx509.c183 static void warn_copying(ASN1_OBJECT *excluded, const char *names) in warn_copying() argument
187 if (names != NULL && strstr(names, sn) != NULL) in warn_copying()
193 static X509_REQ *x509_to_req(X509 *cert, int ext_copy, const char *names) in x509_to_req() argument
207 * If names is not NULL, copy only those extensions listed there. in x509_to_req()
209 warn_copying(skid, names); in x509_to_req()
210 warn_copying(akid, names); in x509_to_req()
1179 static int parse_ext_names(char *names, const char **result) in parse_ext_names() argument
1184 p = q = names; in parse_ext_names()
1185 len = strlen(names); in parse_ext_names()
1213 const char *sn, **names = NULL; print_x509v3_exts() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c1659 } names[]={ variable
1699 for(i=0; i<UPRV_LENGTHOF(names); ++i) { in enumCharNamesFn()
1700 if(code==(UChar32)names[i].code) { in enumCharNamesFn()
1703 if(0!=strcmp(name, names[i].extName)) { in enumCharNamesFn()
1704 log_err("u_enumCharName(0x%lx - Extended)=%s instead of %s\n", code, name, names[i].extName); in enumCharNamesFn()
1708 if(0!=strcmp(name, names[i].name)) { in enumCharNamesFn()
1709 log_err("u_enumCharName(0x%lx)=%s instead of %s\n", code, name, names[i].name); in enumCharNamesFn()
1713 expected=names[i].oldName; in enumCharNamesFn()
1719 expected=names[i].alias; in enumCharNamesFn()
1785 /* no names dat in TestCharNames()
[all...]
/third_party/alsa-lib/src/control/
H A Dhcontrol.c217 static int snd_hctl_compare_mixer_priority_lookup(const char **name, const char * const *names, int coef) in snd_hctl_compare_mixer_priority_lookup() argument
221 for (res = 0; *names; names++, res += coef) { in snd_hctl_compare_mixer_priority_lookup()
222 if (!strncmp(*name, *names, strlen(*names))) { in snd_hctl_compare_mixer_priority_lookup()
223 *name += strlen(*names); in snd_hctl_compare_mixer_priority_lookup()
234 static const char *const names[] = { in get_compare_weight() local
298 if ((res = snd_hctl_compare_mixer_priority_lookup((const char **)&name, names, 1000000)) == NOT_FOUND) in get_compare_weight()
/third_party/node/deps/v8/src/objects/
H A Dmodule.cc304 // Collect the export names. in GetModuleNamespace()
314 ZoneVector<Handle<String>> names(&zone); in GetModuleNamespace()
315 names.reserve(exports->NumberOfElements()); in GetModuleNamespace()
319 names.push_back(handle(String::cast(key), isolate)); in GetModuleNamespace()
321 DCHECK_EQ(static_cast<int>(names.size()), exports->NumberOfElements()); in GetModuleNamespace()
324 std::sort(names.begin(), names.end(), in GetModuleNamespace()
339 static_cast<int>(names.size()), in GetModuleNamespace()
342 for (const auto& name : names) { in GetModuleNamespace()
/third_party/python/Objects/
H A Dcodeobject.c160 PyObject *names, PyObject *kinds) in _Py_set_localsplus_info()
163 PyTuple_SET_ITEM(names, offset, name); in _Py_set_localsplus_info()
168 get_localsplus_counts(PyObject *names, PyObject *kinds, in get_localsplus_counts() argument
176 Py_ssize_t nlocalsplus = PyTuple_GET_SIZE(names); in get_localsplus_counts()
210 PyObject *names = PyTuple_New(num); in get_localsplus_names() local
211 if (names == NULL) { in get_localsplus_names()
223 PyTuple_SET_ITEM(names, index, name); in get_localsplus_names()
227 return names; in get_localsplus_names()
239 con->names == NULL || !PyTuple_Check(con->names) || in _PyCode_Validate()
159 _Py_set_localsplus_info(int offset, PyObject *name, _PyLocals_Kind kind, PyObject *names, PyObject *kinds) _Py_set_localsplus_info() argument
498 PyCode_NewWithPosOnlyArgs(int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_NewWithPosOnlyArgs() argument
622 PyCode_New(int argcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_New() argument
1522 code_new_impl(PyTypeObject *type, int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable, PyObject *freevars, PyObject *cellvars) code_new_impl() argument
[all...]
/drivers/peripheral/camera/vdi_base/common/pipeline_core/utils/
H A Dobject_factory.h35 std::string DoRegister(const std::vector<std::string>& names, CreatorFunc f) in DoRegister() argument
38 for (const auto& it : names) { in DoRegister()
/third_party/elfutils/backends/
H A Dsparc_regs.c1 /* Register names and numbers for SPARC DWARF.
62 static const char names[2][8][6] = in sparc_register_info() local
71 return stpncpy (name, names[ebl->class == ELFCLASS64][regno], in sparc_register_info()
/third_party/musl/src/ctype/
H A Diswctype.c53 static const char names[] = in wctype() local
58 for (i=1, p=names; *p; i++, p+=6) in wctype()
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslation-opcode.h63 static const char* const names[] = {TRANSLATION_OPCODE_LIST(CASE)}; in TranslationOpcodeToString() local
65 return names[static_cast<int>(o)]; in TranslationOpcodeToString()
/third_party/skia/tests/
H A DSamplingTest.cpp20 const char* names[] = { in DEF_TEST() local
25 for (auto name : names) { in DEF_TEST()
/third_party/skia/infra/bots/recipe_modules/builder_name_schema/examples/
H A Dfull.py13 names = [
17 for name in names:
/third_party/mesa3d/src/amd/registers/
H A Dregdb.py356 def merge_enums(self, names, newname, union=False):
358 Given a list of enum names, merge them all into one with a new name and
361 if newname not in names and newname in self.__enums:
365 [(name, self.__enums[name]) for name in names],
369 for name in names:
375 if getattr(field, 'enum_ref', None) in names:
416 def merge_register_types(self, names, newname, union=False):
418 Given a list of register type names, merge them all into one with a
421 if newname not in names and newname in self.__register_types:
425 [(name, self.__register_types[name]) for name in names],
[all...]
/third_party/node/deps/v8/third_party/jinja2/
H A Denvironment.py810 names = self.loader.list_templates()
822 names = [name for name in names if filter_func(name)]
824 return names
886 def select_template(self, names, parent=None, globals=None):
892 If names is :class:`Undefined`, an :exc:`UndefinedError` is
893 raised instead. If no templates were found and names
897 If `names` contains a :class:`Template` object it is returned
902 if isinstance(names, Undefined):
903 names
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtransformfeedback.c881 /* allocate new memory for varying names */ in transform_feedback_varyings()
890 /* Save the new names and the count */ in transform_feedback_varyings()
1100 _mesa_GenTransformFeedbacks(GLsizei n, GLuint *names) in _mesa_GenTransformFeedbacks() argument
1104 /* GenTransformFeedbacks should just reserve the object names that a in _mesa_GenTransformFeedbacks()
1106 * the sake of simplicity, we reserve the names and create the objects in _mesa_GenTransformFeedbacks()
1110 create_transform_feedbacks(ctx, n, names, false); in _mesa_GenTransformFeedbacks()
1120 _mesa_CreateTransformFeedbacks(GLsizei n, GLuint *names) in _mesa_CreateTransformFeedbacks() argument
1124 create_transform_feedbacks(ctx, n, names, true); in _mesa_CreateTransformFeedbacks()
1205 _mesa_DeleteTransformFeedbacks(GLsizei n, const GLuint *names) in _mesa_DeleteTransformFeedbacks() argument
1215 if (!names) in _mesa_DeleteTransformFeedbacks()
[all...]
/third_party/skia/third_party/externals/jinja2/
H A Denvironment.py810 names = self.loader.list_templates()
822 names = [name for name in names if filter_func(name)]
824 return names
886 def select_template(self, names, parent=None, globals=None):
892 If names is :class:`Undefined`, an :exc:`UndefinedError` is
893 raised instead. If no templates were found and names
897 If `names` contains a :class:`Template` object it is returned
902 if isinstance(names, Undefined):
903 names
[all...]
/third_party/googletest/googlemock/src/
H A Dgmock-internal-utils.cc14 // * Neither the name of Google Inc. nor the names of its
58 const std::vector<const char*>& names, const Strings& values) { in JoinAsKeyValueTuple()
59 GTEST_CHECK_(names.size() == values.size()); in JoinAsKeyValueTuple()
64 return std::string(names[i]) + ": " + values[i]; in JoinAsKeyValueTuple()
57 JoinAsKeyValueTuple( const std::vector<const char*>& names, const Strings& values) JoinAsKeyValueTuple() argument

Completed in 22 milliseconds

12345678910>>...35