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

<<21222324252627282930>>

  /frameworks/native/include/input/
Keyboard.h 79 * Returns true if the keyboard is eligible for use as a built-in keyboard.
86 * Returns 0 if unknown.
92 * Returns 0 if unknown.
98 * Returns -1 if unknown.
104 * Returns NULL if unknown.
114 * Returns true if a key is a meta key like ALT or CAPS_LOCK.
  /libcore/luni/src/main/java/java/lang/
Number.java 37 * Returns this object's value as a byte. Might involve rounding and/or
47 * Returns this object's value as a double. Might involve rounding.
54 * Returns this object's value as a float. Might involve rounding.
61 * Returns this object's value as an int. Might involve rounding and/or
69 * Returns this object's value as a long. Might involve rounding and/or
77 * Returns this object's value as a short. Might involve rounding and/or
  /packages/apps/Nfc/nci/jni/
Mutex.cpp 33 ** Returns: None.
53 ** Returns: None.
72 ** Returns: None.
91 ** Returns: None.
110 ** Returns: True if the mutex is locked.
130 ** Returns: Handle of the mutex.
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProviderValidator.java 35 * Validates and returns the projection that can be used for an account query.
42 * Validates and returns the projection that can be used for a folder query.
49 * Validates and returns the projection that can be used for a account cookie query.
56 * Validates and returns the projection that can be used for a conversation query.
63 * Validates and returns the projection that can be used for a message query.
70 * Validates and returns the projection that can be used for a attachment query.
  /system/core/include/log/
logprint.h 62 * Returns FORMAT_OFF on invalid string
70 * returns 0 on success and -1 on invalid expression
84 * returns 0 on success and -1 on invalid expression
95 * returns 1 if this log line should be printed based on its priority
106 * Returns 0 on success and -1 on invalid wire format (entry will be
128 * Returns NULL on malloc error
  /dalvik/dx/tests/032-bb-live-code/
expected.txt 10 returns
30 returns
33 returns
36 returns
51 returns
54 returns
57 returns
126 returns
129 returns
132 returns
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_rw_api.h 73 ** Returns:
100 ** Returns:
124 ** Returns:
142 ** Returns
159 ** Returns
198 ** Returns:
216 ** Returns:
236 ** Returns:
255 ** Returns:
274 ** Returns
    [all...]
  /external/icu4c/common/unicode/
normalizer2.h 87 * Returns a Normalizer2 instance for Unicode NFC normalization.
89 * Returns an unmodifiable singleton instance. Do not delete it.
91 * pass the U_SUCCESS() test, or else the function returns
101 * Returns a Normalizer2 instance for Unicode NFD normalization.
103 * Returns an unmodifiable singleton instance. Do not delete it.
105 * pass the U_SUCCESS() test, or else the function returns
115 * Returns a Normalizer2 instance for Unicode NFKC normalization.
117 * Returns an unmodifiable singleton instance. Do not delete it.
119 * pass the U_SUCCESS() test, or else the function returns
129 * Returns a Normalizer2 instance for Unicode NFKD normalization
    [all...]
  /cts/tests/tests/jni/src/android/jni/cts/
JniStaticTest.java 131 * that returns the class that the method is defined on.
139 * that returns the class that the method is defined on.
147 * Test a simple value-taking method call, that returns whether it
155 * Test a simple value-taking method call, that returns whether it
163 * Test a simple value-taking method call, that returns whether it
171 * Test a simple value-taking method call, that returns whether it
179 * Test a simple value-taking method call, that returns whether it
187 * Test a simple value-taking method call, that returns whether it
195 * Test a simple value-taking method call, that returns whether it
203 * Test a simple value-taking method call, that returns whether i
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.h 40 // Returns the drag operations for the specified node.
43 // Returns the preferred drop operation on a bookmark menu/bar.
52 // Performs a drop of bookmark data onto |parent_node| at |index|. Returns the
59 // Returns true if the bookmark data can be dropped on |drop_parent| at
114 // Returns true if the user can copy from the pasteboard.
117 // Returns a name for the given URL. Used for drags into bookmark areas when
121 // Returns a vector containing up to |max_count| of the most recently modified
122 // folders. This never returns an empty vector.
126 // Returns the most recently added bookmarks. This does not return folders,
144 // Returns true if |n1| was added more recently than |n2|
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_mac_internal.h 26 // Returns PasswordForms for each keychain entry that could be used to fill
31 // Returns PasswordForms for each keychain entry that could be merged with
37 // Returns the PasswordForm for the Keychain entry that matches |form| on all
44 // Returns true if PasswordsMergeableWithForm would return any items. This is
51 // Returns all keychain items of types corresponding to password forms.
55 // existing keychain entry if there is a collision. Returns true if a keychain
59 // Removes the keychain password matching |form| if any. Returns true if a
68 // Returns PasswordForms constructed from the given Keychain items, calling
75 // given form, and returns it (or NULL if no match is found). The caller is
80 // Returns the Keychain items matching the given signon_realm, scheme, an
    [all...]
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings.h 76 // Returns true if the data reduction proxy is allowed to be used on this
82 // Returns true if a screen promoting the data reduction proxy is allowed to
88 // Returns true if preconnect advisory hinting is enabled by command line
92 // Returns true if the Via header indicates that this request was fetched
96 // Returns the URL of the data reduction proxy.
99 // Returns the URL of the fallback data reduction proxy.
102 // Returns a vector of GURLs for all configured proxies.
105 // Returns true if |auth_info| represents an authentication challenge from
109 // Returns a UTF16 string suitable for use as an authentication token in
111 // be correctly generated for |auth_info|, returns an empty UTF16 string
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary.h 47 // sorted. Returns a bitmap of |ChangeSanitationResult| values.
50 // Returns the words to be added in this change.
53 // Returns the words to be removed in this change.
56 // Returns true if there are no changes to be made. Otherwise returns false.
80 // Returns the in-memory cache of words in the custom dictionary.
84 // observers of the change. Returns true if |word| is valid and not a
85 // duplicate. Otherwise returns false.
89 // observers of the change. Returns true if |word| was found. Otherwise
90 // returns false
    [all...]
  /external/chromium_org/chrome_frame/
html_utils.h 47 // Returns true if the tag name was successfully extracted.
48 // Returns false if this string doesn't look like a valid tag.
55 // Returns true if the named attribute can be located and it has a value
62 // Returns false if the named attribute is not present in the tag or if it
70 // Returns true if string was modified, false otherwise.
83 // Returns the set of ranges denoting HTML tags that match the given name.
94 // returns the next tag in tag and advances html_string to one character after
98 // Returns true if another tag was found and 'tag' was populated with a valid
100 // Returns false if we have reached the end of the html data.
103 // Returns true if c can be found in quotes_, false otherwis
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 50 // Returns true if the delegate has a focus saving mechanism that should be
57 // Returns true if the delegate represents a modal window.
60 // Returns the show state that should be used for the application's first
69 // Returns true if the delegate modifies |insets| to define a custom client
74 // Returns the minimum and maximum size the window can be resized to by the
79 // Returns the current size of the RootView.
90 // Returns true if the window should handle standard system commands, such as
107 // Returns true if the command was handled.
119 // Called when a command defined by the application was performed. Returns
138 // when the window is shown for the first time. Returns true if the delegat
    [all...]
  /development/ndk/platforms/android-9/include/android/
sensor.h 155 * Returns the list of available sensors.
160 * Returns the default sensor for the given type, or NULL if no sensor
180 * Enable the selected sensor. Returns a negative error code on failure.
185 * Disable the selected sensor. Returns a negative error code on failure.
194 * Returns a negative error code on failure.
199 * Returns true if there are one or more events available in the
200 * sensor queue. Returns 1 if the queue has events; 0 if
206 * Returns the next available events from the queue. Returns a negative
225 * Returns this sensor's name (non localized
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_dm_co.h 69 ** Returns void.
88 ** Returns void.
104 ** Returns void.
120 ** Returns void.
134 ** Returns void.
151 ** Returns Void.
165 ** Returns void
177 ** Returns void
188 ** Returns void
199 ** Returns voi
    [all...]
bta_jv_api.h 484 ** Returns BTA_JV_SUCCESS if successful.
496 ** Returns void
507 ** Returns TRUE, if registered
523 ** Returns BTA_JV_SUCCESS if successful.
536 ** Returns The current Bluetooth discoverable mode.
549 ** Returns BTA_JV_SUCCESS if successful.
563 ** Returns BTA_JV_SUCCESS if successful.
577 ** Returns BTA_JV_SUCCESS if successful.
590 ** Returns The number of preknown devices if p_bd_addr is NULL
603 ** Returns DEV_CLASS, A three-byte array of UINT8 that contains th
    [all...]
  /external/chromium_org/ash/wm/
header_painter.h 59 // Returns the bounds of the client view for a window with |header_height|
65 // Returns the bounds of the window given |header_height| and |client_bounds|.
72 // Determines the window HT* code at |point|. Returns HTNOWHERE if |point| is
79 // Returns the header's minimum width.
82 // Returns the inset from the right edge.
85 // Returns the amount that the theme background should be inset.
100 // Returns size of the header/content separator line in pixels.
117 // Returns the header height.
141 // Returns the header bounds in the coordinates of |header_view_|. The header
146 // Returns the offset between window left edge and title string
    [all...]
  /external/chromium_org/base/files/
file_util_proxy.h 54 // This returns false if task posting to |task_runner| has failed.
69 // This returns false if task posting to |task_runner| has failed.
76 // This returns false if task posting to |task_runner| has failed.
83 // This returns false if task posting to |task_runner| has failed.
90 // This returns false if task posting to |task_runner| has failed.
98 // This returns false if task posting to |task_runner| has failed.
107 // This returns false if |bytes_to_read| is less than zero, or
121 // This returns false if |bytes_to_write| is less than or equal to zero,
132 // This returns false if task posting to |task_runner| has failed.
141 // This returns false if task posting to |task_runner| has failed
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
dock_info.h 16 // tab. To use DockInfo invoke GetDockInfoAtPoint. This returns a new
19 // IsValidForPoint, this returns true if the DockInfo is still valid for the
50 // Returns true if |screen_loc| is close to the hotspot at |x|, |y|. If the
69 // Returns the DockInfo for the specified point |screen_point|. |ignore|
79 // Returns the top most window from the current process at |screen_point|.
80 // See GetDockInfoAtPoint for a description of |ignore|. This returns NULL if
90 // Returns true if this DockInfo is valid for the specified point. This
94 // Returns the bounds for the new window in |new_window_bounds|. If the new
96 // This returns true if type is other than NONE or the mouse isn't in the
124 // Returns the bounds of the window to show the indicator for
    [all...]
  /external/chromium_org/chrome/renderer/translate/
translate_helper.h 41 // Returns true if the translate library is available, meaning the JavaScript
45 // Returns true if the translate library has been initialized successfully.
48 // Returns true if the translation script has finished translating the page.
51 // Returns true if the translation script has reported an error performing the
57 // page. Returns false if the call failed immediately.
62 // Returns the language code on success, an empty string on failure.
73 // and returns the boolean returned by the script evaluation if the script was
74 // run successfully. Otherwise, returns |fallback| value.
79 // and returns the string returned by the script evaluation if the script was
80 // run successfully. Otherwise, returns empty string
    [all...]
  /external/chromium_org/courgette/
courgette.h 74 // Returns C_OK unless something went wrong.
80 // Returns C_OK unless something went wrong.
89 // Returns C_OK unless something when wrong (unexpected).
107 // Returns C_OK if successful, otherwise returns an error status and sets
117 // Returns C_OK if succeeded, otherwise returns an error status and
122 // Returns C_OK if succeeded, otherwise returns an error status.
126 // Returns C_OK if succeeded, otherwise returns an error status and leave
    [all...]
  /external/chromium_org/ui/gfx/
font.h 59 // Returns a new Font derived from the existing font.
64 // Returns a new Font derived from the existing font.
71 // Returns the number of vertical pixels needed to display characters from
78 // Returns the baseline, or ascent, of the font.
81 // Returns the cap height of the font.
84 // Returns the average character width for the font.
87 // Returns the number of horizontal pixels needed to display the specified
91 // Returns the expected number of horizontal pixels needed to display the
96 // Returns the style of the font.
99 // Returns the specified font name in UTF-8
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_delegate.h 45 // Returns true if the window is modal.
48 // Returns true if the window is a dialog box.
51 // Returns true if the window can be activated.
82 // Returns the smallest size the window can be resized to by the user.
85 // Returns the largest size the window can be resized to by the user.
98 // Returns true if the delegate has a FocusManager.
102 // accelerated painting this returns false and does nothing.
110 // Returns the non-client component (see ui/base/hit_test.h) containing
123 // Runs the specified native command. Returns true if the command is handled.
126 // Returns the input method of the widget this delegate is associated with
    [all...]

Completed in 1234 milliseconds

<<21222324252627282930>>