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

1 2

  /external/chromium_org/v8/test/mjsunit/
compare-known-objects.js 30 // Test CompareIC stubs for normal and strict equality comparison of known
43 // Check CompareIC for equality of known objects.
47 // Check CompareIC for strict equality of known objects.
compare-known-objects-slow.js 30 // Test CompareIC stubs for normal and strict equality comparison of known
43 // Check CompareIC for equality of known objects.
47 // Check CompareIC for strict equality of known objects.
compare-objects.js 30 // Test CompareIC stubs for normal and strict equality comparison of known
50 // Check CompareIC for equality of known objects.
typeof.js 29 // the context of string equality comparisons.
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part1.c 1509 int i, equality; local
1814 int i, j, m, equality; local
1871 int m, equality; local
1994 int equality, k; local
2061 int equality, k; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
mathml_store_rules.js 535 'variable-equality', 'default.default',
538 'self::relseq[@role="equality"]', 'count(./children/*)>2',
542 'multi-equality', 'default.default',
545 'self::relseq[@role="equality"]', 'count(./children/*)>2');
548 'multi-equality', 'default.short',
551 'self::relseq[@role="equality"]', 'count(./children/*)>2');
554 'equality', 'default.default',
558 'self::relseq[@role="equality"]', 'count(./children/*)=2');
561 'simple-equality', 'default.default',
564 'self::relseq[@role="equality"]', 'count(./children/*)=2'
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
cursor.js 51 * Check for equality.
cursor_selection.js 179 * Check for equality.
188 * Check for equality regardless of direction.
key_sequence.js 142 * Check for equality. Commands are matched based on the actual key codes
278 * Utility method that checks for equality of the modifiers (like shift and alt)
279 * and the equality of key codes.
  /external/chromium_org/v8/test/webkit/
dfg-string-stricteq.js 25 "Tests that the DFG does the right thing on strict equality for known strings."
equality.js 25 'Test for equality of many combinations types.'
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 457 = {and} [left]:and_expression and [right]:equality // x.y && a.b
459 | {equality} [value]:equality // x.y
463 equality {->expression}
464 = {eq} [left]:equality eq [right]:comparison // x.y == a.b
466 | {ne} [left]:equality ne [right]:comparison // x.y != a.b
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java 371 boolean equality = Arrays.equals(retB, priB);
372 equality &= returnedKey.getAlgorithm()
374 equality &= returnedKey.getFormat().equals(privateKey.getFormat());
376 + "key entry did not equal the original key", equality);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
manager.js 22 // Compares cookies for "key" (name, domain, etc.) equality, but not "value"
23 // equality.
  /external/chromium_org/v8/test/intl/
assert.js 31 * Compares two objects for key/value equality.
52 * Compares two JavaScript values for type and value equality.
  /external/chromium_org/v8/test/intl/break-iterator/
default-locale.js 40 // Then check for equality.
  /external/chromium_org/v8/test/intl/collator/
default-locale.js 40 // Then check for equality.
  /external/chromium_org/v8/test/intl/date-format/
default-locale.js 40 // Then check for equality.
  /external/chromium_org/v8/test/intl/number-format/
default-locale.js 40 // Then check for equality.
  /external/libpcap/msdos/
pkt_rx1.s 76 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
pkt_rx0.asm 121 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
  /external/chromium_org/content/test/data/media/
webrtc_test_utilities.js 200 // values don't match using normal javascript equality (i.e. the hard
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 788 * This is the standard DeltaBlue benchmark. A long chain of equality
804 // Build chain of n equality constraints
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 779 * This is the standard DeltaBlue benchmark. A long chain of equality
795 // Build chain of n equality constraints
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 779 * This is the standard DeltaBlue benchmark. A long chain of equality
795 // Build chain of n equality constraints

Completed in 3629 milliseconds

1 2