HomeSort by relevance Sort by last modified time
    Searched full:true_ (Results 1 - 16 of 16) sorted by null

  /external/clang/test/CXX/conv/conv.prom/
p4.cpp 14 enum B : bool { false_, true_ }; enumerator in enum:bool
17 T<true_> t;
19 T<+true_> q; // desired-error {{conversion from 'int' to 'bool'}}
25 d = true_,
  /external/protobuf/src/google/protobuf/stubs/
template_util_unittest.cc 94 value = and_<true_, true_>::value;
97 value = and_<true_, false_>::value;
100 value = and_<false_, true_>::value;
107 value = or_<true_, true_>::value;
110 value = or_<true_, false_>::value;
113 value = or_<false_, true_>::value;
template_util.h 88 // true_ and false_.
91 typedef true_type true_; typedef in namespace:google::protobuf::internal
118 struct type_equals_<A, A> : public true_ {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
phi.go 17 var true_ = true var
32 if true_ {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
phi.go 17 var true_ = true var
32 if true_ {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
template_util.h 88 // true_ and false_.
91 typedef true_type true_; typedef in namespace:google::protobuf::internal
118 struct type_equals_<A, A> : public true_ {
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
template_util.h 88 // true_ and false_.
91 typedef true_type true_; typedef in namespace:google::protobuf::internal
118 struct type_equals_<A, A> : public true_ {
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
template_util.h 88 // true_ and false_.
91 typedef true_type true_; typedef in namespace:google::protobuf::internal
118 struct type_equals_<A, A> : public true_ {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
template_util.h 88 // true_ and false_.
91 typedef true_type true_; typedef in namespace:google::protobuf::internal
118 struct type_equals_<A, A> : public true_ {
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
template_util.h 88 // true_ and false_.
91 typedef true_type true_; typedef in namespace:google::protobuf::internal
118 struct type_equals_<A, A> : public true_ {
  /external/llvm/test/CodeGen/AArch64/
arm64-fast-isel-br.ll 60 define void @true_() nounwind uwtable ssp {
61 ; CHECK: @true_
  /external/jsoncpp/src/test_lib_json/
main.cpp 56 Json::Value true_; member in struct:ValueTest
64 string_("sometext with space"), true_(true), false_(false) {
160 JSONTEST_ASSERT_PRED(checkMemberCount(true_, 0));
305 JSONTEST_ASSERT_PRED(checkIs(true_, checks));
311 JSONTEST_ASSERT(!true_.isConvertibleTo(Json::nullValue));
314 JSONTEST_ASSERT(true_.isConvertibleTo(Json::intValue));
315 JSONTEST_ASSERT(true_.isConvertibleTo(Json::uintValue));
316 JSONTEST_ASSERT(true_.isConvertibleTo(Json::realValue));
317 JSONTEST_ASSERT(true_.isConvertibleTo(Json::booleanValue));
318 JSONTEST_ASSERT(true_.isConvertibleTo(Json::stringValue))
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
FileUtilTest.java 141 + "WrapContentConfig_unlimitedWidth=true_ unlimitedHeight=true_padding="
162 + "WrapContentConfig_unlimitedWidth=true_ unlimitedHeight=true_padding="
166 + "WrapContentConfig_unlimitedWidth=true_ unlimitedHeight=true_padding="
  /external/icu/icu4c/source/test/cintltst/
cnormtst.c 608 static const UChar TRUE_[] = {0x0030, 0x0040, 0x0440, 0x056D, 0x064F, 0x06E7,
635 if (unorm_quickCheck(TRUE_, 10, UNORM_FCD, &status) != UNORM_YES)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java     [all...]
  /external/tensorflow/tensorflow/python/ops/
math_ops.py 993 # "tf.(true_)div()". Until such an API decision is made, the supported usage is
    [all...]

Completed in 1871 milliseconds