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

1 2 34 5 6 7 8 91011>>

  /external/skia/include/gpu/gl/
GrGLSLPrettyPrint.h 13 SkString PrettyPrintGLSL(const char** strings,
  /frameworks/base/test-runner/src/junit/runner/
TestCollector.java 14 * Returns an enumeration of Strings with qualified class names
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
string.swg 21 %include <typemaps/strings.swg>
wstring.swg 21 %include <typemaps/strings.swg>
  /prebuilts/tools/common/guava-tools/annotations/com/google/common/base/
annotations.xml 2 <item name='com.google.common.base.Strings boolean isNullOrEmpty(java.lang.String)'>
  /external/lldb/test/lang/c/strings/
TestCStrings.py 2 Tests that C strings work as expected in expressions
10 mydir = os.path.join("lang", "c", "strings")
15 """Tests that C strings work as expected in expressions"""
22 """Tests that C strings work as expected in expressions"""
33 """Tests that C strings work as expected in expressions"""
  /external/icu/icu4c/source/common/
usetiter.cpp 43 * <br>You are guaranteed that the codepoints are in sorted order, and the strings are in sorted order,
44 * and that all code points are returned before any strings are returned.
62 string = (const UnicodeString*) set->strings->elementAt(nextString++);
70 * <br>Note that the codepoints are in sorted order, and the strings are in sorted order,
71 * and that all code points are returned before any strings are returned.
72 * <br>You are guaranteed that the ranges are in sorted order, and the strings are in sorted order,
73 * and that all ranges are returned before any strings are returned.
95 string = (const UnicodeString*) set->strings->elementAt(nextString++);
117 stringCount = set->strings->size();
  /development/tools/findunused/
findunusedtranslations 4 print STDERR "Usage: findunusedtranslations values/strings.xml\n";
6 print STDERR "Will read values/strings.xml and rewrite\n";
7 print STDERR "values-xx/strings.xml and values-xx-rYY/strings.xml\n";
8 print STDERR "files to remove strings that no longer appear in the\n";
9 print STDERR "base strings file.\n";
  /external/apache-http/src/org/apache/commons/codec/
StringEncoderComparator.java 22 * Strings are comparable, and this comparator allows
25 * is used to sort Strings by an encoding scheme such
27 * handy if one need to sort Strings by an encoded
61 * Compares two strings based not on the strings
63 * strings using the StringEncoder this Comparator
  /external/elfutils/src/po/
Makevars 16 # package. (Note that the msgstr strings, extracted from the package's
25 # bugs in the untranslated strings:
26 # - Strings which are not entire sentences, see the maintainer guidelines
27 # in the GNU gettext documentation, section 'Preparing Strings'.
28 # - Strings which use unclear terms or require additional context to be
30 # - Strings which make invalid assumptions about notation of date, time or
  /external/skia/src/gpu/gl/builders/
GrGLShaderStringBuilder.cpp 23 const char** strings,
36 SkString prettySource = GrGLSLPrettyPrint::PrettyPrintGLSL(strings, lengths, count, false);
41 GR_GL_CALL(gli, ShaderSource(shaderId, count, strings, lengths));
48 SkString shader = GrGLSLPrettyPrint::PrettyPrintGLSL(strings, lengths, count, false);
74 SkDebugf("%s", GrGLSLPrettyPrint::PrettyPrintGLSL(strings, lengths, count, true).c_str());
84 SkDebugf("%s", GrGLSLPrettyPrint::PrettyPrintGLSL(strings, lengths, count, true).c_str());
  /libcore/luni/src/main/java/java/text/
DateFormatSymbols.java 68 * Locale, necessary to lazily load time zone strings. Added to the serialized form for
75 * Gets zone strings, initializing them if necessary. Does not create
207 // Quick check that may keep us from having to load the zone strings.
208 // Note that different locales may have the same strings, so the opposite check isn't valid.
212 // Make sure zone strings are loaded, then check.
233 * Returns the array of strings which represent AM and PM. Use the
237 * @return an array of strings.
244 * Returns the array of strings which represent BC and AD. Use the
248 * @return an array of strings.
263 * Returns the array of strings containing the full names of the months. Us
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
StringSwitcher.java 37 public Object newInstance(String[] strings, int[] ints, boolean fixedInput);
44 * @param strings the array of String keys; must be the same length as the value array
49 public static StringSwitcher create(String[] strings, int[] ints, boolean fixedInput) {
51 gen.setStrings(strings);
72 private String[] strings; field in class:StringSwitcher.Generator
81 * Set the array of recognized Strings.
82 * @param strings the array of String keys; must be the same length as the value array
85 public void setStrings(String[] strings) {
86 this.strings = strings;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeSetStringSpan.java 19 * Implement span() etc. for a set with strings.
51 /** Set for span(). Same as parent but without strings. */
56 * Same as spanSet, plus characters that start or end strings.
60 /** The strings of the parent set. */
61 private ArrayList<String> strings; field in class:UnicodeSetStringSpan
66 /** Maximum lengths of relevant strings. */
69 /** Are there strings that are not fully contained in the code point set? */
84 // TODO: With Java 6, just take the parent set's strings as is,
85 // as a NavigableSet<String>, rather than as an ArrayList copy of the set of strings.
89 strings = setStrings
    [all...]
  /cts/tools/dex-tools/src/dex/structure/
DexMethod.java 27 * Returns a list of strings representing the types of the parameters of
30 * @return a list of strings representing the types of the parameters of
  /development/ndk/platforms/android-18/samples/gles3jni/res/values/
strings.xml 17 <!-- This file contains resource definitions for displayed strings, allowing
21 <!-- Simple strings. -->
  /development/ndk/platforms/android-5/samples/hello-gl2/res/values/
strings.xml 21 <!-- This file contains resource definitions for displayed strings, allowing
25 <!-- Simple strings. -->
  /development/samples/BasicGLSurfaceView/res/values/
strings.xml 21 <!-- This file contains resource definitions for displayed strings, allowing
25 <!-- Simple strings. -->
  /development/samples/Compass/res/values/
strings.xml 17 <!-- This file contains resource definitions for displayed strings, allowing
21 <!-- Simple strings. -->
  /external/clang/test/CodeGen/
cfstring.c 4 // constant with the -fwritable-strings flag.
6 // RUN: %clang_cc1 -fwritable-strings -emit-llvm %s -o - | FileCheck %s
  /external/icu/icu4c/source/common/unicode/
ulistformatter.h 85 * Formats a list of strings using the conventions established for the
89 * @param strings
90 * An array of pointers to UChar strings; the array length is
93 * An array of string lengths corresponding to the strings[]
95 * that the corresponding strings[] entry is 0-terminated, or
96 * stringLengths itself may be NULL if all of the strings are
100 * the number of entries in strings[], and the number of entries
120 const UChar* const strings[],
  /external/regex-re2/re2/
filtered_re2.h 12 // Compile the FilteredRE2. The compile returns strings that need to
13 // be matched. Note that all returned strings are lowercase. For
15 // matching using the strings returned. When doing the string match,
18 // indices of strings that were found in the text to get the actual
45 // of strings that the caller should check for in candidate texts.
46 // The returned strings are lowercased. When doing string matching,
48 // strings from the set of strings returned by Compile. Call after
  /frameworks/native/opengl/tests/gl2_java/res/values/
strings.xml 17 <!-- This file contains resource definitions for displayed strings, allowing
21 <!-- Simple strings. -->
  /frameworks/native/opengl/tests/gl2_jni/res/values/
strings.xml 17 <!-- This file contains resource definitions for displayed strings, allowing
21 <!-- Simple strings. -->
  /frameworks/native/opengl/tests/gl_jni/res/values/
strings.xml 17 <!-- This file contains resource definitions for displayed strings, allowing
21 <!-- Simple strings. -->

Completed in 221 milliseconds

1 2 34 5 6 7 8 91011>>