HomeSort by relevance Sort by last modified time
    Searched defs:Strings (Results 101 - 125 of 371) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/OvmfPkg/SmbiosPlatformDxe/
SmbiosPlatformDxe.c 29 UINT8 Strings[sizeof(TYPE0_STRINGS)];
62 // Text strings (unformatted area)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
DebugCrossImpSubsection.h 68 DebugStringTableSubsection &Strings)
70 Strings(Strings) {}
82 DebugStringTableSubsection &Strings;
DebugChecksumsSubsection.h 74 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings);
88 DebugStringTableSubsection &Strings;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
DebugCrossImpSubsection.h 68 DebugStringTableSubsection &Strings)
70 Strings(Strings) {}
82 DebugStringTableSubsection &Strings;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
DebugCrossImpSubsection.h 73 DebugStringTableSubsection &Strings)
75 Strings(Strings) {}
87 DebugStringTableSubsection &Strings;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
DebugCrossImpSubsection.h 73 DebugStringTableSubsection &Strings)
75 Strings(Strings) {}
87 DebugStringTableSubsection &Strings;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
DebugCrossImpSubsection.h 73 DebugStringTableSubsection &Strings)
75 Strings(Strings) {}
87 DebugStringTableSubsection &Strings;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
DebugCrossImpSubsection.h 73 DebugStringTableSubsection &Strings)
75 Strings(Strings) {}
87 DebugStringTableSubsection &Strings;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
DebugCrossImpSubsection.h 68 DebugStringTableSubsection &Strings)
70 Strings(Strings) {}
82 DebugStringTableSubsection &Strings;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
DebugCrossImpSubsection.h 68 DebugStringTableSubsection &Strings)
70 Strings(Strings) {}
82 DebugStringTableSubsection &Strings;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
DebugCrossImpSubsection.h 73 DebugStringTableSubsection &Strings)
75 Strings(Strings) {}
87 DebugStringTableSubsection &Strings;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
DebugCrossImpSubsection.h 73 DebugStringTableSubsection &Strings)
75 Strings(Strings) {}
87 DebugStringTableSubsection &Strings;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
DebugCrossImpSubsection.h 73 DebugStringTableSubsection &Strings)
75 Strings(Strings) {}
87 DebugStringTableSubsection &Strings;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
DebugCrossImpSubsection.h 73 DebugStringTableSubsection &Strings)
75 Strings(Strings) {}
87 DebugStringTableSubsection &Strings;
  /build/soong/java/
builder.go 24 "strings"
191 "srcJars": strings.Join(srcJars.Strings(), " "),
257 "srcJars": strings.Join(srcJars.Strings(), " "),
317 "srcJars": strings.Join(srcJars.Strings(), " "),
335 "jarArgs": strings.Join(jarArgs, " "),
372 "jarArgs": strings.Join(jarArgs, " "),
395 return optName + " " + strings.Join(x.Strings(), ":"
    [all...]
  /cts/libs/vogar-expect/src/vogar/util/
Strings.java 36 * Utility methods for strings.
38 public class Strings {
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 32 // Extend CXDiagnosticSetImpl which contains strings for diagnostics.
35 typedef llvm::DenseMap<unsigned, const char *> Strings;
44 Strings Categories;
45 Strings WarningFlags;
46 Strings FileNames;
326 // FIXME: Why do we care about long strings?
334 // FIXME: Why do we care about long strings?
344 // FIXME: Why do we care about long strings?
370 // FIXME: Why do we care about long strings?
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
AttributeSet.java 15 import com.vladium.util.Strings;
75 Strings.HTMLEscape (value, m_buf);
  /external/emma/core/java12/com/vladium/util/
Strings.java 7 * $Id: Strings.java,v 1.1.1.1 2004/05/09 16:57:55 vlad_r Exp $
24 abstract class Strings
33 public static String toListForm (final String [] strings, final char delimiter)
35 if (strings == null) return null;
36 if (strings.length == 0) return "";
39 for (int i = 0, iLimit = strings.length; i < iLimit; ++ i)
42 s.append (strings [i]);
48 public static String [] removeDuplicates (final String [] strings, final boolean removeNull)
50 if (strings == null) return strings;
    [all...]
  /external/guava/guava/src/com/google/common/base/
Strings.java 37 public final class Strings {
38 private Strings() {}
69 * direction," converting empty strings to {@code null}, you can use {@link
  /external/llvm/lib/MC/
StringTableBuilder.cpp 90 std::vector<StringOffsetPair *> Strings;
91 Strings.reserve(StringIndexMap.size());
93 Strings.push_back(&P);
95 if (!Strings.empty()) {
99 multikey_qsort(&Strings[0], &Strings[0] + Strings.size(), 0);
101 std::sort(Strings.begin(), Strings.end(),
123 for (StringOffsetPair *P : Strings) {
    [all...]
  /external/llvm/lib/Support/
SpecialCaseList.cpp 30 /// "literal" (i.e. no regex metacharacters) are stored in Strings, while all
33 /// literal strings than Regex.
37 : Strings(std::move(Other.Strings)), RegEx(std::move(Other.RegEx)) {}
39 StringSet<> Strings;
43 return Strings.count(Query) || (RegEx && RegEx->match(Query));
110 // See if we can store Regexp in Strings.
112 Entries[Prefix][Category].Strings.insert(Regexp);
  /external/swiftshader/third_party/subzero/unittest/
IceELFSectionTest.cpp 23 // lollipop, and lipop are able to share data, while the other strings do not.
76 // Test that the order in which strings are added doesn't matter.
78 std::vector<std::string> Strings;
79 Strings.push_back("pop");
80 Strings.push_back("lollipop");
81 Strings.push_back("lipop");
82 Strings.push_back("pops");
83 Strings.push_back("unpop");
84 Strings.push_back("popular");
85 Strings.push_back("a")
    [all...]
  /external/vogar/src/vogar/util/
Strings.java 35 * Utility methods for strings.
37 public class Strings {
43 return com.google.common.base.Strings.isNullOrEmpty(in);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFile.h 134 std::unique_ptr<StringTable> Strings;

Completed in 1201 milliseconds

1 2 3 45 6 7 8 91011>>