HomeSort by relevance Sort by last modified time
    Searched full:returns (Results 51 - 75 of 16254) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/srtp/crypto/include/
rdb.h 35 * returns err_status_ok on success, err_status_t_fail otherwise
47 * returns err_status_fail if the index already appears in rdb,
48 * returns err_status_ok otherwise
59 * returns err_status_ok on success, err_status_fail otherwise
87 * rdb_get_value(db) returns the current sequence number of db
  /external/webrtc/src/modules/audio_processing/utility/
ring_buffer.h 26 // Returns number of samples read
29 // Returns number of samples written
32 // Returns number of samples flushed
35 // Returns number of samples stuffed
38 // Returns number of samples in buffer
  /frameworks/base/media/java/android/mtp/
MtpObjectInfo.java 51 * Returns the object handle for the MTP object
60 * Returns the storage ID for the MTP object's storage unit
69 * Returns the format code for the MTP object
78 * Returns the protection status for the MTP object
94 * Returns the size of the MTP object
103 * Returns the format code for the MTP object's thumbnail
113 * Returns the size of the MTP object's thumbnail
123 * Returns the width of the MTP object's thumbnail in pixels
133 * Returns the height of the MTP object's thumbnail in pixels
143 * Returns the width of the MTP object in pixel
    [all...]
  /external/collada/include/1.4/dom/
domNode.h 150 * @return Returns a xsID of the id attribute.
163 * @return Returns a xsNCName of the name attribute.
174 * @return Returns a xsNCName of the sid attribute.
185 * @return Returns a domNodeType of the type attribute.
196 * @return Returns a domListOfNames reference of the layer array attribute.
201 * @return Returns a constant domListOfNames reference of the layer array attribute.
217 * @return Returns a reference to the array of lookat elements.
222 * @return Returns a constant reference to the array of lookat elements.
227 * @return Returns a reference to the array of matrix elements.
232 * @return Returns a constant reference to the array of matrix elements
    [all...]
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 59 returns(result);
73 returns(result);
89 returns(result);
104 returns(result);
120 returns(result);
136 returns(result);
148 returns(result);
160 returns(result);
175 returns(result);
191 returns(result)
454 private void returns(String result) { method in class:EGLLogWrapper
459 private void returns(int result) { method in class:EGLLogWrapper
463 private void returns(boolean result) { method in class:EGLLogWrapper
467 private void returns(Object result) { method in class:EGLLogWrapper
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
linked_lists_single.sgml 88 @Returns: a pointer to the newly-allocated #GSList element.
98 @Returns:
108 @Returns:
119 @Returns:
130 @Returns:
141 @Returns:
151 @Returns:
161 @Returns:
171 @Returns:
181 @Returns:
    [all...]
trees-nary.sgml 78 @Returns:
87 @Returns:
97 @Returns:
108 @Returns:
119 @Returns:
130 @Returns:
141 @Returns:
151 @Returns:
161 @Returns:
172 @Returns:
    [all...]
base64.sgml 48 @Returns:
60 @Returns:
70 @Returns:
83 @Returns:
93 @Returns:
103 @Returns:
hash_tables.sgml 74 @Returns:
86 @Returns:
110 @Returns: the hash value corresponding to the key.
122 @Returns: %TRUE if @a = @b; %FALSE otherwise.
151 @Returns:
161 @Returns:
173 @Returns:
194 @Returns:
216 @Returns:
226 @Returns:
    [all...]
string_utils.sgml 49 @Returns:
59 @Returns:
67 @Returns:
77 @Returns:
87 @Returns:
98 @Returns:
108 @Returns:
119 @Returns:
129 @Returns:
139 @Returns:
    [all...]
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
ViewInfo.java 82 * Returns the list of children views. This is never null, but can be empty.
89 * Returns the cookie associated with the XML node. Can be null.
98 * Returns the class name of the view object. Can be null.
105 * Returns the left of the view bounds, relative to the view parent bounds.
112 * Returns the top of the view bounds, relative to the view parent bounds.
119 * Returns the right of the view bounds, relative to the view parent bounds.
126 * Returns the bottom of the view bounds, relative to the view parent bounds.
133 * Returns the actual android.view.View (or child class) object. This can be used
142 * Returns the actual android.view.ViewGroup$LayoutParams (or child class) object.
151 * Returns the baseline value. If the value is unknown, returns {@link Integer#MIN_VALUE}
    [all...]
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyView.java 53 returns = "A boolean value for whether the item is checked or not")
60 @MonkeyRunnerExported(doc = "Returns the class name of the view",
61 returns = "The class name of the view as a string")
68 @MonkeyRunnerExported(doc = "Returns the text contained by the view",
69 returns = "The text contained in the view")
76 @MonkeyRunnerExported(doc = "Returns the location of the view in the form of a MonkeyRect",
77 returns = "The location of the view as a MonkeyRect object")
84 @MonkeyRunnerExported(doc = "Returns the enabled status of the view",
85 returns = "The enabled status of the view as a boolean")
92 @MonkeyRunnerExported(doc = "Returns the selected status of the view"
    [all...]
  /external/chromium/crypto/
nss_util_internal.h 16 // Returns a reference to the default NSS key slot for storing
21 // Returns a reference to the default slot for storing private-key and
22 // mixed private-key/public-key data. Returns a hardware (TPM) NSS
  /external/chromium/net/base/
winsock_util.h 16 // If the (manual-reset) event object is signaled, resets it and returns true.
17 // Otherwise, does nothing and returns false. Called after a Winsock function
23 // optimization. The code still works if this function simply returns false.
  /external/chromium/net/disk_cache/
file_block.h 20 // Returns a pointer to the actual data.
23 // Returns the size of the block;
26 // Returns the file offset of this block.
  /external/chromium/net/http/
http_transaction_factory.h 24 // transaction to |*trans| and returns OK.
27 // Returns the associated cache if any (may be NULL).
30 // Returns the associated HttpNetworkSession used by new transactions.
http_byte_range.h 31 // Returns true if this is a suffix byte range.
33 // Returns true if the first byte position is specified in this request.
35 // Returns true if the last byte position is specified in this request.
38 // Returns true if this range is valid.
44 // regard to the size or |size| is negative, returns false and there will be
46 // Returns false if this method is called more than once and there will be
  /external/chromium/net/tools/flip_server/
buffer_interface.h 14 // Returns the bytes which can be read from the buffer. There is no
19 // returns the size of this buffer
20 // Returns:
25 // returns the number of bytes free in this buffer.
26 // Returns:
31 // Returns true if empty.
32 // Returns:
38 // Returns true if the buffer is full.
42 // returns the number of characters written.
74 // Returns the number of bytes read
    [all...]
  /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/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.
  /sdk/ide_common/src/com/android/ide/common/resources/configuration/
ResourceQualifier.java 27 * Returns the human readable name of the qualifier.
32 * Returns a shorter human readable name for the qualifier.
38 * Returns whether the qualifier has a valid filter value.
43 * Returns whether the qualifier has a fake value.
58 * Returns a string formated to be used in a folder name.
64 * Returns whether the given qualifier is a match for the receiver.
65 * <p/>The default implementation returns the result of {@link #equals(Object)}.
76 * Returns true if the receiver is a better match for the given <var>reference</var> than
95 * Returns a string formatted for display purpose.
100 * Returns a string formatted for display purpose
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/applescript/
browsercrapplication+applescript.h 19 // Returns an array of |WindowAppleScript*| of all windows present in the
37 // Always returns nil to indicate that it is the root container object.
40 // Returns the other bookmarks bookmark folder,
41 // returns nil if there is an error.
44 // Returns the bookmarks bar bookmark folder, return nil if there is an error.
47 // Returns the Bookmarks Bar and Other Bookmarks Folders, each is of type
  /external/chromium/net/websockets/
websocket_handshake_draft75.h 40 // returns number of bytes of the server handshake message.
43 // Returns negative if the server handshake message is incomplete.
49 // Returns true if it's ok.
50 // Returns false otherwise (e.g. duplicate WebSocket-Origin: header, etc.)
55 // Returns true if it's ok.
56 // Returns false otherwise (e.g. origin mismatch, etc.)
  /external/webrtc/src/system_wrappers/interface/
map_wrapper.h 53 // Returns the number of elements stored in the map.
56 // Returns a pointer to the first MapItem in the map.
59 // Returns a pointer to the last MapItem in the map.
62 // Returns a pointer to the MapItem stored after item in the map.
65 // Returns a pointer to the MapItem stored before item in the map.
68 // Returns a pointer to the MapItem associated with id from the map.
  /libcore/luni/src/main/java/java/security/interfaces/
RSAPrivateCrtKey.java 33 * Returns the CRT coefficient, {@code q^-1 mod p}.
40 * Returns the prime factor {@code p} of {@code n}.
47 * Returns the prime factor {@code q} of {@code n}.
54 * Returns the CRT exponent of the primet {@code p}.
61 * Returns the CRT exponent of the prime {@code q}.
68 * Returns the public exponent {@code e}.

Completed in 935 milliseconds

1 23 4 5 6 7 8 91011>>