HomeSort by relevance Sort by last modified time
    Searched full:strings (Results 451 - 475 of 7947) sorted by null

<<11121314151617181920>>

  /external/google-breakpad/src/client/
minidump_file_writer_unittest.cc 77 google_breakpad::TypedMDRVA<StringStructure> strings(&writer);
78 ASSERT_TRUE(strings.Allocate());
79 strings.get()->integer_value = 0xBEEF;
81 ASSERT_TRUE(writer.WriteString(first, 0, &strings.get()->first_string));
83 ASSERT_TRUE(writer.WriteString(second, 0, &strings.get()->second_string));
  /external/google-breakpad/src/common/linux/
elf_symbols_to_module.cc 129 const char *SymbolString(ptrdiff_t offset, ByteBuffer& strings) {
130 if (offset < 0 || (size_t) offset >= strings.Size()) {
134 return reinterpret_cast<const char *>(strings.start + offset);
151 ByteBuffer strings(string_section, string_size);
160 ext->name = SymbolString(iterator->name_offset, strings);
  /external/icu/icu4c/source/common/unicode/
usprep.h 31 * StringPrep prepares Unicode strings for use in network protocols.
33 * Unicode Strings are prepared. Each profiles contains tables which describe
44 * The procedure for preparing Unicode strings:
54 * requirements for bidirectional strings. If the string does not
55 * satisfy the requirements for bidirectional strings, return an
  /external/icu/icu4c/source/test/threadtest/
stringtest.cpp 82 // Make four generations of copies of the source strings, in slightly variant ways.
95 // Recurse to make even more copies of the strings/
109 fprintf(stderr, "Error, strings don't compare equal.\n");
118 // Check that the reference counts on the buffers for all of the source strings
120 // make numerous copies of the strings, but at the top of the loop all
  /external/jarjar/src/main/com/tonicsystems/jarjar/
Wildcard.java 34 private final String[] strings; field in class:Wildcard
82 strings = new String[size];
88 strings[i] = ((String)v).replace('.', '/');
106 for (int i = 0; i < strings.length; i++)
107 sb.append((refs[i] >= 0) ? matcher.group(refs[i]) : strings[i]);
  /external/libogg/macosx/Ogg.xcodeproj/
project.pbxproj 15 089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
71 089C1666FE841158C02AAC07 /* InfoPlist.strings */,
156 089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
161 name = InfoPlist.strings;
  /external/libxml2/python/tests/
input_callback.py 14 # We implement a new scheme, py://strings/ that will reference this dictionary
34 prefix = "py://strings/"
93 (-1, "failed to load external entity \"py://strings/xml/sample.xml\"\n")
114 ( 3, "failed to load external entity \"py://strings/dtds/sample.dtd\"\n"),
124 (-1, "failed to load external entity \"py://strings/xml/sample.xml\"\n")
  /external/lldb/source/Core/
StringList.cpp 76 StringList::AppendList (StringList strings)
78 size_t len = strings.GetSize();
81 m_strings.push_back (strings.GetStringAtIndex(i));
257 StringList::operator << (StringList strings)
259 AppendList(strings);
  /external/owasp/sanitizer/src/main/org/owasp/html/
StylingPolicy.java 110 token = Strings.toLowerCase(token);
134 emitToken(Strings.toLowerCase(token));
162 token = Strings.toLowerCase(token);
174 sanitizedCss.append(Strings.toLowerCase(token));
181 emitToken(Strings.toLowerCase(token));
  /external/regex-re2/re2/
prefilter_tree.h 5 // The PrefilterTree class is used to form an AND-OR tree of strings
8 // the unique strings across the prefilters. During search, by using
12 // favorite engine. PrefilterTree provides a set of strings (called
41 // The caller should use the returned set of strings to do string matching.
119 // Atom index in returned strings to entry id mapping.
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
Utils.java 70 * Joins a list of strings, by placing separator between each string. For example,
74 public static String joinStrings(String separator, List<String> strings) {
75 switch(strings.size()) {
79 return strings.get(0);
83 for (String field : strings) {
  /frameworks/base/tools/aapt/
StringPool.h 85 * If 'utf8' is true, strings will be encoded with UTF-8 instead of
158 // Raw array of unique strings, in some arbitrary order. This is the
159 // actual strings that appear in the final string pool, in the order
176 // Unique set of all the strings added to the pool, mapped to
185 // the vectors and strings, are trivially movable.
  /frameworks/base/tools/aapt2/
StringPool.h 167 * Moves pool into this one without coalescing strings. When this
173 * Retuns the number of strings in the table.
178 * Reserves space for strings and styles as an optimization.
183 * Sorts the strings according to some comparison function.
188 * Removes any strings that have no references.
  /ndk/sources/cxx-stl/llvm-libc++/patches.android/
0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch 24 test/strings/basic.string/string.nonmembers/string_op!EQ | 1 +
25 test/strings/basic.string/string.nonmembers/string_operatorEQEQ | 1 +
26 test/strings/basic.string/string.nonmembers/string_opgtEQ | 1 +
27 test/strings/basic.string/string.nonmembers/string_opltEQ | 1 +
53 create mode 120000 test/strings/basic.string/string.nonmembers/string_op!EQ
54 create mode 120000 test/strings/basic.string/string.nonmembers/string_operatorEQEQ
55 create mode 120000 test/strings/basic.string/string.nonmembers/string_opgtEQ
56 create mode 120000 test/strings/basic.string/string.nonmembers/string_opltEQ
187 diff --git a/test/strings/basic.string/string.nonmembers/string_op!EQ b/test/strings/basic.string/string.nonmembers/string_op!E
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java 40 * A mutable set of Unicode characters and multicharacter strings.
112 * <td valign="top">The character 'a' and the multicharacter strings &quot;ab&quot; and
274 * <li>{@link #strings()} to iterate through the strings</li>
295 * Constant for the set of all code points. (Since UnicodeSets can include strings, does not include everything that a UnicodeSet can.)
325 TreeSet<String> strings = new TreeSet<String>(); field in class:UnicodeSet
544 strings = new TreeSet<String>(other.strings);
763 * @param includeStrings if false, doesn't include the strings.
816 if (includeStrings && strings.size() > 0)
1047 if (firstStringChar > firstChar) break strings; local
1053 if (lastLen > tempLen) break strings; local
4600 public Collection<String> strings() { method
    [all...]
  /external/bison/lib/
string.in.h 298 /* strchr() does not work with multibyte strings if the locale encoding is
302 _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings "
454 Even in this simple case, it does not work with multibyte strings if the
459 _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings "
487 Even in this simple case, it does not work with multibyte strings if the
491 _GL_WARN_ON_USE (strpbrk, "strpbrk cannot work correctly on character strings "
505 Even in this simple case, it cannot work with multibyte strings. */
508 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings "
514 /* strrchr() does not work with multibyte strings if the locale encoding is
518 _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings "
    [all...]
  /bootable/recovery/edify/
README 23 strings are "true".
43 - There's no distinction between quoted and unquoted strings; the
56 As shown in the last example, function names are just strings,
  /developers/samples/android/content/contacts/BasicContactables/
template-params.xml 26 <strings>
30 \n\nQuery strings sent to the Contactables table will match both contact names and phone numbers,
34 </strings>
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERIA5String.java 6 import org.bouncycastle.util.Strings;
114 this.string = Strings.toByteArray(string);
119 return Strings.fromByteArray(string);
DERNumericString.java 6 import org.bouncycastle.util.Strings;
108 this.string = Strings.toByteArray(string);
113 return Strings.fromByteArray(string);
DERPrintableString.java 6 import org.bouncycastle.util.Strings;
110 this.string = Strings.toByteArray(string);
115 return Strings.fromByteArray(string);
  /external/clang/test/SemaCXX/
string-plus-int.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-array-bounds %s -fpascal-strings
2 // RUN: %clang_cc1 -fdiagnostics-parseable-fixits -x c++ %s 2>&1 -Wno-array-bounds -fpascal-strings | FileCheck %s
56 consume("\pfoo" + 4); // Pascal strings don't have a trailing \0, but they
  /external/droiddriver/src/io/appium/droiddriver/actions/
SingleKeyAction.java 26 import io.appium.droiddriver.util.Strings;
27 import io.appium.droiddriver.util.Strings.ToStringHelper;
85 ToStringHelper toStringHelper = Strings.toStringHelper(this);
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Text.java 11 import com.vladium.util.Strings;
33 out.write (Strings.HTMLEscapeSP (m_text));
35 out.write (Strings.HTMLEscape (m_text));
  /external/freetype/src/autofit/
afblue.h 8 /* Auto-fitter data for blue strings (specification). */
67 /* At the bottommost level, we define strings for finding blue zones. */
144 /* The next level is to group blue strings into style-specific sets. */

Completed in 357 milliseconds

<<11121314151617181920>>