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

<<11121314151617181920>>

  /external/chromium/webkit/glue/
dom_operations.h 72 // Returns true if the element with |element_id| as its id has autocomplete
77 // Returns the number of animations currently running.
80 // Returns the value in an elements resource url attribute. For IMG, SCRIPT or
81 // INPUT TYPE=image, returns the value in "src". For LINK TYPE=text/css, returns
82 // the value in "href". For BODY, TABLE, TR, TD, returns the value in
83 // "background". For BLOCKQUOTE, Q, DEL, INS, returns the value in "cite"
84 // attribute. Otherwise returns a null WebString.
  /external/clang/test/Analysis/
rdar-6600344-nil-receiver-undefined-struct-ret.m 17 Bar f = [obj foo]; // expected-warning{{The receiver of message 'foo' is nil and returns a value of type 'Bar' that will be garbage}}
23 Bar f = [obj foo]; // expected-warning{{The receiver of message 'foo' is nil and returns a value of type 'Bar' that will be garbage}}
  /external/icu4c/i18n/
tolowtrn.h 54 * ICU "poor man's RTTI", returns a UClassID for the actual class.
59 * ICU "poor man's RTTI", returns a UClassID for this class.
toupptrn.h 54 * ICU "poor man's RTTI", returns a UClassID for the actual class.
59 * ICU "poor man's RTTI", returns a UClassID for this class.
  /external/icu4c/layout/
ContextualGlyphSubstProc.h 38 * ICU "poor man's RTTI", returns a UClassID for the actual class.
45 * ICU "poor man's RTTI", returns a UClassID for this class.
IndicRearrangementProcessor.h 40 * ICU "poor man's RTTI", returns a UClassID for the actual class.
47 * ICU "poor man's RTTI", returns a UClassID for this class.
LigatureSubstProc.h 40 * ICU "poor man's RTTI", returns a UClassID for the actual class.
47 * ICU "poor man's RTTI", returns a UClassID for this class.
TrimmedArrayProcessor.h 35 * ICU "poor man's RTTI", returns a UClassID for the actual class.
42 * ICU "poor man's RTTI", returns a UClassID for this class.
  /external/oprofile/daemon/
opd_pipe.h 40 * If jit conversion is requested ('do_jitconv' is sent) the check returns 1.
41 * Otherwise it returns 0.
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
Xinerama.h 32 Returns the number of heads and a pointer to an array of
34 heads. Returns NULL and number = 0 if Xinerama is not active.
  /external/tcpdump/
pmap_prot.h 43 * PMAPPROC_NULL() returns ()
44 * takes nothing, returns nothing
46 * PMAPPROC_SET(struct pmap) returns (bool_t)
50 * PMAPPROC_UNSET(struct pmap) returns (bool_t)
54 * PMAPPROC_GETPORT(struct pmap) returns (long unsigned).
55 * 0 is failure. Otherwise returns the port number where the pair
58 * PMAPPROC_DUMP() RETURNS (struct pmaplist *)
61 * RETURNS (port, string<>);
  /external/valgrind/main/drd/tests/
memory_allocation.c 25 * glibc returns a NULL pointer when the size argument passed to realloc()
26 * is zero, while Darwin's C library returns a non-NULL pointer. Both are
  /external/valgrind/main/memcheck/tests/
long_namespace_xml.cpp 27 // A function that returns p in such a way that gcc 4.5.x does not recognize
28 // that it returns p. Prevents that the optimizer throws the assignment away
  /external/webkit/Source/WebKit/wx/
WebSettings.h 78 Returns the default font size for fixed fonts.
88 Returns the default font size for fonts.
98 Returns the minimum acceptable font size.
109 Returns whether or not images are loaded automatically.
119 Returns whether or not the WebView runs JavaScript code.
129 Returns the path where local data will be stored.
139 Returns how links are handled when the wxWebView is in editing mode.
149 Returns whether or not web pages can load plugins.
  /frameworks/base/include/drm/
DrmInfo.h 101 * Returns information type associated with this instance
108 * Returns MIME type associated with this instance
115 * Returns the trigger data associated with this instance
122 * Returns the number of attributes contained in this instance
133 * @return Returns the error code
146 * Returns KeyIterator object to walk through the keys associated with this instance
153 * Returns Iterator object to walk through the values associated with this instance
160 * Returns index of the given key
  /frameworks/base/include/utils/
Tokenizer.h 39 * Returns NO_ERROR and a tokenizer for the file, if successful.
40 * Otherwise returns an error and sets outTokenizer to NULL.
45 * Returns true if at the end of the file.
50 * Returns true if at the end of the line or end of the file.
66 * Returns a string like "MyFile.txt:33".
72 * Returns null at end of file.
83 * Returns null at end of file.
91 * Returns the token or an empty string if the current character is a delimiter
  /hardware/ti/omap3/dspbridge/inc/
getsection.h 55 * stream object, and returns a handle for the module information. This
59 * Returns:
79 * Returns:
98 * sections in the module, returns NULL.
100 * Returns:
117 * Returns:
134 * Returns:
151 * Returns:
  /libcore/luni/src/main/java/java/security/cert/
X509CRLEntry.java 38 * Returns whether the specified object equals to this instance.
61 * Returns the hashcode of this instance.
78 * Returns this entry in ASN.1 DER encoded form.
87 * Returns the serial number of the revoked certificate.
94 * Returns the issuer of the revoked certificate.
104 * Returns the date when the certificate is revoked.
111 * Returns whether this CRL entry has extensions.
119 * Returns a string representation of this instance.
  /libcore/luni/src/main/java/javax/net/ssl/
HandshakeCompletedEvent.java 48 * Returns the SSL session associated with this event.
57 * Returns the name of the cipher suite negotiated during this handshake.
66 * Returns the list of local certificates used during the handshake. These
69 * @return Returns the list of certificates used during the handshake with
91 * Returns the list of certificates identifying the peer. The peer's
106 * Returns the {@code Principal} identifying the peer.
117 * Returns the {@code Principal} used to identify during the handshake.
126 * Returns the SSL socket that produced this event.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
UriType.java 22 /** Returns the path associated with this URI type. */
25 /** Returns the ordinal associated with this URI type. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
pmap_prot.h 49 * PMAPPROC_NULL() returns ()
50 * takes nothing, returns nothing
52 * PMAPPROC_SET(struct pmap) returns (bool_t)
56 * PMAPPROC_UNSET(struct pmap) returns (bool_t)
60 * PMAPPROC_GETPORT(struct pmap) returns (long unsigned).
61 * 0 is failure. Otherwise returns the port number where the pair
64 * PMAPPROC_DUMP() RETURNS (struct pmaplist *)
67 * RETURNS (port, string<>);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
IStackTraceInfo.java 20 * Classes which implement this interface provide a method that returns a stack trace.
25 * Returns the stack trace. This can be <code>null</code>.
  /sdk/monkeyrunner/src/resources/com/android/monkeyrunner/
text.cs 9 <?cs /if ?> Returns: <?cs each:retdocpara = item.returns ?><?cs var:retdocpara ?> <?cs /each ?>
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ArchiveReplacement.java 50 * Returns the "new archive" to be installed.
58 * Returns an optional local archive that the new one will replace.
66 * Returns the long description of the parent package of the new archive, if not null.
67 * Otherwise returns an empty string.
80 * Returns the short description of the parent package of the new archive, if not null.
81 * Otherwise returns an empty string.
94 * Returns the short description of the parent package of the new archive, if not null.
95 * Otherwise returns the default Object toString result.
  /system/core/include/cutils/
hashmap.h 35 * Creates a new hash map. Returns NULL if memory allocation fails.
56 * Puts value for the given key in the map. Returns pre-existing value if
59 * If memory allocation fails, this function returns NULL, the map's size
65 * Gets a value from the map. Returns NULL if no entry for the given key is
71 * Returns true if the map contains an entry for the given key.
80 * returns NULL, and errno is set to ENOMEM.
86 * Removes an entry from the map. Returns the removed value or NULL if no
98 * the callback returns false.

Completed in 2080 milliseconds

<<11121314151617181920>>