Home
last modified time | relevance | path

Searched defs:true (Results 251 - 275 of 557) sorted by relevance

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

/third_party/skia/bench/
H A DRectBench.cpp33 RectBench(int shift, int stroke = 0, bool aa = true, bool perspective = false) in RectBench() argument
[all...]
/third_party/spirv-tools/source/opt/
H A Ddef_use_manager.cpp229 true); in AnalyzeDefUse() local
/third_party/spirv-tools/test/opt/
H A Dtype_manager_test.cpp45 Match(const std::string& original, IRContext* context, bool do_validation = true) Match() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSampleVariableTests.cpp207 static bool verifyImageWithVerifier (const tcu::Surface& resultImage, tcu::TestLog& log, const Verifier& verifier, bool logOnSuccess = true) in verifyImageWithVerifier() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dldt.c421 on_each_cpu_mask(mm_cpumask(mm), flush_ldt, mm, true); in install_ldt() local
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4_core.c817 HDMI_CORE_AV_AUD_MODE, true, 0, 0); in hdmi4_audio_start() local
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dstatus.c917 ieee80211_get_qos_ctl(hdr), sta, true, acked); in __ieee80211_tx_status() local
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_drv.c427 radeon_suspend_kms(pci_get_drvdata(pdev), true, true, false); in radeon_pci_shutdown() local
/kernel/linux/linux-6.6/fs/afs/
H A Dinode.c926 fscache_use_cookie(afs_vnode_cache(vnode), true); in afs_setattr() local
[all...]
/kernel/linux/linux-6.6/drivers/pmdomain/renesas/
H A Drcar-sysc.c440 fwnode_dev_initialized(of_fwnode_handle(np), true); in rcar_sysc_pd_init() local
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dldt.c429 on_each_cpu_mask(mm_cpumask(mm), flush_ldt, mm, true); in install_ldt() local
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_drv.c353 radeon_suspend_kms(pci_get_drvdata(pdev), true, true, false); in radeon_pci_shutdown() local
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4_core.c817 HDMI_CORE_AV_AUD_MODE, true, 0, 0); in hdmi4_audio_start() local
[all...]
/kernel/linux/linux-6.6/tools/testing/memblock/tests/
H A Dbasic_api.c1891 ASSERT_EQ(memblock_bottom_up(), true); in memblock_bottom_up_check() local
/third_party/curl/lib/
H A Dcurl_setup_once.h226 # define true 1 macro
251 # define true bool_true macro
/third_party/lzma/CPP/Windows/Control/
H A DDialog.h144 bool MoveItem_RECT(unsigned id, const RECT &r, bool repaint = true) in MoveItem_RECT() argument
/third_party/json/include/nlohmann/detail/output/
H A Dbinary_writer.hpp739 write_ubjson(const BasicJsonType& j, const bool use_count, const bool use_type, const bool add_prefix = true, const bool use_bjdata = false) write_ubjson() argument
1020 write_number<std::int32_t>(static_cast<std::int32_t>(value.size() + 1ul), true); write_bson_string() local
1053 write_number<std::int32_t>(static_cast<std::int32_t>(value), true); write_bson_integer() local
1058 write_number<std::int64_t>(static_cast<std::int64_t>(value), true); write_bson_integer() local
1081 write_number<std::int32_t>(static_cast<std::int32_t>(j.m_value.number_unsigned), true); write_bson_unsigned() local
1086 write_number<std::int64_t>(static_cast<std::int64_t>(j.m_value.number_unsigned), true); write_bson_unsigned() local
1154 write_number<std::int32_t>(static_cast<std::int32_t>(value.size()), true); write_bson_binary() local
1658 write_number(static_cast<std::uint8_t>(el.m_value.number_unsigned), true); write_bjdata_ndarray() local
1665 write_number(static_cast<std::int8_t>(el.m_value.number_integer), true); write_bjdata_ndarray() local
1672 write_number(static_cast<std::uint16_t>(el.m_value.number_unsigned), true); write_bjdata_ndarray() local
1679 write_number(static_cast<std::int16_t>(el.m_value.number_integer), true); write_bjdata_ndarray() local
1686 write_number(static_cast<std::uint32_t>(el.m_value.number_unsigned), true); write_bjdata_ndarray() local
1693 write_number(static_cast<std::int32_t>(el.m_value.number_integer), true); write_bjdata_ndarray() local
1700 write_number(static_cast<std::uint64_t>(el.m_value.number_unsigned), true); write_bjdata_ndarray() local
1707 write_number(static_cast<std::int64_t>(el.m_value.number_integer), true); write_bjdata_ndarray() local
1714 write_number(static_cast<float>(el.m_value.number_float), true); write_bjdata_ndarray() local
1721 write_number(static_cast<double>(el.m_value.number_float), true); write_bjdata_ndarray() local
[all...]
/third_party/libdrm/tests/amdgpu/
H A Dcp_dma_tests.c317 CU_ASSERT_EQUAL(memcmp(dst_bo_cpu, reference_data, DMA_SIZE) == 0, true); in amdgpu_cp_dma() local
389 CU_ASSERT_EQUAL(memcmp(exported_bo_cpu, reference_data, DMA_SIZE) == 0, true); in amdgpu_cp_dma_p2p() local
/third_party/node/deps/v8/src/diagnostics/
H A Ddisassembler.cc208 PrintRelocInfo(std::ostringstream& out, Isolate* isolate, const ExternalReferenceEncoder* ref_encoder, std::ostream& os, CodeReference host, RelocInfo* relocinfo, bool first_reloc_info = true) PrintRelocInfo() argument
/third_party/node/deps/v8/src/parsing/
H A Drewriter.cc75 explicit BreakableScope(Processor* processor, bool breakable = true) in BreakableScope() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Dcpp-builder.h102 void SetFlag(FunctionFlag flag, bool value = true) { in SetFlag() argument
109 void SetFlags(base::Flags<FunctionFlag> flags, bool value = true) { in SetFlags() argument
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-bonjour-publish.c49 PA_MODULE_LOAD_ONCE(true); variable
/third_party/pulseaudio/src/modules/dbus/
H A Dmodule-dbus-protocol.c49 PA_MODULE_LOAD_ONCE(true); variable
/third_party/pulseaudio/src/pulsecore/
H A Dmemblockq.c896 pa_memblockq_seek(bq, (int64_t) chunk.length, PA_SEEK_RELATIVE, true); in pa_memblockq_splice() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dverifier.cc74 IsEqualWithTolerance(const double actual, const double expected, double tolerance, const bool is_tolerance_percent = true) IsEqualWithTolerance() argument

Completed in 28 milliseconds

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