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

1 2 3 4 5 6 7 8 910

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
StringFuncs.h 30 CHAR8* Strings[1];
113 Creates a new STRING_LIST with 0 strings.
174 Allocates a STRING_LIST structure that can store StringCount strings.
178 StringCount The number of strings that need to be stored
  /external/jcommander/src/main/java/com/beust/jcommander/
Strings.java 3 public class Strings {
  /external/clang/include/clang-c/
CXString.h 1 /*===-- clang-c/CXString.h - C Index strings --------------------*- C -*-===*\
10 |* This header provides the interface to C Index strings. *|
33 * The \c CXString type is used to return strings from the interface when
44 CXString *Strings;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang-c/
CXString.h 1 /*===-- clang-c/CXString.h - C Index strings --------------------*- C -*-===*\
10 |* This header provides the interface to C Index strings. *|
33 * The \c CXString type is used to return strings from the interface when
44 CXString *Strings;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTableBuilder.h 37 DenseMap<StringRef, uint32_t> Strings;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang-c/
CXString.h 1 /*===-- clang-c/CXString.h - C Index strings --------------------*- C -*-===*\
10 |* This header provides the interface to C Index strings. *|
33 * The \c CXString type is used to return strings from the interface when
44 CXString *Strings;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTableBuilder.h 37 DenseMap<StringRef, uint32_t> Strings;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang-c/
CXString.h 1 /*===-- clang-c/CXString.h - C Index strings --------------------*- C -*-===*\
10 |* This header provides the interface to C Index strings. *|
33 * The \c CXString type is used to return strings from the interface when
44 CXString *Strings;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTableBuilder.h 37 DenseMap<StringRef, uint32_t> Strings;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang-c/
CXString.h 1 /*===-- clang-c/CXString.h - C Index strings --------------------*- C -*-===*\
10 |* This header provides the interface to C Index strings. *|
33 * The \c CXString type is used to return strings from the interface when
44 CXString *Strings;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTableBuilder.h 37 DenseMap<StringRef, uint32_t> Strings;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang-c/
CXString.h 1 /*===-- clang-c/CXString.h - C Index strings --------------------*- C -*-===*\
10 |* This header provides the interface to C Index strings. *|
33 * The \c CXString type is used to return strings from the interface when
44 CXString *Strings;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTableBuilder.h 37 DenseMap<StringRef, uint32_t> Strings;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang-c/
CXString.h 1 /*===-- clang-c/CXString.h - C Index strings --------------------*- C -*-===*\
10 |* This header provides the interface to C Index strings. *|
33 * The \c CXString type is used to return strings from the interface when
44 CXString *Strings;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTableBuilder.h 37 DenseMap<StringRef, uint32_t> Strings;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang-c/
CXString.h 1 /*===-- clang-c/CXString.h - C Index strings --------------------*- C -*-===*\
10 |* This header provides the interface to C Index strings. *|
33 * The \c CXString type is used to return strings from the interface when
44 CXString *Strings;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTableBuilder.h 37 DenseMap<StringRef, uint32_t> Strings;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang-c/
CXString.h 1 /*===-- clang-c/CXString.h - C Index strings --------------------*- C -*-===*\
10 |* This header provides the interface to C Index strings. *|
33 * The \c CXString type is used to return strings from the interface when
44 CXString *Strings;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTableBuilder.h 37 DenseMap<StringRef, uint32_t> Strings;
  /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/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
StringsTest.java 24 * Unit test for {@link Strings}.
31 assertEquals("", Strings.nullToEmpty(null));
32 assertEquals("", Strings.nullToEmpty(""));
33 assertEquals("a", Strings.nullToEmpty("a"));
37 assertNull(Strings.emptyToNull(null));
38 assertNull(Strings.emptyToNull(""));
39 assertEquals("a", Strings.emptyToNull("a"));
43 assertTrue(Strings.isNullOrEmpty(null));
44 assertTrue(Strings.isNullOrEmpty(""));
45 assertFalse(Strings.isNullOrEmpty("a"))
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
StringsTest.java 26 * Unit test for {@link Strings}.
33 assertEquals("", Strings.nullToEmpty(null));
34 assertEquals("", Strings.nullToEmpty(""));
35 assertEquals("a", Strings.nullToEmpty("a"));
39 assertNull(Strings.emptyToNull(null));
40 assertNull(Strings.emptyToNull(""));
41 assertEquals("a", Strings.emptyToNull("a"));
45 assertTrue(Strings.isNullOrEmpty(null));
46 assertTrue(Strings.isNullOrEmpty(""));
47 assertFalse(Strings.isNullOrEmpty("a"))
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
ComboDialog.h 22 UStringVector Strings;
  /external/droiddriver/src/io/appium/droiddriver/util/
Strings.java 20 * Static helper methods for manipulating strings.
22 public class Strings {
  /external/llvm/tools/dsymutil/
NonRelocatableStringpool.h 22 /// strings.
63 MapTy Strings;

Completed in 1503 milliseconds

1 2 3 4 5 6 7 8 910