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

1 2 3 4 5 6 7 891011>>

  /external/chromium/base/
sys_info.h 35 // Returns the name of the host operating system.
38 // Returns the version of the host operating system.
48 // Returns the CPU architecture of the system. Exact return value may differ
52 // Returns the pixel dimensions of the primary display via the
64 // Returns the maximum SysV shared memory segment size.
69 // Returns the name of the version entry we wish to look up in the
  /external/chromium/chrome/browser/printing/
print_preview_tab_controller.h 46 // Returns preview tab for |tab|.
47 // Returns |tab| if |tab| is a preview tab.
48 // Returns NULL if no preview tab exists for |tab|.
51 // Returns initiator tab for |preview_tab|.
52 // Returns NULL if no initiator tab exists for |preview_tab|.
60 // Returns true if |tab| is a print preview tab.
  /external/chromium/chrome/browser/ui/gtk/
constrained_window_gtk.h 27 // Returns the widget that will be put in the constrained window's container.
30 // Returns the widget that should get focus when ConstrainedWindow is focused.
39 // Returns true if hosting ConstrainedWindowGtk should apply default padding.
64 // Returns the TabContents that constrains this Constrained Window.
67 // Returns the toplevel widget that displays this "window".
70 // Returns the View that we collaborate with to position ourselves.
  /external/chromium/chrome/browser/ui/toolbar/
toolbar_model.h 37 // Returns the text that should be displayed in the location bar.
40 // Returns the security level that the toolbar should display.
43 // Returns the resource_id of the icon to show to the left of the address,
48 // Returns the name of the EV cert holder. Only call this when the security
58 // Returns the navigation controller used to retrieve the navigation entry
60 // If this returns NULL, default values are used.
  /external/chromium/chrome/browser/ui/views/tabs/
tab_controller.h 39 // Returns true if |tab| is the active tab. The active tab is the one whose
43 // Returns true if the specified Tab is selected.
46 // Returns true if the specified Tab is pinned.
49 // Returns true if the specified Tab is closeable.
59 // other than the user releasing the mouse. Returns whether the tab has been
63 // Returns the tab that contains the specified coordinates, in terms of |tab|,
  /external/chromium/chrome/common/extensions/
extension_set.h 27 // Returns true if the set contains the specified extension.
37 // Returns the extension ID that the given URL is a part of, or empty if
41 // Returns the Extension that the given URL is a part of, or NULL if none.
48 // Returns true if |new_url| is in the extent of the same extension as
49 // |old_url|. Also returns true if neither URL is in an app.
55 // Returns true if |url| should get extension api bindings and be permitted
  /external/webkit/Source/WebKit/mac/Misc/
WebNSViewExtras.h 39 // Returns the nearest enclosing view of the given class, or nil if none.
44 // returns whether a drag should begin starting with mouseDownEvent; if the time
46 // returns NO, else returns YES.
57 // Convenience method. Returns NSDragOperationCopy if _web_bestURLFromPasteboard doesn't return nil.
58 // Returns NSDragOperationNone otherwise.
  /external/webrtc/src/system_wrappers/interface/
list_wrapper.h 46 // Returns the number of elements stored in the list.
65 // Returns true if the list is empty
68 // Returns a pointer to the first ListItem in the list.
71 // Returns a pointer to the last ListItem in the list.
74 // Returns a pointer to the ListItem stored after item in the list.
77 // Returns a pointer to the ListItem stored before item in the list.
  /frameworks/base/include/ui/
Keyboard.h 78 * Returns true if the keyboard is eligible for use as a built-in keyboard.
85 * Returns 0 if unknown.
91 * Returns 0 if unknown.
97 * Returns -1 if unknown.
103 * Returns NULL if unknown.
113 * Returns true if a key is a meta key like ALT or CAPS_LOCK.
  /frameworks/base/media/java/android/mtp/
MtpStorage.java 47 * Returns the storage ID for the storage unit
68 * Returns the file path for the storage unit's storage in the file system
77 * Returns the description string for the storage unit
86 * Returns the amount of space to reserve on the storage file system.
96 * Returns true if the storage is removable.
105 * Returns maximum file size for the storage, or zero if it is unbounded.
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
ICreateInfo.java 25 * Returns the list of class from layoutlib_create to inject in layoutlib.
31 * Returns the list of methods to rewrite as delegates.
37 * Returns the list of classes on which to delegate all native methods.
43 * Returns The list of methods to stub out. Each entry must be in the form
50 * Returns the list of classes to rename, must be an even list: the binary FQCN
57 * Returns the list of classes for which the methods returning them should be deleted.
  /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/Contacts/src/com/android/contacts/calllog/
PhoneNumberHelper.java 37 /** Returns true if it is possible to place a call to the given number. */
45 /** Returns true if it is possible to send an SMS to the given number. */
51 * Returns the string to display for the given phone number.
79 /** Returns a URI that can be used to place a call to this number. */
90 /** Returns true if the given number is the number of the configured voicemail. */
95 /** Returns true if the given number is a SIP address. */
  /sdk/ide_common/src/com/android/ide/common/resources/
ResourceFile.java 49 * Returns the IFile associated with the ResourceFile.
56 * Returns the parent folder as a {@link ResourceFolder}.
67 * Returns whether the resource is a framework resource.
74 * Returns the list of {@link ResourceType} generated by the file. This is never null.
79 * Returns whether the file generated a resource of a specific type.
85 * Returns the value of a resource generated by this file by {@link ResourceType} and name.
  /system/core/include/cutils/
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
  /system/media/mca/filterfw/native/core/
native_frame.h 42 // Returns a pointer to the data, or NULL if no data was set.
47 // Returns a non-const pointer to the data, or NULL if no data was set.
53 // Returns true if the resize was successful.
56 // Returns the size of the frame in bytes.
61 // Returns the capacity of the frame in bytes.
66 // Returns a new native frame
  /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/collada/include/1.4/dom/
domProfile_GLES.h 73 * @return Returns a xsNCName of the ref attribute.
84 * @return Returns a reference to the array of annotate elements.
89 * @return Returns a constant reference to the array of annotate elements.
113 * Creates an instance of this class and returns a daeElementRef referencing it.
187 * Creates an instance of this class and returns a daeElementRef referencing it.
245 * Creates an instance of this class and returns a daeElementRef referencing it.
303 * Creates an instance of this class and returns a daeElementRef referencing it.
336 * @return Returns a domFx_color_common reference of the _value array.
341 * @return Returns a constant domFx_color_common reference of the _value array.
366 * Creates an instance of this class and returns a daeElementRef referencing it
    [all...]
domCg_newarray_type.h 63 * @return Returns a xsPositiveInteger of the length attribute.
74 * @return Returns a reference to the array of cg_param_type elements.
79 * @return Returns a constant reference to the array of cg_param_type elements.
84 * @return Returns a reference to the array of array elements.
89 * @return Returns a constant reference to the array of array elements.
94 * @return Returns a reference to the array of usertype elements.
99 * @return Returns a constant reference to the array of usertype elements.
104 * @return Returns a reference to the array of connect_param elements.
109 * @return Returns a constant reference to the array of connect_param elements.
114 * @return Returns a reference to the _contents element array
    [all...]
domMorph.h 63 * @return Returns a reference to the array of input elements.
68 * @return Returns a constant reference to the array of input elements.
73 * @return Returns a reference to the array of extra elements.
78 * @return Returns a constant reference to the array of extra elements.
97 * Creates an instance of this class and returns a daeElementRef referencing it.
140 * @return Returns a domMorphMethodType of the method attribute.
151 * @return Returns a xsAnyURI reference of the source attribute.
156 * @return Returns a constant xsAnyURI reference of the source attribute.
172 * @return Returns a reference to the array of source elements.
177 * @return Returns a constant reference to the array of source elements
    [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/llvm/tools/lto/
lto.cpp 29 // returns a printable string
37 // returns the last error string or NULL if last operation was successful
87 // returns NULL on error (check lto_get_error_message() for details)
96 // returns NULL on error (check lto_get_error_message() for details)
105 // returns NULL on error (check lto_get_error_message() for details)
118 // returns NULL on error (check lto_get_error_message() for details)
137 // returns triplet string which the object module was compiled under
154 // returns the number of symbols in the object module
162 // returns the name of the ith symbol in the object module
171 // returns the attributes of the ith symbol in the object modul
    [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...]

Completed in 1223 milliseconds

1 2 3 4 5 6 7 891011>>