Home
last modified time | relevance | path

Searched defs:true (Results 376 - 400 of 569) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/lzma/CPP/Windows/
H A DWindow.h211 bool Move(int x, int y, int width, int height, bool repaint = true) in Move() argument
250 bool InvalidateRect(LPCRECT rect, bool backgroundErase = true) in InvalidateRect() argument
252 void SetRedraw(bool redraw = true) { SendMsg(WM_SETREDRAW, (WPARAM)BoolToBOOL(redraw), 0); } in SetRedraw() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_patternstring.cpp401 result.rounding.appendDigit(static_cast<int8_t>(state.peek() - u'0'), 0, true); consumeIntegerFormat() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc549 AdjustStackPointerForTailCall( TurboAssembler* tasm, FrameAccessState* state, int new_slot_above_sp, ZoneVector<Register>* pending_pushes = nullptr, bool allow_shrinkage = true) AdjustStackPointerForTailCall() argument
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc106 GetOrCreateDebugProxyMap( Isolate* isolate, DebugProxyId id, v8::Local<v8::FunctionTemplate> (*create_template_fn)(v8::Isolate*), bool make_non_extensible = true) GetOrCreateDebugProxyMap() argument
H A Ddebug.h636 explicit DisableBreak(Debug* debug, bool disable = true) in DisableBreak() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-console.cc129 firstArgToString(const String16& defaultValue, bool allowUndefined = true) firstArgToString() argument
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h424 get_simd_register_by_lane(int reg, int lane, bool force_ibm_lane_numbering = true) get_simd_register_by_lane() argument
437 set_simd_register_by_lane(int reg, int lane, const T& value, bool force_ibm_lane_numbering = true) set_simd_register_by_lane() argument
/third_party/node/deps/v8/src/logging/
H A Dcounters.h198 void EnsureCreated(bool create_new = true) { in EnsureCreated() argument
/third_party/libabigail/src/
H A Dabg-ini.cc60 char_is_delimiter(int b, bool include_white_space = true, in char_is_delimiter() argument
945 get(bool do_handle_escape = true) get() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-device-manager.c55 PA_MODULE_LOAD_ONCE(true); variable
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiVersionCheck.cpp337 Move<VkDevice> createTestDevice (const Context& context, VkInstance instance, vector<string> extensions = vector<string>(), bool allowLayers = true) in createTestDevice() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm8bitStorageTests.cpp175 vector<deInt8> data8bit (const ShaderTemplate std, de::Random& rnd, const bool isData = true) in data8bit() argument
183 vector<deInt32> data32bit (const ShaderTemplate std, de::Random& rnd, const bool isData = true) in data32bit() argument
[all...]
H A DvktSpvAsmIntegerDotProductTests.cpp850 add32bitOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add32bitOpSDotAccSatKHRComputeTests() argument
857 add16bitOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add16bitOpSDotAccSatKHRComputeTests() argument
864 add8bitOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add8bitOpSDotAccSatKHRComputeTests() argument
946 add32bitOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add32bitOpUDotAccSatKHRComputeTests() argument
953 add16bitOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add16bitOpUDotAccSatKHRComputeTests() argument
960 add8bitOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add8bitOpUDotAccSatKHRComputeTests() argument
1042 add32bitOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax, bool useMaxAddend = true) add32bitOpSUDotAccSatKHRComputeTests() argument
1049 add16bitOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax, bool useMaxAddend = true) add16bitOpSUDotAccSatKHRComputeTests() argument
1056 add8bitOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax, bool useMaxAddend = true) add8bitOpSUDotAccSatKHRComputeTests() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp1112 getNewSource(MachineRegisterInfo *MRI, const TargetInstrInfo *TII, RegSubRegPair Def, const PeepholeOptimizer::RewriteMapTy &RewriteMap, bool HandleMultipleSources = true) getNewSource() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cExplicitUniformLocationTest.cpp800 SubroutineUniform(UniformValueGenerator& generator, SubroutineFunctionSet& _functions, Loc _location, int _arraySize = 0, DefOccurence _defOccurence = DefOccurence::ALL_SH, bool _used = true) SubroutineUniform() argument
831 SubroutineUniform(UniformValueGenerator& generator, SubroutineFunctionSet& _functions, Loc _location, std::vector<int> _arraySizesSegmented, DefOccurence _defOccurence = DefOccurence::ALL_SH, bool _used = true) SubroutineUniform() argument
[all...]
/third_party/skia/src/core/
H A DSkBitmapDevice.cpp371 this->drawPath(SkPath::Oval(oval), paint, true); in drawOval() local
378 this->drawPath(SkPath::RRect(rrect), paint, true); in drawRRect() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_patternstring.cpp356 result.rounding.appendDigit(static_cast<int8_t>(state.peek() - u'0'), 0, true); consumeIntegerFormat() local
[all...]
/third_party/skia/src/sksl/
H A DSkSLInliner.cpp812 visitStatement(std::unique_ptr<Statement>* stmt, bool isViableAsEnclosingStatement = true) visitStatement() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DCallSite.h454 setIsNoInline(bool Value = true) setIsNoInline() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp276 WebAssemblyLowerEmscriptenEHSjLj(bool EnableEH = true, bool EnableSjLj = true) in WebAssemblyLowerEmscriptenEHSjLj() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp472 DecodePALIGNRMask(MVT VT, unsigned Imm, SmallVectorImpl<uint32_t> &ShuffleMask, bool AlignDirection = true, bool Unary = false) DecodePALIGNRMask() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp835 AddRecLoopReplacer(ScalarEvolution &SE, const Loop &OldL, const Loop &NewL, bool UseMax = true) AddRecLoopReplacer() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DImmutableSet.h997 Factory(bool canonicalize = true) Factory() argument
1000 Factory(BumpPtrAllocator& Alloc, bool canonicalize = true) Factory() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h387 void setIsEHPad(bool V = true) { IsEHPad = V; } in setIsEHPad() argument
397 setIsEHScopeEntry(bool V = true) setIsEHScopeEntry() argument
403 setIsEHFuncletEntry(bool V = true) setIsEHFuncletEntry() argument
409 setIsCleanupFuncletEntry(bool V = true) setIsCleanupFuncletEntry() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DconvertKeywordsYes.js

Completed in 39 milliseconds

1...<<11121314151617181920>>...23