HomeSort by relevance Sort by last modified time
    Searched defs:boolVal (Results 1 - 11 of 11) sorted by null

  /external/pdfium/xfa/fxfa/app/
xfa_ffbarcode.cpp 178 bool boolVal;
183 if (pAcc->GetBarcodeAttribute_Checksum(boolVal)) {
184 pBarCodeWidget->SetCalChecksum(boolVal);
204 if (pAcc->GetBarcodeAttribute_PrintChecksum(boolVal)) {
205 pBarCodeWidget->SetPrintChecksum(boolVal);
210 if (pAcc->GetBarcodeAttribute_Truncate(boolVal)) {
211 pBarCodeWidget->SetTruncated(boolVal);
  /external/deqp/framework/randomshaders/
rsgVariableValue.hpp 40 bool boolVal;
45 Scalar (bool v) : boolVal (v) {}
70 template <> inline bool Scalar::as<bool> (void) const { return boolVal; }
71 template <> inline bool& Scalar::as<bool> (void) { return boolVal; }
103 bool asBool (void) const { DE_STATIC_ASSERT(Stride == 1); return m_value->boolVal; }
108 bool asBool (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[ndx].boolVal; }
136 bool& asBool (void) { DE_STATIC_ASSERT(Stride == 1); return this->m_value->boolVal; }
141 bool& asBool (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[ndx].boolVal; }
155 StridedValueAccess& operator= (bool boolVal) { asBool() = boolVal; return *this;
    [all...]
  /prebuilts/go/darwin-x86/src/go/constant/
value.go 69 boolVal bool
79 func (boolVal) Kind() Kind { return Bool }
88 func (x boolVal) String() string { return strconv.FormatBool(bool(x)) }
162 func (x boolVal) ExactString() string { return x.String() }
182 func (boolVal) implementsValue() {}
281 func MakeBool(b bool) Value { return boolVal(b) }
366 // BoolVal returns the Go boolean value of x, which must be a Bool or an Unknown.
368 func BoolVal(x Value) bool {
370 case boolVal:
840 case boolVal
    [all...]
  /prebuilts/go/linux-x86/src/go/constant/
value.go 69 boolVal bool
79 func (boolVal) Kind() Kind { return Bool }
88 func (x boolVal) String() string { return strconv.FormatBool(bool(x)) }
162 func (x boolVal) ExactString() string { return x.String() }
182 func (boolVal) implementsValue() {}
281 func MakeBool(b bool) Value { return boolVal(b) }
366 // BoolVal returns the Go boolean value of x, which must be a Bool or an Unknown.
368 func BoolVal(x Value) bool {
370 case boolVal:
840 case boolVal
    [all...]
  /external/flatbuffers/tests/
py_test.py 176 boolVal = True
208 builder.PrependBoolSlot(int(j), self.boolVal, False)
261 check(table, "bool", self.boolVal,
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
scan_test.go 44 boolVal bool
124 {"T\n", &boolVal, true}, // boolean test vals toggle to be sure they are written
125 {"F\n", &boolVal, false}, // restored to zero value
207 {"%v", "TRUE\n", &boolVal, true},
208 {"%t", "false\n", &boolVal, false},
809 {"%v", &boolVal},
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
scan_test.go 44 boolVal bool
124 {"T\n", &boolVal, true}, // boolean test vals toggle to be sure they are written
125 {"F\n", &boolVal, false}, // restored to zero value
207 {"%v", "TRUE\n", &boolVal, true},
208 {"%t", "false\n", &boolVal, false},
809 {"%v", &boolVal},
    [all...]
  /external/lzma/CPP/Common/
MyWindows.h 173 VARIANT_BOOL boolVal;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
propidl.h 223 VARIANT_BOOL boolVal;
    [all...]
oaidl.h 396 VARIANT_BOOL boolVal;
483 VARIANT_BOOL boolVal;
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 352 milliseconds