HomeSort by relevance Sort by last modified time
    Searched defs:Strings (Results 51 - 75 of 245) sorted by null

1 23 4 5 6 7 8 910

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFile.h 134 std::unique_ptr<StringTable> Strings;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFile.h 134 std::unique_ptr<StringTable> Strings;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFile.h 134 std::unique_ptr<StringTable> Strings;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFile.h 134 std::unique_ptr<StringTable> Strings;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFile.h 134 std::unique_ptr<StringTable> Strings;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFile.h 134 std::unique_ptr<StringTable> Strings;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 38 import org.bouncycastle.util.Strings;
42 * Utility class for dumping ASN.1 objects as (hopefully) human friendly strings.
60 String nl = Strings.lineSeparator();
325 return indent + type + " ApplicationSpecific[" + app.getApplicationTag() + "] (" + Strings.fromByteArray(Hex.encode(app.getContents())) + ")" + nl;
344 * @param verbose if true, dump out the contents of octet and bit strings.
371 String nl = Strings.lineSeparator();
382 buf.append(Strings.fromByteArray(Hex.encode(bytes, i, SAMPLE_SIZE)));
390 buf.append(Strings.fromByteArray(Hex.encode(bytes, i, bytes.length - i)));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Strings.java 14 public final class Strings
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
SampleElements.java 57 public static class Strings extends SampleElements<String> {
58 public Strings() {
  /frameworks/compile/slang/
llvm-rs-cc.cpp 55 return Strings.save(Str);
58 StringSet() : Strings(A), A() {}
60 llvm::StringSaver & getStringSaver() { return Strings; }
63 llvm::StringSaver Strings;
140 * SavedStrings - expanded strings copied from argv source input files.
227 StringSet SavedStrings; // Keeps track of strings to be destroyed at the end.
  /prebuilts/go/darwin-x86/src/sort/
sort.go 350 // Strings sorts a slice of strings in increasing order.
351 func Strings(a []string) { Sort(StringSlice(a)) }
359 // StringsAreSorted tests whether a slice of strings is sorted in increasing order.
  /prebuilts/go/linux-x86/src/sort/
sort.go 350 // Strings sorts a slice of strings in increasing order.
351 func Strings(a []string) { Sort(StringSlice(a)) }
359 // StringsAreSorted tests whether a slice of strings is sorted in increasing order.
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-printers.h 381 // types, strings, plain arrays, and pointers).
407 // Overloads for C strings.
434 // Overloads for wide C strings
704 typedef ::std::vector<string> Strings;
728 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) {
729 TuplePrefixPrinter<N - 1>::TersePrintPrefixToStrings(t, strings);
732 strings->push_back(ss.str());
743 static void TersePrintPrefixToStrings(const Tuple&, Strings*) {}
759 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings)
    [all...]
  /external/googletest/googletest/include/gtest/
gtest-printers.h 495 // types, strings, plain arrays, and pointers).
521 // Overloads for C strings.
548 // Overloads for wide C strings
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-printers.h 482 // types, strings, plain arrays, and pointers).
508 // Overloads for C strings.
535 // Overloads for wide C strings
859 typedef ::std::vector<string> Strings;
    [all...]
  /external/llvm/tools/dsymutil/
MachOUtils.cpp 145 StringRef Strings, SmallVectorImpl<char> &NewSymtab,
152 StringRef Name = StringRef(Strings.begin() + NList.n_strx);
163 // strings at the start of the generated string table (There is
181 StringRef Strings = Obj.getStringTableData();
189 Strings, NewSymtab, NewStrings, InDebugNote))
195 if (transferSymbol(Obj.getSymbolTableEntry(DRI), IsLittleEndian, Strings,
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 381 // types, strings, plain arrays, and pointers).
407 // Overloads for C strings.
434 // Overloads for wide C strings
701 typedef ::std::vector<string> Strings;
725 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) {
726 TuplePrefixPrinter<N - 1>::TersePrintPrefixToStrings(t, strings);
729 strings->push_back(ss.str());
740 static void TersePrintPrefixToStrings(const Tuple&, Strings*) {}
756 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings)
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-printers.h 381 // types, strings, plain arrays, and pointers).
407 // Overloads for C strings.
434 // Overloads for wide C strings
760 typedef ::std::vector<string> Strings;
784 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) {
785 TuplePrefixPrinter<N - 1>::TersePrintPrefixToStrings(t, strings);
788 strings->push_back(ss.str());
799 static void TersePrintPrefixToStrings(const Tuple&, Strings*) {}
815 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings)
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssGrammar.java 85 handler.startProperty(Strings.toLowerCase(name));
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssFuzzerTest.java 298 sb.append(Strings.toLowerCase(numberFollower));
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest-printers.h 381 // types, strings, plain arrays, and pointers).
407 // Overloads for C strings.
434 // Overloads for wide C strings
701 typedef ::std::vector<string> Strings;
725 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) {
726 TuplePrefixPrinter<N - 1>::TersePrintPrefixToStrings(t, strings);
729 strings->push_back(ss.str());
740 static void TersePrintPrefixToStrings(const Tuple&, Strings*) {}
756 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings)
    [all...]
  /external/v8/testing/gtest/include/gtest/
gtest-printers.h 482 // types, strings, plain arrays, and pointers).
508 // Overloads for C strings.
535 // Overloads for wide C strings
859 typedef ::std::vector<string> Strings;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-printers.h 381 // types, strings, plain arrays, and pointers).
407 // Overloads for C strings.
434 // Overloads for wide C strings
760 typedef ::std::vector<string> Strings;
784 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) {
785 TuplePrefixPrinter<N - 1>::TersePrintPrefixToStrings(t, strings);
788 strings->push_back(ss.str());
799 static void TersePrintPrefixToStrings(const Tuple&, Strings*) {}
815 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings)
    [all...]
  /external/webrtc/webrtc/call/
bitrate_estimator_tests.cc 89 typedef std::list<std::string> Strings;
91 Strings received_log_lines_ GUARDED_BY(crit_sect_);
92 Strings expected_log_lines_ GUARDED_BY(crit_sect_);
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/
gtest-printers.h 381 // types, strings, plain arrays, and pointers).
407 // Overloads for C strings.
434 // Overloads for wide C strings
760 typedef ::std::vector<string> Strings;
784 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) {
785 TuplePrefixPrinter<N - 1>::TersePrintPrefixToStrings(t, strings);
788 strings->push_back(ss.str());
799 static void TersePrintPrefixToStrings(const Tuple&, Strings*) {}
815 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings)
    [all...]

Completed in 1518 milliseconds

1 23 4 5 6 7 8 910