/external/llvm/bindings/ocaml/target/ |
D | 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 163 (** 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 …]
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/ |
D | zipio.rst | 31 Returns true if *path* exists and refers to a file. 40 Returns true if *path* exists and refers to a directory. 49 Returns true if *path* exists and refers to a symbolic link. 58 Returns the contents of a symbolic link, like :func:`os.readlink`. 62 Returns the last modifiction time of a file or directory, like 67 Returns the UNIX file mode for a file or directory, like the
|
/external/gmock/test/ |
D | gmock_output_test_golden.txt | 8 Returns: false 35 Returns: false 61 Returns: false 77 Returns: false 92 Returns: false 113 Returns: false 134 Returns: false 173 Returns: '\0' 189 Returns: false 203 Returns: false [all …]
|
/external/google-breakpad/src/testing/test/ |
D | gmock_output_test_golden.txt | 8 Returns: false 35 Returns: false 61 Returns: false 77 Returns: false 92 Returns: false 113 Returns: false 134 Returns: false 173 Returns: '\0' 189 Returns: false 203 Returns: false [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1136 SmallVector<ReturnInst*, 8> Returns; in InlineFunction() local 1182 /*ModuleLevelChanges=*/false, Returns, ".i", in InlineFunction() 1384 for (ReturnInst *RI : Returns) { in InlineFunction() 1409 for (ReturnInst *RI : Returns) { in InlineFunction() 1498 for (ReturnInst *RI : Returns) { in InlineFunction() 1521 std::swap(Returns, NormalReturns); in InlineFunction() 1527 if (Returns.size() == 1 && std::distance(FirstNewBlock, Caller->end()) == 1) { in InlineFunction() 1539 NewBr->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction() 1545 ReturnInst *R = Returns[0]; in InlineFunction() 1555 Returns[0]->eraseFromParent(); in InlineFunction() [all …]
|
D | CloneFunction.cpp | 81 SmallVectorImpl<ReturnInst*> &Returns, in CloneFunctionInto() argument 150 Returns.push_back(RI); in CloneFunctionInto() 253 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned. in CloneFunction() local 254 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo); in CloneFunction() 487 SmallVectorImpl<ReturnInst *> &Returns, in CloneAndPruneIntoFromInst() argument 715 Returns.push_back(RI); in CloneAndPruneIntoFromInst() 729 SmallVectorImpl<ReturnInst*> &Returns, in CloneAndPruneFunctionInto() argument 734 ModuleLevelChanges, Returns, NameSuffix, CodeInfo, in CloneAndPruneFunctionInto()
|
/external/mockito/src/org/mockito/internal/stubbing/answers/ |
D | AnswersValidator.java | 21 if (answer instanceof Returns) { in validate() 22 validateReturnValue((Returns) answer, methodInfo); in validate() 63 private void validateReturnValue(Returns answer, MethodInfo methodInfo) { in validateReturnValue()
|
D | Returns.java | 12 public class Returns implements Answer<Object>, Serializable { class 17 public Returns(Object value) { in Returns() method in Returns
|
/external/llvm/bindings/ocaml/bitwriter/ |
D | llvm_bitwriter.mli | 16 [path]. Returns [true] if successful, [false] otherwise. *) 23 will be flushed. Returns [true] if successful, [false] otherwise. *) 36 will be flushed. Returns [true] if successful, [false] otherwise. *)
|
/external/mockito/src/org/mockito/internal/stubbing/ |
D | BaseStubbing.java | 8 import org.mockito.internal.stubbing.answers.Returns; 16 return thenAnswer(new Returns(value)); in thenReturn() 73 return toAnswer(new Returns(value)); in toReturn()
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
D | objectgraph.rst | 42 Returns the newly created node. 63 Returns the *graphident* attribute of *node*, or the graph itself 76 Returns a given node in the graph, or :data:`Node` when it cannot 84 Returns True if *node* is a member of the graph. *Node* is either an 102 Returns two iterators that yield the nodes reaching by 110 Returns a tuple containing the number of:
|
D | graph.rst | 82 Returns *node*, the node's data and the lists of outgoing 92 Returns True iff *node* is a node in the graph. This 189 Returns a list with all visible edges in the graph. 193 Returns a list with all hidden edges in the graph. 208 Returns a list of nodes connected by an incoming or outgoing edge. 258 Returns a list of nodes starting at *start* in some bread first 265 Returns a list of nodes starting at *start* in some bread first 296 Returns True iff every node in the graph can be reached from 301 Returns the local clustering coefficient of node.
|
/external/guice/core/src/com/google/inject/matcher/ |
D | Matchers.java | 371 return new Returns(returnType); in returns() 374 private static class Returns extends AbstractMatcher<Method> implements Serializable { class in Matchers 377 public Returns(Matcher<? super Class<?>> returnType) { in Returns() method in Matchers.Returns 386 return other instanceof Returns in equals() 387 && ((Returns) other).returnType.equals(returnType); in equals()
|
/external/vboot_reference/scripts/image_signing/lib/shflags/ |
D | shflags | 210 # Returns: 345 # Returns: 382 # Returns flag details based on a flag name and flag info. 389 # Returns: 434 # Returns: 452 # Returns the width of the current screen. 478 # Returns: 499 # Returns: 528 # Returns: 556 # Returns: [all …]
|
/external/shflags/lib/ |
D | shflags | 234 # Returns: 382 # Returns: 421 # Returns flag details based on a flag name and flag info. 428 # Returns: 477 # Returns: 494 # Returns the width of the current screen. 520 # Returns: 541 # Returns: 583 # Returns: 618 # Returns: [all …]
|
/external/shflags/src/ |
D | shflags | 233 # Returns: 381 # Returns: 420 # Returns flag details based on a flag name and flag info. 427 # Returns: 476 # Returns: 493 # Returns the width of the current screen. 519 # Returns: 540 # Returns: 582 # Returns: 617 # Returns: [all …]
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Cloning.h | 144 SmallVectorImpl<ReturnInst*> &Returns, 181 SmallVectorImpl<ReturnInst*> &Returns, 200 SmallVectorImpl<ReturnInst*> &Returns,
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | SafeStack.cpp | 131 SmallVectorImpl<ReturnInst *> &Returns, 147 ArrayRef<ReturnInst *> Returns); 385 SmallVectorImpl<ReturnInst *> &Returns, in findInsts() argument 403 Returns.push_back(RI); in findInsts() 472 ArrayRef<Argument *> ByValArguments, ArrayRef<ReturnInst *> Returns) { in moveStaticAllocasToUnsafeStack() argument 488 for (ReturnInst *RI : Returns) { in moveStaticAllocasToUnsafeStack() 701 SmallVector<ReturnInst *, 4> Returns; in runOnFunction() local 712 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns, in runOnFunction() 731 ByValArguments, Returns); in runOnFunction()
|
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/ |
D | auth.rst | 30 """Returns this user's unique ID, which can be an integer or string.""" 34 """Returns a user object based on a user ID and token. 47 """Returns a user object, validating password.
|
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/ |
D | video_capture_qtkit_info_objc.mm | 42 /// ***** Returns nothing 54 /// ***** Returns 0 on success, -1 otherwise. 154 // ***** Returns nothing. Sets member variable 170 /// ***** Returns 0 on success, -1 otherwise.
|
/external/v8/tools/vim/ |
D | ninja-build.vim | 28 """Returns the absolute path of the current buffer.""" 33 """Returns the absolute path to the V8 source root.""" 47 """Returns <v8_root>/<output_dir>/(Release|Debug).""" 65 """Returns the shell command to compile the file in the current buffer."""
|
/external/llvm/bindings/ocaml/bitreader/ |
D | llvm_bitreader.mli | 18 memory buffer [mb] in the context [context]. Returns [m] if successful, or 24 memory buffer [mb] in the context [context]. Returns [m] if successful, or
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRPtrStack.m | 78 * Returns: NSInteger hashed value 102 * Returns: ANTLRRuleMemo * pointer to entry 127 * Returns: Boolean TRUE if installed
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlIO.rpgle | 23 * Returns 1 if yes and 0 if another Input module should be used 34 * Returns an Input context or NULL in case or error 47 * Returns the number of bytes read or -1 in case of error 58 * Returns 0 or -1 in case of error 75 * Returns 1 if yes and 0 if another Output module should be used 86 * Returns an Output context or NULL in case or error 99 * Returns the number of bytes written or -1 in case of error 110 * Returns 0 or -1 in case of error
|
/external/google-breakpad/src/client/mac/sender/ |
D | crash_report_sender.m | 98 // Returns the change in height. 103 // Returns the change in width. 133 // Returns the change in width. 161 // Returns YES if it has been long enough since the last report that we should 165 // Returns YES if we should send the report without asking the user first. 168 // Returns YES if the minidump was generated on demand. 171 // Returns YES if we should ask the user to provide comments. 174 // Returns YES if we should ask the user to provide an email address. 178 // we've been instructed to request. Returns YES if the user allows the report 182 // Returns the short description of the crash, suitable for use as a dialog [all …]
|