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

1 2 3

  /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/r16/sources/cxx-stl/llvm-libc++/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...]
  /prebuilts/ndk/r16/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...]
  /external/curl/docs/cmdline-opts/
create-dirs.d 4 When used in conjunction with the --output option, curl will create the
oauth2-bearer.d 7 is used in conjunction with the user name which can be specified as part of
  /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/tensorflow/tensorflow/compiler/xla/
array.h 43 // conjunction
51 // `std::conjunction` metafunction.
53 struct conjunction;
56 struct conjunction<T, Ts...> struct in namespace:xla::array_impl
57 : std::conditional<T::value, conjunction<Ts...>, T>::type {};
60 struct conjunction<> : std::true_type {}; struct in namespace:xla::array_impl
65 using pack_is_integral = conjunction<std::is_integral<T>...>;
  /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.
  /build/soong/cmd/javac_wrapper/
javac_wrapper_test.go 59 warning: [options] bootstrap class path not set in conjunction with -source 1.7
javac_wrapper.go 178 regexp.MustCompile(`bootstrap class path not set in conjunction with -source`),
  /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>
  /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
  /prebuilts/go/darwin-x86/src/runtime/
mgclarge.go 80 // checkTreapNode when used in conjunction with walkTreap can usually detect a
  /prebuilts/go/linux-x86/src/runtime/
mgclarge.go 80 // checkTreapNode when used in conjunction with walkTreap can usually detect a
  /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...]

Completed in 925 milliseconds

1 2 3