OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:boolVal
(Results
1 - 11
of
11
) sorted by null
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffbarcode.cpp
73
FX_BOOL
boolVal
;
99
if (pAcc->GetBarcodeAttribute_PrintChecksum(
boolVal
)) {
100
pBarCodeWidget->SetPrintChecksum(
boolVal
);
105
if (pAcc->GetBarcodeAttribute_Truncate(
boolVal
)) {
106
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
61
boolVal
bool
70
func (
boolVal
) Kind() Kind { return Bool }
78
func (x
boolVal
) String() string { return fmt.Sprintf("%v", bool(x)) }
86
func (
boolVal
) implementsValue() {}
127
func MakeBool(b bool) Value { return
boolVal
(b) }
200
//
BoolVal
returns the Go boolean value of x, which must be a Bool or an Unknown.
202
func
BoolVal
(x Value) bool {
204
case
boolVal
:
550
case
boolVal
:
568
case
boolVal
, stringVal
[
all
...]
/prebuilts/go/linux-x86/src/go/constant/
value.go
61
boolVal
bool
70
func (
boolVal
) Kind() Kind { return Bool }
78
func (x
boolVal
) String() string { return fmt.Sprintf("%v", bool(x)) }
86
func (
boolVal
) implementsValue() {}
127
func MakeBool(b bool) Value { return
boolVal
(b) }
200
//
BoolVal
returns the Go boolean value of x, which must be a Bool or an Unknown.
202
func
BoolVal
(x Value) bool {
204
case
boolVal
:
550
case
boolVal
:
568
case
boolVal
, stringVal
[
all
...]
/prebuilts/go/darwin-x86/src/fmt/
scan_test.go
43
boolVal
bool
143
{"T\n", &
boolVal
, true}, // boolean test vals toggle to be sure they are written
144
{"F\n", &
boolVal
, false}, // restored to zero value
226
{"%v", "TRUE\n", &
boolVal
, true},
227
{"%t", "false\n", &
boolVal
, false},
718
{"%v", &
boolVal
},
/prebuilts/go/linux-x86/src/fmt/
scan_test.go
43
boolVal
bool
143
{"T\n", &
boolVal
, true}, // boolean test vals toggle to be sure they are written
144
{"F\n", &
boolVal
, false}, // restored to zero value
226
{"%v", "TRUE\n", &
boolVal
, true},
227
{"%t", "false\n", &
boolVal
, false},
718
{"%v", &
boolVal
},
/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
189
VARIANT_BOOL
boolVal
;
oaidl.h
274
VARIANT_BOOL
boolVal
;
345
VARIANT_BOOL
boolVal
;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 2116 milliseconds