/external/proguard/src/proguard/evaluation/value/ |
FloatValue.java | 33 * Returns the specific float value, if applicable. 44 * Returns the negated value of this FloatValue. 67 * Returns the generalization of this FloatValue and the given other 74 * Returns the sum of this FloatValue and the given FloatValue. 79 * Returns the difference of this FloatValue and the given FloatValue. 84 * Returns the difference of the given FloatValue and this FloatValue. 89 * Returns the product of this FloatValue and the given FloatValue. 94 * Returns the quotient of this FloatValue and the given FloatValue. 99 * Returns the quotient of the given FloatValue and this FloatValue. 104 * Returns the remainder of this FloatValue divided by the given FloatValue [all...] |
/external/chromium_org/third_party/skia/src/utils/debugger/ |
SkObjectParser.h | 23 Returns a string about a bitmaps bounds and config. 29 Returns a string representation of a boolean. 35 Returns a string representation of the text pointer passed in. 40 Returns a string representation of an integer with the text parameter 47 Returns a string representation of the SkIRects coordinates. 53 Returns a string representation of an SkMatrix's contents 59 Returns a string representation of an SkPaint's color 65 Returns a string representation of a SkPath's points. 71 Returns a string representation of the points in the point array. 78 Returns a string representation of the SkCanvas PointMode enum [all...] |
/external/skia/src/utils/debugger/ |
SkObjectParser.h | 23 Returns a string about a bitmaps bounds and config. 29 Returns a string representation of a boolean. 35 Returns a string representation of the text pointer passed in. 40 Returns a string representation of an integer with the text parameter 47 Returns a string representation of the SkIRects coordinates. 53 Returns a string representation of an SkMatrix's contents 59 Returns a string representation of an SkPaint's color 65 Returns a string representation of a SkPath's points. 71 Returns a string representation of the points in the point array. 78 Returns a string representation of the SkCanvas PointMode enum [all...] |
/external/bluetooth/bluedroid/btif/include/ |
btif_api.h | 46 ** Returns bt_status_t 57 ** Returns bt_status_t 70 ** Returns void 83 ** Returns void 94 ** Returns bt_status_t 105 ** Returns bt_status_t 117 ** Returns bt_status_t 128 ** Returns bt_status_t 140 ** Returns bt_status_t 153 ** Returns bt_status_ [all...] |
/cts/tools/signature-tools/src/signature/model/ |
IClassDefinition.java | 30 * Returns the kind of this class definition. 37 * Returns the name of this class definition. 44 * Returns the '.' separated package name of this class. 51 * Returns a list containing each package fragment. 53 * If {@link #getPackageName()} returns : "a.b.c" this method returns a list 63 * Returns the qualified name of this class definition. The qualified name 71 * Returns the super class for this class definition. May return {@code 81 * Returns the declared interfaces this class definition implements . If no 89 * Returns the modifiers for this class definition [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_REM_LONG.S | 2 /* ldivmod returns quotient in r0/r1 and remainder in r2/r3 */
|
OP_REM_LONG_2ADDR.S | 2 /* ldivmod returns quotient in r0/r1 and remainder in r2/r3 */
|
/dalvik/vm/mterp/armv6t2/ |
OP_REM_LONG_2ADDR.S | 2 /* ldivmod returns quotient in r0/r1 and remainder in r2/r3 */
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t036multipleReturnValues.g | 6 a returns [foo, bar]: A
|
t037rulePropertyRef.g | 6 a returns [bla]
|
t041parameters.g | 6 a[arg1, arg2] returns [l]
|
t052importS2.g | 10 a[x] returns [y] : B {this.capture("S.a"); $y="1000";} ;
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t036multipleReturnValues.g | 6 a returns [foo, bar]: A
|
t037rulePropertyRef.g | 6 a returns [bla]
|
t041parameters.g | 6 a[arg1, arg2] returns [l]
|
/external/chromium/base/mac/ |
foundation_util.h | 35 // Returns true if the application is running from a bundle 39 // Returns true if this process is marked as a "Background only process". 42 // Returns the main bundle or the override, used for code that needs 48 // Returns the path to a resource within the MainAppBundle. 56 // Returns the creator code associated with the CFBundleRef at bundle. 59 // Returns the creator code associated with this application, by calling 61 // information cannot be determined, returns kUnknownType ('????'). This 69 // first found directory and returns true. Otherwise, returns false. 76 // first found directory and returns true. Otherwise, returns false [all...] |
/external/chromium/chrome/browser/download/ |
download_status_updater_delegate.h | 12 // Returns true if the progress is known (i.e. we know the final size 16 // Returns the number of downloads that are in progress. 19 // Returns the amount of received data, in bytes. 22 // Returns the final size of all downloads, in bytes.
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_result_view_model.h | 15 // Returns true if the index is selected. 18 // Returns true if the index is hovered. 21 // If |index| is a match from an extension, returns the extension icon; 22 // otherwise returns NULL.
|
/external/chromium/net/base/ |
network_change_notifier_netlink_linux.h | 15 // Returns the file descriptor if successful. Otherwise, returns -1. 18 // Returns true if a network change has been detected, otherwise returns false.
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
omnibox_result_view_model.h | 16 // Returns true if the index is selected. 19 // Returns true if the index is hovered. 22 // If |index| is a match from an extension, returns the extension icon; 23 // otherwise returns an empty gfx::Image.
|
/external/chromium_org/content/browser/gpu/ |
compositor_util.h | 13 // Returns true if the threaded compositor is on (via flags or field trial). 16 // Returns true if force-compositing-mode is on (via flags or field trial). 19 // Returns true if delegated-renderer is on (via flags, or platform default). 22 // Returns true if deadline scheduling is on (via flags, or platform default).
|
/external/chromium_org/courgette/ |
adjustment_method.h | 18 // Returns the adjustment method used in production. 23 // Returns and adjustement method that makes no adjustments. 26 // Returns the original adjustment method. 29 // Returns the new shingle tiling adjustment method.
|
/external/chromium_org/ui/views/win/ |
hwnd_util.h | 17 // Returns the HWND for the specified View. 20 // Returns the HWND for the specified Widget. 23 // Returns the HWND for the specified NativeView. 26 // Returns the HWND for the specified NativeWindow.
|
/external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/ |
Math.glsllib | 1 /// Multiplies the vector by the quaternion, then returns the resultant vector.
|
/external/mockito/src/org/mockito/invocation/ |
InvocationOnMock.java | 19 * returns the mock object 26 * returns the method 33 * returns arguments passed to the method 44 * @return whatever the real method returns / throws
|