Searched defs:names (Results 251 - 275 of 381) sorted by relevance

<<111213141516

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcldrtest.c952 // log_verbose("skipping test for %s, some month and country names known to use aux exemplars\n", currLoc);
977 UResourceBundle* names = ures_getByKeyWithFallback(greg, "dayNames", NULL, &errorCode); local
978 UResourceBundle* format = ures_getByKeyWithFallback(names, "format", NULL, &errorCode);
1008 ures_close(names);
1010 names = ures_getByKeyWithFallback(greg, "monthNames", NULL, &errorCode);
1011 format = ures_getByKeyWithFallback(names,"format", NULL, &errorCode);
1039 ures_close(names);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp149 Buffer_char name_buffer; // var names storage space
151 Buffer_int names; // points to name (offset in name_buffer) member in class:SymbolTable
155 int len = names.content_size();
157 if (strcmp(var_name, name_buffer + names[i]) == 0){
193 names.append(offset);
211 int n = names.content_size();
221 names.reset();
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc1399 std::vector<std::string> names; local
1400 media_client_->GetAudioInputDevices(&names);
1402 PrintDevices(names);
1403 media_client_->GetAudioOutputDevices(&names);
1405 PrintDevices(names);
1406 media_client_->GetVideoCaptureDevices(&names);
1408 PrintDevices(names);
1411 void CallClient::PrintDevices(const std::vector<std::string>& names) { argument
1412 for (size_t i = 0; i < names.size(); ++i) {
1413 console_->PrintLine("%d: %s", static_cast<int>(i), names[
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPathOpsSkpClipTest.cpp609 void set(const SkCommandLineFlags::StringArray& names) { argument
610 fNames = &names;
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.h15 // - Neither the name of Sun Microsystems or the names of contributors may
109 const char* const names[] = { local
125 return names[index];
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64.h15 // - Neither the name of Sun Microsystems or the names of contributors may
98 const char* const names[] = { local
114 return names[index];
/external/clang/lib/AST/
H A DStmt.cpp630 unsigned numinputs, IdentifierInfo **names,
640 std::copy(names, names + NumExprs, Names);
628 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple, bool isvolatile, unsigned numoutputs, unsigned numinputs, IdentifierInfo **names, StringLiteral **constraints, Expr **exprs, StringLiteral *asmstr, unsigned numclobbers, StringLiteral **clobbers, SourceLocation rparenloc) argument
/external/deqp/modules/glshared/
H A DglsShaderLibrary.cpp713 } names[] = local
721 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(names); ++ndx)
722 if (names[ndx].name == enumName)
723 return names[ndx].value;
/external/e2fsprogs/e2fsck/
H A Dprofile.c1271 const char *const *names; member in struct:profile_iterator
1281 profile_iterator_create(profile_t profile, const char *const *names, int flags, argument
1291 if (!names)
1294 if (!names[0])
1304 iter->names = names;
1391 for (cpp = iter->names; cpp[iter->done_idx]; cpp++) {
1469 const char *names[4]; local
1471 names[0] = name;
1472 names[
1751 const char **names, *value; local
[all...]
/external/e2fsprogs/misc/
H A Dmke2fs.c1028 const char *names[4]; local
1032 names[0] = section;
1033 names[1] = subsection;
1034 names[2] = 0;
1036 if (profile_iterator_create(prof, names,
/external/emma/core/java12/com/vladium/util/args/
H A DOptsParser.java65 final String [] names = optdef.getNames ();
66 for (int n = 0; n < names.length; ++ n)
68 final String name = names [n];
668 final String [] names = optdef.getNames ();
675 for (int n = 0; n < names.length; ++ n)
677 m_nameMap.put (names [n].concat (unprefixedName), opt);
687 for (int n = 0; n < names.length; ++ n)
689 m_patternMap.put (names [n], patternList);
698 for (int n = 0; n < names.length; ++ n)
700 m_nameMap.put (names [
835 setNames(final String [] names) argument
876 setRequiresSet(final String [] names) argument
883 setExcludesSet(final String [] names) argument
[all...]
/external/icu/icu4c/source/common/
H A Dunames.cpp94 * @param names (const UCharNames *) pointer to the UCharNames indexes
97 #define GET_GROUPS(names) (const uint16_t *)((const char *)names+names->groupsOffset)
111 * Maximum length of character names (regular & 1.0).
116 * Set of chars used in character names (regular & 1.0).
233 * have Unicode 1.0 names or ISO comments or aliases.
234 * So, it will be token[';']==-1 if we store U1.0 names/ISO comments/aliases
238 expandName(UCharNames *names, argument
241 uint16_t *tokens=(uint16_t *)names
331 compareName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, const char *otherName) argument
483 getGroup(UCharNames *names, uint32_t code) argument
567 expandGroupName(UCharNames *names, const uint16_t *group, uint16_t lineNumber, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
578 getName(UCharNames *names, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
599 enumGroupNames(UCharNames *names, const uint16_t *group, UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) argument
667 enumNames(UCharNames *names, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp1035 UResourceBundle *names = ures_getByKey(rb, kNAMES, NULL, &ec); local
1036 int32_t idx = findInStringArray(names, id, ec);
1037 result = ures_getStringByIndex(names, idx, NULL, &ec);
1041 ures_close(names);
1054 UResourceBundle *names = ures_getByKey(rb, kNAMES, NULL, &ec); local
1055 int32_t idx = findInStringArray(names, id, ec);
1056 result = ures_getStringByIndex(names, idx, NULL, &ec);
1066 const UChar* tmp = ures_getStringByIndex(names, deref, NULL, &ec);
1073 ures_close(names);
H A Dtznames_impl.cpp491 // ZNames - names common for time zone and meta zone
501 ZNames(const UChar** names);
508 ZNames::ZNames(const UChar** names) argument
509 : fNames(names) {
520 const UChar** names = loadData(rb, key); local
521 if (names == NULL) {
522 // No names data available
525 return new ZNames(names);
567 const UChar **names = NULL; local
572 names
613 TZNames(const UChar** names) argument
637 const UChar** names = loadData(rb, key); local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcldrtest.c955 // log_verbose("skipping test for %s, some month and country names known to use aux exemplars\n", currLoc);
980 UResourceBundle* names = ures_getByKeyWithFallback(greg, "dayNames", NULL, &errorCode); local
981 UResourceBundle* format = ures_getByKeyWithFallback(names, "format", NULL, &errorCode);
1009 ures_close(names);
1011 names = ures_getByKeyWithFallback(greg, "monthNames", NULL, &errorCode);
1012 format = ures_getByKeyWithFallback(names,"format", NULL, &errorCode);
1038 ures_close(names);
H A Dcucdtst.c1589 } names[]={ variable in typeref:struct:__anon22058
1629 for(i=0; i<sizeof(names)/sizeof(names[0]); ++i) {
1630 if(code==(UChar32)names[i].code) {
1633 if(0!=strcmp(name, names[i].extName)) {
1634 log_err("u_enumCharName(0x%lx - Extended)=%s instead of %s\n", code, name, names[i].extName);
1638 if(0!=strcmp(name, names[i].name)) {
1639 log_err("u_enumCharName(0x%lx)=%s instead of %s\n", code, name, names[i].name);
1643 expected=names[i].oldName;
1649 expected=names[
[all...]
/external/libcxxabi/src/
H A Dcxa_demangle.cpp59 printf("names:\n");
60 for (auto& s : db.names)
205 db.names.push_back(typename C::String(num, static_cast<std::size_t>(n)));
235 db.names.push_back("(anonymous namespace)");
237 db.names.push_back(std::move(r));
267 db.names.push_back("std::allocator");
271 db.names.push_back("std::basic_string");
275 db.names.push_back("std::string");
279 db.names.push_back("std::istream");
283 db.names
4875 sub_type names; member in struct:__cxxabiv1::__anon23623::Db
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events.c297 static int parse_aliases(char *str, const char *names[][PERF_EVSEL__MAX_ALIASES], int size) argument
303 for (j = 0; j < PERF_EVSEL__MAX_ALIASES && names[i][j]; j++) {
304 n = strlen(names[i][j]);
305 if (n > longest && !strncasecmp(str, names[i][j], n))
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp285 UStringVector names; local
288 if (!ReadNamesFromListFile(fileName, names, codePage))
290 for (int i = 0; i < names.Size(); i++)
291 AddNameToCensor(wildcardCensor, names[i], include, type);
417 // This code converts all short file names to long file names.
/external/nist-pkits/src/libcore/java/security/cert/
H A DX509CertificateNistPkitsTest.java84 private final X509Certificate[] getCertificates(CertificateFactory f, String[] names) argument
86 X509Certificate[] certs = new X509Certificate[names.length];
88 for (int i = 0; i < names.length; i++) {
89 certs[i] = getCertificate(f, names[i]);
109 private final X509CRL[] getCRLs(CertificateFactory f, String[] names) throws Exception { argument
110 X509CRL[] crls = new X509CRL[names.length];
112 for (int i = 0; i < names.length; i++) {
113 crls[i] = getCRL(f, names[i]);
/external/openssl/apps/
H A Dspeed.c250 static const char *names[ALGOR_NUM]={ variable
1507 print_message(names[D_MD2],c[D_MD2][j],lengths[j]);
1521 print_message(names[D_MDC2],c[D_MDC2][j],lengths[j]);
1536 print_message(names[D_MD4],c[D_MD4][j],lengths[j]);
1551 print_message(names[D_MD5],c[D_MD5][j],lengths[j]);
1572 print_message(names[D_HMAC],c[D_HMAC][j],lengths[j]);
1591 print_message(names[D_SHA1],c[D_SHA1][j],lengths[j]);
1605 print_message(names[D_SHA256],c[D_SHA256][j],lengths[j]);
1620 print_message(names[D_SHA512],c[D_SHA512][j],lengths[j]);
1636 print_message(names[D_WHIRLPOO
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp1431 CFX_ByteString names = _FPDF_LoadTableFromTT(pFile, tables, nTables, 0x6e616d65); local
1432 CFX_ByteString facename = _FPDF_GetNameFromTT(names, 1);
1433 CFX_ByteString style = _FPDF_GetNameFromTT(names, 2);
/external/strace/
H A Dsyscall.c338 static const char *const names[] = {"64 bit", "32 bit"}; local
340 tcp->pid, names[personality]);
344 static const char *const names[] = {"64 bit", "32 bit", "x32"}; local
346 tcp->pid, names[personality]);
350 static const char *const names[] = {"x32", "32 bit"}; local
352 tcp->pid, names[personality]);
356 static const char *const names[] = {"32-bit", "AArch64"}; local
358 tcp->pid, names[personality]);
362 static const char *const names[] = {"64-bit", "32-bit"}; local
364 tcp->pid, names[personalit
[all...]
/external/valgrind/main/coregrind/
H A Dm_errormgr.c1207 static Bool tool_name_present(const HChar *name, HChar *names) argument
1213 found = (NULL != (s = VG_(strstr)(names, name)) &&
1214 (s == names || *(s-1) == ',') &&
1474 of a stack trace, it will be computed and stored in names.
1483 // fun_offsets[i] is the offset in names where the
1490 // All function names and object names will be concatenated
1491 // in names. names is reallocated on demand.
1492 HChar *names; member in struct:__anon32543
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c261 GENERAL_NAMES *names)
265 num = sk_GENERAL_NAME_num(names);
268 name = sk_GENERAL_NAME_value(names, i);
817 X509 *cert, GENERAL_NAMES **names)
821 *names = X509_get_ext_d2i(cert, NID_subject_alt_name, NULL, NULL);
822 if (*names)
823 add_alt_names(ctx, hcert, *names);
829 static void parse_cert_free(struct http_cert *hcert, GENERAL_NAMES *names) argument
848 sk_GENERAL_NAME_pop_free(names, GENERAL_NAME_free);
854 GENERAL_NAMES *names; local
260 add_alt_names(struct http_ctx *ctx, struct http_cert *cert, GENERAL_NAMES *names) argument
816 parse_cert(struct http_ctx *ctx, struct http_cert *hcert, X509 *cert, GENERAL_NAMES **names) argument
880 GENERAL_NAMES *names; local
[all...]

Completed in 8801 milliseconds

<<111213141516