Home
last modified time | relevance | path

Searched refs:Wrap (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/unittests/IR/
DConstantRangeTest.cpp24 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/
Dtype_properties.pass.cpp43 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/
DValueMap.h150 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/
Dmodule-parsing.js113 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/
Dgit2cl.pl38 use Text::Wrap qw(wrap);
90 my $text = Text::Wrap::wrap($indent1, $indent2, @text);
/external/clang/test/CodeGen/
Dms-align-tentative.c22 struct Wrap { struct
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DDESede.java129 public static class Wrap class in DESede
132 public Wrap() in Wrap() method in DESede.Wrap
DAES.java180 static public class Wrap class in AES
183 public Wrap() in Wrap() method in AES.Wrap
/external/webrtc/src/modules/audio_processing/utility/
Dring_buffer.c20 enum Wrap { enum
30 enum Wrap rw_wrap;
/external/bison/etc/
Dbench.pl.in72 use Text::Wrap;
/external/bison/tests/
Dtorture.at92 use Text::Wrap;
188 use Text::Wrap;
265 use Text::Wrap;
/external/clang/test/SemaCXX/
Dcxx98-compat.cpp243 struct Wrap { struct
Dconstant-expression-cxx11.cpp1395 struct Wrap { struct
1398 constexpr const Wrap &g(const Wrap &w) { return w; } in g()
/external/icu/icu4c/source/samples/translit/
DREADME.TXT91 base character. Wrap this all up in a subclass of the
/external/vboot_reference/
DREADME77 futility vbutil_keyblock Wrap a public key inside a signature and checksum
/external/google-breakpad/src/common/mac/testing/
DGTMSenTestCase.m284 // Wrap things in autorelease pools because they may
/external/selinux/checkpolicy/
DChangeLog86 * Wrap file names in filename transitions with quotes by Steve Lawrence.
/external/bouncycastle/patches/
Dbcprov.patch4372 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/
DNEWS224 - Wrap definition of free_langs() with HAVE_ATEXIT
/external/openssh/
DChangeLog354 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/
DRELNOTES159 ping: Wrap SO_BINDTODEVICE with the correct capability.
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3698 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/
DLangRef.rst4516 ``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",
DCodingStandards.rst326 Wrap non-inline code examples in ``\code ... \endcode``.
/external/bison/
DChangeLog-20126926 * 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

12