HomeSort by relevance Sort by last modified time
    Searched refs:returned (Results 1 - 25 of 328) 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
  /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/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/mesa3d/docs/
MESA_set_3dfx_mode.spec 64 GL_TRUE is returned if <mode> is valid and the operation completed
65 normally. GL_FALSE is returned if <mode> is invalid or if the Glide
MESA_swap_frame_usage.spec 162 last missed frame is returned in the location pointed to by
174 If these functions are successful, zero is returned. If the context
176 GLX_BAD_CONTEXT is returned.
180 If the function succeeds, zero is returned. If the function
181 fails, one of the following error codes is returned:
  /external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java 823 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.
undeletable-functions.js 149 assertTrue(deleted, "delete operator returned false: " + prop);
162 assertTrue(deleted, "delete operator returned false: " + prop);
167 assertTrue(deleted, "delete operator returned false 2nd time: " + prop);
177 assertFalse(deleted, "delete operator returned true: " + prop);
189 assertFalse(deleted, "delete operator returned true: " + prop);
  /libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeTest.java 485 byte[] returned = new byte[expected.length];
492 lcIn.read(returned);
495 Arrays.equals(expected, returned));
511 byte[] returned = out.toByteArray();
513 assertTrue("wrong result for String: " + returned.toString() +
515 Arrays.equals(expected, returned));
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S 30 beq common_exceptionThrown @ returned false, handle exception
89 beq common_exceptionThrown @ returned false, handle exception
OP_EXECUTE_INLINE_RANGE.S 28 beq common_exceptionThrown @ returned false, handle exception
83 beq 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
  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 57 << " returned to caller";
106 os << " returned to caller";

Completed in 665 milliseconds

1 2 3 4 5 6 7 8 91011>>