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

1 2

  /external/hamcrest/library/src/org/hamcrest/text/
SubstringMatcher.java 23 .appendText(relationship())
30 protected abstract String relationship(); method in class:SubstringMatcher
StringContains.java 20 protected String relationship() { method in class:StringContains
StringEndsWith.java 20 protected String relationship() { method in class:StringEndsWith
StringStartsWith.java 20 protected String relationship() { method in class:StringStartsWith
  /external/junit/src/org/junit/internal/matchers/
SubstringMatcher.java 20 .appendText(relationship())
27 protected abstract String relationship(); method in class:SubstringMatcher
StringContains.java 22 protected String relationship() { method in class:StringContains
  /external/chromium_org/v8/test/webkit/
comparison-operators.js 26 function makeTest(start, end, expression, relationship, override, invert) {
27 var resultValue = eval(relationship + expression + 0) || !!override;
39 function doTest(lhs, rhs, relationship) {
46 tests.push.apply(tests, makeTest(start, end, "==", relationship, expressionParts[i][2]));
47 tests.push.apply(tests, makeTest(start, end, "!=", relationship, expressionParts[i][2]));
48 tests.push.apply(tests, makeTest(start, end, "===", relationship, expressionParts[i][2]));
49 tests.push.apply(tests, makeTest(start, end, "!==", relationship, expressionParts[i][2]));
comparison-operators-greater.js 26 function makeTest(start, end, expression, relationship, override, invert) {
27 var resultValue = eval(relationship + expression + 0) || !!override;
39 function doTest(lhs, rhs, relationship) {
46 tests.push.apply(tests, makeTest(start, end, ">", relationship, expressionParts[i][2]));
47 tests.push.apply(tests, makeTest(start, end, ">=", relationship, expressionParts[i][2]));
comparison-operators-less.js 26 function makeTest(start, end, expression, relationship, override, invert) {
27 var resultValue = eval(relationship + expression + 0) || !!override;
39 function doTest(lhs, rhs, relationship) {
46 tests.push.apply(tests, makeTest(start, end, "<", relationship, expressionParts[i][2]));
47 tests.push.apply(tests, makeTest(start, end, "<=", relationship, expressionParts[i][2]));
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect4.asm 13 ; The various sections and their relationship
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncCalendar.java 577 final Integer relationship = local
581 // If there's no relationship, we can't create this for EAS
583 if (relationship != null && !TextUtils.isEmpty(attendeeEmail)) {
585 if (relationship == Attendees.RELATIONSHIP_ORGANIZER) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 262 int relationship = cursor local
264 if (relationship == Attendees.RELATIONSHIP_ORGANIZER) {
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 1940 final Integer relationship = local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 150 * An abstract class representing a system-maintainable relationship
453 * Relates two variables by the linear scaling relationship: "v2 =
455 * this relationship but the scale factor and offset are considered
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 141 * An abstract class representing a system-maintainable relationship
444 * Relates two variables by the linear scaling relationship: "v2 =
446 * this relationship but the scale factor and offset are considered
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 141 * An abstract class representing a system-maintainable relationship
444 * Relates two variables by the linear scaling relationship: "v2 =
446 * this relationship but the scale factor and offset are considered
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 141 * An abstract class representing a system-maintainable relationship
444 * Relates two variables by the linear scaling relationship: "v2 =
446 * this relationship but the scale factor and offset are considered
  /external/chromium_org/v8/benchmarks/
deltablue.js 147 * An abstract class representing a system-maintainable relationship
450 * Relates two variables by the linear scaling relationship: "v2 =
452 * this relationship but the scale factor and offset are considered
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 307 relationship that characterize a tree; it does not provide any logic concerning
    [all...]
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 617 String email, int status, int relationship, int type) {
625 attendee.put(Attendees.ATTENDEE_RELATIONSHIP, relationship);
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager_commands.js 167 * the keydown events for this command. Not doing that breaks relationship

Completed in 388 milliseconds

1 2