/third_party/skia/bench/ |
H A D | RectBench.cpp | 33 RectBench(int shift, int stroke = 0, bool aa = true, bool perspective = false) in RectBench() argument [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | def_use_manager.cpp | 229 true); in AnalyzeDefUse() local
|
/third_party/spirv-tools/test/opt/ |
H A D | type_manager_test.cpp | 45 Match(const std::string& original, IRContext* context, bool do_validation = true) Match() argument
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSampleVariableTests.cpp | 207 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 D | ldt.c | 421 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 D | hdmi4_core.c | 817 HDMI_CORE_AV_AUD_MODE, true, 0, 0); in hdmi4_audio_start() local [all...] |
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | status.c | 917 ieee80211_get_qos_ctl(hdr), sta, true, acked); in __ieee80211_tx_status() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_drv.c | 427 radeon_suspend_kms(pci_get_drvdata(pdev), true, true, false); in radeon_pci_shutdown() local
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | inode.c | 926 fscache_use_cookie(afs_vnode_cache(vnode), true); in afs_setattr() local [all...] |
/kernel/linux/linux-6.6/drivers/pmdomain/renesas/ |
H A D | rcar-sysc.c | 440 fwnode_dev_initialized(of_fwnode_handle(np), true); in rcar_sysc_pd_init() local
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | ldt.c | 429 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 D | radeon_drv.c | 353 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 D | hdmi4_core.c | 817 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 D | basic_api.c | 1891 ASSERT_EQ(memblock_bottom_up(), true); in memblock_bottom_up_check() local
|
/third_party/curl/lib/ |
H A D | curl_setup_once.h | 226 # define true 1 macro 251 # define true bool_true macro
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | Dialog.h | 144 bool MoveItem_RECT(unsigned id, const RECT &r, bool repaint = true)
in MoveItem_RECT() argument
|
/third_party/json/include/nlohmann/detail/output/ |
H A D | binary_writer.hpp | 739 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 D | cp_dma_tests.c | 317 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 D | disassembler.cc | 208 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 D | rewriter.cc | 75 explicit BreakableScope(Processor* processor, bool breakable = true) in BreakableScope() argument [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | cpp-builder.h | 102 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 D | module-bonjour-publish.c | 49 PA_MODULE_LOAD_ONCE(true); variable
|
/third_party/pulseaudio/src/modules/dbus/ |
H A D | module-dbus-protocol.c | 49 PA_MODULE_LOAD_ONCE(true); variable
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | memblockq.c | 896 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 D | verifier.cc | 74 IsEqualWithTolerance(const double actual, const double expected, double tolerance, const bool is_tolerance_percent = true) IsEqualWithTolerance() argument
|