HomeSort by relevance Sort by last modified time
    Searched refs:different (Results 26 - 50 of 406) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/chromeos/
neterror.js 21 // Subframes use a different layout but the same html file. This is to make it
22 // easier to support platforms that load the error page via different
  /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/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 28 # although not strictly necessary, sign this app with different cert than CtsAppWithData
  /cts/hostsidetests/appsecurity/test-apps/InstrumentationAppDiffCert/
Android.mk 28 # sign this app with different cert than CtsTargetInstrumentationApp
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/
Android.mk 28 # sign this app with a different cert than CtsUsePermissionDiffCert
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareAppCompat/
Android.mk 28 # sign this app with a different cert than CtsUsePermissionDiffCert
  /cts/hostsidetests/appsecurity/test-apps/SharedUidInstall/
Android.mk 28 # sign this app with a different cert than CtsSharedUidInstallDiffCert
  /cts/hostsidetests/appsecurity/test-apps/SharedUidInstallDiffCert/
Android.mk 28 # sign this app with a different cert than CtsSharedUidInstall
  /cts/hostsidetests/appsecurity/test-apps/SimpleAppInstall/
Android.mk 28 # sign this app with a different cert than CtsSimpleAppInstallDiffCert
  /cts/hostsidetests/appsecurity/test-apps/SimpleAppInstallDiffCert/
Android.mk 28 # sign this app with a different cert than CtsSimpleAppInstall
  /cts/hostsidetests/appsecurity/test-apps/TargetInstrumentationApp/
Android.mk 28 # sign this app with different cert than CtsInstrumentationAppDiffCert
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/
Android.mk 29 # 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/chromium_org/chrome/browser/resources/cryptotoken/
requesthelper.js 8 * U2F documents, although the API is different.
  /external/chromium_org/native_client_sdk/src/examples/tutorial/using_ppapi_simple/
example.js 11 // nacl_io/ppapi_simple generates two different types of messages:
  /external/chromium_org/v8/test/mjsunit/es6/
mirror-symbols.js 34 // Test a number of different symbols.
  /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/chromium_org/v8/test/webkit/
stack-overflow-catch.js 37 // Dummy code to make this funciton different from test2()
56 // Dummy code to make this funciton different from test1()
  /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/chromium_org/third_party/icu/source/test/cintltst/
cstrcase.c 630 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, 4, default)=%ld instead of 0\n", result)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cstrcase.c 630 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, 4, default)=%ld instead of 0\n", result)
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkReduceOrder.cpp 11 int different = line[0] != line[1]; local
12 fLine[1] = line[different];
13 return 1 + different;

Completed in 874 milliseconds

12 3 4 5 6 7 8 91011>>