HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 501 - 525 of 4184) sorted by null

<<21222324252627282930>>

  /development/ndk/samples/two-libs/tests/
AndroidManifest.xml 2 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /development/tools/templates/
AndroidManifest.tests.template 2 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /external/autotest/server/cros/
dnsname_mangler.py 40 suffix,
49 @param suffix: string suffix to append to the client hostname.
69 parts[0] = parts[0] + suffix
  /external/bison/m4/
locale-ja.m4 32 not at the environment variables. Also, when an encoding suffix such
58 /* On Cygwin, avoid locale names without encoding suffix, because the
59 locale_charset() function relies on the encoding suffix. Note that
101 # Test for the locale name with explicit encoding suffix.
  /external/chromium-trace/catapult/telemetry/telemetry/util/
screenshot_unittest.py 42 suffix='.png', delete=False)
  /external/chromium-trace/catapult/third_party/polymer/components/paper-input/
paper-input.html 31 It can also include custom prefix or suffix elements, which are displayed
34 for `suffix`).
38 <paper-icon-button suffix icon="clear"></paper-icon-button>
139 <content select="[suffix]"></content>
  /external/chromium-trace/catapult/tracing/tracing_build/
trace2html_unittest.py 20 mode='w', suffix='.html', delete=False)
  /external/deqp/framework/delibs/decpp/
deStringUtil.cpp 122 bool endsWith (const std::string& s, const std::string& suffix)
124 if (suffix.length() > s.length())
128 const std::string::size_type offset = s.length() - suffix.length();
129 return s.find(suffix, offset) == offset;
  /external/droiddriver/
releasing_to_jcenter.md 9 Update the version number in `build.gradle` by modifying the value of `ddVersion`. Official releases should be made only after removing the `-SNAPSHOT` suffix. If the same version number is used as an existing release of droiddriver then jcenter will reject the upload.
  /external/e2fsprogs/lib/ss/
mk_cmds.1 16 The source file name must end with a suffix of ``.ct''; the file
  /external/guava/guava-tests/test/com/google/common/primitives/
ByteArrayAsListTest.java 94 Byte[] suffix = {Byte.MIN_VALUE, Byte.MAX_VALUE}; local
95 Byte[] all = concat(elements, suffix);
111 Byte[] suffix = {(byte) 86, (byte) 99}; local
112 Byte[] all = concat(concat(prefix, elements), suffix);
CharArrayAsListTest.java 94 Character[] suffix = {Character.MIN_VALUE, Character.MAX_VALUE}; local
95 Character[] all = concat(elements, suffix);
111 Character[] suffix = {(char) 86, (char) 99}; local
112 Character[] all = concat(concat(prefix, elements), suffix);
DoubleArrayAsListTest.java 94 Double[] suffix = {Double.MIN_VALUE, Double.MAX_VALUE}; local
95 Double[] all = concat(elements, suffix);
111 Double[] suffix = {(double) 86, (double) 99}; local
112 Double[] all = concat(concat(prefix, elements), suffix);
FloatArrayAsListTest.java 94 Float[] suffix = {Float.MIN_VALUE, Float.MAX_VALUE}; local
95 Float[] all = concat(elements, suffix);
111 Float[] suffix = {(float) 86, (float) 99}; local
112 Float[] all = concat(concat(prefix, elements), suffix);
IntArrayAsListTest.java 95 Integer[] suffix = {Integer.MIN_VALUE, Integer.MAX_VALUE}; local
96 Integer[] all = concat(elements, suffix);
112 Integer[] suffix = {(int) 86, (int) 99}; local
113 Integer[] all = concat(concat(prefix, elements), suffix);
LongArrayAsListTest.java 94 Long[] suffix = {Long.MIN_VALUE, Long.MAX_VALUE}; local
95 Long[] all = concat(elements, suffix);
111 Long[] suffix = {(long) 86, (long) 99}; local
112 Long[] all = concat(concat(prefix, elements), suffix);
ShortArrayAsListTest.java 94 Short[] suffix = {Short.MIN_VALUE, Short.MAX_VALUE}; local
95 Short[] all = concat(elements, suffix);
111 Short[] suffix = {(short) 86, (short) 99}; local
112 Short[] all = concat(concat(prefix, elements), suffix);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
PeriodFormatterData.java 112 * Append the appropriate suffix to the string builder, depending on whether and
124 String suffix = sd.suffix; local
125 if (suffix != null) {
127 System.out.println("appendSuffix '" + suffix + "'");
129 sb.append(suffix);
175 names[px], last, sb); // omit suffix, ok?
230 String suffix = null; local
232 suffix = dr.rqdSuffixes[suffixIndex];
234 if (suffix == null && dr.optSuffixes != null &&
    [all...]
  /external/icu/icu4c/source/common/unicode/
uvernum.h 28 * patchlevel, suffix, version, short version constants, namespace,
82 /** Glued version suffix for renamers
96 /** Glued version suffix function for renamers
98 * If a custom suffix (such as matching library suffixes) is desired, this can be modified.
  /external/icu/icu4c/source/samples/
rules.mk 36 ## Some platforms don't have .cpp as a default suffix, so add the rule here
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
PeriodFormatterData.java 110 * Append the appropriate suffix to the string builder, depending on whether and
122 String suffix = sd.suffix; local
123 if (suffix != null) {
125 System.out.println("appendSuffix '" + suffix + "'");
127 sb.append(suffix);
173 names[px], last, sb); // omit suffix, ok?
228 String suffix = null; local
230 suffix = dr.rqdSuffixes[suffixIndex];
232 if (suffix == null && dr.optSuffixes != null &&
    [all...]
  /external/iptables/extensions/
libxt_limit.man 12 `/second', `/minute', `/hour', or `/day' suffix; the default is
  /external/junit/src/junit/framework/
ComparisonFailure.java 29 * place of common suffix between expected and actual.
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/
build-android32.xml 3 <!-- the suffix ndk-build executable -->
  /external/libgdx/extensions/gdx-bullet/jni/
build-android32.xml 3 <!-- the suffix ndk-build executable -->

Completed in 2063 milliseconds

<<21222324252627282930>>