OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:returns
(Results
151 - 175
of
31998
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tools/signature-tools/src/signature/model/
IPackage.java
28
*
Returns
the name of this package.
35
*
Returns
a list containing each package fragment.
37
* If {@link #getName()}
returns
: "a.b.c" this method
returns
a list
47
*
Returns
all classes declared in this package, including ordinary classes,
/external/chromium/chrome/browser/chromeos/status/
status_area_host.h
37
//
Returns
the Profile if this status area is inside the browser and has a
38
// profile. Otherwise,
returns
NULL.
41
//
Returns
native window hosting the status area.
55
//
Returns
the text style.
58
//
Returns
the type of screen.
/external/chromium/chrome/browser/search_engines/
template_url_prepopulate_data.h
19
//
Returns
the current version of the prepopulate data, so callers can know when
21
// file then it
returns
the version specified there.
32
//
Returns
the default search provider specified by the prepopulate data.
36
//
Returns
a TemplateURL from the prepopulated data which has the same origin
41
//
Returns
search engine logo for URLs known to have a search engine logo.
/external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_helpers.h
16
// Parses an extension match pattern and
returns
a corresponding
25
// ContentSettingsType.
Returns
CONTENT_SETTINGS_TYPE_DEFAULT if the string
29
//
Returns
a string representation of a ContentSettingsType.
33
//
Returns
true if |setting_str| specifies a valid content setting,
37
//
Returns
a string representation of a ContentSetting.
/external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service_factory.h
26
//
Returns
the instance of ProfileOAuth2TokenService associated with this
27
// profile (creating one if none exists).
Returns
NULL if this profile
32
//
Returns
the platform specific instance of ProfileOAuth2TokenService
33
// associated with this profile (creating one if none exists).
Returns
NULL
44
//
Returns
an instance of the ProfileOAuth2TokenServiceFactory singleton.
/external/chromium_org/chrome/browser/sync/test/integration/
themes_helper.h
24
//
Returns
true iff |profile| is using a custom theme.
27
//
Returns
true iff |profile| is using the default theme.
30
//
Returns
true iff |profile| is using the native theme.
33
//
Returns
true iff a theme with the given ID is pending install in
38
//
Returns
true iff |profile|'s current theme is the given
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_common.h
23
//
Returns
true if |input| should be shown when |field_type| has been requested.
27
//
Returns
true if |input| in the given |section| should be used for a
33
//
Returns
true if the |type| belongs to the CREDIT_CARD field type group.
39
//
Returns
the AutofillMetrics::DIALOG_UI_*_ITEM_ADDED metric corresponding
44
//
Returns
the AutofillMetrics::DIALOG_UI_*_ITEM_ADDED metric corresponding
/external/chromium_org/chrome/installer/mini_installer/
pe_resource.h
21
// to look for the resource. If the resource is found IsValid()
returns
true.
24
//
Returns
true if the resource is valid.
27
//
Returns
the size in bytes of the resource.
Returns
zero if the resource is
32
// not be loaded into memory or if it cannot be written to disk it
returns
/external/chromium_org/chrome/installer/util/
google_update_util.h
14
//
Returns
true if already installed, installed successfully, or
16
//
Returns
false if the installation fails.
22
//
Returns
false if Google Update could not be executed, or times out.
25
//
Returns
the value corresponding to |key| in untrusted data passed from
26
// Google Update.
Returns
an empty string if |key| is absent or if its value
/external/chromium_org/chrome/test/chromedriver/net/
sync_websocket.h
28
// Connects to the WebSocket server.
Returns
true on success.
31
// Sends message.
Returns
true on success.
34
// Receives next message and modifies the message on success.
Returns
36
//
Returns
StatusCode::kDisconnected if the socket is closed.
41
//
Returns
whether there are any messages that have been received and not yet
/external/chromium_org/content/child/npapi/
plugin_web_event_converter_mac.h
26
// Initializes a converter for the given web event.
Returns
false if the event
30
//
Returns
a pointer to a plugin event--suitable for passing to
33
//
Returns
NULL iff InitWithEvent returned false.
39
//
Returns
true if the event was successfully converted.
44
//
Returns
the Cocoa translation of web_event's modifiers.
/external/chromium_org/extensions/common/permissions/
api_permission.h
183
//
Returns
the id of this permission.
186
//
Returns
the name of this permission.
189
//
Returns
the APIPermission of this permission.
194
//
Returns
true if this permission has any PermissionMessages.
197
//
Returns
the localized permission messages of this permission.
200
//
Returns
true if the given permission is allowed.
203
//
Returns
true if |rhs| is a subset of this.
206
//
Returns
true if |rhs| is equal to this.
209
// Parses the APIPermission from |value|.
Returns
false if error happens.
218
//
Returns
a new API permission which equals this - |rhs|
[
all
...]
/external/chromium_org/gpu/command_buffer/tests/
gl_test_utils.h
21
//
Returns
shader, 0 on failure..
25
//
Returns
program, 0 on failure..
29
//
Returns
program, 0 on failure.
35
//
Returns
the created buffer.
39
//
Returns
the created buffer.
/external/chromium_org/media/audio/sounds/
sounds_manager.h
29
//
Returns
a pointer to a singleton instance of the SoundsManager.
33
// sounds.
Returns
true if SoundsManager was successfully
37
// Plays sound identified by |key|,
returns
false if SoundsManager
41
//
Returns
duration of the sound identified by |key|. If SoundsManager
43
// method
returns
an empty value.
/external/chromium_org/net/quic/crypto/
common_cert_set.h
22
// GetInstanceQUIC
returns
the standard QUIC common certificate sets.
25
// GetCommonHashes
returns
a StringPiece containing the hashes of common sets
30
// GetCert
returns
a specific certificate (at index |index|) in the common
38
//
returns
true. Otherwise it
returns
false.
/external/chromium_org/ppapi/cpp/private/
flash_clipboard.h
22
//
Returns
true if the required interface is available.
25
//
Returns
a format ID on success or PP_FLASH_CLIPBOARD_FORMAT_INVALID on
30
//
Returns
true if the given format is available from the given clipboard.
35
//
Returns
true on success, in which case |out| will be filled with
42
//
Returns
true on success in which case all of |data| will be written to
/external/chromium_org/remoting/base/
rsa_key_pair.h
24
// Loads a private key from a base64-encoded string.
Returns
true on success.
27
//
Returns
a base64 encoded string representing the private key.
30
// Generates a DER-encoded self-signed certificate using the key pair.
Returns
35
//
Returns
a base64-encoded string representing the public key.
38
//
Returns
a base64-encoded signature for the message.
/external/chromium_org/third_party/skia/src/core/
SkValidationUtils.h
14
/**
Returns
true if coeff's value is in the SkXfermode::Coeff enum.
20
/**
Returns
true if mode's value is in the SkXfermode::Mode enum.
26
/**
Returns
true if config's value is in the SkBitmap::Config enum.
32
/**
Returns
true if the rect's dimensions are between 0 and SK_MaxS32
38
/**
Returns
true if the rect's dimensions are between 0 and SK_ScalarMax
/external/chromium_org/ui/gfx/
rect_conversions.h
13
//
Returns
the smallest Rect that encloses the given RectF.
16
//
Returns
the largest Rect that is enclosed by the given RectF.
19
//
Returns
the Rect after snapping the corners of the RectF to an integer grid.
25
//
Returns
true if the Rect produced after snapping the corners of the RectF
30
//
Returns
a Rect obtained by flooring the values of the given RectF.
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
CondVar.h
39
**
Returns
: None.
51
**
Returns
: None.
63
**
Returns
: None.
76
**
Returns
: True if wait is successful; false if timeout occurs.
88
**
Returns
: None.
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
Policy.java
23
/**
Returns
true if HTTP response caches should be used. */
26
/**
Returns
the HttpURLConnection instance to store in the cache. */
29
/**
Returns
the current destination URL, possibly a redirect. */
32
/**
Returns
the If-Modified-Since timestamp, or 0 if none is set. */
35
/**
Returns
true if a non-direct proxy is specified. */
/external/skia/src/core/
SkValidationUtils.h
14
/**
Returns
true if coeff's value is in the SkXfermode::Coeff enum.
20
/**
Returns
true if mode's value is in the SkXfermode::Mode enum.
26
/**
Returns
true if config's value is in the SkBitmap::Config enum.
32
/**
Returns
true if the rect's dimensions are between 0 and SK_MaxS32
38
/**
Returns
true if the rect's dimensions are between 0 and SK_ScalarMax
/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
/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
...]
/packages/apps/Nfc/nci/jni/
CondVar.h
35
**
Returns
: None.
47
**
Returns
: None.
59
**
Returns
: None.
72
**
Returns
: True if wait is successful; false if timeout occurs.
84
**
Returns
: None.
Completed in 693 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>