/external/clang/test/Parser/ |
asm.cpp | 8 int foo6 asm ("bar6"_x); // expected-error {{string literal with user-defined suffix cannot be used here}}
|
/external/droiddriver/manualtest/ |
build.gradle | 21 // Force remove the suffix '.test'
|
/external/eigen/bench/ |
basicbenchmark.cpp | 11 // ((suffix) (matrix size) (number of iterations))
|
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
ByteArrayAsListTest.java | 56 Byte[] suffix = {Byte.MIN_VALUE, Byte.MAX_VALUE}; local 57 Byte[] all = concat(elements, suffix); 73 Byte[] suffix = {(byte) 86, (byte) 99}; local 74 Byte[] all = concat(concat(prefix, elements), suffix);
|
CharArrayAsListTest.java | 56 Character[] suffix = {Character.MIN_VALUE, Character.MAX_VALUE}; local 57 Character[] all = concat(elements, suffix); 73 Character[] suffix = {(char) 86, (char) 99}; local 74 Character[] all = concat(concat(prefix, elements), suffix);
|
DoubleArrayAsListTest.java | 56 Double[] suffix = {Double.MIN_VALUE, Double.MAX_VALUE}; local 57 Double[] all = concat(elements, suffix); 73 Double[] suffix = {(double) 86, (double) 99}; local 74 Double[] all = concat(concat(prefix, elements), suffix);
|
FloatArrayAsListTest.java | 56 Float[] suffix = {Float.MIN_VALUE, Float.MAX_VALUE}; local 57 Float[] all = concat(elements, suffix); 73 Float[] suffix = {(float) 86, (float) 99}; local 74 Float[] all = concat(concat(prefix, elements), suffix);
|
IntArrayAsListTest.java | 57 Integer[] suffix = {Integer.MIN_VALUE, Integer.MAX_VALUE}; local 58 Integer[] all = concat(elements, suffix); 74 Integer[] suffix = {(int) 86, (int) 99}; local 75 Integer[] all = concat(concat(prefix, elements), suffix);
|
LongArrayAsListTest.java | 56 Long[] suffix = {Long.MIN_VALUE, Long.MAX_VALUE}; local 57 Long[] all = concat(elements, suffix); 73 Long[] suffix = {(long) 86, (long) 99}; local 74 Long[] all = concat(concat(prefix, elements), suffix);
|
ShortArrayAsListTest.java | 56 Short[] suffix = {Short.MIN_VALUE, Short.MAX_VALUE}; local 57 Short[] all = concat(elements, suffix); 73 Short[] suffix = {(short) 86, (short) 99}; local 74 Short[] all = concat(concat(prefix, elements), suffix);
|
/external/guice/extensions/servlet/src/com/google/inject/servlet/ |
UriPatternType.java | 58 private static enum Kind { PREFIX, SUFFIX, LITERAL, } 66 this.patternKind = Kind.SUFFIX; 81 } else if (patternKind == Kind.SUFFIX) { 92 } else if (patternKind == Kind.SUFFIX) {
|
/external/icu/icu4c/source/i18n/ |
collationsets.h | 46 suffix(NULL), 81 const UnicodeString *suffix; member in class:TailoredSet 100 suffix(NULL), 134 const UnicodeString *suffix; member in class:ContractionsAndExpansions
|
esctrn.h | 24 * Escape forms have a prefix and suffix, either of which may be 56 UnicodeString suffix; member in class:EscapeTransliterator 80 * prefix, suffix, radix, and minDigits of this object are used 98 const UnicodeString& prefix, const UnicodeString& suffix,
|
/external/iproute2/man/man8/ |
ifcfg.8 | 30 - it may have alias, suffix, separated by colon.
|
/external/libchrome/base/strings/ |
stringize_macros.h | 16 // suffix, below.
|
/external/libdivsufsort/ |
CHANGELOG.md | 14 * Improve the performance of the suffix-sorting algorithm
|
/external/llvm/test/CodeGen/X86/ |
x86-64-call.ll | 5 ; trivial test for correct call suffix
|
/external/llvm/test/MC/X86/ |
intel-syntax-hex.s | 4 // Checks to make sure we parse the hexadecimal suffix properly.
|
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
xfa_error.cpp | 9 L"unsupported char '%c'", L"bad suffix on number",
|
/external/skia/bench/ |
tile_analyze.py | 160 def GetTileVisCodes(suffix, matrix): 164 suffix is only used to avoid name conflicts in the whole html output. 166 this_js = 'var data_%s=new google.visualization.DataTable();' % suffix 168 this_js += 'data_%s.addColumn("number","%s");' % (suffix, i) 169 this_js += 'data_%s.addRows(%s);' % (suffix, str(matrix)) 171 this_js += ('var heat_%s=new org.systemsbiology.visualization' % suffix + 172 '.BioHeatMap(document.getElementById("%s"));' % suffix + 173 'heat_%s.draw(data_%s,%s);' % (suffix, suffix, DRAW_OPTIONS)) 175 this_js += ('var table_%s=new google.visualization.Table(document.' % suffix [all...] |
/external/strace/tests/ |
uid.test | 26 match_awk "$LOG" "$srcdir"/uid.awk "$STRACE $args output mismatch" -v suffix="$s"
|
/external/toybox/toys/posix/ |
sleep.c | 16 Wait before exiting. An optional suffix can be "m" (minutes), "h" (hours),
|
/external/valgrind/tests/ |
check_makefile_consistency | 38 suffix = substr($0, pos) 39 gsub("^\\$\\( *addsuffix *", "", suffix) 40 gsub(",.*", "", suffix) 47 name_and_suff = name_and_suff " " name[n] suffix
|
/frameworks/data-binding/extensions/baseAdapters/ |
build.gradle | 65 def suffix = name.capitalize() 67 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) { 73 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) { 79 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/pkgconfig/ |
cloog-isl.pc | 11 suffix=
|