Searched refs:Returns (Results 1 – 25 of 358) sorted by relevance
12345678910>>...15
10 # Returns 1 if the object o provides numeric protocols, and false15 # Returns the result of adding o1 and o2, or NULL on failure. This20 # Returns the result of subtracting o2 from o1, or NULL on26 # Returns the result of multiplying o1 and o2, or NULL on32 # Returns the result of dividing o1 by o2, or NULL on52 # Returns the remainder of dividing o1 by o2, or NULL on58 # See the built-in function divmod(). Returns NULL on64 # See the built-in function pow(). Returns NULL on failure. This72 # Returns the negation of o on success, or NULL on failure. This77 # Returns o on success, or NULL on failure. This is the equivalent[all …]
10 # Print an object o, on file fp. Returns -1 on error. The flags16 # Returns 1 if o has the attribute attr_name, and 022 # attr_name from object o. Returns the attribute value on success,27 # Returns 1 if o has the attribute attr_name, and 033 # attr_name from object o. Returns the attribute value on success,39 # the value v. Returns -1 on failure. This is the equivalent of44 # the value v. Returns -1 on failure. This is the equivalent of48 # Delete attribute named attr_name, for object o. Returns -1 on53 # Delete attribute named attr_name, for object o. Returns -1 on66 # opid. Returns the value of the comparison on success, or NULL on[all …]
76 (** Returns the byte order of a target, either [Endian.Big] or81 (** Returns the pointer size in bytes for a target.85 (** Returns the integer type that is the same size as a pointer on a target.89 (** Returns the pointer size in bytes for a target in a given address space.93 (** Returns the integer type that is the same size as a pointer on a target163 (** Returns the name of a target. See [llvm::Target::getName]. *)166 (** Returns the description of a target.170 (** Returns [true] if the target has a JIT. *)173 (** Returns [true] if the target has a target machine associated. *)176 (** Returns [true] if the target has an ASM backend (required for[all …]
595 SmallVector<ReturnInst*, 8> Returns; in InlineFunction() local634 /*ModuleLevelChanges=*/false, Returns, ".i", in InlineFunction()765 for (ReturnInst *RI : Returns) { in InlineFunction()789 for (ReturnInst *RI : Returns) { in InlineFunction()814 for (ReturnInst *RI : Returns) { in InlineFunction()836 std::swap(Returns, NormalReturns); in InlineFunction()842 if (Returns.size() == 1 && std::distance(FirstNewBlock, Caller->end()) == 1) { in InlineFunction()853 NewBr->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()859 ReturnInst *R = Returns[0]; in InlineFunction()869 Returns[0]->eraseFromParent(); in InlineFunction()[all …]
30 * Returns a trusted broker resource.35 * Returns true if the resource is a trusted broker.47 * Returns PP_ERROR_WOULD_BLOCK on success, and invokes51 * Returns PP_ERROR_FAILED if called from an in-process plugin.60 * Returns PP_OK on success, and places the result into the given output67 * Returns PP_TRUE if the plugin has permission to launch the broker. A user72 * instance. Returns PP_FALSE otherwise.
149 * Returns a list of all available font families on the system. You can use155 * Returns an undefined var on failure (this typically means you passed an162 * Returns a font which best matches the given description. The return value170 * Returns PP_TRUE if the given resource is a Font. Returns PP_FALSE if the186 * Returns PP_TRUE on success, PP_FALSE if the font is invalid or if the Var222 * Returns the width of the given string. If the font is invalid or the var229 * Returns -1 on failure.236 * Returns the character at the given pixel X position from the beginning of238 * may be combined or replaced depending on the context. Returns (uint32)-1251 * Returns the horizontal advance to the given character if the string was[all …]
27 * Returns a bit field representing the supported print output formats. For36 * can only be made after a successful call to Begin. Returns the number of45 * Returns a PPB_Buffer resource that represents the printed output. Returns56 * Returns true if the current content should be printed into the full page
153 * Returns a list of all available font families on the system. You can use159 * Returns an undefined var on failure (this typically means you passed an166 * Returns a font which best matches the given description. The return value174 * Returns PP_TRUE if the given resource is a Font. Returns PP_FALSE if the190 * Returns PP_TRUE on success, PP_FALSE if the font is invalid or if the Var226 * Returns the width of the given string. If the font is invalid or the var233 * Returns -1 on failure.240 * Returns the character at the given pixel X position from the beginning of242 * may be combined or replaced depending on the context. Returns (uint32)-1251 * Returns the horizontal advance to the given character if the string was[all …]
27 * Create a new scrollbar. Returns 0 if the instance is invalid.33 * Returns PP_TRUE if the given resource is a Scrollbar. Returns PP_FALSE if44 * Returns PP_TRUE if the system scrollbar style is an overlap scrollbar.
22 * Returns PP_TRUE if the given resource is a Widget. Returns PP_FALSE if the29 * Returns PP_TRUE on success, PP_FALSE on failure.
25 * Returns PP_TRUE if the given resource is a Buffer. Returns PP_FALSE if the32 * Gets the size of the buffer. Returns PP_TRUE on success, PP_FALSE
200 * @return Returns <code>PP_TRUE</code> if <code>resource</code> is a231 * Returns <code>PP_ERROR_BADARGUMENT</code> if the specified236 * Returns <code>PP_ERROR_NOACCESS</code> if the protocol specified in the243 * Returns <code>PP_ERROR_INPROGRESS</code> if this is not the first call to279 * Returns <code>PP_ERROR_BADARGUMENT</code> if <code>reason</code> contains283 * Returns <code>PP_ERROR_NOACCESS</code> if the code is not an integer286 * Returns <code>PP_ERROR_INPROGRESS</code> if a previous call to Close() is336 * Returns <code>PP_ERROR_FAILED</code> if the ReadyState is340 * Returns <code>PP_ERROR_BADARGUMENT</code> if the provided359 * @return Returns the number of bytes.[all …]
71 * @return Returns <code>PP_TRUE</code> if <code>resource</code> is83 * @return Returns number of available network interfaces or 0 if95 * @return Returns name for the network interface with the specified108 * @return Returns type of the network interface with the specified122 * @return Returns current state of the network interface with the153 * @return Returns display name for the network interface with the166 * @return Returns MTU for the network interface with the specified
83 * Returns PP_ERROR_NOTSUPPORTED if video decoding is not available, or the110 * Returns PP_ERROR_NOTSUPPORTED if video decoding is not available, or the149 * Returns PP_ERROR_FAILED if the decoder isn't initialized or if a Flush()151 * Returns PP_ERROR_INPROGRESS if there is another Decode() call pending.152 * Returns PP_ERROR_NOMEMORY if a bitstream buffer can't be created.153 * Returns PP_ERROR_ABORTED when Reset() is called while Decode() is pending.177 * Returns PP_ERROR_FAILED if the decoder isn't initialized or if a Reset()179 * Returns PP_ERROR_INPROGRESS if there is another GetPicture() call pending.180 * Returns PP_ERROR_ABORTED when Reset() is called, or if a call to Flush()219 * Returns PP_ERROR_FAILED if the decoder isn't initialized.[all …]
78 * Returns a hash code for {@code value}; equal to the result of invoking89 * Returns the {@code primtyp} value that is equal to {@code value}, if104 * Returns the {@code primtyp} nearest in value to {@code value}.135 * Returns {@code true} if {@code target} is present as an element anywhere in153 * Returns the index of the first appearance of the value {@code target} in177 * Returns the start position of the first occurrence of the specified {@code207 * Returns the index of the last appearance of the value {@code target} in231 * Returns the least value present in {@code array}.250 * Returns the greatest value present in {@code array}.269 * Returns the values from each provided array combined into a single array.[all …]
49 * Returns PP_TRUE if the two addresses are equal (host and port).55 * Returns PP_TRUE if the two addresses refer to the same host.61 * Returns a human-readable description of the network address, optionally70 * Replaces the port in the given source address. Returns PP_TRUE on success.107 * Returns ScopeID for IPv6 addresses or 0 for IPv4.
54 * Returns PP_ERROR_BADRESOURCE if source isn't a valid video source.55 * Returns PP_ERROR_INPROGRESS if source is already open.56 * Returns PP_ERROR_FAILED if the MediaStream doesn't exist or if there is77 * Returns PP_ERROR_BADRESOURCE if source isn't a valid video source.78 * Returns PP_ERROR_FAILED if the source is not open, or if some other
55 * Returns PP_ERROR_BADRESOURCE if destination isn't a valid video57 * Returns PP_ERROR_INPROGRESS if destination is already open.58 * Returns PP_ERROR_FAILED if the MediaStream doesn't exist or if there is79 * Returns PP_ERROR_BADRESOURCE if destination isn't a valid video81 * Returns PP_ERROR_FAILED if destination is not open, if the video frame has
49 // Returns the display nearest the specified window.56 // Returns the the display nearest the specified point.63 // Returns the display that most closely intersects the provided bounds.70 // Returns the primary display.
21 if (answer instanceof Returns) { in validate()22 validateReturnValue((Returns) answer, methodInfo); in validate()63 private void validateReturnValue(Returns answer, MethodInfo methodInfo) { in validateReturnValue()
12 public class Returns implements Answer<Object>, Serializable { class17 public Returns(Object value) { in Returns() method in Returns
16 [path]. Returns [true] if successful, [false] otherwise. *)22 will be flushed. Returns [true] if successful, [false] otherwise. *)29 will be flushed. Returns [true] if successful, [false] otherwise. *)
8 import org.mockito.internal.stubbing.answers.Returns;16 return thenAnswer(new Returns(value)); in thenReturn()73 return toAnswer(new Returns(value)); in toReturn()
74 /* Returns a localized string. */79 /* Returns a resource image. */84 /* Returns a resource identifying a font file corresponding to the given font143 * user, masking input characters. Returns the value entered by the user, or150 /* Returns PP_TRUE if the plugin is out of process. */
48 # Returns: nothing on success.72 # Returns: @NameInfo of the guest107 # Returns the current version of QEMU.109 # Returns: A @VersionInfo object describing the current version of QEMU.131 # Returns information about KVM acceleration133 # Returns: @KvmInfo382 # Returns: @StatusInfo reflecting all VCPUs406 # Returns: The @UuidInfo for the guest431 # Returns information about current character devices.433 # Returns: a list of @ChardevInfo[all …]