Home
last modified time | relevance | path

Searched defs:true (Results 276 - 300 of 569) sorted by relevance

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

/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
/third_party/skia/src/gpu/effects/
H A DGrSkSLFP.cpp281 fp->addChild(std::move(childFP), /*mergeOptFlags=*/true); in MakeWithData() local
/third_party/skia/tests/
H A DAAClipTest.cpp407 clip.setPath(SkPath::Rect(r), r.roundOut(), true); test_regressions() local
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/
H A Dftrandom.c51 #define true 1 macro
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h178 void setRequiresCodeGenSCCOrder(bool Enable = true) { in setRequiresCodeGenSCCOrder() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetMachine.h281 addPassesToEmitFile(PassManagerBase &, raw_pwrite_stream &, raw_pwrite_stream *, CodeGenFileType, bool = true, MachineModuleInfoWrapperPass *MMIWP = nullptr) addPassesToEmitFile() argument
293 addPassesToEmitMC(PassManagerBase &, MCContext *&, raw_pwrite_stream &, bool = true) addPassesToEmitMC() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DInterfaceFile.h246 void setTwoLevelNamespace(bool V = true) { IsTwoLevelNamespace = V; } in setTwoLevelNamespace() argument
252 void setApplicationExtensionSafe(bool V = true) { IsAppExtensionSafe = V; } in setApplicationExtensionSafe() argument
266 void setInstallAPI(bool V = true) { IsInstallAPI = V; } in setInstallAPI() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPSInt.h30 explicit APSInt(uint32_t BitWidth, bool isUnsigned = true) in APSInt() argument
33 explicit APSInt(APInt I, bool isUnsigned = true) in APSInt() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h254 MBBInsertPoint(MachineBasicBlock &MBB, bool Beginning = true) in MBBInsertPoint() argument
[all...]
/third_party/vixl/src/aarch32/
H A Dlocation-aarch32.h310 VIXL_ASSERT(UsePoolObjectEmissionMargin() == true); variable
/third_party/pulseaudio/src/modules/
H A Dmodule-udev-detect.c42 PA_MODULE_LOAD_ONCE(true); variable
[all...]
H A Dmodule-card-restore.c50 PA_MODULE_LOAD_ONCE(true); variable
/third_party/python/Lib/test/
H A Dtest_struct.py488 true = [1], 'test', 5, -1, 0xffffffff+1, 0xffffffff/2 variable in StructTest.test_bool.ExplodingBool
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dparse.cc378 absl::StrCat(envname, " not found in environment"), true); ReadFlagsFromEnv() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Descaping.cc907 true, strings_internal::kBase64Chars); Base64Escape() local
920 true, strings_internal::kBase64Chars); Base64Escape() local
[all...]
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dsmpboot.c555 set_cpu_online(smp_processor_id(), true); in smp_prepare_boot_cpu() local

Completed in 23 milliseconds

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