HomeSort by relevance Sort by last modified time
    Searched refs:Returns (Results 1 - 25 of 360) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mockito/src/org/mockito/internal/stubbing/answers/
Returns.java 12 public class Returns implements Answer<Object>, Serializable {
17 public Returns(Object value) {
39 return "Returns: " + value;
AnswersValidator.java 21 if (answer instanceof Returns) {
22 validateReturnValue((Returns) answer, methodInfo);
63 private void validateReturnValue(Returns answer, MethodInfo methodInfo) {
  /external/chromium_org/chrome/common/extensions/docs/server2/
path_util.py 13 '''Returns whether |path| should be considered a directory.
21 '''Returns whether |path| is a valid path for the purposes of the docserver.
38 '''Returns the parent directory and base name of |path| in a tuple.
49 '''Returns a list of the directories and filename in a path. 'p1/p2/p3'
60 '''Returns a string representing |path| as a directory, that is,
data_source.py 23 '''Returns a list of paths to query
36 '''Returns a dictionary or list that can be consumed by a template. Called
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
host_factory.js 26 * Returns the host.
34 * Returns the TTS interface.
42 * Returns the Braille interface.
50 * Returns the earcons interface.
58 * Returns the MathJax interface.
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
number.pxd 10 # Returns 1 if the object o provides numeric protocols, and false
15 # Returns the result of adding o1 and o2, or NULL on failure. This
20 # Returns the result of subtracting o2 from o1, or NULL on
26 # Returns the result of multiplying o1 and o2, or NULL on
32 # Returns the result of dividing o1 by o2, or NULL on
52 # Returns the remainder of dividing o1 by o2, or NULL on
58 # See the built-in function divmod(). Returns NULL on
64 # See the built-in function pow(). Returns NULL on failure. This
72 # Returns the negation of o on success, or NULL on failure. This
77 # Returns o on success, or NULL on failure. This is the equivalen
    [all...]
object.pxd 10 # Print an object o, on file fp. Returns -1 on error. The flags
16 # Returns 1 if o has the attribute attr_name, and 0
22 # attr_name from object o. Returns the attribute value on success,
27 # Returns 1 if o has the attribute attr_name, and 0
33 # attr_name from object o. Returns the attribute value on success,
39 # the value v. Returns -1 on failure. This is the equivalent of
44 # the value v. Returns -1 on failure. This is the equivalent of
48 # Delete attribute named attr_name, for object o. Returns -1 on
53 # Delete attribute named attr_name, for object o. Returns -1 on
66 # opid. Returns the value of the comparison on success, or NULL o
    [all...]
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 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. *)
llvm_bitwriter.ml 16 (* Writes the bitcode for module the given path. Returns true if successful. *)
  /build/core/
multilib.mk 2 # and check LOCAL_MULTILIB is a valid value. Returns module's multilib
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
event_suspender.js 40 * Returns true if events are currently suspended.
49 * Returns a function that runs the argument with all events suspended.
52 * @return {?} Returns a function that wraps f.
64 * Returns a handler that only runs the argument if events are not suspended.
  /external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
utils.js 5 // Returns the intersection of the arrays |a| and |b|, which do not have to be
  /external/chromium_org/tools/grit/grit/gather/
interface.py 85 '''Returns the data to be added to the DataPack for this node or None if
91 '''Returns the text of what is being gathered.'''
95 '''Returns the mnemonic IDs that need to be defined for the resource
100 '''Returns the MessageClique objects for all translateable portions.'''
107 """Returns a set of all filenames inlined by this gatherer."""
112 '''Returns the resource being gathered, with translateable portions filled
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 76 (** Returns the byte order of a target, either [Endian.Big] or
81 (** 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 target
140 (** [default_triple ()] returns the default target triple for current
144 (** [first ()] returns the first target in the registered targets
148 (** [succ t] returns the next target after [t], or [None]
152 (** [all ()] returns a list of known targets. *)
155 (** [by_name name] returns [Some t] if a target [t] named [name] i
    [all...]
  /external/chromium_org/tools/grit/grit/
pseudo.py 67 '''Returns a copy of 'str' where characters that exist as keys in _VOWELS
83 '''Returns a pseudotranslation of the provided string, in our enhanced
111 '''Returns a pseudotranslation of the provided message.
  /external/mockito/src/org/mockito/internal/stubbing/
BaseStubbing.java 8 import org.mockito.internal.stubbing.answers.Returns;
16 return thenAnswer(new Returns(value));
73 return toAnswer(new Returns(value));
  /external/chromium_org/chrome/browser/metrics/variations/
generate_resources_map.py 28 """Returns the hash id for a name.
33 Returns:
44 Scans the input string for lines of the form "#define NAME INDEX" and returns
67 Returns:
86 Returns:
113 Returns:
133 Returns:
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 18 memory buffer [mb] in the context [context]. Returns [m] if successful, or
25 memory buffer [mb] in the context [context]. Returns [m] if successful, or
  /external/chromium-libpac/test/js-unittest/
dns_fail.js 4 // Returns "PROXY success:80" on success.
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
dns_fail.js 4 // Returns "PROXY success:80" on success.
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 130 SmallVectorImpl<ReturnInst*> &Returns,
150 SmallVectorImpl<ReturnInst*> &Returns,
183 /// block of the caller. This returns false if it is not possible to inline
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 489 /// Returns a musttail call instruction if one immediately precedes the given
517 /// block of the caller. This returns false if it is not possible to inline
595 SmallVector<ReturnInst*, 8> Returns;
634 /*ModuleLevelChanges=*/false, Returns, ".i",
765 for (ReturnInst *RI : Returns) {
789 for (ReturnInst *RI : Returns) {
    [all...]
  /external/chromium_org/tools/grit/grit/format/
html_inline.py 60 Returns:
77 at 'filename' and returns the src attribute with the file inlined
90 Returns:
136 inline the files they are referring to, then returns the result and
147 Returns:
268 Returns:
356 """Inlines the resources in a specified file and returns it as a string.
361 Returns:
387 Returns:
399 """For a grd file, returns a set of all the files that would be inline.""
    [all...]
  /external/chromium_org/ui/webui/resources/js/
local_strings.js 27 * Returns a formatted string where $1 to $9 are replaced by the second to the
41 * Returns a string after removing Windows-style accelerators.
74 * Returns a formatted localized string where $1 to $9 are replaced by the
  /external/guava/guava/src/com/google/common/primitives/
generate.sh 78 * Returns a hash code for {@code value}; equal to the result of invoking
89 * Returns the {@code primtyp} value that is equal to {@code value}, if
104 * Returns the {@code primtyp} nearest in value to {@code value}.
135 * Returns {@code true} if {@code target} is present as an element anywhere in
153 * Returns the index of the first appearance of the value {@code target} in
177 * Returns the start position of the first occurrence of the specified {@code
180 * <p>More formally, returns the lowest index {@code i} such that {@code
207 * Returns the index of the last appearance of the value {@code target} in
231 * Returns the least value present in {@code array}.
250 * Returns the greatest value present in {@code array}
    [all...]

Completed in 383 milliseconds

1 2 3 4 5 6 7 8 91011>>