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

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/docs/reference/glib/
glib-overrides.txt 20 <RETURNS>gboolean</RETURNS>
27 <RETURNS>GMutex *</RETURNS>
32 <RETURNS>void</RETURNS>
38 <RETURNS>gboolean</RETURNS>
44 <RETURNS>void</RETURNS>
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_REM_INT.S 2 /* idivmod returns quotient in r0 and remainder in r1 */
OP_REM_INT_2ADDR.S 2 /* idivmod returns quotient in r0 and remainder in r1 */
OP_REM_INT_LIT16.S 2 /* idivmod returns quotient in r0 and remainder in r1 */
OP_REM_INT_LIT8.S 2 /* idivmod returns quotient in r0 and remainder in r1 */
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_INT_2ADDR.S 2 /* idivmod returns quotient in r0 and remainder in r1 */
OP_REM_INT_LIT16.S 2 /* idivmod returns quotient in r0 and remainder in r1 */
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
bindings.c 3 /* putchard - putchar that takes a double and returns 0. */
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
bindings.c 3 /* putchard - putchar that takes a double and returns 0. */
  /external/qemu/
kvm-android.h 4 /* Returns 1 if we can use /dev/kvm on this machine */
  /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/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...]
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...]
  /frameworks/media/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...]
  /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/glib/docs/reference/glib/tmpl/
strings.sgml 42 @Returns:
52 @Returns:
61 @Returns:
71 @Returns:
135 @Returns:
145 @Returns:
155 @Returns:
166 @Returns:
178 @Returns:
188 @Returns:
    [all...]
misc_utils.sgml 25 @Returns:
41 @Returns:
58 @Returns:
69 @Returns:
85 @Returns:
93 @Returns:
101 @Returns:
109 @Returns:
117 @Returns:
125 @Returns:
    [all...]
  /sdk/layoutlib_api/src/com/android/layoutlib/api/
ILayoutResult.java 43 * Returns the result code.
50 * Returns the {@link ILayoutViewInfo} object for the top level view.
55 * Returns the rendering of the full layout.
60 * Returns the error message.
61 * <p/>Only valid when {@link #getSuccess()} returns {@link #ERROR}
72 * Returns the list of children views.
77 * Returns the key associated with the node.
83 * Returns the name of the view.
88 * Returns the left of the view bounds.
93 * Returns the top of the view bounds
    [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/dx/src/junit/runner/
TestCollector.java 13 * Returns an enumeration of Strings with qualified class names

Completed in 271 milliseconds

1 2 3 4 5 6 7 8 91011>>