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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h 226 #define back_tab CUR Strings[0]
227 #define bell CUR Strings[1]
228 #define carriage_return CUR Strings[2]
229 #define change_scroll_region CUR Strings[3]
230 #define clear_all_tabs CUR Strings[4]
231 #define clear_screen CUR Strings[5]
232 #define clr_eol CUR Strings[6]
233 #define clr_eos CUR Strings[7]
234 #define column_address CUR Strings[8]
235 #define command_character CUR Strings[9
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 226 #define back_tab CUR Strings[0]
227 #define bell CUR Strings[1]
228 #define carriage_return CUR Strings[2]
229 #define change_scroll_region CUR Strings[3]
230 #define clear_all_tabs CUR Strings[4]
231 #define clear_screen CUR Strings[5]
232 #define clr_eol CUR Strings[6]
233 #define clr_eos CUR Strings[7]
234 #define column_address CUR Strings[8]
235 #define command_character CUR Strings[9
    [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/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/jcommander/src/main/java/com/beust/jcommander/
Strings.java 3 public class Strings {
  /external/owasp/sanitizer/src/main/org/owasp/html/
StandardUrlAttributePolicy.java 52 if (!Strings.regionMatchesIgnoreCase("http", 0, s, 0, 4)) {
57 if (!Strings.regionMatchesIgnoreCase("https", 0, s, 0, 5)) {
62 if (!Strings.regionMatchesIgnoreCase("mailto", 0, s, 0, 6)) {
  /external/llvm/tools/llvm-readobj/
ARMAttributeParser.cpp 121 static const char *const Strings[] = {
129 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
152 static const char *const Strings[] = { "Not Permitted", "Permitted" };
156 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
162 static const char *const Strings[] = { "Not Permitted", "Thumb-1", "Thumb-2" };
166 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
172 static const char *const Strings[] =
    [all...]
  /external/elfutils/tests/
run-zstrptr.sh 24 Strings in section 32 (compressed):
60 Strings in section 32 (uncompressed):
99 Strings in section 30 (compressed):
132 Strings in section 30 (uncompressed):
run-strptr.sh 24 Strings in section 32:
63 Strings in section 30:
  /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;
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
StringsTest.java 14 assertEquals("some random string", Strings.fromStream(stream));
  /external/droiddriver/src/io/appium/droiddriver/actions/accessibility/
AccessibilityScrollAction.java 25 import io.appium.droiddriver.util.Strings;
62 return Strings.toStringHelper(this).addValue(direction).toString();
  /external/emma/ant/ant14/com/vladium/emma/ant/
FilterTask.java 13 import com.vladium.util.Strings;
65 protected static final String COMMA_DELIMITERS = COMMA + Strings.WHITE_SPACE;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestStringCollectionGenerator.java 20 import com.google.common.collect.testing.SampleElements.Strings;
35 return new Strings();
TestStringListGenerator.java 20 import com.google.common.collect.testing.SampleElements.Strings;
34 return new Strings();
TestStringQueueGenerator.java 20 import com.google.common.collect.testing.SampleElements.Strings;
26 * Create queue of strings for tests.
36 return new Strings();
TestStringSetGenerator.java 20 import com.google.common.collect.testing.SampleElements.Strings;
35 return new Strings();
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
TestStringMultisetGenerator.java 22 import com.google.common.collect.testing.SampleElements.Strings;
27 * Create multisets of strings for tests.
37 return new Strings();
  /external/llvm/lib/MC/
StringTableBuilder.cpp 65 std::vector<std::pair<StringRef, size_t> *> Strings;
66 Strings.reserve(StringIndexMap.size());
68 Strings.push_back(&P);
70 if (!Strings.empty())
71 multikey_qsort(&Strings[0], &Strings[0] + Strings.size(), 0);
88 for (std::pair<StringRef, size_t> *P : Strings) {
  /external/mesa3d/docs/
MESA_release_buffers.spec 5 Name Strings
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Properties.java 27 return Strings.toLowerCase(value);
  /external/lzma/CPP/7zip/UI/FileManager/
ComboDialog.h 22 UStringVector Strings;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERGeneralString.java 6 import org.bouncycastle.util.Strings;
86 this.string = Strings.toByteArray(string);
96 return Strings.fromByteArray(string);
DERT61String.java 6 import org.bouncycastle.util.Strings;
93 this(Strings.toByteArray(string));
102 return Strings.fromByteArray(string);

Completed in 1481 milliseconds

1 2 3 4 5 6 7 8 91011>>