/external/clang/lib/Lex/ |
LiteralSupport.cpp | 457 /// decimal-constant integer-suffix 458 /// octal-constant integer-suffix 459 /// hexadecimal-constant integer-suffix 460 /// binary-literal integer-suffix [GNU, C++1y] 462 /// decimal-literal ud-suffix 463 /// octal-literal ud-suffix 464 /// hexadecimal-literal ud-suffix 465 /// binary-literal ud-suffix [GNU, C++1y] 481 /// integer-suffix: 482 /// unsigned-suffix [long-suffix [all...] |
/art/runtime/interpreter/mterp/mips64/ |
fcvtFooter.S | 17 SET_VREG$suffix $valreg, a1
|
/art/test/021-string2/src/junit/framework/ |
ComparisonFailure.java | 29 * place of common suffix between expected and actual.
|
/art/test/082-inline-execute/src/junit/framework/ |
ComparisonFailure.java | 29 * place of common suffix between expected and actual.
|
/art/test/701-easy-div-rem/ |
genMain.py | 21 ({'@INT@': 'int', '@SUFFIX@':''}, 30 ({'@INT@': 'long', '@SUFFIX@': 'l'}, 61 public static @INT@ @NAME@(@INT@ x) {return x @OP@ @VALUE@@SUFFIX@;}''') 65 @INT@@CHECKER@("@NAME@", @NAME@(x), x, @VALUE@@SUFFIX@);''')
|
/build/kati/ |
rule_parser_test.go | 61 outputPatterns: []pattern{pattern{suffix: ".o"}}, 73 outputPatterns: []pattern{pattern{suffix: ".o"}}, 158 outputPatterns: []pattern{pattern{suffix: ".o"}}, 175 outputPatterns: []pattern{pattern{suffix: ".o"}},
|
/development/ndk/samples/hello-jni/tests/ |
AndroidManifest.xml | 2 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
|
/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/perf_insights/perf_insights_build/ |
pi_report_to_html_unittest.py | 29 mode='w', suffix='.html', delete=False)
|
/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.
|