Home
last modified time | relevance | path

Searched defs:false (Results 751 - 775 of 1399) sorted by relevance

1...<<31323334353637383940>>...56

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDepthStencilStateTests.cpp267 DoTest(const std::vector<TestSpec>& testParams, const RGBA8& expectedFront, const RGBA8& expectedBack, bool isSingleEncoderMultiplePass = false) DoTest() argument
356 DoTest(const std::vector<TestSpec>& testParams, const RGBA8& expected, bool isSingleEncoderMultiplePass = false) DoTest() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/
H A Dftrandom.c52 #define false 0 macro
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DNoFolder.h139 Instruction *CreateShl(Constant *LHS, Constant *RHS, bool HasNUW = false, in CreateShl() argument
41 CreateAdd(Constant *LHS, Constant *RHS, bool HasNUW = false, bool HasNSW = false) const CreateAdd() argument
61 CreateSub(Constant *LHS, Constant *RHS, bool HasNUW = false, bool HasNSW = false) const CreateSub() argument
81 CreateMul(Constant *LHS, Constant *RHS, bool HasNUW = false, bool HasNSW = false) const CreateMul() argument
182 CreateNeg(Constant *C, bool HasNUW = false, bool HasNSW = false) const CreateNeg() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A Draw_ostream.h100 explicit raw_ostream(bool unbuffered = false) in raw_ostream() argument
377 explicit raw_pwrite_stream(bool Unbuffered = false) in raw_pwrite_stream() argument
273 changeColor(enum Colors Color, bool Bold = false, bool BG = false) changeColor() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A Draw_ostream.h86 explicit raw_ostream(bool unbuffered = false) in raw_ostream() argument
337 explicit raw_pwrite_stream(bool Unbuffered = false) in raw_pwrite_stream() argument
248 changeColor(enum Colors Color, bool Bold = false, bool BG = false) changeColor() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp214 void print(raw_ostream &OS, bool PrintTypes = false) { in print() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocalebuilder.cpp212 locale, false, errorCode); in _setUnicodeExtensions() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DBitVector.h138 explicit BitVector(unsigned s, bool t = false) : Size(s) { in BitVector() argument
371 void resize(unsigned N, bool t = false) { in resize() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DRegionInfo.h151 RegionNodeBase(RegionT *Parent, BlockT *Entry, bool isSubRegion = false) RegionNodeBase() argument
885 RegionNode(Region *Parent, BasicBlock *Entry, bool isSubRegion = false) RegionNode() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel-sink-new.c49 PA_MODULE_LOAD_ONCE(false); variable
H A Dmodule-tunnel-source-new.c49 PA_MODULE_LOAD_ONCE(false); variable
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.cc492 DataPiece::NullData(), false, path, in StartObject() local
509 OBJECT, DataPiece::NullData(), false, in StartObject() local
543 DataPiece::NullData(), false, path, StartList() local
553 std::string(name), nullptr, LIST, DataPiece::NullData(), false, StartList() local
[all...]
/third_party/python/Lib/test/
H A Dtest_struct.py487 false = (), [], [], '', 0 variable in StructTest.test_bool.ExplodingBool
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Descaping.cc913 false, kWebSafeBase64Chars); WebSafeBase64Escape() local
928 false, kWebSafeBase64Chars); WebSafeBase64Escape() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_lookup_test.cc834 0, 0, 0, 0, false, "UTC"); in TEST() local
836 0, 0, 0, 0, false, "UTC"); in TEST() local
838 0, 0, 0, 0, false, "UTC"); in TEST() local
840 0, 0, 0, false, "UTC"); in TEST() local
842 utc, 1970, 1, 1, 0, 0, 0, 0, false, "UTC"); in TEST() local
844 0, 0, 0, false, "UTC"); in TEST() local
846 0, 0, false, "UTC"); in TEST() local
[all...]
/third_party/skia/gm/
H A Dimagemakewithfilter.cpp190 ImageMakeWithFilterGM (Strategy strategy, bool filterWithCropRect = false) in ImageMakeWithFilterGM() argument
/third_party/skia/include/private/
H A DGrResourceKey.h337 GrUniqueKeyInvalidatedMessage(const GrUniqueKey& key, uint32_t contextUniqueID, bool inThreadSafeCache = false) GrUniqueKeyInvalidatedMessage() argument
/third_party/spirv-tools/test/
H A Dbinary_parse_test.cpp203 Parse(const SpirvVector& words, spv_result_t expected_result, bool flip_words = false) Parse() argument
235 Parse(const SpirvVector& words, bool expected_result, bool flip_words = false, spv_target_env env = SPV_ENV_UNIVERSAL_1_0) Parse() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseBinding.cpp466 tcu::TestCaseGroup* createImageSparseBindingTestsCommon(tcu::TestContext& testCtx, de::MovePtr<tcu::TestCaseGroup> testGroup, const bool useDeviceGroup = false) in createImageSparseBindingTestsCommon() argument
H A DvktSparseResourcesMipmapSparseResidency.cpp572 tcu::TestCaseGroup* createMipmapSparseResidencyTestsCommon (tcu::TestContext& testCtx, de::MovePtr<tcu::TestCaseGroup> testGroup, const bool useDeviceGroup = false) in createMipmapSparseResidencyTestsCommon() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuInterval.hpp163 static Interval unbounded (bool nan = false) in unbounded() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dproperty_attributes.h164 static PropertyAttributes Default(bool w, bool e, bool c, bool isAccessor = false) in Default() argument
H A Dobject_operator.cpp1101 UpdateDataValue(JSHandle<JSObject>::Cast(receiver_), JSHandle<JSTaggedValue>::Cast(accessor), false); DefineSetter() local
1109 UpdateDataValue(JSHandle<JSObject>::Cast(receiver_), JSHandle<JSTaggedValue>::Cast(accessor), false); DefineGetter() local
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_object_test.cpp139 void GetPropertyHasOwnPeroperty(JSThread *thread, bool hasOwnProperty = false) in GetPropertyHasOwnPeroperty() argument
[all...]
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_vector.h371 std::fill(begin(), end(), false); in clear() local

Completed in 28 milliseconds

1...<<31323334353637383940>>...56