Home
last modified time | relevance | path

Searched refs:getBoolean (Results 1 – 25 of 32) sorted by relevance

12

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DBooleanArrayListTest.java124 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/
DSwiftConfig.cpp731 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/
DUnsafeUtil.java144 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
DBooleanArrayList.java134 return getBoolean(index); in get()
138 public boolean getBoolean(int index) { in getBoolean() method in BooleanArrayList
DInternal.java614 boolean getBoolean(int index);
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/android/src/main/java/com/softmotions/ejdb2/
DEJDB2DBModule.java56 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/
DReadBuf.java13 boolean getBoolean(int index); in getBoolean() method
DByteBufferReadWriteBuf.java21 public boolean getBoolean(int index) { in getBoolean() method in ByteBufferReadWriteBuf
DArrayReadWriteBuf.java43 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/
DReceiver.java151 boolean allUseAngle = prefs.getBoolean(allUseAngleKey, false); in updateAllUseAngle()
163 boolean showAngleInUseDialogBox = prefs.getBoolean(showAngleInUseDialogBoxKey, false); in updateShowAngleInUseDialogBox()
DMainFragment.java127 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/
DConfigurator.hpp34 bool getBoolean(std::string sectionName, std::string valueName, bool defaultValue = false) const;
DConfigurator.cpp226 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/
DConfigurator.hpp34 bool getBoolean(std::string sectionName, std::string valueName, bool defaultValue = false) const;
DConfigurator.cpp225 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/
DBuffers.kt40 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
DFlexBuffers.kt146 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/
DFlutterFragment.java772 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/
DMainActivity.java73 mThreadIsRunning = savedInstanceState.getBoolean("mThreadIsRunning"); in onCreate()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_resourceManager.js274 getBoolean: function(...args) { method
/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/
DContext.js231 getBoolean: function(...args) { method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSMTAPI.h403 virtual bool getBoolean(const SMTExprRef &Exp) = 0;
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/app/
DFlutterActivityDelegate.java424 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/
DZ3Solver.cpp759 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/
DValues_cpp.template520 bool DictionaryValue::getBoolean(const String& name, bool* output) const
579 getBoolean(name, &result);

12