HomeSort by relevance Sort by last modified time
    Searched refs:MakeBool (Results 1 - 20 of 20) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/fix/
gotypes_test.go 22 _ = exact.MakeBool(true)
33 _ = constant.MakeBool(true)
47 _ = foo.MakeBool(true)
58 _ = foo.MakeBool(true)
73 _ = exact.MakeBool(true)
85 _ = constant_.MakeBool(true)
  /prebuilts/go/linux-x86/src/cmd/fix/
gotypes_test.go 22 _ = exact.MakeBool(true)
33 _ = constant.MakeBool(true)
47 _ = foo.MakeBool(true)
58 _ = foo.MakeBool(true)
73 _ = exact.MakeBool(true)
85 _ = constant_.MakeBool(true)
  /prebuilts/go/darwin-x86/src/go/constant/
value_test.go 283 return MakeBool(true)
285 return MakeBool(false)
360 return MakeBool(Compare(x, op, y))
431 MakeBool(false), // token.ADD ok below, operation is never considered
value.go 343 // MakeBool returns the Bool value for b.
344 func MakeBool(b bool) Value { return boolVal(b) }
  /prebuilts/go/linux-x86/src/go/constant/
value_test.go 283 return MakeBool(true)
285 return MakeBool(false)
360 return MakeBool(Compare(x, op, y))
431 MakeBool(false), // token.ADD ok below, operation is never considered
value.go 343 // MakeBool returns the Bool value for b.
344 func MakeBool(b bool) Value { return boolVal(b) }
  /frameworks/base/tools/aapt2/link/
TableMerger_test.cpp 312 .AddItem("com.app.a:attr/foo", ResourceUtils::MakeBool(false))
328 ResourceUtils::MakeBool(true))
359 const auto expected = ResourceUtils::MakeBool(true);
  /frameworks/base/tools/aapt2/
ResourceUtils.h 160 std::unique_ptr<BinaryPrimitive> MakeBool(bool val);
ResourceUtils.cpp 514 std::unique_ptr<BinaryPrimitive> MakeBool(bool val) {
  /prebuilts/go/darwin-x86/src/go/types/
universe.go 87 {"true", UntypedBool, constant.MakeBool(true)},
88 {"false", UntypedBool, constant.MakeBool(false)},
stmt.go 529 x.val = constant.MakeBool(true)
expr.go 609 x.val = constant.MakeBool(constant.Compare(x.val, op, y.val))
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
universe.go 87 {"true", UntypedBool, constant.MakeBool(true)},
88 {"false", UntypedBool, constant.MakeBool(false)},
stmt.go 529 x.val = constant.MakeBool(true)
expr.go 609 x.val = constant.MakeBool(constant.Compare(x.val, op, y.val))
    [all...]
  /frameworks/base/tools/aapt2/format/binary/
XmlFlattener_test.cpp 494 doc->root->attributes[0].compiled_value = ResourceUtils::MakeBool(true);
514 doc->root->attributes[0].compiled_value = ResourceUtils::MakeBool(true);
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
bimport.go 706 return constant.MakeBool(false)
708 return constant.MakeBool(true)
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
bimport.go 706 return constant.MakeBool(false)
708 return constant.MakeBool(true)
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
parser.go 293 val = constant.MakeBool(b)
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
parser.go 293 val = constant.MakeBool(b)

Completed in 328 milliseconds