HomeSort by relevance Sort by last modified time
    Searched refs:assertElement (Results 1 - 10 of 10) sorted by null

  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapListTest.java 98 assertElement(ImapList.EMPTY, list.getElementOrNone(0));
99 assertElement(STRING_1, list.getElementOrNone(1));
100 assertElement(LIST_1, list.getElementOrNone(2));
101 assertElement(ImapString.EMPTY, list.getElementOrNone(3));
102 assertElement(ImapElement.NONE, list.getElementOrNone(4)); // Out of index.
105 assertElement(ImapElement.NONE, ImapList.EMPTY.getElementOrNone(0));
111 assertElement(ImapList.EMPTY, list.getListOrEmpty(0));
112 assertElement(ImapList.EMPTY, list.getListOrEmpty(1));
113 assertElement(LIST_1, list.getListOrEmpty(2));
114 assertElement(ImapList.EMPTY, list.getListOrEmpty(3))
    [all...]
ImapResponseParserTest.java 19 import static com.android.email.mail.store.imap.ImapTestUtils.assertElement;
86 assertElement(buildResponse(null, false,
96 assertElement(buildResponse("100", false,
102 assertElement(buildResponse(null, true,
107 assertElement(buildResponse(null, false,
118 assertElement(buildResponse("101", false,
124 assertElement(buildResponse("102", false,
130 assertElement(buildResponse(null, false,
136 assertElement(buildResponse("103", false,
141 assertElement(buildResponse(null, false
    [all...]
ImapTestUtils.java 44 /** @see #assertElement(String, ImapElement, ImapElement) */
45 public static final void assertElement(ImapElement expected, ImapElement actual) {
46 assertElement("(no message)", expected, actual);
54 public static final void assertElement(String message, ImapElement expected,
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.h 214 Element* assertElement(ErrorString*, int nodeId);
InspectorDOMAgent.cpp 430 Element* InspectorDOMAgent::assertElement(ErrorString* errorString, int nodeId)
496 Element* element = assertElement(errorString, nodeId);
    [all...]
InspectorCSSAgent.cpp     [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/asserts/
asserts.js 273 goog.asserts.assertElement = function(value, opt_message, var_args) {
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js 52 goog.asserts.assertBoolean=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isBoolean(a)&&goog.asserts.doAssertFailure_("Expected boolean but got %s: %s.",[goog.typeOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};goog.asserts.assertElement=function(a,b,c){!goog.asserts.ENABLE_ASSERTS||goog.isObject(a)&&a.nodeType==goog.dom.NodeType.ELEMENT||goog.asserts.doAssertFailure_("Expected Element but got %s: %s.",[goog.typeOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};
    [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 312 milliseconds