Searched refs:different (Results 1 - 25 of 97) sorted by relevance

1234

/external/clang/test/Sema/
H A Dvector-cast.c14 't2' (vector of 16 'char' values) and 't1' (vector of 1 'long long' value) of different size}}
16 't1' (vector of 1 'long long' value) and 't2' (vector of 16 'char' values) of different size}}
23 type 't1' (vector of 1 'long long' value) and integer type 'short' of different size}}
27 type 't1' (vector of 1 'long long' value) and integer type 'short' of different size}}
/external/valgrind/none/tests/ppc32/
H A Djm-misc.stdout.exp8 All done. Tested 3 different instructions
H A Djm_int_isa_2_07.stdout.exp17 All done. Tested 8 different instructions
H A Djm_fp_isa_2_07.stdout.exp51 All done. Tested 2 different instructions
/external/valgrind/none/tests/ppc64/
H A Djm-misc.stdout.exp8 All done. Tested 3 different instructions
H A Djm_int_isa_2_07.stdout.exp17 All done. Tested 8 different instructions
H A Djm_fp_isa_2_07.stdout.exp51 All done. Tested 2 different instructions
/external/clang/test/CXX/temp/temp.spec/
H A Dcxx1y-variable-template-no-body.cpp23 expected-error{{redefinition of 'pi0' as different kind of symbol}}
/external/llvm/test/MC/X86/AlignedBundling/
H A Dswitch-section-locked-error.s3 # This test invokes .bundle_lock and then switches to a different section
H A Ddifferent-sections.s6 # Test two different executable sections with bundling.
/external/dhcpcd/mk/
H A Dprog.mk10 # If building for /, ensure we use the libc in / if different from
21 # If building for /, ensure we use the linker in /libexec if different from
/external/ant-glob/src/org/apache/tools/ant/types/selectors/
H A DSelectorUtils.java386 if (different(caseSensitive, ch, strArr[i])) {
405 if (different(caseSensitive, ch, strArr[strIdxStart])) {
425 if (different(caseSensitive, ch, strArr[strIdxEnd])) {
463 if (different(caseSensitive, ch,
496 private static boolean different( method in class:SelectorUtils
/external/crcalc/
H A DAndroid.mk15 # Other files in this directory carry a different license.
/external/crcalc/tests/
H A DAndroid.mk15 # Other files in this directory carry a different license.
/external/llvm/test/MC/ARM/
H A Dmulti-section-mapping.s6 @ .wibble should *not* inherit .text's mapping symbol. It's a completely different section.
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodings.java38 * to provides writers for the different encodings.
162 boolean different = false;
171 different = true; // the uppercased String is different
179 if (different)
/external/skia/src/pathops/
H A DSkReduceOrder.cpp11 int different = line[0] != line[1]; local
12 fLine[1] = line[different];
13 return 1 + different;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml65 (* If 'f' took a different number of arguments, reject. *)
67 raise (Error "redefinition of function with different # args");
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml65 (* If 'f' took a different number of arguments, reject. *)
67 raise (Error "redefinition of function with different # args");
/external/llvm/test/MC/Mips/
H A Dnabi-regs.s1 # OABI (o32, o64) have a different symbolic register
/external/valgrind/exp-bbv/tests/amd64-linux/
H A Dclone_test.S25 # Note, clone syscall is different than the glibc implementation
/external/valgrind/exp-bbv/tests/x86-linux/
H A Dclone_test.S25 # Note, clone syscall is different than the glibc implementation
/external/icu/icu4c/source/test/cintltst/
H A Dcstrcase.c629 different[]= { 0x41, 0x62, 0x131, 0x3c3, 0x73, 0x53, 0x46, 0x66, 0x49, 0xd93f, 0xdffd, 0 }; local
643 lenDifferent=u_strlen(different);
671 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT);
673 log_err("error: u_strcasecmp(mixed, different, default)=%ld instead of positive\n", result);
675 result=u_strCaseCompare(mixed, -1, different, lenDifferent, U_FOLD_CASE_DEFAULT, &errorCode);
677 log_err("error: u_strCaseCompare(mixed, different, default)=%ld instead of positive\n", result);
681 result=u_strncasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT);
683 log_err("error: u_strncasecmp(mixed, different, 4, default)=%ld instead of 0\n", result);
685 result=u_strCaseCompare(mixed, 4, different, 4, U_FOLD_CASE_DEFAULT, &errorCode);
687 log_err("error: u_strCaseCompare(mixed, 4, different,
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dtrace-event-listener.rb11 stdout) to record the events in a different way.
/external/icu/icu4c/source/data/mappings/
H A Ducmfiles.mk19 # * To add EBCDIC converters that uses different SI/SO characters:
21 # different SI/SO characters than the "standard" ones: 0xf/0xe.

Completed in 1428 milliseconds

1234