/external/chromium_org/chrome/browser/extensions/api/cast_channel/ |
cast_message_util.h | 18 // Fills |message_proto| from |message| and returns true on success. 22 // Fills |message| from |message_proto| and returns true on success. 26 // Returns a human readable string for |message_proto|. 29 // Returns a human readable string for |message|. 35 // Returns whether the given message is an auth handshake message.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
patcher.py | 7 '''Returns patched files as(added_files, deleted_files, modified_files) 13 '''Returns patch version. Returns None when nothing is patched by the 19 '''Apply the patch to added/modified files. Returns Future with patched 25 '''Returns a string that identifies this patch. Typically it would be the
|
/external/chromium_org/ui/gfx/android/ |
device_display_info.h | 23 // Returns display height in physical pixels. 26 // Returns display width in physical pixels. 29 // Returns number of bits per pixel. 32 // Returns number of bits per component. 35 // Returns a scaling factor for Density Independent Pixel unit
|
/frameworks/opt/emoji/ |
EmojiFactory.h | 32 // Returns binary image data corresponding to "pua". The size of binary is 33 // stored to "size". Returns NULL if there's no mapping from the "pua" to a 40 // Returns binary image data corresponding to "sjis", which is defined by 41 // each career. Returns NULL when there's no mapping for "sjis". 48 // Returns binary image data corresponding to Vendor-specific PUA "vsp". 49 // Returns NULL when there's no mapping for "vsp". 56 // Returns Android PUA corresponding to "sjis". Returns -1 when there's no 60 // Returns Vendor-specific Shift jis code corresponding to "pua". Returns - [all...] |
/external/chromium/chrome/browser/extensions/ |
browser_action_test_util.h | 24 // Returns the number of browser action buttons in the window toolbar. 27 // Returns the number of browser action currently visible. 35 // Returns whether the browser action at |index| has a non-null icon. Note 43 // Returns the extension id of the extension at |index|. 46 // Returns the current tooltip for the browser action button. 49 // Returns whether a browser action popup is being shown currently. 52 // Returns the bounds of the current browser action popup. 55 // Hides the given popup and returns whether the hide was successful. 61 // Returns the minimum allowed size of an extension popup. 64 // Returns the maximum allowed size of an extension popup [all...] |
/external/chromium_org/chrome/installer/mini_installer/ |
configuration.h | 25 // Returns the desired operation dictated by the command line options. 28 // Returns the program portion of the command line, or NULL if it cannot be 32 // Returns the number of arguments specified on the command line, including 36 // Returns the original command line. 39 // Returns the app guid to be used for Chrome. --chrome-sxs on the command 43 // Returns true if --chrome is explicitly or implicitly on the command line. 46 // Returns true if --chrome-frame is on the command line. 49 // Returns true if --app-host is on the command line. 52 // Returns true if --multi-install is on the command line. 55 // Returns true if --system-level is on the command line [all...] |
/external/proguard/src/proguard/evaluation/value/ |
LongValue.java | 33 * Returns the specific long value, if applicable. 44 * Returns the negated value of this LongValue. 68 * Returns the generalization of this LongValue and the given other 77 * Returns the sum of this LongValue and the given LongValue. 85 * Returns the difference of this LongValue and the given LongValue. 93 * Returns the difference of the given LongValue and this LongValue. 101 * Returns the product of this LongValue and the given LongValue. 110 * Returns the quotient of this LongValue and the given LongValue. 119 * Returns the quotient of the given LongValue and this LongValue. 128 * Returns the remainder of this LongValue divided by the give [all...] |
IntegerValue.java | 33 * Returns the specific integer value, if applicable. 44 * Returns the negated value of this IntegerValue. 82 * Returns the generalization of this IntegerValue and the given other 88 * Returns the sum of this IntegerValue and the given IntegerValue. 93 * Returns the difference of this IntegerValue and the given IntegerValue. 98 * Returns the difference of the given IntegerValue and this IntegerValue. 103 * Returns the product of this IntegerValue and the given IntegerValue. 109 * Returns the quotient of this IntegerValue and the given IntegerValue. 115 * Returns the quotient of the given IntegerValue and this IntegerValue. 121 * Returns the remainder of this IntegerValue divided by the give [all...] |
DoubleValue.java | 33 * Returns the specific double value, if applicable. 44 * Returns the negated value of this DoubleValue. 67 * Returns the generalization of this DoubleValue and the given other 74 * Returns the sum of this DoubleValue and the given DoubleValue. 79 * Returns the difference of this DoubleValue and the given DoubleValue. 84 * Returns the difference of the given DoubleValue and this DoubleValue. 89 * Returns the product of this DoubleValue and the given DoubleValue. 94 * Returns the quotient of this DoubleValue and the given DoubleValue. 99 * Returns the quotient of the given DoubleValue and this DoubleValue. 104 * Returns the remainder of this DoubleValue divided by the given DoubleValue [all...] |
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4AMRR_CoreReader.h | 72 * @returns M4NO_ERROR : There is no error 73 * @returns M4ERR_PARAMETER : pContext and/or pFileDescriptor is NULL 74 * @returns M4ERR_ALLOC : Memory allocation failed 75 * @returns M4ERR_FILE_NOT_FOUND : file cannot be found 76 * @returns M4AMRR_ERR_AMR_NOT_COMPLIANT : Tthe input is not a AMR file 77 * @returns M4OSA_FILE : See OSAL file Spec. for details. 92 * @returns M4NO_ERROR : There is no error 93 * @returns M4ERR_PARAMETER : atleast one parament is NULL 94 * @returns M4ERR_BAD_CONTEXT : The provided context is not valid 95 * @returns M4ERR_ALLOC : Memory allocation faile [all...] |
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_current_page_delegate.h | 28 // Returns whether there is any associated current page. For example, during 32 // Returns the URL of the current page. 35 // Returns true if the visible entry is a New Tab Page rendered by Instant. 38 // Returns true if the committed entry is a search results page. 41 // Returns whether the current page is loading. 44 // Returns the NavigationController for the current page. 47 // Returns the session ID of the current page. 51 // ExtensionOmniboxEventRouter to process |match| for it and returns true. 52 // Otherwise returns false.
|
/external/chromium_org/chrome_frame/ |
chrome_launcher.h | 21 // Returns true if command_line contains only flags that we allow through. 22 // Returns false if command_line contains any unrecognized flags. 26 // chrome.exe with a sanitized version of that command line. Returns true iff 30 // Returns a pointer to the position in command_line the string right after the 32 // array returned by CommandLineToArgvW. Returns NULL if there are no further 36 // Returns the full path to the Chrome executable. 39 // Returns whether a given argument is considered a valid flag. Only accepts 45 // Returns a string that is equivalent in input_str without any leading 46 // or trailing whitespace. Returns an empty string if input_str contained only
|
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/ |
ReturnsMoreEmptyValues.java | 23 * Returns appropriate primitive for primitive-returning methods 26 * Returns consistent values for primitive wrapper classes (e.g. int-returning method retuns 0 <b>and</b> Integer-returning method returns 0, too) 29 * Returns empty collection for collection-returning methods (works for most commonly used collection types) 32 * Returns empty array for array-returning methods 35 * Returns "" for String-returning method 38 * Returns description of mock for toString() method 41 * Returns non-zero for Comparable#compareTo(T other) method (see issue 184) 44 * Returns null for everything else
|
/dalvik/dx/tests/031-bb-dead-code/ |
expected.txt | 10 returns 15 returns 21 returns 28 returns 34 returns 44 returns 53 returns 57 returns 67 returns 77 returns [all...] |
/external/bluetooth/bluedroid/hci/include/ |
utils.h | 63 ** Returns None 74 ** Returns None 85 ** Returns None 96 ** Returns None 107 ** Returns NULL if queue is empty, else buffer 118 ** Returns NULL if queue is empty, else buffer 129 ** Returns NULL if the given buffer does not point to any next buffer, 141 ** Returns NULL if the given queue is empty, else the given buffer 152 ** Returns NULL if the given queue is empty, else the given buffer 164 ** Returns Non [all...] |
/external/chromium_org/base/ios/ |
ios_util.h | 14 // Returns whether the operating system is iOS 6 or later. 17 // Returns whether the operating system is iOS 7 or later. 20 // Returns whether the operating system is at the given version or later.
|
/external/chromium_org/chrome/browser/bookmarks/ |
enhanced_bookmarks_features.h | 10 // Returns true if enhanced bookmarks experiment is enabled. 13 // Returns true when flag enable-dom-distiller is set or enabled from Finch. 16 // Returns true when flag enable-sync-articles is set or enabled from Finch.
|
/external/chromium_org/components/autofill/core/browser/android/ |
auxiliary_profile_loader_android.h | 29 // Returns true IFF the application has priviledges to access the user's 32 // Returns address street. 34 // Returns address post office box. 36 // Returns address neighborhood (e.g. Noe Valley, Nob Hill, Twin Peaks, ...). 38 // Returns address region such as state or province information 41 // Returns address city. 43 // Returns address postal code or zip code. 45 // Returns address country. 48 // Returns contact's first name. 50 // Returns contact's middle name [all...] |
/external/chromium_org/media/midi/ |
midi_message_util.h | 16 // Returns the length of a MIDI message in bytes. Never returns 4 or greater. 17 // Returns 0 if |status_byte| is:
|
/external/chromium_org/ppapi/thunk/ |
ppb_websocket_api.h | 28 // defined by the WebSocket API. Returns an int32_t error code from 36 // Returns an int32_t error code from pp_errors.h. 42 // |message| object as valid until completion callback is invoked. Returns an 47 // Sends a message to the WebSocket server. Returns an int32_t error code 51 // Returns the bufferedAmount attribute of The WebSocket API. 54 // Returns the CloseEvent code attribute of The WebSocket API. Returned code 59 // Returns the CloseEvent reason attribute of The WebSocket API. Returned 64 // Returns the CloseEvent wasClean attribute of The WebSocket API. Returned 68 // Returns the extensions attribute of The WebSocket API. 71 // Returns the protocol attribute of The WebSocket API [all...] |
/external/chromium_org/ui/gfx/ |
platform_font.h | 29 // Returns a new Font derived from the existing font. 35 // Returns the number of vertical pixels needed to display characters from 42 // Returns the baseline, or ascent, of the font. 45 // Returns the cap height of the font. 48 // Returns the average character width for the font. 51 // Returns the number of horizontal pixels needed to display the specified 55 // Returns the expected number of horizontal pixels needed to display the 60 // Returns the style of the font. 63 // Returns the specified font name in UTF-8. 66 // Returns the actually used font name in UTF-8 [all...] |
point_conversions.h | 13 // Returns a Point with each component from the input PointF floored. 16 // Returns a Point with each component from the input PointF ceiled. 19 // Returns a Point with each component from the input PointF rounded.
|
size_conversions.h | 13 // Returns a Size with each component from the input SizeF floored. 16 // Returns a Size with each component from the input SizeF ceiled. 19 // Returns a Size with each component from the input SizeF rounded.
|
vector2d_conversions.h | 13 // Returns a Vector2d with each component from the input Vector2dF floored. 16 // Returns a Vector2d with each component from the input Vector2dF ceiled. 19 // Returns a Vector2d with each component from the input Vector2dF rounded.
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_GetVideoSurface.3 | 3 SDL_GetVideoSurface \- returns a pointer to the current display surface 11 This function returns a pointer to the current display surface\&. If SDL is doing format conversion on the display surface, this function returns the publicly visible surface, not the real video surface\&.
|