/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | BooleanArrayListTest.java | 124 assertEquals(true, TERTIARY_LIST.getBoolean(0)); in testGetBoolean() 125 assertEquals(false, TERTIARY_LIST.getBoolean(1)); in testGetBoolean() 126 assertEquals(true, TERTIARY_LIST.getBoolean(2)); in testGetBoolean() 228 assertEquals(true, list.getBoolean(0)); in testSet() 231 assertEquals(false, list.getBoolean(1)); in testSet() 253 assertEquals(false, list.getBoolean(0)); in testSetBoolean() 256 assertEquals(false, list.getBoolean(1)); in testSetBoolean() 321 assertEquals(true, list.getBoolean(0)); in testAddAll()
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | SwiftConfig.cpp | 731 config.perspectiveCorrection = ini.getBoolean("Quality", "PerspectiveCorrection", true); in readConfiguration() 735 config.enableSSE = ini.getBoolean("Processor", "EnableSSE", true); in readConfiguration() 736 config.enableSSE2 = ini.getBoolean("Processor", "EnableSSE2", true); in readConfiguration() 737 config.enableSSE3 = ini.getBoolean("Processor", "EnableSSE3", true); in readConfiguration() 738 config.enableSSSE3 = ini.getBoolean("Processor", "EnableSSSE3", true); in readConfiguration() 739 config.enableSSE4_1 = ini.getBoolean("Processor", "EnableSSE4_1", true); in readConfiguration() 747 config.disableServer = ini.getBoolean("Testing", "DisableServer", false); in readConfiguration() 748 config.forceWindowed = ini.getBoolean("Testing", "ForceWindowed", false); in readConfiguration() 749 config.complementaryDepthBuffer = ini.getBoolean("Testing", "ComplementaryDepthBuffer", false); in readConfiguration() 750 config.postBlendSRGB = ini.getBoolean("Testing", "PostBlendSRGB", false); in readConfiguration() [all …]
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | UnsafeUtil.java | 144 static boolean getBoolean(Object target, long offset) { in getBoolean() method in UnsafeUtil 145 return MEMORY_ACCESSOR.getBoolean(target, offset); in getBoolean() 202 static boolean getBoolean(boolean[] target, long index) { in getBoolean() method in UnsafeUtil 203 return MEMORY_ACCESSOR.getBoolean( in getBoolean() 569 public abstract boolean getBoolean(Object target, long offset); in getBoolean() method in UnsafeUtil.MemoryAccessor 663 public boolean getBoolean(Object target, long offset) { in getBoolean() method in UnsafeUtil.JvmMemoryAccessor 664 return unsafe.getBoolean(target, offset); in getBoolean() 763 public boolean getBoolean(Object target, long offset) { in getBoolean() method in UnsafeUtil.Android64MemoryAccessor 883 public boolean getBoolean(Object target, long offset) { in getBoolean() method in UnsafeUtil.Android32MemoryAccessor
|
D | BooleanArrayList.java | 134 return getBoolean(index); in get() 138 public boolean getBoolean(int index) { in getBoolean() method in BooleanArrayList
|
D | Internal.java | 614 boolean getBoolean(int index);
|
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/android/src/main/java/com/softmotions/ejdb2/ |
D | EJDB2DBModule.java | 56 if (opts.hasKey("readonly") && !opts.isNull("readonly") && opts.getBoolean("readonly")) in openImpl() 58 if (opts.hasKey("truncate") && !opts.isNull("truncate") && opts.getBoolean("truncate")) in openImpl() 61 b.noWAL(!opts.getBoolean("wal_enabled")); in openImpl() 65 b.walCRCOnCheckpoint(opts.getBoolean("wal_check_crc_on_checkpoint")); in openImpl()
|
/third_party/flatbuffers/java/com/google/flatbuffers/ |
D | ReadBuf.java | 13 boolean getBoolean(int index); in getBoolean() method
|
D | ByteBufferReadWriteBuf.java | 21 public boolean getBoolean(int index) { in getBoolean() method in ByteBufferReadWriteBuf
|
D | ArrayReadWriteBuf.java | 43 public boolean getBoolean(int index) { in getBoolean() method in ArrayReadWriteBuf
|
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/ |
D | Receiver.java | 151 boolean allUseAngle = prefs.getBoolean(allUseAngleKey, false); in updateAllUseAngle() 163 boolean showAngleInUseDialogBox = prefs.getBoolean(showAngleInUseDialogBoxKey, false); in updateShowAngleInUseDialogBox()
|
D | MainFragment.java | 127 Boolean allUseAngle = mPrefs.getBoolean(allUseAngleKey, false); in createAllUseAnglePreference() 144 Boolean showAngleInUseDialogBox = mPrefs.getBoolean(showAngleInUseDialogKey, false); in createShowAngleInUseDialogPreference()
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | Configurator.hpp | 34 bool getBoolean(std::string sectionName, std::string valueName, bool defaultValue = false) const;
|
D | Configurator.cpp | 226 bool Configurator::getBoolean(string keyName, string valueName, bool defaultValue) const in getBoolean() function in sw::Configurator
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Configurator.hpp | 34 bool getBoolean(std::string sectionName, std::string valueName, bool defaultValue = false) const;
|
D | Configurator.cpp | 225 bool Configurator::getBoolean(string keyName, string valueName, bool defaultValue) const in getBoolean() function in sw::Configurator
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | Buffers.kt | 40 public fun getBoolean(index: Int): Boolean in findFirst() method 334 override fun getBoolean(index: Int): Boolean = buffer[index] != 0.toByte() in getBoolean() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
|
D | FlexBuffers.kt | 146 public fun toBoolean(): Boolean = if (isBoolean) buffer.getBoolean(end) else toUInt() != 0u in get() 632 …internal fun getBoolean(index: Int): Boolean = resolveAt(index) { pos: Int, _: ByteWidth -> buffer… in pos() method
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/android/ |
D | FlutterFragment.java | 772 return getArguments().getBoolean(ARG_DESTROY_ENGINE_WITH_FRAGMENT, false); in shouldDestroyEngineWithHost() 950 return getArguments().getBoolean(ARG_SHOULD_ATTACH_ENGINE_TO_ACTIVITY); in shouldAttachEngineToActivity()
|
/third_party/libwebsockets/test-apps/android/app/src/main/java/org/libwebsockets/client/ |
D | MainActivity.java | 73 mThreadIsRunning = savedInstanceState.getBoolean("mThreadIsRunning"); in onCreate()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_resourceManager.js | 274 getBoolean: function(...args) { method
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/ |
D | Context.js | 231 getBoolean: function(...args) { method
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | SMTAPI.h | 403 virtual bool getBoolean(const SMTExprRef &Exp) = 0;
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/app/ |
D | FlutterActivityDelegate.java | 424 return metadata != null && metadata.getBoolean(SPLASH_SCREEN_META_DATA_KEY); in showSplashScreenUntilFirstFrame()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Z3Solver.cpp | 759 bool getBoolean(const SMTExprRef &Exp) override { in getBoolean() function in __anon53e6deb00111::Z3Solver 819 Int = llvm::APSInt(llvm::APInt(Int.getBitWidth(), getBoolean(AST)), in toAPSInt()
|
/third_party/node/tools/inspector_protocol/lib/ |
D | Values_cpp.template | 520 bool DictionaryValue::getBoolean(const String& name, bool* output) const 579 getBoolean(name, &result);
|