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

1 2 3 4 5 6

  /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/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. *)
  /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));
StubberImpl.java 38 answers.add(new Returns(toBeReturned));
  /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/chrome/browser/resources/net_internals/
serviceprovidersview.js 41 * Returns type of a layered service provider.
63 * Returns the type of a namespace provider as a string.
79 * Returns socket type of a layered service provider as a string.
94 * Returns protocol type of a layered service provider as a string.
sourceentry.js 204 * Returns a description for this source log stream, which will be displayed
260 * Returns the starting entry for this source. Conceptually this is the
293 * Returns the largest source ID seen before this object was received.
305 * Returns time of last event if inactive. Returns current time otherwise.
318 * Returns the time between the first and last events with a matching
330 * Returns source ID of the entry whose row is currently above this one's.
331 * Returns null if no such node exists.
343 * Returns source ID of the entry whose row is currently below this one's.
344 * Returns null if no such node exists
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
dns_fail.js 4 // Returns "PROXY success:80" on success.
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 131 SmallVectorImpl<ReturnInst*> &Returns,
150 SmallVectorImpl<ReturnInst*> &Returns,
184 /// block of the caller. This returns false if it is not possible to inline
  /external/chromium/chrome/browser/resources/
keyboard_overlay.js 68 * Returns layouts data.
75 * Returns shortcut data.
82 * Returns the keyboard overlay ID.
89 * Returns keyboard glyph data.
117 * Returns a list of modifiers from the key event.
147 * Returns an ID of the key.
154 * Returns an ID of the text on the key.
161 * Returns an ID of the shortcut text.
168 * Returns true if |list| contains |e|.
175 * Returns a list of the class names corresponding to the identifier an
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 163 /// Returns true to indicate that the next block should be skipped.
481 /// block of the caller. This returns false if it is not possible to inline
564 SmallVector<ReturnInst*, 8> Returns;
604 /*ModuleLevelChanges=*/false, Returns, ".i",
691 for (unsigned ri = 0, re = Returns.size(); ri != re; ++ri) {
692 IRBuilder<> builder(Returns[ri]);
712 for (unsigned i = 0, e = Returns.size(); i != e; ++i) {
713 IRBuilder<>(Returns[i]).CreateCall(StackRestore, SavedPtr);
742 if (Returns.size() == 1 && std::distance(FirstNewBlock, Caller->end()) == 1) {
757 ReturnInst *R = Returns[0]
    [all...]
CloneModule.cpp 99 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned.
100 CloneFunctionInto(F, I, VMap, /*ModuleLevelChanges=*/true, Returns);
  /external/chromium/chrome/browser/resources/shared/js/
local_strings.js 26 * Returns a formatted string where $1 to $9 are replaced by the second to the
39 * Returns a string after removing Windows-style accelerators.
67 * 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...]
  /external/protobuf/python/google/protobuf/
text_format.py 334 Returns:
364 Returns:
387 Returns:
398 Returns:
413 Returns:
429 Returns:
445 Returns:
461 Returns:
477 Returns:
504 Returns
    [all...]
  /ndk/build/core/
definitions-utils.mk 24 # Returns : an empty macro
31 # Returns : a single space
41 # Returns : the list with duplicate items removed, order is preserved.
67 # Returns : None
77 # and it this returns a non-empty value, then <name>
79 # Returns : elements of $1 that satisfy the predicate function $2
101 # and it this returns an empty value, then <name>
103 # Returns : elements of $1 that do not satisfy the predicate function $2
125 # Returns : the first item of $1 that satisfies the predicate.
143 # Returns : Parent dir or path of $1, with final separator removed
    [all...]
definitions.mk 28 # Returns : the name of the current Makefile in the inclusion stack
35 # Returns : the name of the last parsed Android.mk file
43 # Returns : None
58 # Returns : None
76 # Returns : Generate a rule, but not dependency, to create a directory with
100 # Returns : Generate a dependency and a rule to ensure that the parent
122 # Returns : write the content of a possibly very long string list to a file.
318 # Returns : linker flags to use the whole static libraries
322 # If the list is empty, it returns an empty string.
438 # Returns : Non
    [all...]
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 38 Returns:
83 Returns:
92 Given a specific API module, returns a dict of methods or events mapped to
100 Returns:
131 """ Returns the names of individual modules in the API.
133 Returns:
140 """ Parses the extension_api.json manifest and returns a dict of all
143 Returns:
172 Returns a list of paths to sample extension manifest.json files.
176 Returns
    [all...]
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 43 (** Returns the byte order of a target, either LLVMBigEndian or
48 (** Returns the pointer size in bytes for a target.
52 (** Returns the integer type that is the same size as a pointer on a target.
  /external/webkit/LayoutTests/fast/encoding/resources/
char-encoding-utils.js 3 // Returns a value already encoded, since we can't do it synchronously.
  /external/webkit/LayoutTests/dom/html/level2/html/
button01.js 78 Returns the FORM element containing this control. Returns null if this control is not within the context of a form.
object01.js 78 Returns the FORM element containing this control. Returns null if this control is not within the context of a form.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
button01.js 78 Returns the FORM element containing this control. Returns null if this control is not within the context of a form.

Completed in 212 milliseconds

1 2 3 4 5 6