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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/webkit/fast/js/
Promise-onFulfilled-deep-expected.txt 1 Test whether deeply chained then-s work.
Promise-onRejected-deep-expected.txt 1 Test whether deeply chained then-s work.
Promise-resolve-chain-expected.txt 1 Test chained Promise resolutions.
Promise-chained-then-expected.txt 1 Test chained Promise.prototype.then.
  /external/clang/test/PCH/
chain-predecl.m 4 // Test predeclarations across chained PCH.
check-deserializations.cpp 35 // Chained PCH.
cxx1y-deduced-return-type.cpp 4 // With chained PCH:
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 46 DiagnosticConsumer *Chained;
52 : Chained(nullptr), FromNS(From), ToNS("'"), SeenCount(0) {
59 if (Chained)
60 Chained->HandleDiagnostic(DiagLevel, Info);
71 if (Chained)
72 Chained->clear();
76 if (Chained)
77 return Chained->IncludeInDiagnosticCounts();
82 Chained = ToChain;
  /toolchain/binutils/binutils-2.25/gas/
subsegs.h 26 * Struct frchain's are forward chained (in ascending order of sub-segment
33 * (2) Subsegments' frchain-s are (later) chained together in the order in
37 * represent code fragments, for that sub-segment, forward chained.
  /external/compiler-rt/test/msan/
fork.cc 1 // Test that chained origins are fork-safe.
2 // Run a number of threads that create new chained origins, then fork
chained_origin_with_signals.cc 2 // This is, in fact, undesired behavior caused by our chained origins
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestIDNARef.java 547 StringBuffer chained; local
551 chained = expected;
553 chained = IDNAReference.convertIDNtoASCII(chained,IDNAReference.DEFAULT);
555 if(!expected.toString().equals(chained.toString())){
560 chained = expected;
562 chained = IDNAReference.convertToASCII(chained,IDNAReference.DEFAULT);
564 if(!expected.toString().equals(chained.toString())){
579 StringBuffer chained; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestIDNARef.java 543 StringBuffer chained; local
547 chained = expected;
549 chained = IDNAReference.convertIDNtoASCII(chained,IDNAReference.DEFAULT);
551 if(!expected.toString().equals(chained.toString())){
556 chained = expected;
558 chained = IDNAReference.convertToASCII(chained,IDNAReference.DEFAULT);
560 if(!expected.toString().equals(chained.toString())){
575 StringBuffer chained; local
    [all...]
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 262 * @return This object, allowing calls to methods in this class to be chained.
319 * @return This object, allowing calls to methods in this class to be chained.
338 * @return This object, allowing calls to methods in this class to be chained.
372 * @return This object, allowing calls to methods in this class to be chained.
395 * @return This object, allowing calls to methods in this class to be chained.
447 * @return This object, allowing calls to methods in this class to be chained.
460 * @return This object, allowing calls to methods in this class to be chained.
473 * @return This object, allowing calls to methods in this class to be chained.
486 * @return This object, allowing calls to methods in this class to be chained.
499 * @return This object, allowing calls to methods in this class to be chained
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPropertyAnimatorCompat.java 684 * @return This object, allowing calls to methods in this class to be chained.
701 * @return This object, allowing calls to methods in this class to be chained.
718 * @return This object, allowing calls to methods in this class to be chained.
735 * @return This object, allowing calls to methods in this class to be chained.
752 * @return This object, allowing calls to methods in this class to be chained.
787 * @return This object, allowing calls to methods in this class to be chained.
824 * @return This object, allowing calls to methods in this class to be chained.
    [all...]
  /external/dng_sdk/source/
dng_sdk_limits.h 38 /// The maximum number of chained IFDs that will be parsed.
  /external/jcommander/src/main/java/com/beust/jcommander/
ParametersDelegate.java 37 * <p>Delegations can be chained (nested).</p>
  /external/llvm/include/llvm/Support/
Win64EH.h 63 /// UNW_ChainInfo - Specifies that this UnwindInfo structure is chained to
100 // the chained unwind info.
132 /// \brief Return pointer to chained unwind info.
137 /// \brief Return pointer to chained unwind info.
  /external/v8/test/mjsunit/es6/debug-promises/
reject-after-resolve.js 8 // the Promise is rejected in a chained closure after it has been resolved.
  /external/clang/include/clang/Frontend/
PCHContainerOperations.h 46 /// Return an ASTConsumer that can be chained with a
74 /// Return an ASTConsumer that can be chained with a
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskChainedCompressImageToJpeg.java 93 logWrapper("Finished off a chained task now that image is released.");
99 logWrapper("Kicking off a chained task now that image is released.");
  /external/clang/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 22 /// Return an ASTConsumer that can be chained with a
  /external/clang/test/CodeGenCXX/
noexcept.cpp 41 // The terminate handler chained to by the cleanup lpad.
  /external/compiler-rt/lib/msan/
msan_chained_origin_depot.h 10 // A storage for chained origins.
  /external/droiddriver/src/io/appium/droiddriver/finders/
ChainFinder.java 30 * target UiElement, which is a descendant. ChainFinder can be chained with

Completed in 6247 milliseconds

1 2 3 4 5 6 7 8 91011>>