/external/toybox/tests/ |
basename.test | 12 # Standard suffix behavior. 13 testing "basename suffix" "basename a/b/c/d.suffix .suffix" "d\n" "" "" 15 # A suffix cannot be the entire result. 16 testing "basename suffix=result" "basename .txt .txt" ".txt\n" "" "" 18 # Deal with suffix appearing in the filename 19 testing "basename reappearing suffix 1" "basename a.txt.txt .txt" "a.txt\n" "" "" 20 testing "basename reappearing suffix 2" "basename a.txt.old .txt" "a.txt.old\n" "" "" 22 # A suffix should be a real suffix, only a the end [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
neon-suffix-bad.d | 1 # name: Bad suffix for non-Neon mnemonic 3 # error-output: neon-suffix-bad.l
|
armv1.l | 2 [^:]*:26: Warning: s suffix on comparison instruction is deprecated 3 [^:]*:29: Warning: s suffix on comparison instruction is deprecated 4 [^:]*:32: Warning: s suffix on comparison instruction is deprecated 5 [^:]*:35: Warning: s suffix on comparison instruction is deprecated
|
thumb32.l | 2 [^;]*:450: Warning: s suffix on comparison instruction is deprecated 3 [^;]*:450: Warning: s suffix on comparison instruction is deprecated 4 [^;]*:450: Warning: s suffix on comparison instruction is deprecated 5 [^;]*:450: Warning: s suffix on comparison instruction is deprecated 6 [^;]*:451: Warning: s suffix on comparison instruction is deprecated 7 [^;]*:451: Warning: s suffix on comparison instruction is deprecated 8 [^;]*:451: Warning: s suffix on comparison instruction is deprecated 9 [^;]*:451: Warning: s suffix on comparison instruction is deprecated 10 [^;]*:452: Warning: s suffix on comparison instruction is deprecated 11 [^;]*:452: Warning: s suffix on comparison instruction is deprecate [all...] |
neon-suffix-bad.l | 2 [^:]*:3: Error: invalid neon suffix for non neon instruction 3 [^:]*:4: Error: invalid neon suffix for non neon instruction 4 [^:]*:5: Error: invalid neon suffix for non neon instruction 6 [^:]*:9: Error: invalid neon suffix for non neon instruction 7 [^:]*:10: Error: invalid neon suffix for non neon instruction 8 [^:]*:11: Error: invalid neon suffix for non neon instruction
|
/build/kati/testcase/ |
suffix.mk | 2 echo $(suffix src/foo.c src-1.0/bar.c hacks)
|
/external/icu/android_icu4j/resources/android/icu/impl/duration/impl/data/ |
pfd_hi.xml | 73 <suffix> ????</suffix> 78 <suffix> ???</suffix> 82 <suffix> ?? ??</suffix> 86 <suffix> ?? ?? ????</suffix> 90 <suffix> ?? ?? from now</suffix> [all...] |
pfd_ja.xml | 93 <suffix>?</suffix> 98 <suffix>?</suffix> 102 <suffix>??</suffix> 107 <suffix>??</suffix> 112 <suffix>??</suffix> [all...] |
pfd_zh_Hant_HK.xml | 82 <suffix>??</suffix> 86 <suffix>??</suffix> 94 <suffix>??</suffix> 99 <suffix>??</suffix> 108 <suffix>??</suffix> [all...] |
pfd_en.xml | 93 <suffix> ago</suffix> 97 <suffix> from now</suffix> 106 <suffix> ago</suffix> 111 <suffix> from now</suffix> 120 <suffix> ago</suffix> [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/data/ |
pfd_hi.xml | 73 <suffix> ????</suffix> 78 <suffix> ???</suffix> 82 <suffix> ?? ??</suffix> 86 <suffix> ?? ?? ????</suffix> 90 <suffix> ?? ?? from now</suffix> [all...] |
pfd_ja.xml | 93 <suffix>?</suffix> 98 <suffix>?</suffix> 102 <suffix>??</suffix> 107 <suffix>??</suffix> 112 <suffix>??</suffix> [all...] |
pfd_zh_Hant_HK.xml | 82 <suffix>??</suffix> 86 <suffix>??</suffix> 94 <suffix>??</suffix> 99 <suffix>??</suffix> 108 <suffix>??</suffix> [all...] |
/external/mockito/src/org/mockito/internal/matchers/ |
EndsWith.java | 17 private final String suffix; field in class:EndsWith 19 public EndsWith(String suffix) { 20 this.suffix = suffix; 24 return actual != null && ((String) actual).endsWith(suffix); 28 description.appendText("endsWith(\"" + suffix + "\")");
|
/art/runtime/interpreter/mterp/mips64/ |
op_neg_double.S | 1 %include "mips64/fcvtHeader.S" { "suffix":"_DOUBLE", "valreg":"f0" } 3 %include "mips64/fcvtFooter.S" { "suffix":"_DOUBLE", "valreg":"f0" }
|
op_neg_float.S | 1 %include "mips64/fcvtHeader.S" { "suffix":"_FLOAT", "valreg":"f0" } 3 %include "mips64/fcvtFooter.S" { "suffix":"_FLOAT", "valreg":"f0" }
|
/external/selinux/policycoreutils/mcstrans/share/examples/pipes/setrans.d/ |
pipes.conf | 3 Suffix=Pipes Only 4 Suffix=Pipes
|
/art/runtime/interpreter/mterp/x86_64/ |
op_div_int.S | 1 %include "x86_64/bindiv.S" {"result":"%eax","second":"%ecx","wide":"0","suffix":"l"}
|
op_div_int_2addr.S | 1 %include "x86_64/bindiv2addr.S" {"result":"%eax","second":"%ecx","wide":"0","suffix":"l"}
|
/ndk/tests/build/stlport-src-suffix/ |
README | 1 This test is meant to test STLport at the presence of .arm and/or .neon suffix
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
lse-atomic.s | 24 .irp suffix, , a, l, al, b, h, ab, lb, alb, ah, lh, alh 25 \op\suffix w0, w1, [x2] 26 \op\suffix w2, w3, [sp] 28 .irp suffix, , a, l, al 29 \op\suffix x0, x1, [x2] 30 \op\suffix x2, x3, [sp] 35 .irp suffix, , l, b, h, lb, lh 36 \op\suffix w0, [x2] 37 \op\suffix w2, [sp] 39 .irp suffix, , [all...] |
illegal-lse.s | 25 .irp suffix, , a, l, al, b, h, ab, lb, alb, ah, lh, alh 26 \op\suffix w0, x1, [x2] 27 \op\suffix w2, w3, [w4] 29 .irp suffix, , a, l, al 30 \op\suffix w0, x1, [x2] 31 \op\suffix x2, x3, [w4] 36 .irp suffix, , l, b, h, lb, lh 37 \op\suffix x0, [x2] 38 \op\suffix w2, [w3] 40 .irp suffix, , [all...] |
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/ |
TagTuple.java | 20 private final String suffix; field in class:TagTuple 22 public TagTuple(String handle, String suffix) { 23 if (suffix == null) { 24 throw new NullPointerException("Suffix must be provided."); 27 this.suffix = suffix; 35 return suffix;
|
/external/toybox/toys/posix/ |
basename.c | 14 usage: basename string [suffix] 16 Return non-directory portion of a pathname removing suffix 23 char *base = basename(*toys.optargs), *suffix = toys.optargs[1]; local 25 // chop off the suffix if provided 26 if (suffix) { 27 long bl = strlen(base), sl = strlen(suffix); 30 if (bl > sl && !strcmp(s, suffix)) *s = 0;
|
/art/runtime/entrypoints/quick/ |
quick_alloc_entrypoints.cc | 30 #define GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, suffix2, instrumented_bool, allocator_type) \ 31 extern "C" mirror::Object* artAllocObjectFromCode ##suffix##suffix2( \ 58 extern "C" mirror::Object* artAllocObjectFromCodeResolved##suffix##suffix2( \ 84 extern "C" mirror::Object* artAllocObjectFromCodeInitialized##suffix##suffix2( \ 108 extern "C" mirror::Object* artAllocObjectFromCodeWithAccessCheck##suffix##suffix2( \ 114 extern "C" mirror::Array* artAllocArrayFromCode##suffix##suffix2( \ 121 extern "C" mirror::Array* artAllocArrayFromCodeResolved##suffix##suffix2( \ 128 extern "C" mirror::Array* artAllocArrayFromCodeWithAccessCheck##suffix##suffix2( \ 135 extern "C" mirror::Array* artCheckAndAllocArrayFromCode##suffix##suffix2( \ 145 extern "C" mirror::Array* artCheckAndAllocArrayFromCodeWithAccessCheck##suffix##suffix2( [all...] |