Home
last modified time | relevance | path

Searched defs:false (Results 826 - 850 of 1584) sorted by relevance

1...<<31323334353637383940>>...64

/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-printer.cc117 PrintVerticalArrows( std::ostream& os, const std::vector<BasicBlock*>& targets, const std::set<size_t>& arrows_starting_here = {}, const std::set<BasicBlock*>& targets_starting_here = {}, bool is_loop = false) PrintVerticalArrows() argument
/third_party/node/deps/v8/src/torque/
H A Dcfg.h163 NewBlock( base::Optional<Stack<const Type*>> input_types = base::nullopt, bool is_deferred = false) NewBlock() argument
H A Dtype-visitor.cc212 false, in ComputeType() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.h277 void clear(bool releaseStorage = false) in clear() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseBinding.cpp479 tcu::TestCaseGroup* createImageSparseBindingTestsCommon(tcu::TestContext& testCtx, de::MovePtr<tcu::TestCaseGroup> testGroup, const bool useDeviceGroup = false) in createImageSparseBindingTestsCommon() argument
H A DvktSparseResourcesMipmapSparseResidency.cpp570 tcu::TestCaseGroup* createMipmapSparseResidencyTestsCommon (tcu::TestContext& testCtx, de::MovePtr<tcu::TestCaseGroup> testGroup, const bool useDeviceGroup = false) in createMipmapSparseResidencyTestsCommon() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiGranularityTests.cpp370 GranularityCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const std::vector<AttachmentInfo>& attachments, const bool useRenderPass = false) GranularityCase() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp176 findCopyForUnit(unsigned RegUnit, const TargetRegisterInfo &TRI, bool MustBeAvailable = false) findCopyForUnit() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h485 std::move(IndirectStubsMgrBuilder), false); in createCODLayer() member in llvm::OrcCBindingsStack
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dbinary_parse_test.cpp203 Parse(const SpirvVector& words, spv_result_t expected_result, bool flip_words = false) Parse() argument
/third_party/skia/src/image/
H A DSkImage_Raster.cpp95 SkImage_Raster(const SkBitmap& bm, bool bitmapMayBeMutable = false) in SkImage_Raster() argument
[all...]
/third_party/skia/src/core/
H A DSkPaint.cpp49 , fBitfields{(unsigned)false, // fAntiAlias variable
50 (unsigned)false, // fDither variable
/third_party/skia/src/gpu/
H A DGrBufferAllocPool.cpp76 static void VALIDATE(bool = false) {} in VALIDATE() argument
/third_party/skia/third_party/externals/swiftshader/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
/third_party/skia/tests/
H A DPDFPrimitivesTest.cpp257 static sk_sp<TestImageFilter> Make(bool visited = false) { in Make() argument
/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

Completed in 26 milliseconds

1...<<31323334353637383940>>...64