HomeSort by relevance Sort by last modified time
    Searched refs:different (Results 1 - 25 of 228) 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.
  /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
  /external/webkit/LayoutTests/fast/url/script-tests/
query.js 4 // Regular ASCII case in some different encodings.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.java 38 * to provides writers for the different encodings.
162 boolean different = false;
171 different = true; // the uppercased String is different
179 if (different)
  /external/icu4c/test/cintltst/
cstrcase.c 630 different[]= { 0x41, 0x62, 0x131, 0x3c3, 0x73, 0x53, 0x46, 0x66, 0x49, 0xd93f, 0xdffd, 0 }; local
643 lenDifferent=u_strlen(different);
670 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT);
672 log_err("error: u_strcasecmp(mixed, different, default)=%ld instead of positive\n", result);
674 result=u_strCaseCompare(mixed, -1, different, lenDifferent, U_FOLD_CASE_DEFAULT, &errorCode);
676 log_err("error: u_strCaseCompare(mixed, different, default)=%ld instead of positive\n", result);
680 result=u_strncasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT);
682 log_err("error: u_strncasecmp(mixed, different, 4, default)=%ld instead of 0\n", result);
684 result=u_strCaseCompare(mixed, 4, different, 4, U_FOLD_CASE_DEFAULT, &errorCode);
686 log_err("error: u_strCaseCompare(mixed, 4, different, 4, default)=%ld instead of 0\n", result)
    [all...]
  /external/compiler-rt/lib/asan/scripts/
symbolize.py 24 address often belongs to the next source code line, or even to a different
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 65 (* If 'f' took a different number of arguments, reject. *)
67 raise (Error "redefinition of function with different # args");
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 65 (* If 'f' took a different number of arguments, reject. *)
67 raise (Error "redefinition of function with different # args");

Completed in 319 milliseconds

1 2 3 4 5 6 7 8 910