HomeSort by relevance Sort by last modified time
    Searched full:returns (Results 201 - 225 of 31998) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chromeos/cryptohome/
cryptohome_util.h 17 // Returns whether Tpm is presented and enabled.
20 // Returns whether device has already been owned.
23 // Returns whether device is being owned (Tpm password is generating).
  /external/chromium_org/components/policy/core/browser/cloud/
message_util.h 16 // Returns a string describing |status| suitable for display in UI.
20 // Returns a string describing |validation_status| suitable for display in UI.
24 // Returns a textual description of |store_status| for display in the UI. If
  /external/chromium_org/components/policy/core/common/
schema.h 44 // Returns a Schema that references static data. This can be used by
49 // Parses the JSON schema in |schema| and returns a Schema that owns
54 // Returns true if this Schema is valid. Schemas returned by the methods below
60 // Returns true if |value| conforms to this Schema.
79 // Returns the name of the current property.
82 // Returns the Schema for the current property. This Schema is always valid.
94 // Returns an iterator that goes over the named properties of this schema.
98 // Returns the Schema for the property named |key|. If |key| is not a known
102 // Returns the Schema for additional properties. If additional properties are
106 // Returns the Schema for |key| if it is a known property, otherwise return
    [all...]
  /external/chromium_org/net/base/
test_data_directory.h 12 // Returns the FilePath object representing the absolute path in the source
16 // Returns the base::FilePath object representing the path to client
22 // Returns the base::FilePath object representing the relative path containing
winsock_util.h 17 // If the (manual-reset) event object is signaled, resets it and returns true.
18 // Otherwise, does nothing and returns false. Called after a Winsock function
24 // optimization. The code still works if this function simply returns false.
  /external/chromium_org/net/disk_cache/
file_block.h 19 // Returns a pointer to the actual data.
22 // Returns the size of the block;
25 // Returns the file offset of this block.
  /external/chromium_org/net/http/
http_transaction_factory.h 25 // transaction to |*trans| and returns OK.
30 // Returns the associated cache if any (may be NULL).
33 // Returns the associated HttpNetworkSession used by new transactions.
  /external/chromium_org/net/quic/
quic_clock.h 23 // Returns the approximate current time as a QuicTime object.
26 // Returns the current time as a QuicTime object.
30 // WallNow returns the current wall-time - a time that is consistent across
  /external/chromium_org/net/tools/balsa/
buffer_interface.h 13 // Returns the bytes which can be read from the buffer. There is no
18 // returns the size of this buffer
19 // Returns:
24 // returns the number of bytes free in this buffer.
25 // Returns:
30 // Returns true if empty.
31 // Returns:
37 // Returns true if the buffer is full.
41 // returns the number of characters written.
73 // Returns the number of bytes read
    [all...]
  /external/chromium_org/ppapi/cpp/private/
flash_drm.h 23 // On success, returns a string var.
28 // Returns the voucher file as a FileRef or an invalid resource on failure.
30 // On success, returns a value indicating if the monitor associated with the
x509_certificate_private.h 23 // Returns true if the required interface is available.
26 // Creates a new certificate from a DER-encoded representation. Returns true
29 // Returns the specified field as a |Var|.
  /external/chromium_org/remoting/host/
pairing_registry_delegate.h 17 // Returns a platform-specific pairing registry delegate that will save to
18 // permanent storage. Returns NULL on platforms that don't support pairing.
22 // Convenience function which returns a new PairingRegistry, using the delegate
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
position.py 42 """Returns this range of the given string.
47 Returns:
59 Returns:
70 Returns:
77 """Returns whether this position is at the end of the given string.
82 Returns:
90 Returns:
97 """Returns whether this position is at the beginning of any string.
99 Returns:
110 Returns
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkThreadUtils.h 25 * Starts the thread. Returns false if the thread could not be started.
31 * If the thread has not started, returns immediately.
38 * will attempt to run on different cores. Returns false if the request failed.
  /external/chromium_org/tools/json_schema_compiler/test/
callbacks.json 10 "description": "Takes nothing. Returns nothing.",
21 "description": "Returns an object.",
44 "description": "Returns an object.",
  /external/chromium_org/ui/gfx/
canvas_paint.h 24 // Returns true if the canvas has an invalid rect that needs to be repainted.
27 // Returns the rectangle that is invalid.
30 // Returns the underlying Canvas.
screen.h 34 // Returns the SCREEN_TYPE_NATIVE Screen. This should be used with caution,
42 // Returns the global screen for a particular type. Types other than _NATIVE
53 // Returns true if DIP is enabled.
56 // Returns the current absolute position of the mouse pointer.
59 // Returns the window under the cursor.
62 // Returns the window at the given screen coordinate |point|.
65 // Returns the number of displays.
70 // Returns the list of displays that are currently available.
73 // Returns the display nearest the specified window.
76 // Returns the display nearest the specified point
    [all...]
  /external/chromium_org/ui/views/controls/
prefix_delegate.h 15 // Returns the total number of selectable items.
18 // Returns the row of the currently selected item, or -1 if no item is
25 // Returns the item at the specified row.
  /external/chromium_org/ui/views/
rect_based_targeting_utils.h 17 // Returns true if |rect| is 1x1.
20 // Returns the percentage of |rect_1|'s area that is covered by |rect_2|.
24 // Returns the square of the distance from |point| to the center of |rect|.
  /external/chromium_org/win8/delegate_execute/
delegate_execute_util.h 17 // Returns a CommandLine with an empty program parsed from |params|.
20 // Returns a CommandLine to launch |chrome_exe| with all switches and arguments
26 // Returns a properly quoted command-line string less the program (argv[0])
  /external/javassist/src/main/javassist/
CtPrimitiveType.java 45 * Returns <code>true</code> if this object represents a primitive
52 * Returns the modifiers for this type.
62 * Returns the descriptor representing this type.
68 * Returns the name of the wrapper class.
75 * Returns the name of the method for retrieving the value
83 * Returns the descriptor of the method for retrieving the value
91 * Returns the opcode for returning a value of the type.
98 * Returns the array-type code representing the type.
100 * For example, if the type is int, then this method returns
106 * Returns the data size of the primitive type
    [all...]
  /external/mockito/src/org/mockito/internal/stubbing/answers/
Returns.java 12 public class Returns implements Answer<Object>, Serializable {
17 public Returns(Object value) {
39 return "Returns: " + value;
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
UserCredentials.java 16 * Returns the name of the user that these credentials relate to.
23 * Returns a password associated with this set of credentials.
31 * Returns the SIP Domain for this username password combination.
  /external/skia/src/utils/
SkThreadUtils.h 25 * Starts the thread. Returns false if the thread could not be started.
31 * If the thread has not started, returns immediately.
38 * will attempt to run on different cores. Returns false if the request failed.
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
IteratorOptions.java 34 * @return Returns whether the option is set.
43 * @return Returns whether the option is set.
52 * @return Returns whether the option is set.
61 * @return Returns whether the option is set.
70 * Sets the option and returns the instance.
73 * @return Returns the instance to call more set-methods.
83 * Sets the option and returns the instance.
86 * @return Returns the instance to call more set-methods.
96 * Sets the option and returns the instance.
99 * @return Returns the instance to call more set-methods
    [all...]

Completed in 1121 milliseconds

1 2 3 4 5 6 7 891011>>