HomeSort by relevance Sort by last modified time
    Searched full:chained (Results 51 - 75 of 859) sorted by null

1 23 4 5 6 7 8 91011>>

  /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.
msan_origin.h 29 // 0zzz xxxx xxxx xxxx chained origin id
38 // Chained origin id describes an event of storing an uninitialized value to
52 // The "zzz" bits of chained origin id are used to store the length (or depth)
  /external/droiddriver/src/io/appium/droiddriver/finders/
ChainFinder.java 30 * target UiElement, which is a descendant. ChainFinder can be chained with
  /external/mesa3d/src/util/tests/hash_table/
delete_and_lookup.c 33 /* Return collisions, so we can test the deletion behavior for chained
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 22 /// Return an ASTConsumer that can be chained with a
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 22 /// Return an ASTConsumer that can be chained with a
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 22 /// Return an ASTConsumer that can be chained with a
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 22 /// Return an ASTConsumer that can be chained with a
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 22 /// Return an ASTConsumer that can be chained with a
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 22 /// Return an ASTConsumer that can be chained with a
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 22 /// Return an ASTConsumer that can be chained with a
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 22 /// Return an ASTConsumer that can be chained with a
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 22 /// Return an ASTConsumer that can be chained with a
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 22 /// Return an ASTConsumer that can be chained with a
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 22 /// Return an ASTConsumer that can be chained with a
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 22 /// Return an ASTConsumer that can be chained with a
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 22 /// Return an ASTConsumer that can be chained with a
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 22 /// Return an ASTConsumer that can be chained with a
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptPkcs7VerifyNull.c 71 Cryptographic Message Syntax Standard", and outputs two certificate lists chained and
77 @param[out] SignerChainCerts Pointer to the certificates list chained to signer's
79 @param[out] ChainLength Length of the chained certificates list buffer in bytes.
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/
CryptPkcs7VerifyNull.c 71 Cryptographic Message Syntax Standard", and outputs two certificate lists chained and
77 @param[out] SignerChainCerts Pointer to the certificates list chained to signer's
79 @param[out] ChainLength Length of the chained certificates list buffer in bytes.
  /external/clang/test/PCH/
chain-cxx.cpp 1 // Test C++ chained PCH functionality
17 // Primary header for C++ chained PCH test
66 // Dependent header for C++ chained PCH test
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
CircleView.java 152 * @return this object, allowing calls to methods in this class to be chained
177 * @return this object, allowing calls to methods in this class to be chained
194 * @return this object, allowing calls to methods in this class to be chained
217 * @return this object, allowing calls to methods in this class to be chained
247 * @return this object, allowing calls to methods in this class to be chained
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestIDNA.java 473 StringBuffer chained; local
477 chained = expected;
479 chained = IDNA.convertIDNToASCII(chained,IDNA.DEFAULT);
481 if(!expected.toString().equals(chained.toString())){
486 chained = expected;
488 chained = IDNA.convertToASCII(chained,IDNA.DEFAULT);
490 if(!expected.toString().equals(chained.toString())){
499 StringBuffer chained; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestIDNA.java 470 StringBuffer chained; local
474 chained = expected;
476 chained = IDNA.convertIDNToASCII(chained,IDNA.DEFAULT);
478 if(!expected.toString().equals(chained.toString())){
483 chained = expected;
485 chained = IDNA.convertToASCII(chained,IDNA.DEFAULT);
487 if(!expected.toString().equals(chained.toString())){
496 StringBuffer chained; local
    [all...]

Completed in 556 milliseconds

1 23 4 5 6 7 8 91011>>