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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
clientperm.stdout.exp 1 m_na: returned value is -1
3 m_rm: returned value is 1
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestResult.java 35 private String returned; // AST (toStringTree) or ST (toString) field in class:gUnitTestResult
48 public gUnitTestResult(boolean success, String output, String returned) {
50 this.returned = returned;
66 return returned;
  /libcore/support/src/test/java/tests/support/
ThrowingReader.java 53 int returned = super.read(buf, offset, count); local
54 total += returned;
55 return returned;
  /external/clang/test/CodeGen/
types.c 30 struct List returned; member in struct:Village
  /external/skia/tests/
PointTest.cpp 33 SkScalar returned = SkPoint::Normalize(&point); local
35 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(returned, oldLength));
  /external/jsilver/src/org/clearsilver/
FactoryLoader.java 76 ClearsilverFactory returned = clearsilverFactory; local
78 return returned;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodesetuserdata09.js 83 if the returned node is null.
94 var returned;
111 returned = doc.getUserData("Key1");
112 assertNull("nodesetuserdata09",returned);
nodesetuserdata07.js 81 twice using the same key. Verify if the UserData object that was returned
97 var returned;
124 success = returned.isEqualNode(comment);
textreplacewholetext01.js 80 verifying the values returned by wholeText
81 of the returned Text node.
textreplacewholetext03.js 79 new value. Verify the repalceWholeText by verifying the values returned by
80 wholeText of the returned Text node.
  /external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java 827 System.out.println("uri type returned " + uri.getClass().getName());
  /external/v8/test/mjsunit/
object-get-own-property-names.js 54 // Check that non-enumerable properties are being returned.
64 // Check that no proto properties are returned.
72 // Check that getter properties are returned.
  /libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeTest.java 483 byte[] returned = new byte[expected.length];
490 lcIn.read(returned);
493 Arrays.equals(expected, returned));
509 byte[] returned = out.toByteArray();
511 assertTrue("wrong result for String: " + returned.toString() +
513 Arrays.equals(expected, returned));
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S 30 beq common_exceptionThrown @ returned false, handle exception
90 beq common_exceptionThrown @ returned false, handle exception
OP_EXECUTE_INLINE_RANGE.S 28 beq common_exceptionThrown @ returned false, handle exception
84 beq common_exceptionThrown @ returned false, handle exception
  /dalvik/vm/mterp/mips/
OP_EXECUTE_INLINE.S 30 beqz v0, common_exceptionThrown # returned false, handle exception
101 beqz rINST, common_exceptionThrown # returned false, handle exception
OP_EXECUTE_INLINE_RANGE.S 26 beqz v0, common_exceptionThrown # returned false, handle exception
89 beqz rOBJ, common_exceptionThrown # returned false, handle exception
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodeclonegetparentnull.js 78 The duplicate node returned by the "cloneNode(deep)"
83 duplicate node returned should return null when the
hc_nodedocumentfragmentnodename.js 78 The string returned by the "getNodeName()" method for a
83 returned by the "getNodeName()" method. It should be
hc_nodedocumentnodename.js 78 The string returned by the "getNodeName()" method for a
81 Retrieve the DOM document and check the string returned
hc_nodedocumentnodevalue.js 78 The string returned by the "getNodeValue()" method for a
81 Retrieve the DOM Document and check the string returned
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodeclonegetparentnull.js 78 The duplicate node returned by the "cloneNode(deep)"
83 duplicate node returned should return null when the
hc_nodedocumentfragmentnodename.js 78 The string returned by the "getNodeName()" method for a
83 returned by the "getNodeName()" method. It should be
hc_nodedocumentnodename.js 78 The string returned by the "getNodeName()" method for a
81 Retrieve the DOM document and check the string returned
hc_nodedocumentnodevalue.js 78 The string returned by the "getNodeValue()" method for a
81 Retrieve the DOM Document and check the string returned

Completed in 590 milliseconds

1 2 3 4 5 6 7 8 91011>>