/external/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 24 static ConstantRange Wrap; member in __anon6d2ea70f0111::ConstantRangeTest 31 ConstantRange ConstantRangeTest::Wrap(APInt(16, 0xaaa), APInt(16, 0xa)); member in __anon6d2ea70f0111::ConstantRangeTest 73 EXPECT_FALSE(Wrap.isFullSet()); in TEST_F() 74 EXPECT_FALSE(Wrap.isEmptySet()); in TEST_F() 75 EXPECT_TRUE(Wrap.isWrappedSet()); in TEST_F() 76 EXPECT_TRUE(Wrap.contains(APInt(16, 0x0))); in TEST_F() 77 EXPECT_TRUE(Wrap.contains(APInt(16, 0x9))); in TEST_F() 78 EXPECT_FALSE(Wrap.contains(APInt(16, 0xa))); in TEST_F() 79 EXPECT_FALSE(Wrap.contains(APInt(16, 0xaa9))); in TEST_F() 80 EXPECT_TRUE(Wrap.contains(APInt(16, 0xaaa))); in TEST_F() [all …]
|
/external/libcxx/test/std/utilities/function.objects/refwrap/ |
D | type_properties.pass.cpp | 43 typedef std::reference_wrapper<T> Wrap; in test() typedef 44 static_assert(std::is_copy_constructible<Wrap>::value, ""); in test() 45 static_assert(std::is_copy_assignable<Wrap>::value, ""); in test() 47 static_assert(std::is_trivially_copyable<Wrap>::value, ""); in test()
|
/external/llvm/include/llvm/IR/ |
D | ValueMap.h | 150 auto MapResult = Map.insert(std::make_pair(Wrap(KV.first), KV.second)); in insert() 156 Map.insert(std::make_pair(Wrap(KV.first), std::move(KV.second))); in insert() 181 return Map.FindAndConstruct(Wrap(Key)); in FindAndConstruct() 185 return Map[Wrap(Key)]; 206 ValueMapCVH Wrap(KeyT key) const { in Wrap() function
|
/external/v8/test/mjsunit/harmony/ |
D | module-parsing.js | 113 module Wrap { 150 export A, A1, A2, A3, B, I, C1, D1, D2, D3, E1, E2, E3, X, Y, Z, Wrap, x, y, UU
|
/external/libvncserver/utils/ |
D | git2cl.pl | 38 use Text::Wrap qw(wrap); 90 my $text = Text::Wrap::wrap($indent1, $indent2, @text);
|
/external/clang/test/CodeGen/ |
D | ms-align-tentative.c | 22 struct Wrap { struct
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
D | DESede.java | 129 public static class Wrap class in DESede 132 public Wrap() in Wrap() method in DESede.Wrap
|
D | AES.java | 180 static public class Wrap class in AES 183 public Wrap() in Wrap() method in AES.Wrap
|
/external/webrtc/src/modules/audio_processing/utility/ |
D | ring_buffer.c | 20 enum Wrap { enum 30 enum Wrap rw_wrap;
|
/external/bison/etc/ |
D | bench.pl.in | 72 use Text::Wrap;
|
/external/bison/tests/ |
D | torture.at | 92 use Text::Wrap; 188 use Text::Wrap; 265 use Text::Wrap;
|
/external/clang/test/SemaCXX/ |
D | cxx98-compat.cpp | 243 struct Wrap { struct
|
D | constant-expression-cxx11.cpp | 1395 struct Wrap { struct 1398 constexpr const Wrap &g(const Wrap &w) { return w; } in g()
|
/external/icu/icu4c/source/samples/translit/ |
D | README.TXT | 91 base character. Wrap this all up in a subclass of the
|
/external/vboot_reference/ |
D | README | 77 futility vbutil_keyblock Wrap a public key inside a signature and checksum
|
/external/google-breakpad/src/common/mac/testing/ |
D | GTMSenTestCase.m | 284 // Wrap things in autorelease pools because they may
|
/external/selinux/checkpolicy/ |
D | ChangeLog | 86 * Wrap file names in filename transitions with quotes by Steve Lawrence.
|
/external/bouncycastle/patches/ |
D | bcprov.patch | 4372 static public class Wrap 4943 provider.addAlgorithm("Cipher.AESWRAP", PREFIX + "$Wrap"); 5526 public static class Wrap 5647 provider.addAlgorithm("Cipher.DESEDEWRAP", PREFIX + "$Wrap"); 5648 … provider.addAlgorithm("Cipher." + PKCSObjectIdentifiers.id_alg_CMS3DESwrap, PREFIX + "$Wrap"); 5810 - public static class Wrap 5813 - public Wrap() 5864 + // public static class Wrap 5867 + // public Wrap() 6433 - provider.addAlgorithm("Cipher.RC2WRAP", PREFIX + "$Wrap"); [all …]
|
/external/harfbuzz_ng/ |
D | NEWS | 224 - Wrap definition of free_langs() with HAVE_ATEXIT
|
/external/openssh/ |
D | ChangeLog | 354 Wrap stdint.h includes in HAVE_STDINT_H. 461 Wrap stdint.h includes in ifdefs. 2929 - (dtucker) [regress/unittests/sshkey/test_{file,fuzz,sshkey}.c] Wrap ecdsa- 2978 {common,test_file,test_fuzz,test_sshkey}.c] Wrap stdint.h includes in 3673 Wrap stdlib.h include an ifdef for platforms that don't have it. 5148 - (dtucker) [readconf.c] Wrap paths.h inside an ifdef. Allows building on 5238 - (dtucker) [openbsd-compat/bcrypt_pbkdf.c] Wrap stdlib.h include inside 5252 - (dtucker) [poly1305.c] Wrap stdlib.h include inside #ifdef HAVE_STDINT_H. 5258 - (dtucker) [crypto_api.h] Wrap stdlib.h include inside #ifdef HAVE_STDINT_H.
|
/external/iputils/ |
D | RELNOTES | 159 ping: Wrap SO_BINDTODEVICE with the correct capability.
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3698 SCEV::NoWrapFlags Wrap = GEP->isInBounds() ? SCEV::FlagNSW : SCEV::FlagAnyWrap; in createNodeForGEP() local 3722 const SCEV *LocalOffset = getMulExpr(IndexS, ElementSize, Wrap); in createNodeForGEP() 3733 return getAddExpr(BaseS, TotalOffset, Wrap); in createNodeForGEP()
|
/external/llvm/docs/ |
D | LangRef.rst | 4516 ``nuw`` and ``nsw`` stand for "No Unsigned Wrap" and "No Signed Wrap", 4607 ``nuw`` and ``nsw`` stand for "No Unsigned Wrap" and "No Signed Wrap", 4704 ``nuw`` and ``nsw`` stand for "No Unsigned Wrap" and "No Signed Wrap",
|
D | CodingStandards.rst | 326 Wrap non-inline code examples in ``\code ... \endcode``.
|
/external/bison/ |
D | ChangeLog-2012 | 6926 * data/push.c (yypushparse, yypvarsinit, yypvars): Wrap in b4_push_if. 8308 * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID 8313 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case. 9595 Wrap the implementations in a "namespace yy". 10820 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside 16144 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
|