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

1 2 3 4 5 6 7 8 91011>>

  /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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdftest1.asm 5 ;; [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
  /ndk/tests/device/test-googletest-gnustl/jni/
Application.mk 3 # This is a different with test-googletest-stlport:
  /external/clang/test/CXX/temp/temp.spec/
cxx1y-variable-template-no-body.cpp 23 expected-error{{redefinition of 'pi0' with a different type: 'int' vs 'T'}}
  /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_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
curpos-err.asm 20 dd baz+foo+4-$-$ ; ditto, slightly different
curpos.asm 20 dd baz+foo+4-$-$ ; ditto, slightly different
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
elf_gas64_curpos.asm 20 #.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/
win32-curpos.asm 20 dd baz+foo+4-$-$ ; ditto, slightly different
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-curpos.asm 20 dd baz+foo+4-$-$ ; ditto, slightly different
  /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/chromium_org/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/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

Completed in 523 milliseconds

1 2 3 4 5 6 7 8 91011>>