HomeSort by relevance Sort by last modified time
    Searched refs:different (Results 1 - 25 of 232) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/test/Sema/
vector-cast.c 14 't2' and 't1' of different size}}
16 't1' and 't2' of different size}}
23 type 't1' and integer type 'short' of different size}}
27 type 't1' and integer type 'short' of different size}}
  /ndk/tests/device/multi-static-instances/jni/
Application.mk 4 # that are linked to different STL runtimes.
  /external/skia/gm/tests/
run.sh 115 mkdir -p $INPUTS_DIR/different-pixels
117 -w $INPUTS_DIR/different-pixels
118 mv $INPUTS_DIR/different-pixels/8888/dashing3.png \
119 $INPUTS_DIR/different-pixels/8888/dashing2.png
120 mv $INPUTS_DIR/different-pixels/565/dashing3.png \
121 $INPUTS_DIR/different-pixels/565/dashing2.png
136 # Compare generated image against an input image file with identical pixels but different PNG encoding.
139 # Compare generated image against an input image file with different pixels.
140 gm_test "--hierarchy --match dashing2 $CONFIGS -r $GM_INPUTS/different-pixels" "$GM_OUTPUTS/compared-against-different-pixels
    [all...]
  /external/llvm/test/MC/X86/AlignedBundling/
switch-section-locked-error.s 3 # This test invokes .bundle_lock and then switches to a different section
different-sections.s 4 # Test two different executable sections with bundling.
  /ndk/
GNUmakefile 33 $(error,Please fix the problem by reinstalling to a different location.)
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteCardinalityException.js 7 * in a subrule are different: (ID INT)+ where |ID|!=|INT|
  /external/chromium/chrome/browser/sync/glue/
typed_url_model_associator.cc 348 int different = DIFF_NONE; local
357 different |= DIFF_ROW_CHANGED;
361 different |= DIFF_TITLE_CHANGED;
366 different |= DIFF_NODE_CHANGED;
377 different |= DIFF_ROW_CHANGED;
380 different |= DIFF_NODE_CHANGED;
393 different |= DIFF_VISITS_ADDED;
398 different |= DIFF_NODE_CHANGED;
407 different |= DIFF_VISITS_ADDED;
412 if (different & DIFF_VISITS_ADDED)
    [all...]
  /external/dhcpcd/mk/
prog.mk 10 # 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/v8/test/mjsunit/regress/
regress-780423.js 38 assertTrue(o1 !== o2, "different functions");
39 assertTrue(o1.prototype !== o2.prototype, "different protos");
regress-1167.js 48 // Similar test with a different subexpression of unary !.
63 // A similar issue, different subexpression of unary ! (e0 !== e1 is
64 // translated into !(e0 == e1)) and different effect context.
  /external/ant-glob/src/org/apache/tools/ant/types/selectors/
SelectorUtils.java 386 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
  /cts/hostsidetests/appsecurity/test-apps/AppAccessData/
Android.mk 27 # although not strictly necessary, sign this app with different cert than CtsAppWithData
  /cts/hostsidetests/appsecurity/test-apps/InstrumentationAppDiffCert/
Android.mk 27 # sign this app with different cert than CtsTargetInstrumentationApp
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/
Android.mk 27 # sign this app with a different cert than CtsUsePermissionDiffCert
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareAppCompat/
Android.mk 27 # sign this app with a different cert than CtsUsePermissionDiffCert
  /cts/hostsidetests/appsecurity/test-apps/SharedUidInstall/
Android.mk 27 # sign this app with a different cert than CtsSharedUidInstallDiffCert
  /cts/hostsidetests/appsecurity/test-apps/SharedUidInstallDiffCert/
Android.mk 27 # sign this app with a different cert than CtsSharedUidInstall
  /cts/hostsidetests/appsecurity/test-apps/SimpleAppInstall/
Android.mk 27 # sign this app with a different cert than CtsSimpleAppInstallDiffCert
  /cts/hostsidetests/appsecurity/test-apps/SimpleAppInstallDiffCert/
Android.mk 27 # sign this app with a different cert than CtsSimpleAppInstall
  /cts/hostsidetests/appsecurity/test-apps/TargetInstrumentationApp/
Android.mk 27 # sign this app with different cert than CtsInstrumentationAppDiffCert
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/
Android.mk 27 # sign this app with a different cert than CtsPermissionDeclareApp
  /development/tools/elftree/
Android.mk 41 # to fix compatibility issues in elf headers across different platforms
  /external/llvm/test/MC/ARM/
multi-section-mapping.s 6 @ .wibble should *not* inherit .text's mapping symbol. It's a completely different section.
  /external/webkit/LayoutTests/fast/url/script-tests/
query.js 4 // Regular ASCII case in some different encodings.

Completed in 456 milliseconds

1 2 3 4 5 6 7 8 910