Searched defs:strings (Results 151 - 175 of 241) sorted by relevance

12345678910

/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp509 const UStringVector &strings, bool include,
516 for (i = 0; i < strings.Size(); i++)
518 const UString &name = strings[i];
568 if (i != strings.Size())
569 throw CArcCmdLineException(errorMessage, strings[i]);
507 AddSwitchWildcardsToCensor( NWildcard::CCensor &censor, const UStringVector &strings, bool include, NRecursedType::EEnum commonRecursedType, bool wildcardMatching, Int32 codePage) argument
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc31 // from google3/strings/strutil.cc
221 // will return corresponding empty strings. The string is split into
604 namespace strings { namespace in namespace:google::protobuf
624 } // namespace strings
1399 namespace strings { namespace
1401 AlphaNum::AlphaNum(strings::Hex hex) {
1420 } // namespace strings
1424 // This merges the given strings or integers, with no delimiter. This
1426 // of a mix of raw C strings, C++ strings, an
[all...]
/external/freetype/include/freetype/internal/
H A Dtttypes.h250 /* to store important strings like family name, style name, */
910 * ULONG item_value For strings => Offset into string table without
915 * All strings in the string table consist of bytes and are
926 FT_Byte* strings; member in struct:TT_BDFRec_
/external/icu/icu4c/source/i18n/
H A Ddtfmtsym.cpp306 // All strings in a DateFormatSymbols object are created in one of the following
309 // - readonly-aliases or allocated strings from constants
310 // - safely cloned strings (with owned buffers) from setXYZ() functions
314 // *and* for as long as all the strings are in *private* fields, preventing
315 // a subclass from creating these strings in an "unsafe" way (with respect to fastCopyFrom()).
327 * Create a copy, in fZoneStrings, of the given zone strings array. The
438 // Other zone strings data is created on demand
1357 DateFormatSymbols::setZoneStrings(const UnicodeString* const *strings, int32_t rowCount, int32_t columnCount) argument
1366 createZoneStrings((const UnicodeString**)strings);
1859 // readonly aliases - all "data" strings ar
1995 UnicodeString *strings = new UnicodeString[stringCount]; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c600 /* This strcpy fixes compiler warnings about long strings */
2285 const char* strings[] = { local
2300 for(i = 0; i < UPRV_LENGTHOF(strings); i++) {
2306 uBufferLen = u_unescape(strings[i], uBuffer, 256);
2311 for(i = 0; i < UPRV_LENGTHOF(strings); i++) {
2317 uBufferLen = u_unescape(strings[i], uBuffer, 256);
2319 log_err("(2) Didn't get correct string while accesing alias table by index (%s)\n", strings[i]);
2322 for(i = 0; i < UPRV_LENGTHOF(strings); i++) {
2328 uBufferLen = u_unescape(strings[i], uBuffer, 256);
2330 log_err("(3) Didn't get correct string while iterating over alias table (%s)\n", strings[
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp158 // Test pattern behavior of multicharacter strings.
752 // 6 code points, 3 ranges, 2 strings, 8 total elements
1347 // should contain all full case folding mapping strings
2366 // Make the strings in a UnicodeSet easily accessible.
2373 // If a set's last element is not a code point, then it must contain strings.
2374 // Iterate over the set, skip all code point ranges, and cache the strings.
2380 while(iter.nextRange() && stringsLength<UPRV_LENGTHOF(strings)) {
2384 strings[stringsLength]=s=&iter.getString();
2416 const UnicodeString *strings[20]; member in class:UnicodeSetWithStrings
2436 return fSet.strings[nextStringInde
[all...]
H A Ddtfmttst.cpp671 * Verify that strings which contain incomplete specifications are parsed
973 * Verify the correct behavior when handling invalid input strings.
983 const char* strings[] = { local
986 int32_t strings_length = UPRV_LENGTHOF(strings);
994 const char* text = strings[i];
1090 * the input strings in each row.
1592 errln("FAIL: unable to parse strings where case-folding changes length");
1994 * [i+2..] = data strings
1996 * The number of data strings depends on the control string.
2148 // Note: We no longer parse strings i
[all...]
/external/libxml2/python/
H A Dlibxml.c3549 /* NOTE: the array should be freed, but the strings are shared
3550 with the python strings and so must not be freed. */
3552 xmlChar ** strings; local
3567 "must be a tuple or list of strings.");
3575 strings = (xmlChar **) xmlMalloc(sizeof(xmlChar *) * count);
3577 if (strings == NULL) {
3582 memset(strings, 0 , sizeof(xmlChar *) * count);
3592 strings[init_index++] = (xmlChar *)s;
3594 xmlFree(strings);
3596 "must be a tuple or list of strings
[all...]
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dtttypes.h250 /* to store important strings like family name, style name, */
874 * ULONG item_value For strings => Offset into string table without
879 * All strings in the string table consist of bytes and are
890 FT_Byte* strings; member in struct:TT_BDFRec_
/external/jline/
H A Djline-1.0.jar ... List) int i java.util.List candidates String[] strings
/external/mesa3d/include/CL/
H A Dcl.hpp2401 const char** strings = (const char**) alloca(n * sizeof(const char*)); local
2404 strings[i] = sources[(int)i].first;
2409 context(), (cl_uint)n, strings, lengths, &error);
/external/clang/tools/c-index-test/
H A Dc-index-test.c2826 IndexDataStringList *strings; member in struct:__anon3276
2831 IndexDataStringList *node = index_data->strings;
2837 index_data->strings = NULL;
2924 node->next = index_data->strings;
2925 index_data->strings = node;
3326 index_data.strings = NULL;
3363 index_data.strings = NULL;
/external/curl/include/curl/
H A Dcurl.h264 } strings; member in struct:curl_fileinfo
1987 * Escapes URL strings (converts all letters consider illegal in URLs to their
2005 * Unescapes URL encoding in strings (converts all %XX codes to their 8bit
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.event_1.2.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/valgrind/coregrind/m_debuginfo/
H A Dreadpdb.c2503 sh -c "strings (pename) | egrep '\.pdb$|\.PDB$' > (tmpname)"
2506 const HChar* strings = "strings"; local
2509 /* (sh) -c "(strings) (pename) | (egrep) 'pdb' > (tmpname) */
2510 Int cmdlen = VG_(strlen)(strings) + VG_(strlen)(pename)
2515 sh, strings, pename, egrep, tmpname);
/external/vulkan-validation-layers/layers/
H A Dparameter_validation.cpp173 std::vector<std::string> strings; local
175 strings.push_back("VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT");
178 strings.push_back("VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT");
181 strings.push_back("VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT");
184 strings.push_back("VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT");
187 strings.push_back("VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT");
190 strings.push_back("VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT");
193 strings.push_back("VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT");
196 strings.push_back("VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT");
199 strings
243 std::vector<std::string> strings; local
296 std::vector<std::string> strings; local
338 std::vector<std::string> strings; local
381 std::vector<std::string> strings; local
414 std::vector<std::string> strings; local
451 std::vector<std::string> strings; local
489 std::vector<std::string> strings; local
551 std::vector<std::string> strings; local
594 std::vector<std::string> strings; local
650 std::vector<std::string> strings; local
689 std::vector<std::string> strings; local
733 std::vector<std::string> strings; local
774 std::vector<std::string> strings; local
813 std::vector<std::string> strings; local
869 std::vector<std::string> strings; local
954 std::vector<std::string> strings; local
1034 std::vector<std::string> strings; local
1068 std::vector<std::string> strings; local
1101 std::vector<std::string> strings; local
1138 std::vector<std::string> strings; local
1170 std::vector<std::string> strings; local
1210 std::vector<std::string> strings; local
[all...]
/external/dexmaker/lib/
H A Dlibcore-dex-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dex/ com/android/dex/util/ ...
/external/droiddriver/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/skia/platform_tools/android/apps/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/toybox/generated/
H A Dglobals.h1315 // toys/posix/strings.c
1516 struct strings_data strings; member in union:global_union
/external/guice/lib/build/
H A Dcglib-3.1.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/cglib/ net/sf/cglib/beans/ ...
H A Djarjar-1.1.jar ... lang.Exception String[] args public void help () public void strings (java.lang.String) throws java.io. ...
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/testng/lib-supplied/
H A Djarjar-issue-21.jar ... lang.Exception String[] args public void help () public void strings (java.lang.String) throws java.io. ...
/external/conscrypt/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/WrapperExecutor ...

Completed in 1222 milliseconds

12345678910