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

<<11121314151617181920>>

  /external/chromium/base/
sync_socket.h 37 // descriptors are returned. Returns true on success, false on failure.
59 // determine the number of bytes available so avoid using the returned
  /external/chromium/base/win/
object_watcher.h 62 // Returns true if the watch was started. Otherwise, false is returned.
70 // Returns true if the watch was canceled. Otherwise, false is returned.
  /external/chromium/chrome/browser/debugger/
devtools_manager_unittest.cc 86 // Test that just registered devtools host is returned.
91 // Test that the same devtools host is returned.
  /external/chromium/chrome/browser/extensions/
extension_preference_api.h 52 // The ownership of the returned value is passed to the caller.
59 // The ownership of the returned value is passed to the caller.
  /external/chromium/chrome/browser/policy/
device_management_backend.h 30 // The server returned an error code that points to a temporary problem.
32 // The HTTP request returned a non-success code.
  /external/chromium/chrome/browser/sessions/
session_command.h 56 // returned Pickle. The returned Pickle references the underlying data of
  /external/chromium/chrome/browser/ui/views/bubble/
border_contents.h 36 gfx::Rect* contents_bounds, // Returned in window coordinates
37 gfx::Rect* window_bounds); // Returned in screen coordinates
  /external/chromium/chrome/browser/ui/views/
pinned_contents_info_bubble.h 26 gfx::Rect* contents_bounds, // Returned in window coordinates
27 gfx::Rect* window_bounds); // Returned in screen coordinates
  /external/chromium/net/base/
pem_tokenizer.h 36 // GetNext() must have returned true before calling this method.
41 // GetNext() must have returned true before calling this method.
  /external/chromium/net/udp/
datagram_server_socket.h 37 // If ERR_IO_PENDING is returned, the caller must keep |buf|, |address|,
51 // If ERR_IO_PENDING is returned, the caller must keep |buf| and |address|
  /external/clang/lib/StaticAnalyzer/Checkers/
ReturnUndefChecker.cpp 11 // check which looks for undefined or garbage values being returned to the
51 "Undefined or garbage value returned to caller"));
  /external/dbus/test/
shell-test.c 61 printf ("Number of arguments returned (%d) don't match original (%d)\n",
74 printf ("Position %d, returned argument (%s) does not match original (%s)\n",
  /external/e2fsprogs/lib/uuid/
uuid_is_null.3.in 46 to the NULL value. If the value is equal to the NULL UUID, 1 is returned,
47 otherwise 0 is returned.
uuid_parse.3.in 51 Upon successfully parsing the input string, 0 is returned, and the UUID is
54 otherwise \-1 is returned.
  /external/guava/src/com/google/common/collect/
Collections2.java 52 * each element returned by the iterator in turn to see if it is contained in
54 * {@code true} is returned, otherwise {@code false}.
72 * collection, it is returned. Otherwise, an {@link java.util.ArrayList} is
82 * returned collection is a live view of {@code unfiltered}; changes to one
93 * <p>The returned collection isn't threadsafe or serializable, even if
243 * {@code fromCollection}. The returned collection is a live view of {@code
246 * <p>The returned collection's {@code add()} and {@code addAll()} methods
250 * <p>The returned collection isn't threadsafe or serializable, even if
  /external/icu4c/common/
ucnv_io.h 87 * is returned in mixed-case.
90 * @param containsOption A return value stating whether the returned converter name contains an option (a comma)
  /external/icu4c/common/unicode/
usetiter.h 28 * code points or ranges have been returned, it returns the
43 * consisting of single code points are returned as strings containing
141 * Returns the current code point, if <tt>isString()</tt> returned
149 * <tt>isString()</tt> returned false and <tt>nextRange()</tt> was
156 * Returns the current string, if <tt>isString()</tt> returned
158 * containing that single code point is returned.
160 * Ownership of the returned string remains with the iterator.
202 * disjoint and non-contiguous. The value returned from <tt>getString()</tt>
  /external/icu4c/samples/datefmt/answers/
main_2.cpp 17 * to detect this error, we check the ID of the returned zone against
27 printf(") returned zone with ID ");
main_3.cpp 17 * to detect this error, we check the ID of the returned zone against
27 printf(") returned zone with ID ");
  /external/icu4c/samples/datefmt/
main.cpp 17 * to detect this error, we check the ID of the returned zone against
27 printf(") returned zone with ID ");
  /external/ipsec-tools/src/racoon/
netdb_dnssec.h 57 * Structures returned by network data base library. All addresses are
58 * supplied in host order, and returned in network order (suitable for
  /external/jsilver/src/com/google/streamhtmlparser/
Parser.java 71 * Sets the current line number which is returned during error messages.
82 * Sets the current column number which is returned during error messages.
  /external/llvm/lib/CodeGen/
AllocationOrder.h 37 /// @param ReservedRegs Set of reserved registers as returned by
46 /// It is safe to call next again after it returned 0.
  /external/llvm/test/Transforms/IPConstantProp/
return-argument.ll 35 ;; function (so we can check the returned argument is properly
43 ;; Do some stuff with the returned values which we can grep for
  /external/mesa3d/src/glsl/
glsl_types.h 75 unsigned sampler_type:2; /**< Type of data returned using this sampler.
174 * error type is returned.
332 * If the type is not a matrix, \c glsl_type::error_type is returned.
333 * Otherwise a type matching the rows of the matrix is returned.
346 * If the type is not a matrix, \c glsl_type::error_type is returned.
347 * Otherwise a type matching the columns of the matrix is returned.
362 * or the named field does not exist, \c glsl_type::error_type is returned.
379 * zero is returned.

Completed in 1537 milliseconds

<<11121314151617181920>>