/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.h | 332 constexpr bool SetFlags = true; variable 405 constexpr bool SetFlags = true; variable 724 constexpr bool SetFlags = true; variable 750 constexpr bool SetFlags = true; variable 762 constexpr bool SetFlags = true; variable 778 constexpr bool SetFlags = true; variable 808 constexpr bool SetFlags = true; variable
|
D | IceAssemblerARM32.cpp | 599 void verifyRegNotPcWhenSetFlags(IValueT Reg, bool SetFlags, in verifyRegNotPcWhenSetFlags() 796 IValueT Opcode, bool SetFlags, IValueT Rn, in emitType01() 817 const Operand *OpSrc1, bool SetFlags, in emitType01() 826 bool SetFlags, EmitChecks RuleChecks, in emitType01() 928 constexpr bool SetFlags = true; in emitCompareOp() local 1130 bool SetFlags) { in emitMulOp() 1318 const Operand *OpSrc1, bool SetFlags, in adc() 1338 const Operand *OpSrc1, bool SetFlags, in add() 1362 const Operand *OpSrc1, bool SetFlags, in and_() 1396 const Operand *OpSrc1, bool SetFlags, in bic() [all …]
|
/external/skia/src/core/ |
D | SkGraphics.cpp | 66 void SkGraphics::SetFlags(const char* flags) { in SetFlags() function in SkGraphics
|
/external/perfetto/src/tracing/test/ |
D | fake_packet.cc | 134 FakeChunk& FakeChunk::SetFlags(uint8_t flags_to_set) { in SetFlags() function in perfetto::FakeChunk
|
/external/libchrome/base/metrics/ |
D | histogram_base.cc | 82 void HistogramBase::SetFlags(int32_t flags) { in SetFlags() function in base::HistogramBase
|
/external/cronet/net/third_party/quiche/overrides/quiche_platform_impl/ |
D | quiche_command_line_flags_impl.cc | 118 bool QuicheFlagRegistry::SetFlags(const base::CommandLine& command_line, in SetFlags() function in quiche::QuicheFlagRegistry
|
/external/cronet/base/metrics/ |
D | histogram_base.cc | 98 void HistogramBase::SetFlags(int32_t flags) { in SetFlags() function in base::HistogramBase
|
/external/openthread/src/core/thread/ |
D | key_manager.cpp | 83 void SecurityPolicy::SetFlags(const uint8_t *aFlags, uint8_t aFlagsLength) in SetFlags() function in ot::SecurityPolicy
|
D | network_data_tlvs.hpp | 471 void SetFlags(uint8_t aFlags) { mFlags = aFlags; } in SetFlags() function in ot::NetworkData::HasRouteEntry 964 void SetFlags(uint16_t aFlags) { mFlags = HostSwap16(aFlags); } in SetFlags() function in ot::NetworkData::BorderRouterEntry
|
/external/openthread/src/core/net/ |
D | sntp_client.hpp | 94 void SetFlags(uint8_t aFlags) { mFlags = aFlags; } in SetFlags() function in ot::Sntp::Header
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_baannot.cpp | 102 void CPDFSDK_BAAnnot::SetFlags(uint32_t nFlags) { in SetFlags() function in CPDFSDK_BAAnnot
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 1082 const Value *RHS, bool SetFlags, in emitAddSub() 1237 bool RHSIsKill, bool SetFlags, in emitAddSub_rr() 1271 bool SetFlags, bool WantResult) { in emitAddSub_ri() 1318 uint64_t ShiftImm, bool SetFlags, in emitAddSub_rs() 1359 uint64_t ShiftImm, bool SetFlags, in emitAddSub_rx() 1468 bool SetFlags, bool WantResult, bool IsZExt) { in emitAdd() 1498 bool SetFlags, bool WantResult, bool IsZExt) { in emitSub()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 1161 const Value *RHS, bool SetFlags, in emitAddSub() 1316 bool RHSIsKill, bool SetFlags, in emitAddSub_rr() 1354 bool SetFlags, bool WantResult) { in emitAddSub_ri() 1401 uint64_t ShiftImm, bool SetFlags, in emitAddSub_rs() 1444 uint64_t ShiftImm, bool SetFlags, in emitAddSub_rx() 1555 bool SetFlags, bool WantResult, bool IsZExt) { in emitAdd() 1585 bool SetFlags, bool WantResult, bool IsZExt) { in emitSub()
|
/external/rust/crates/regex-syntax/src/ast/ |
D | mod.rs | 1250 pub struct SetFlags { struct 1252 pub span: Span, 1254 pub flags: Flags,
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | extension.h | 318 static void SetFlags(Flags f, FormatConversionSpecImpl* conv) { in SetFlags() function
|
/external/cronet/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | extension.h | 318 static void SetFlags(Flags f, FormatConversionSpecImpl* conv) { in SetFlags() function
|
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/ |
D | extension.h | 295 static void SetFlags(Flags f, FormatConversionSpecImpl* conv) { in SetFlags() function
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/internal/str_format/ |
D | extension.h | 316 static void SetFlags(Flags f, FormatConversionSpecImpl* conv) { in SetFlags() function
|
/external/abseil-cpp/absl/strings/internal/str_format/ |
D | extension.h | 316 static void SetFlags(Flags f, FormatConversionSpecImpl* conv) { in SetFlags() function
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | extension.h | 318 static void SetFlags(Flags f, FormatConversionSpecImpl* conv) { in SetFlags() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | extension.h | 295 static void SetFlags(Flags f, FormatConversionSpecImpl* conv) { in SetFlags() function
|
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
D | extension.h | 295 static void SetFlags(Flags f, FormatConversionSpecImpl* conv) { in SetFlags() function
|
/external/llvm/include/llvm/Support/ |
D | ScopedPrinter.h | 119 FlagVector SetFlags; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ScopedPrinter.h | 120 FlagVector SetFlags; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 51 FlagVector SetFlags; in getFlagNames() local
|