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

1 2

  /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/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 135 assertTrue(deleted, "delete operator returned false: " + prop);
148 assertTrue(deleted, "delete operator returned false: " + prop);
153 assertTrue(deleted, "delete operator returned false 2nd time: " + prop);
163 assertFalse(deleted, "delete operator returned true: " + prop);
175 assertFalse(deleted, "delete operator returned true: " + prop);
arguments-read-and-assignment.js 46 "args[0] value returned");
85 "capture value returned");
debug-stepnext-do-while.js 49 // Continue stepping until returned to bottom frame.
debug-step-stub-callfunction.js 37 // Continue stepping until returned to bottom frame.
debug-stepin-constructor.js 37 // Continue stepping until returned to bottom frame.
debug-stepout-recursive-function.js 41 // Continue stepping until returned to bottom frame.
debug-evaluate.js 90 // Test that the whole string text is returned if maxStringLength
mirror-array.js 98 // same order in the serialization as returned from
unicode-test.js     [all...]
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE_RANGE.S 24 beq common_exceptionThrown @ returned false, handle exception
OP_EXECUTE_INLINE.S 23 beq common_exceptionThrown @ returned false, handle exception
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
RuntimeTest.java 209 assertTrue("totalMemory returned nonsense value", r.totalMemory() >= r
717 byte[] returned = new byte[expected.length];
728 lcIn.read(returned);
734 Arrays.equals(expected, returned));
750 byte[] returned;
768 returned = out.toByteArray();
770 assertTrue("wrong result for String: " + returned.toString() +
772 Arrays.equals(expected, returned));
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.cpp 639 // Parameters for controlling how fast memory is returned to the OS.
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/xml/
xml_tinyparser.c 188 /* If it's an end_tag, no value should be returned */
  /external/qemu/block/
raw-win32.c 71 DWORD returned; local
73 NULL, 0, NULL, 0, &returned, NULL);
  /external/v8/test/mjsunit/regress/
regress-193.js 37 // It should be ok to call the constructor function returned by f.
  /external/webkit/LayoutTests/storage/
sql-data-types.js 1 //description("This test verifies that the javascript values returned by database queries are of same type as the values put into the database.");
  /external/jpeg/
jmemdosa.asm 280 mov cx,bx ; save returned BX for a sec
314 mov di,000ah ; check offs 10 in returned seg
361 mov cx,bx ; save returned BX for a sec
  /frameworks/base/core/java/android/net/
UrlQuerySanitizer.java 414 * is returned by calling createAllIllegal.
737 * The preferred parameter is the one that is returned when getParameter
815 * returned.
883 * If the character is not a hexidecimal digit, then -1 is returned.
  /external/chromium/third_party/icu/source/test/intltest/
calregts.cpp 1787 int32_t returned = calendar->getActualMaximum(field, status); local
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 1816 int32_t returned = calendar->getActualMaximum(field, status); local
    [all...]
  /external/guava/src/com/google/common/primitives/
generate.sh 121 * returned is the same as that of {@code ((WrapperCl) a).compareTo(b)}.
329 * has a length of at least {@code minLength}, it is returned directly.
330 * Otherwise, a new array of size {@code minLength + padding} is returned,
334 * @param minLength the minimum length the returned array must guarantee
389 * <p>The returned comparator is inconsistent with {@link
450 * <p>The returned list maintains the values, but not the identities, of
452 * {@code list.get(0) == list.get(0)} is true for the returned list is

Completed in 747 milliseconds

1 2