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

123456

/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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdftest1.asm5 ;; [2] relocation to different segments in same module
6 ;; [3] relocation to same segment in different module
7 ;; [4] relocation to different segment in different module
9 ;; [6] relative relocation to different module
/external/valgrind/main/none/tests/ppc32/
H A Djm-misc.stdout.exp8 All done. Tested 3 different instructions
H A Djm_int_isa_2_07.stdout.exp9 All done. Tested 4 different instructions
/external/valgrind/main/none/tests/ppc64/
H A Djm-misc.stdout.exp8 All done. Tested 3 different instructions
H A Djm_int_isa_2_07.stdout.exp9 All done. Tested 4 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.s4 # Test two different executable sections with bundling.
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Dcurpos-err.asm20 dd baz+foo+4-$-$ ; ditto, slightly different
H A Dcurpos.asm20 dd baz+foo+4-$-$ ; ditto, slightly different
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
H A Delf_gas64_curpos.asm20 #.4byte baz+foo+4-.-. # ditto, slightly different - GAS gets confused on this
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
H A Dwin32-curpos.asm20 dd baz+foo+4-$-$ ; ditto, slightly different
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dwin64-curpos.asm20 dd baz+foo+4-$-$ ; ditto, slightly different
/external/chromium_org/third_party/skia/gm/tests/
H A Drun.sh159 THIS_IMAGE_DIR=$IMAGES_DIR/different-pixels
165 --writeJsonSummaryPath $JSON_DIR/different-pixels.json
168 # different-pixels.json, but in which the *first* ignore-failure is changed
172 sed -e "0,/$OLD/{s/$OLD/$NEW/}" $JSON_DIR/different-pixels.json \
173 >$JSON_DIR/different-pixels-ignore-some-failures.json
175 THIS_IMAGE_DIR=$IMAGES_DIR/different-pixels-no-hierarchy
181 --writeJsonSummaryPath $JSON_DIR/different-pixels-no-hierarchy.json
206 # Compare generated image against an input image file with identical pixels but different PNG encoding.
210 # Compare generated image against an input image file with different pixels.
211 gm_test "--verbose --hierarchy --match selftest1 $CONFIGS -r $GM_INPUTS/images/different
[all...]
/external/skia/gm/tests/
H A Drun.sh159 THIS_IMAGE_DIR=$IMAGES_DIR/different-pixels
165 --writeJsonSummaryPath $JSON_DIR/different-pixels.json
168 # different-pixels.json, but in which the *first* ignore-failure is changed
172 sed -e "0,/$OLD/{s/$OLD/$NEW/}" $JSON_DIR/different-pixels.json \
173 >$JSON_DIR/different-pixels-ignore-some-failures.json
175 THIS_IMAGE_DIR=$IMAGES_DIR/different-pixels-no-hierarchy
181 --writeJsonSummaryPath $JSON_DIR/different-pixels-no-hierarchy.json
206 # Compare generated image against an input image file with identical pixels but different PNG encoding.
210 # Compare generated image against an input image file with different pixels.
211 gm_test "--verbose --hierarchy --match selftest1 $CONFIGS -r $GM_INPUTS/images/different
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineUtilities.cpp26 int different = line[0] != line[1]; local
27 reduced[1] = line[different];
28 return 1 + different;
/external/skia/experimental/Intersection/
H A DLineUtilities.cpp26 int different = line[0] != line[1]; local
27 reduced[1] = line[different];
28 return 1 + different;
/external/chromium_org/sync/js/
H A DREADME.js8 offer better safety guarantees, and to dispatch requests to different threads.
/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/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/chromium_org/third_party/icu/source/test/cintltst/
H A Dcstrcase.c630 different[]= { 0x41, 0x62, 0x131, 0x3c3, 0x73, 0x53, 0x46, 0x66, 0x49, 0xd93f, 0xdffd, 0 }; local
644 lenDifferent=u_strlen(different);
672 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT);
674 log_err("error: u_strcasecmp(mixed, different, default)=%ld instead of positive\n", result);
676 result=u_strCaseCompare(mixed, -1, different, lenDifferent, U_FOLD_CASE_DEFAULT, &errorCode);
678 log_err("error: u_strCaseCompare(mixed, different, default)=%ld instead of positive\n", result);
682 result=u_strncasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT);
684 log_err("error: u_strncasecmp(mixed, different, 4, default)=%ld instead of 0\n", result);
686 result=u_strCaseCompare(mixed, 4, different, 4, U_FOLD_CASE_DEFAULT, &errorCode);
688 log_err("error: u_strCaseCompare(mixed, 4, different,
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcstrcase.c630 different[]= { 0x41, 0x62, 0x131, 0x3c3, 0x73, 0x53, 0x46, 0x66, 0x49, 0xd93f, 0xdffd, 0 }; local
644 lenDifferent=u_strlen(different);
672 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT);
674 log_err("error: u_strcasecmp(mixed, different, default)=%ld instead of positive\n", result);
676 result=u_strCaseCompare(mixed, -1, different, lenDifferent, U_FOLD_CASE_DEFAULT, &errorCode);
678 log_err("error: u_strCaseCompare(mixed, different, default)=%ld instead of positive\n", result);
682 result=u_strncasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT);
684 log_err("error: u_strncasecmp(mixed, different, 4, default)=%ld instead of 0\n", result);
686 result=u_strCaseCompare(mixed, 4, different, 4, U_FOLD_CASE_DEFAULT, &errorCode);
688 log_err("error: u_strCaseCompare(mixed, 4, different,
[all...]

Completed in 7654 milliseconds

123456