Home
last modified time | relevance | path

Searched defs:true (Results 651 - 675 of 910) sorted by relevance

1...<<21222324252627282930>>...37

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dselftest_lrc.c189 engine->kernel_context, engine, true); in live_lrc_layout() local
/kernel/linux/linux-6.6/tools/mm/
H A Dpage_owner_sort.c27 #define true 1 macro
[all...]
/kernel/linux/linux-6.6/net/vmw_vsock/
H A Dhyperv_transport.c286 hvs_do_close_lock_held(vsock_sk(sk), true); in hvs_close_connection() local
/third_party/backends/backend/
H A Dsm3600.h80 typedef enum { false, true } TBool; enumerator
/third_party/cJSON/
H A DcJSON_Utils.c57 #undef true macro
59 #define true ((cJSON_bool)1) macro
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtzfmttst.cpp762 tz->getOffset(static_cast<UDate>(date), true, rawOffset, dstOffset, status); RunAdoptDefaultThreadSafeTests() local
[all...]
/third_party/icu/icu4c/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/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...]

Completed in 45 milliseconds

1...<<21222324252627282930>>...37