Searched defs:names (Results 1 - 25 of 363) sorted by last modified time

1234567891011>>

/external/xmlwriter/src/org/jheer/
H A DXMLWriter.java153 * @param names the names of the attributes
159 protected void tag(String tag, String[] names, String[] values, argument
167 m_out.write(names[i]);
186 * @param names the names of the attributes
190 public void tag(String tag, String[] names, String[] values, int nattr) throws IOException argument
192 tag(tag, names, values, nattr, true);
199 * @param names the names o
203 start(String tag, String[] names, String[] values, int nattr) argument
283 tag(String tag, ArrayList names, ArrayList values, int nattr, boolean close) argument
314 tag(String tag, ArrayList names, ArrayList values, int nattr) argument
327 start(String tag, ArrayList names, ArrayList values, int nattr) argument
[all...]
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.cpp40 unsigned getChunkInfo(std::vector<std::string>& names, std::vector<size_t>& sizes, argument
54 names.push_back(type);
62 unsigned getChunks(std::vector<std::string> names[3], argument
95 names[location].push_back(name);
/external/zopfli/src/zopflipng/
H A Dzopflipng_lib.cc312 // Keeps chunks with given names from the original png by literally copying them
317 std::vector<std::string> names[3]; local
320 lodepng::getChunks(names, chunks, origpng);
327 for (size_t j = 0; j < names[i].size(); j++) {
329 if (keepnames[k] == names[i][j]) {
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c2124 char *names, *pos, *pos2;
2157 names = (char *) _names;
2158 if (names[0] && names[1] == '\0' && names[2] && names[3] == '\0') {
2159 wpa_printf(MSG_DEBUG, "NDIS: Looks like adapter names are in "
2162 pos2 = pos = names;
2163 while (pos2 < names + len) {
2172 os_memcpy(pos + 2, names, po
3051 char *names, *pos, *pos2; local
[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...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c2124 char *names, *pos, *pos2;
2157 names = (char *) _names;
2158 if (names[0] && names[1] == '\0' && names[2] && names[3] == '\0') {
2159 wpa_printf(MSG_DEBUG, "NDIS: Looks like adapter names are in "
2162 pos2 = pos = names;
2163 while (pos2 < names + len) {
2172 os_memcpy(pos + 2, names, po
3051 char *names, *pos, *pos2; local
[all...]
/external/wpa_supplicant_8/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...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c1705 struct wpabuf *names = local
1707 for (i = 0; names && i < cred->num_domain; i++)
1710 names, cred->domain[i], 1))
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c2124 char *names, *pos, *pos2;
2157 names = (char *) _names;
2158 if (names[0] && names[1] == '\0' && names[2] && names[3] == '\0') {
2159 wpa_printf(MSG_DEBUG, "NDIS: Looks like adapter names are in "
2162 pos2 = pos = names;
2163 while (pos2 < names + len) {
2172 os_memcpy(pos + 2, names, po
3051 char *names, *pos, *pos2; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/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...]
/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c753 static const HChar* names[32] local
758 return names[iregNo];
804 static const HChar* names[32] local
809 return names[iregNo];
2001 const HChar* names[4] = { "and", "orr", "eor", "ands" }; local
2013 DIP("%s %s, %s, 0x%llx\n", names[op],
2018 DIP("%s %s, %s, 0x%llx\n", names[op],
2028 DIP("%s %s, %s, 0x%x\n", names[op],
2033 DIP("%s %s, %s, 0x%x\n", names[op],
2414 With N=1, the names ar
2803 const HChar* names[7] local
2896 const HChar* names[3] = { "lslv", "lsrv", "asrv" }; local
4218 const HChar* names[4] = { "2d", "4s", "8h", "16b" }; local
4250 const HChar* names[4] = { "1d", "2s", "4h", "8b" }; local
4285 const HChar* names[4] = { "2d", "4s", "8h", "16b" }; local
4319 const HChar* names[4] = { "1d", "2s", "4h", "8b" }; local
5896 const HChar* names[4] = { "fmadd", "fmsub", "fnmadd", "fnmsub" }; local
6219 const HChar* names[4] local
6648 const HChar* names[4] = { "and", "bic", "orr", "orn" }; local
[all...]
H A Ds390_disasm.c59 static const HChar names[16][5] = { local
68 return names[archreg];
76 static const HChar names[16][5] = { local
85 return names[archreg];
93 static const HChar names[16][5] = { local
102 return names[archreg];
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c354 char names[ 1 ]; member in struct:PDB_JG_ROOT
364 char names[1]; member in struct:PDB_DS_ROOT
/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:__anon31661
[all...]
H A Dm_redir.c83 (_vgrNNNNZU_ and _vgrNNNNZZ_). These names tell m_redir that the
87 name following the prefix. The names use a Z-encoding scheme so
333 /* Copy all the names from a given symbol into an AR_DINFO allocated,
364 static void free_symname_array ( HChar** names, HChar** twoslots ) argument
366 if (names != twoslots)
367 dinfo_free(names);
505 /* Set up to conveniently iterate over all names for this symbol. */
509 HChar** names; local
510 for (names = names_init; *names; name
601 HChar** names; local
764 HChar** names; local
1574 HChar** names; local
[all...]
/external/valgrind/main/none/tests/x86/
H A Dx87trigOOR.c128 char* names[4] = { "fsin ", "fcos ", "fsincos", "fptan " }; local
133 char* name = names[i];
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c1265 const char **names = (const char**)ltime->month; local
1266 return names[month];
1270 const char **names = (const char**)ltime->abbrev_month; local
1271 return names[month];
1275 const char **names = (const char**)ltime->dayofweek; local
1276 return names[day];
1280 const char **names = (const char**)ltime->abbrev_dayofweek; local
1281 return names[day];
/external/stlport/test/unit/
H A Dadj_test.cpp70 const char* names[] = { "Brett", "Graham", "Jack", "Mike", "Todd" }; local
72 const int nameCount = sizeof(names)/sizeof(names[0]);
75 v[i] = names[i];
H A Dbinsert_test.cpp33 vector<const char*> names; local
34 back_insert_iterator<vector<const char*> > bit(names);
37 CPPUNIT_ASSERT(!strcmp(names[0],array[0]));
38 CPPUNIT_ASSERT(!strcmp(names[1],array[1]));
39 CPPUNIT_ASSERT(!strcmp(names[2],array[2]));
42 CPPUNIT_ASSERT(!strcmp(names[3],array[0]));
43 CPPUNIT_ASSERT(!strcmp(names[4],array[1]));
44 CPPUNIT_ASSERT(!strcmp(names[5],array[2]));
49 vector<const char*> names; local
50 copy(array, array + 3, back_inserter(names));
[all...]
H A Dfinsert_test.cpp34 deque<char const*> names; local
35 front_insert_iterator<deque<char const*> > fit(names);
36 fit = copy(array, array + 3, front_insert_iterator<deque <char const*> >(names));
38 CPPUNIT_ASSERT(names[0]==array[2]);
39 CPPUNIT_ASSERT(names[1]==array[1]);
40 CPPUNIT_ASSERT(names[2]==array[0]);
43 CPPUNIT_ASSERT(names[3]==array[2]);
44 CPPUNIT_ASSERT(names[4]==array[1]);
45 CPPUNIT_ASSERT(names[5]==array[0]);
52 deque<char const*> names; local
[all...]
H A Dincludes_test.cpp66 char const* names[] = { "Todd", "Mike", "Graham", "Jack", "Brett"}; local
68 const unsigned nameSize = sizeof(names)/sizeof(names[0]);
71 v1[i] = names[i];
H A Dmax_test.cpp59 const char* names[] = { "Brett", "Graham", "Jack", "Mike", "Todd" }; local
61 const unsigned namesCt = sizeof(names) / sizeof(names[0]);
62 const char** r = max_element((const char**)names, (const char**)names + namesCt, str_compare);
H A Dmin_test.cpp57 const char* names[] = { "Brett", "Graham", "Jack", "Mike", "Todd" }; local
59 const unsigned namesCt = sizeof(names) / sizeof(names[0]);
60 const char** r = min_element((const char**)names, (const char**)names + namesCt, str_compare);
H A Dpartial_test.cpp99 char const* names[] = { "aa", "ff", "dd", "ee", "cc", "bb" }; local
101 const unsigned nameSize = sizeof(names) / sizeof(names[0]);
104 v1[i] = names[i];
110 CPPUNIT_ASSERT( v1[0] == names[0] );
112 CPPUNIT_ASSERT( v1[1] == names[5] );
114 CPPUNIT_ASSERT( v1[2] == names[4] );
116 CPPUNIT_ASSERT( v1[3] == names[1] );
118 CPPUNIT_ASSERT( v1[4] == names[3] );
120 CPPUNIT_ASSERT( v1[5] == names[
155 char const* names[] = { "aa", "ff", "dd", "ee", "cc", "bb" }; local
[all...]

Completed in 436 milliseconds

1234567891011>>