HomeSort by relevance Sort by last modified time
    Searched refs:conjunction (Results 1 - 25 of 50) sorted by null

1 2

  /external/libcxx/test/std/experimental/utilities/meta/meta.logical/
conjunction.pass.cpp 13 // template<class... B> struct conjunction; // C++17
15 // constexpr bool conjunction_v = conjunction<B...>::value; // C++17
27 static_assert ( ex::conjunction<>::value, "" );
28 static_assert ( ex::conjunction<std::true_type >::value, "" );
29 static_assert (!ex::conjunction<std::false_type>::value, "" );
35 static_assert ( ex::conjunction<std::true_type, std::true_type >::value, "" );
36 static_assert (!ex::conjunction<std::true_type, std::false_type>::value, "" );
37 static_assert (!ex::conjunction<std::false_type, std::true_type >::value, "" );
38 static_assert (!ex::conjunction<std::false_type, std::false_type>::value, "" );
45 static_assert ( ex::conjunction<std::true_type, std::true_type, std::true_type >::value, "" )
    [all...]
  /external/libcxx/test/std/utilities/meta/meta.logical/
conjunction.pass.cpp 13 // template<class... B> struct conjunction; // C++17
15 // constexpr bool conjunction_v = conjunction<B...>::value; // C++17
25 static_assert ( std::conjunction<>::value, "" );
26 static_assert ( std::conjunction<std::true_type >::value, "" );
27 static_assert (!std::conjunction<std::false_type>::value, "" );
33 static_assert ( std::conjunction<std::true_type, std::true_type >::value, "" );
34 static_assert (!std::conjunction<std::true_type, std::false_type>::value, "" );
35 static_assert (!std::conjunction<std::false_type, std::true_type >::value, "" );
36 static_assert (!std::conjunction<std::false_type, std::false_type>::value, "" );
43 static_assert ( std::conjunction<std::true_type, std::true_type, std::true_type >::value, "" )
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.logical/
conjunction.pass.cpp 13 // template<class... B> struct conjunction; // C++17
15 // constexpr bool conjunction_v = conjunction<B...>::value; // C++17
25 static_assert ( std::conjunction<>::value, "" );
26 static_assert ( std::conjunction<std::true_type >::value, "" );
27 static_assert (!std::conjunction<std::false_type>::value, "" );
33 static_assert ( std::conjunction<std::true_type, std::true_type >::value, "" );
34 static_assert (!std::conjunction<std::true_type, std::false_type>::value, "" );
35 static_assert (!std::conjunction<std::false_type, std::true_type >::value, "" );
36 static_assert (!std::conjunction<std::false_type, std::false_type>::value, "" );
43 static_assert ( std::conjunction<std::true_type, std::true_type, std::true_type >::value, "" )
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
checkconst.go 5 // Test a constant in conjunction with pointer checking.
  /prebuilts/go/linux-x86/misc/cgo/test/
checkconst.go 5 // Test a constant in conjunction with pointer checking.
  /external/syslinux/gpxe/src/drivers/net/
cs89x0.txt 21 only in conjunction with the Etherboot package. The code is
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 9 * so that it is possible to use jemalloc in conjunction with another allocator
  /external/syslinux/core/
ldlinux.asm 11 ; from MS-LOSS, and can be especially useful in conjunction with the
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 76 A list of any modules that this module cannot be used in conjunction with.
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 342 A list of any modules that this module cannot be used in conjunction with.
  /frameworks/rs/script_api/
rs_object_types.spec 180 The RS_KIND_PIXEL_* values are used in conjunction with the standard data types for representing
  /build/make/tools/droiddoc/templates-pdk/
sdkpage.cs 91 The NDK is designed for use <em>only</em> in conjunction with the
  /external/ImageMagick/www/api/
feature.php 141 <p>Use HoughLineImage() in conjunction with any binary edge extracted image (we recommand Canny) to identify lines in the image. The algorithm accumulates counts for every white pixel for every possible orientation (for angles from 0 to 179 in 1 degree increments) and distance from the center of the image to the corner (in 1 px increments) and stores the counts in an accumulator matrix of angle vs distance. The size of the accumulator is 180x(diagonal/2). Next it searches this space for peaks in counts and converts the locations of the peaks to slope and intercept in the normal x,y input image space. Use the slope/intercepts to find the endpoints clipped to the bounds of the image. The lines are then drawn. The counts are a measure of the length of the lines</p>
registry.php 185 <p>ResetImageRegistryIterator() resets the registry iterator. Use it in conjunction with GetNextImageRegistry() to iterate over all the values in the image registry.</p>
profile.php 249 <p>ResetImageProfileIterator() resets the image profile iterator. Use it in conjunction with GetNextImageProfile() to iterate over all the profiles associated with an image.</p>
pixel-iterator.php 371 <p>PixelResetIterator() resets the pixel iterator. Use it in conjunction with PixelGetNextIteratorRow() to iterate over all the pixels in a pixel container.</p>
  /prebuilts/go/darwin-x86/src/go/types/
typestring.go 53 // It is only provided for testing in conjunction with
  /prebuilts/go/linux-x86/src/go/types/
typestring.go 53 // It is only provided for testing in conjunction with
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 645 * possibly with a {@code conjunction} and a new number behind it to ensure
652 * @param conjunction a string to insert between the base name and the
654 * @return a unique project name based on the given base and conjunction
656 public static String getUniqueProjectName(String base, String conjunction) {
664 String name = i == 1 ? base : base + conjunction + Integer.toString(i);
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
exec_plan9.go 575 // wait messages. It is used in conjunction
  /prebuilts/go/linux-x86/src/syscall/
exec_plan9.go 575 // wait messages. It is used in conjunction
  /external/libunwind/doc/
libunwind-dynamic.tex 142 used in conjunction with exception handling. See the C++ ABI draft
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
swt.go 300 // In most cases, this conjunction will be
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
swt.go 300 // In most cases, this conjunction will be
  /prebuilts/go/darwin-x86/src/bufio/
bufio_test.go 349 // A list of readers to use in conjunction with UnreadByte.
    [all...]

Completed in 3968 milliseconds

1 2