Home
last modified time | relevance | path

Searched refs:names (Results 51 - 75 of 863) sorted by relevance

12345678910>>...35

/third_party/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c200 STACK_OF(OPENSSL_CSTRING) *names = arg; in collect_name()
202 sk_OPENSSL_CSTRING_push(names, name); in collect_name()
218 STACK_OF(OPENSSL_CSTRING) *names;
235 if (data->names == NULL) { in collect_decoder()
259 end_i = sk_OPENSSL_CSTRING_num(data->names); in collect_decoder()
261 const char *name = sk_OPENSSL_CSTRING_value(data->names, i); in collect_decoder()
308 STACK_OF(OPENSSL_CSTRING) *names = NULL; in ossl_decoder_ctx_setup_for_pkey()
336 || (names = sk_OPENSSL_CSTRING_new_null()) == NULL) { in ossl_decoder_ctx_setup_for_pkey()
349 /* Then, we collect all the keymgmt names */ in ossl_decoder_ctx_setup_for_pkey()
364 if (!EVP_KEYMGMT_names_do_all(keymgmt, collect_name, names)) { in ossl_decoder_ctx_setup_for_pkey()
[all...]
H A Dencoder_meth.c22 * Encoder can have multiple names, separated with colons in a name string
91 const char *names; /* For get_encoder_from_store() */ member
162 if ((id = methdata->id) == 0 && methdata->names != NULL) { in get_encoder_from_store()
164 const char *names = methdata->names; in get_encoder_from_store() local
165 const char *q = strchr(names, NAME_SEPARATOR); in get_encoder_from_store()
166 size_t l = (q == NULL ? strlen(names) : (size_t)(q - names)); in get_encoder_from_store()
170 id = ossl_namemap_name2num_n(namemap, methdata->names, l); in get_encoder_from_store()
187 const char *names, cons in put_encoder_in_store()
185 put_encoder_in_store(void *store, void *method, const OSSL_PROVIDER *prov, const char *names, const char *propdef, void *data) put_encoder_in_store() argument
336 const char *names = algodef->algorithm_names; construct_encoder() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-arabic-table.py160 names = {}
180 names[c] = fields[1]
186 if items[0] not in names:
187 names[items[0]] = fields[1]
189 names[items[0]] = os.path.commonprefix ([names[items[0]], fields[1]]).strip ()
204 print (" {%s}, /* U+%04X %s */" % (value, u, names[u] if u in names else ""))
239 print (" { 0x%04Xu, 0x%04Xu }, /* %s */" % (liga[0], liga[1], names[liga[1]]))
H A Dgen-tag-table.py320 names (Mapping[str, str]): A map of language system tags to the
321 names they are given in the registry.
337 self.names = {}
371 self.names[tag] = re.sub (' languages$', '', name)
504 names (Mapping[str, str]): A map of subtags to the names they
506 ``'\\n'``-separated list of names.
508 suffixed to language names, including suffixes to explain
522 self.names = {}
558 if subtag in self.names
[all...]
/third_party/ltp/docparse/
H A Dtestinfo.pl186 my @names = @{$_[0]};
190 for my $name (sort @names) {
206 my @names = @{$_[0]};
211 for (@names) {
214 @names = uniq(@names);
216 for my $letter (@names) {
343 my @names = sort keys %{$json->{'tests'}};
344 my $letters = paragraph(get_test_letters(\@names));
350 $content .= paragraph("Total $#names test
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneNamesImpl.java213 // All names are not yet loaded into the trie. in find()
214 // We may have loaded names for formatting several time zones, in find()
216 // Populate the parsing trie from all of the already-loaded names. in find()
225 // There are still some names we haven't loaded into the trie yet. in find()
229 // Set default time zone location names in find()
230 // for time zones without explicit display names. in find()
304 * Loads all meta zone and time zone names for this TimeZoneNames' locale.
354 // We have already loaded the names for this meta zone. in consumeNamesTable()
362 // We have already loaded the names for this time zone. in consumeNamesTable()
374 // Let the ZNamesLoader consume the names tabl in consumeNamesTable()
585 private String[] names; global() field in TimeZoneNamesImpl.ZNamesLoader
754 ZNames(String[] names) ZNames() argument
759 createMetaZoneAndPutInCache(Map<String, ZNames> cache, String[] names, String mzID) createMetaZoneAndPutInCache() argument
772 createTimeZoneAndPutInCache(Map<String, ZNames> cache, String[] names, String tzID) createTimeZoneAndPutInCache() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneNamesImpl.java215 // All names are not yet loaded into the trie. in find()
216 // We may have loaded names for formatting several time zones, in find()
218 // Populate the parsing trie from all of the already-loaded names. in find()
227 // There are still some names we haven't loaded into the trie yet. in find()
231 // Set default time zone location names in find()
232 // for time zones without explicit display names. in find()
306 * Loads all meta zone and time zone names for this TimeZoneNames' locale.
356 // We have already loaded the names for this meta zone. in consumeNamesTable()
364 // We have already loaded the names for this time zone. in consumeNamesTable()
376 // Let the ZNamesLoader consume the names tabl in consumeNamesTable()
587 private String[] names; global() field in TimeZoneNamesImpl.ZNamesLoader
756 ZNames(String[] names) ZNames() argument
761 createMetaZoneAndPutInCache(Map<String, ZNames> cache, String[] names, String mzID) createMetaZoneAndPutInCache() argument
774 createTimeZoneAndPutInCache(Map<String, ZNames> cache, String[] names, String tzID) createTimeZoneAndPutInCache() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dcpdtrtst.cpp43 UnicodeString names[]={"Greek-Latin", "Latin-Devanagari", "Devanagari-Latin", "Latin-Greek"}; in TestConstruction() local
46 Transliterator* t1=Transliterator::createInstance(names[0], UTRANS_FORWARD, parseError, status); in TestConstruction()
47 Transliterator* t2=Transliterator::createInstance(names[1], UTRANS_FORWARD, parseError, status); in TestConstruction()
48 Transliterator* t3=Transliterator::createInstance(names[2], UTRANS_FORWARD, parseError, status); in TestConstruction()
49 Transliterator* t4=Transliterator::createInstance(names[3], UTRANS_FORWARD, parseError, status); in TestConstruction()
68 names[0], in TestConstruction()
69 names[0]+";"+names[3], in TestConstruction()
70 names[3]+";"+names[ in TestConstruction()
[all...]
/third_party/lzma/CPP/Windows/
H A DShell.cpp113 static HRESULT ReadUnicodeStrings(const wchar_t *p, size_t size, UStringVector &names) in ReadUnicodeStrings() argument
115 names.Clear(); in ReadUnicodeStrings()
143 names.Add(s); in ReadUnicodeStrings()
144 // names.ReserveOnePosition(); in ReadUnicodeStrings()
145 // names.AddInReserved_Ptr_of_new(new UString((unsigned)num - 1, start)); in ReadUnicodeStrings()
150 static HRESULT ReadAnsiStrings(const char *p, size_t size, UStringVector &names) in ReadAnsiStrings() argument
152 names.Clear(); in ReadAnsiStrings()
161 names.Add(GetUnicodeString(name)); in ReadAnsiStrings()
182 static HRESULT DataObject_GetData_HDROP_Names(IDataObject *dataObject, UStringVector &names) in DataObject_GetData_HDROP_Names() argument
184 names in DataObject_GetData_HDROP_Names()
243 DataObject_GetData_IDLIST(IDataObject *dataObject, UStringVector &names) DataObject_GetData_IDLIST() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dcctz_benchmark.cc106 // A list of known time-zone names.
704 std::vector<std::string> names; in AllTimeZoneNames() local
706 names.push_back(std::string("file:") + *namep); in AllTimeZoneNames()
708 assert(!names.empty()); in AllTimeZoneNames()
711 std::shuffle(names.begin(), names.end(), urbg); in AllTimeZoneNames()
712 return names; in AllTimeZoneNames()
777 const std::vector<std::string> names = AllTimeZoneNames(); in BM_Zone_LoadAllTimeZonesFirst() local
778 for (auto index = names.size(); state.KeepRunning(); ++index) { in BM_Zone_LoadAllTimeZonesFirst()
779 if (index == names in BM_Zone_LoadAllTimeZonesFirst()
794 const std::vector<std::string> names = AllTimeZoneNames(); BM_Zone_LoadAllTimeZonesCached() local
[all...]
/third_party/musl/porting/linux/user/ldso/
H A Dns_config.c174 sections->names = (char**)__libc_calloc(size, sizeof *sections->names); in sections_alloc()
176 if (sections->names && sections->kvs) { in sections_alloc()
179 __libc_free(sections->names); in sections_alloc()
193 char **names; in sections_realloc() local
195 names = (char **)__libc_realloc(sections->names, size * (sizeof *sections->names)); in sections_realloc()
196 if (!names) return; in sections_realloc()
197 sections->names in sections_realloc()
[all...]
/third_party/musl/ldso/linux/
H A Dns_config.c174 sections->names = (char**)__libc_calloc(size, sizeof *sections->names); in sections_alloc()
176 if (sections->names && sections->kvs) { in sections_alloc()
179 __libc_free(sections->names); in sections_alloc()
193 char **names; in sections_realloc() local
195 names = (char **)__libc_realloc(sections->names, size * (sizeof *sections->names)); in sections_realloc()
196 if (!names) return; in sections_realloc()
197 sections->names in sections_realloc()
[all...]
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Util/
H A DPod.pm81 =item B<names =E<gt> [ "name", ... ]>
83 All the names extracted from the NAME section.
148 # Add invisible names
149 if (m|^=for\s+openssl\s+names:\s*(.*)|s) {
153 "DEBUG: Found invisible names: ", join(', ', @tmp), "\n"
175 my @names =
183 "DEBUG: Collected names are: ",
184 join(', ', @names, @invisible_names), "\n"
188 names => [ @names,
[all...]
/third_party/openssl/util/perl/OpenSSL/Util/
H A DPod.pm81 =item B<names =E<gt> [ "name", ... ]>
83 All the names extracted from the NAME section.
148 # Add invisible names
149 if (m|^=for\s+openssl\s+names:\s*(.*)|s) {
153 "DEBUG: Found invisible names: ", join(', ', @tmp), "\n"
175 my @names =
183 "DEBUG: Collected names are: ",
184 join(', ', @names, @invisible_names), "\n"
188 names => [ @names,
[all...]
/third_party/typescript/tests/baselines/reference/
H A DgenericMethodOverspecialization.js2 var names = ["list", "table1", "table2", "table3", "summary"]; variable
14 var elements = names.map(function (name) {
30 var names = ["list", "table1", "table2", "table3", "summary"]; variable
31 var elements = names.map(function (name) {
/third_party/icu/tools/colprobe/
H A DextractCollationData.pl145 my $names = "";
161 $names = "";
171 $name .= $codes.$names." $char ";
173 $names = "";
179 $names .= "{".$charinfo->{'name'}."} ";
186 $name .= $codes.$names."\" >";
/third_party/libunwind/libunwind/tests/
H A Dx64-unwind-badjmp-signal-frame.c59 char *names[] = { in handle_sigsegv() local
63 int names_count = sizeof(names) / sizeof(*names); in handle_sigsegv()
83 if (strcmp(names[i], name) != 0) in handle_sigsegv()
86 printf("frame %s doesn't match expected frame %s\n", name, names[i]); in handle_sigsegv()
/third_party/ltp/testcases/kernel/syscalls/inotify/
H A Dinotify06.c43 static char names[FILES][PATH_MAX]; variable
52 sprintf(names[i], "fname_%d", i); in setup()
69 fd = SAFE_OPEN(names[i], O_CREAT | O_RDWR, 0600); in verify_inotify()
73 SAFE_UNLINK(names[i]); in verify_inotify()
87 myinotify_add_watch(inotify_fd, names[i], IN_MODIFY); in verify_inotify()
/third_party/node/deps/v8/src/d8/
H A Dd8-js.cc64 var names = Object.getOwnPropertyNames(x); variable
65 names = names.concat(Object.getOwnPropertySymbols(x));
66 for (var i in names) {
67 var name = names[i];
/third_party/mesa3d/src/mesa/main/
H A Dextensions.c47 const char *names[MAX_UNRECOGNIZED_EXTENSIONS]; member
145 unrecognized_extensions.names[i] = NULL; in free_unknown_extensions_strings()
156 * - Enable recognized extension names that are prefixed with '+'.
157 * - Disable recognized extension names that are prefixed with '-'.
158 * - Enable recognized extension names that are not prefixed.
159 * - Collect unrecognized extension names in a new string.
224 unrecognized_extensions.names[unknown_ext] = ext; in _mesa_one_time_init_extension_overrides()
391 if (unrecognized_extensions.names[k]) in _mesa_make_extension_string()
392 length += 1 + strlen(unrecognized_extensions.names[k]); /* +1 for space */ in _mesa_make_extension_string()
425 if (unrecognized_extensions.names[ in _mesa_make_extension_string()
[all...]
H A Dremap.c61 * followed by the names of the entry points. An empty entry
71 const char *names[MAX_ENTRY_POINTS + 1]; in map_function_spec() local
82 names[num_names] = spec; in map_function_spec()
91 names[num_names] = NULL; in map_function_spec()
94 return _glapi_add_dispatch(names, signature); in map_function_spec()
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Dencoder_meth.c22 * Encoder can have multiple names, separated with colons in a name string
91 const char *names; /* For get_encoder_from_store() */ member
162 if ((id = methdata->id) == 0 && methdata->names != NULL) { in get_encoder_from_store()
164 const char *names = methdata->names; in get_encoder_from_store() local
165 const char *q = strchr(names, NAME_SEPARATOR); in get_encoder_from_store()
166 size_t l = (q == NULL ? strlen(names) : (size_t)(q - names)); in get_encoder_from_store()
170 id = ossl_namemap_name2num_n(namemap, methdata->names, l); in get_encoder_from_store()
187 const char *names, cons in put_encoder_in_store()
185 put_encoder_in_store(void *store, void *method, const OSSL_PROVIDER *prov, const char *names, const char *propdef, void *data) put_encoder_in_store() argument
336 const char *names = algodef->algorithm_names; construct_encoder() local
[all...]
/third_party/ffmpeg/libavutil/
H A Davstring.c356 int av_match_name(const char *name, const char *names) in av_match_name() argument
361 if (!name || !names) in av_match_name()
365 while (*names) { in av_match_name()
366 int negate = '-' == *names; in av_match_name()
367 p = strchr(names, ','); in av_match_name()
369 p = names + strlen(names); in av_match_name()
370 names += negate; in av_match_name()
371 len = FFMAX(p - names, namelen); in av_match_name()
372 if (!av_strncasecmp(name, names, le in av_match_name()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dtznames.cpp50 TimeZoneNames* names; member
75 delete (icu::TimeZoneNamesImpl*) entry->names; in deleteTimeZoneNamesCacheEntry()
177 cacheEntry->names = tznames; in TimeZoneNamesDelegate()
253 return fTZnamesCacheEntry->names->getAvailableMetaZoneIDs(status); in getAvailableMetaZoneIDs()
258 return fTZnamesCacheEntry->names->getAvailableMetaZoneIDs(tzID, status); in getAvailableMetaZoneIDs()
263 return fTZnamesCacheEntry->names->getMetaZoneID(tzID, date, mzID); in getMetaZoneID()
268 return fTZnamesCacheEntry->names->getReferenceZoneID(mzID, region, tzID); in getReferenceZoneID()
273 return fTZnamesCacheEntry->names->getMetaZoneDisplayName(mzID, type, name); in getMetaZoneDisplayName()
278 return fTZnamesCacheEntry->names->getTimeZoneDisplayName(tzID, type, name); in getTimeZoneDisplayName()
283 return fTZnamesCacheEntry->names in getExemplarLocationName()
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Ddevice.c664 str_list_t *names; in ntfs_device_get_geo() local
692 for (names = hd->unix_dev_names; names; in ntfs_device_get_geo()
693 names = names->next) { in ntfs_device_get_geo()
694 if (names->str && !strncmp(dev->d_name, in ntfs_device_get_geo()
695 names->str, d_name_len)) in ntfs_device_get_geo()
712 for (names = hd->unix_dev_names; names; in ntfs_device_get_geo()
713 names in ntfs_device_get_geo()
[all...]

Completed in 15 milliseconds

12345678910>>...35