HomeSort by relevance Sort by last modified time
    Searched defs:boolValue (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/protobuf/objectivec/google/protobuf/
Struct.pbobjc.h 122 @property(nonatomic, readwrite) BOOL boolValue;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue311/
BooleanEnum.java 22 private boolean boolValue;
26 boolValue = p;
31 boolValue = false;
39 return boolValue;
  /external/deqp/framework/qphelper/
qpXmlWriter.h 49 deBool boolValue;
59 attrib.boolValue = (deBool)0xFFFFFFFFu;
70 attrib.boolValue = (deBool)0xFFFFFFFFu;
81 attrib.boolValue = value;
  /external/deqp/external/openglcts/modules/common/
glcParallelShaderCompileTests.cpp 94 GLboolean boolValue;
103 gl.getBooleanv(GL_MAX_SHADER_COMPILER_THREADS_KHR, &boolValue);
124 if (boolValue != (intValue != 0) || intValue != (GLint)floatValue ||
130 << "bool(" << (int)boolValue << "), "
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
commands.go 505 // boolValue returns the value of a boolean variable.
506 func (v *variable) boolValue() bool {
536 return fmt.Sprint(v.boolValue())
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
commands.go 505 // boolValue returns the value of a boolean variable.
506 func (v *variable) boolValue() bool {
536 return fmt.Sprint(v.boolValue())
  /frameworks/base/core/java/android/net/
LocalSocketImpl.java 502 int boolValue = -1;
507 boolValue = ((Boolean) value)? 1 : 0;
515 StructLinger linger = new StructLinger(boolValue, intValue);
  /packages/apps/Camera2/src/com/android/camera/settings/
AppUpgrader.java 363 String boolValue = SettingsManager.convert((Boolean) value);
364 newPrefs.edit().putString(key, boolValue).apply();
  /prebuilts/go/darwin-x86/src/flag/
flag.go 84 type boolValue bool
86 func newBoolValue(val bool, p *bool) *boolValue {
88 return (*boolValue)(p)
91 func (b *boolValue) Set(s string) error {
93 *b = boolValue(v)
97 func (b *boolValue) Get() interface{} { return bool(*b) }
99 func (b *boolValue) String() string { return strconv.FormatBool(bool(*b)) }
101 func (b *boolValue) IsBoolFlag() bool { return true }
    [all...]
  /prebuilts/go/linux-x86/src/flag/
flag.go 84 type boolValue bool
86 func newBoolValue(val bool, p *bool) *boolValue {
88 return (*boolValue)(p)
91 func (b *boolValue) Set(s string) error {
93 *b = boolValue(v)
97 func (b *boolValue) Get() interface{} { return bool(*b) }
99 func (b *boolValue) String() string { return strconv.FormatBool(bool(*b)) }
101 func (b *boolValue) IsBoolFlag() bool { return true }
    [all...]
  /external/deqp/framework/randomshaders/
rsgToken.hpp 159 bool boolValue;
191 m_arg.boolValue = value;
220 return m_arg.boolValue;
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
Extension.java 420 Boolean boolValue = (Boolean) value;
421 output.writeBoolNoTag(boolValue);
673 Boolean boolValue = (Boolean) value;
674 return CodedOutputByteBufferNano.computeBoolSize(fieldNumber, boolValue);
CodedOutputByteBufferNano.java     [all...]
  /libcore/ojluni/src/main/java/sun/invoke/util/
Wrapper.java 529 case 'Z': return Boolean.valueOf(boolValue(xn.byteValue()));
552 case 'Z': return Boolean.valueOf(boolValue((byte) x));
565 // Parameter type of boolValue must be byte, because
568 private static boolean boolValue(byte bits) {
  /external/tinyxml2/
xmltest.cpp 949 XMLTest("attrib-bool", true, attrib->BoolValue(), true);
    [all...]
  /external/python/cpython2/Modules/
_tkinter.c     [all...]
  /external/python/cpython3/Modules/
_tkinter.c     [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar 
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.3.0/
compilerCommon-2.3.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.3.0-alpha1/
compilerCommon-2.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.3.0-beta1/
compilerCommon-2.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.3.0-beta2/
compilerCommon-2.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.3.0-beta3/
compilerCommon-2.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.3.0-beta4/
compilerCommon-2.3.0-beta4.jar 

Completed in 451 milliseconds

1 2 3