HomeSort by relevance Sort by last modified time
    Searched full:returned (Results 276 - 300 of 7742) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/common/extensions/docs/static/
experimental.webInspector.resources.html 28 <p>Some resources may be missing in the array of entries returned by <code>
30 reload the page to get all resources. In general, the list of resources returned
  /external/chromium/net/base/
data_url.h 37 // returned data is base64 decoded, and any %-escaped bytes are unescaped).
40 // output variables will remain unchanged. On success, true is returned.
file_stream.h 51 // opened then an error code is returned.
59 // position relative to the start of the file is returned. Otherwise, an
60 // error code is returned. It is not valid to call Seek while a Read call
65 // position until the end of the file. Otherwise, an error code is returned.
75 // not complete synchronously, then ERR_IO_PENDING is returned, and the
103 // not complete synchronously, then ERR_IO_PENDING is returned, and the
  /external/guava/src/com/google/common/collect/
ImmutableSortedAsList.java 22 * List returned by {@code ImmutableSortedSet.asList()} when the set isn't
52 // The returned ImmutableSortedAsList maintains the contains(), indexOf(), and
  /external/icu4c/i18n/unicode/
uldnames.h 128 * greater than maxResultSize, the returned name will be truncated.
148 * greater than maxResultSize, the returned name will be truncated.
166 * greater than maxResultSize, the returned name will be truncated.
184 * greater than maxResultSize, the returned name will be truncated.
202 * greater than maxResultSize, the returned name will be truncated.
220 * greater than maxResultSize, the returned name will be truncated.
238 * greater than maxResultSize, the returned name will be truncated.
257 * greater than maxResultSize, the returned name will be truncated.
  /external/icu4c/test/cintltst/
currtest.c 21 log_err("Error: ucurr_openISOCurrencies returned %s\n", myErrorName(status));
91 log_err("Error: ucurr_openISOCurrencies returned %s\n", myErrorName(status));
99 log_err("Error: uenum_next or uenum_reset returned %s\n", myErrorName(status));
115 log_err("Error: ucurr_openISOCurrencies returned %s\n", myErrorName(status));
128 log_err("Error: uenum_count returned the wrong value (type = 0x%X). Got: %d Expected %d\n",
166 log_data_err("Error: unum_open returned %s (Are you missing data?)\n", myErrorName(status));
206 log_data_err("Error: unum_open returned %s (Are you missing data?)\n", u_errorName(status));
217 log_err("Error: unum_setTextAttribute returned %s\n", u_errorName(status));
  /external/llvm/test/CodeGen/XCore/
bigstructret.ll 6 ; Structs of 4 words can be returned in registers
22 ; Structs bigger than 4 words are returned via a hidden hidden sret-parameter
  /external/mesa3d/src/glsl/glcpp/tests/
glcpp-test 24 echo "$pass/$total tests returned correct results"
42 echo "$pass/$total tests returned correct results"
  /frameworks/base/core/java/android/text/method/
TransformationMethod.java 33 * Beware that the returned text must be exactly the same length as
34 * the source text, and that if the source text is Editable, the returned
  /frameworks/base/core/java/com/android/internal/util/
IState.java 29 * Returned by processMessage to indicate the the message was processed.
34 * Returned by processMessage to indicate the the message was NOT processed.
  /frameworks/base/services/java/com/android/server/location/
CountryDetectorBase.java 29 * could be returned immediately if it is available.
48 * be returned.
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
SecretKeySpecTest.java 156 * getAlgorithm() method testing. Tests that returned value is
164 assertEquals("The returned value does not equal to the "
170 * getFormat() method testing. Tests that returned value is "RAW".
177 assertTrue("The returned value is not \"RAW\".",
182 * getEncoded() method testing. Tests that returned array is equal to the
184 * of returned array does not affect the internal array.
193 fail("The returned key does not equal to the specified "
197 assertFalse("The change of returned by getEncoded() method key "
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex10.c 52 printf ("re_match returned %d, expected 5\n", match);
57 printf ("re_match returned %d..%d, expected 2..7\n",
  /system/core/include/zipfile/
zipfile.h 43 // return the filename of this entry, you own the memory returned
46 // The buffer must be 1.001 times the buffer size returned
  /system/extras/tests/bionic/libc/bionic/
test_getgrouplist.c 47 fprintf(stderr, "getgrouplist() returned %d (expecting 1), ngroups=%d\n",
52 fprintf(stderr, "getgrouplist() returned group %d (expecting %d)\n",
  /system/extras/tests/bionic/libc/common/
test_gethostname.c 41 printf("gethostname() returned error %d: %s\n", errno, strerror(errno));
45 printf("gethostname() returned '%s'\n", hostname);
  /system/media/audio_utils/include/audio_utils/
echo_reference.h 44 * - delay_ns is the delay between the returned frames and the capture time derived from
46 * - frame_count is updated with the actual number of frames returned
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC2ParameterSpecTest.java 102 * getEffectiveKeyBits() method testing. Tests that returned value is
110 assertTrue("The returned effectiveKeyBits value is not equal to the "
116 * getIV() method testing. Tests that returned array is equal to the
118 * of returned array does not affect the internal array. Also it checks
128 fail("The returned iv is not equal to the specified "
132 assertFalse("The change of returned by getIV() method iv "
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
CharArrayReaderTest.java 45 assertTrue("Created incorrect reader--returned '" + (char) c
83 assertTrue("markSupported returned false", cr.markSupported());
91 assertEquals("Read returned incorrect char", 'H', cr.read());
103 assertTrue("Read returned incorrect chars", new String(c, 1, 10)
112 assertTrue("ready returned false", cr.ready());
114 assertTrue("ready returned true", !cr.ready());
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
ChoiceFormatTest.java 50 assertTrue("a) Incorrect format returned: " + formattedString,
53 assertTrue("b) Incorrect format returned: " + formattedString,
56 assertTrue("c) Incorrect format returned: " + formattedString,
59 assertTrue("d) Incorrect format returned: " + formattedString,
62 assertTrue("e) Incorrect format returned: " + formattedString,
65 assertTrue("f) Incorrect format returned: " + formattedString,
68 assertTrue("g) Incorrect format returned: " + formattedString,
71 assertTrue("h) Incorrect format returned: " + formattedString,
74 assertTrue("i) Incorrect format returned: " + formattedString,
77 assertTrue("j) Incorrect format returned: " + formattedString
    [all...]
  /external/apache-http/src/org/apache/http/message/
HeaderValueFormatter.java 49 * and the modified buffer is returned. If no buffer is passed in,
51 * In both cases, the caller is allowed to modify the returned buffer.
73 * that buffer will be used and returned.
92 * that buffer will be used and returned.
114 * that buffer will be used and returned.
133 * that buffer will be used and returned.
  /external/bluetooth/glib/gio/
gvfs.c 82 * Free the returned object with g_object_unref().
105 * This operation never fails, but the returned object
110 * Free the returned object with g_object_unref().
133 * The returned array belongs to GIO and must
153 * This operation never fails, but the returned object might
158 * Free the returned object with g_object_unref().
  /external/chromium/net/http/
http_auth_handler_factory.h 56 // the caller through |*handler| and OK is returned.
59 // is set to NULL and ERR_UNSUPPORTED_AUTH_SCHEME is returned.
62 // ERR_INVALID_RESPONSE is returned.
73 // the specified |target|, ERR_INVALID_AUTH_CREDENTIALS is returned.
151 // for the |scheme|, NULL is returned. The returned factory must not be
  /external/clang/test/Analysis/
retain-release-path-notes-gc.m 65 return object; // expected-note{{Object returned to caller as an owning reference (single retain count transferred to caller)}} expected-note{{Object leaked: object allocated and stored into 'object' and returned from method 'getViolation' is potentially leaked when using garbage collection. Callers of this method do not expect a returned object with a +1 retain count since they expect the object to be managed by the garbage collector}}
70 return object; // expected-note{{Object returned to caller as an owning reference (single retain count transferred to caller)}} expected-note{{Object leaked: object allocated and stored into 'object' and returned from method 'copyViolation' is potentially leaked when using garbage collection. Callers of this method do not expect a returned object with a +1 retain count since they expect the object to be managed by the garbage collector}}
  /external/protobuf/src/google/protobuf/stubs/
map-util.h 44 // key is returned, otherwise the value passed as a default is returned.
58 // If the key is present a const pointer to the associated value is returned,
59 // otherwise a NULL pointer is returned.
72 // If the key is present a const pointer to the associated value is returned,
73 // otherwise a NULL pointer is returned.

Completed in 1416 milliseconds

<<11121314151617181920>>