/external/gturri-aXMLRPC/ |
D | README.md | 137 Flags section in How to use the library? 153 #### FLAGS_STRICT 161 #### FLAGS_8BYTE_INT 170 #### FLAGS_ENABLE_COOKIES 177 #### FLAGS_NIL 183 #### FLAGS_IGNORE_STATUSCODE 191 #### FLAGS_FORWARD 198 #### FLAGS_SSL_IGNORE_INVALID_HOST 206 #### FLAGS_SSL_INGORE_INVALID_CERT 213 #### FLAGS_DEFAULT_TYPE_STRING [all …]
|
/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/ |
D | regex.hpp | 61 match_flag_type Flags=match_default ) in find_regex() 99 match_flag_type Flags=match_default | format_default ) in replace_regex_copy() 121 match_flag_type Flags=match_default | format_default ) in replace_regex_copy() 148 match_flag_type Flags=match_default | format_default ) in replace_regex() 185 match_flag_type Flags=match_default | format_default ) in replace_all_regex_copy() 207 match_flag_type Flags=match_default | format_default ) in replace_all_regex_copy() 234 match_flag_type Flags=match_default | format_default ) in replace_all_regex() 268 match_flag_type Flags=match_default ) in erase_regex_copy() 288 match_flag_type Flags=match_default ) in erase_regex_copy() 312 match_flag_type Flags=match_default ) in erase_regex() [all …]
|
/external/skia/src/core/ |
D | SkColorSpaceXformSteps.h | 21 struct Flags { struct 22 bool unpremul = false; 23 bool linearize = false; 24 bool gamut_transform = false; 25 bool encode = false; 26 bool premul = false; 28 constexpr uint32_t mask() const { in mask()
|
/external/pigweed/pw_hex_dump/public/pw_hex_dump/ |
D | hex_dump.h | 89 struct Flags { struct 112 Flags flags = {.bytes_per_line = 16, argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | JITSymbol.h | 94 JITSymbolFlags(FlagNames Flags) : Flags(Flags) {} in JITSymbolFlags() 98 JITSymbolFlags(FlagNames Flags, TargetFlagsType TargetFlags) in JITSymbolFlags() 171 FlagNames Flags = None; variable 216 JITEvaluatedSymbol(JITTargetAddress Address, JITSymbolFlags Flags) in JITEvaluatedSymbol() 229 void setFlags(JITSymbolFlags Flags) { this->Flags = std::move(Flags); } in setFlags() 233 JITSymbolFlags Flags; variable 252 JITSymbol(JITTargetAddress Addr, JITSymbolFlags Flags) in JITSymbol() 268 JITSymbol(GetAddressFtor GetAddress, JITSymbolFlags Flags) in JITSymbol() 334 JITSymbolFlags Flags; variable
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_flags_test.cc | 20 TEST(Flags, Basic) { in TEST() argument 27 TEST(Flags, DefaultValues) { in TEST() argument 140 TEST(Flags, ParseDefaultOptions) { in TEST() argument 152 TEST(Flags, ParseEnvOptions) { in TEST() argument 162 TEST(Flags, ParsePriority) { in TEST() argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/ |
D | JITSymbol.h | 96 JITSymbolFlags(FlagNames Flags) : Flags(Flags) {} in JITSymbolFlags() 100 JITSymbolFlags(FlagNames Flags, TargetFlagsType TargetFlags) in JITSymbolFlags() 192 FlagNames Flags = None; variable 237 JITEvaluatedSymbol(JITTargetAddress Address, JITSymbolFlags Flags) in JITEvaluatedSymbol() 257 void setFlags(JITSymbolFlags Flags) { this->Flags = std::move(Flags); } in setFlags() 261 JITSymbolFlags Flags; variable 280 JITSymbol(JITTargetAddress Addr, JITSymbolFlags Flags) in JITSymbol() 296 JITSymbol(GetAddressFtor GetAddress, JITSymbolFlags Flags) in JITSymbol() 362 JITSymbolFlags Flags; variable
|
/external/scudo/standalone/ |
D | mem_map_linux.cpp | 46 static void *mmapWrapper(uptr Addr, uptr Size, const char *Name, uptr Flags) { in mmapWrapper() 81 bool MemMapLinux::mapImpl(uptr Addr, uptr Size, const char *Name, uptr Flags) { in mapImpl() 109 uptr Flags) { in remapImpl() 116 void MemMapLinux::setMemoryPermissionImpl(uptr Addr, uptr Size, uptr Flags) { in setMemoryPermissionImpl() 130 uptr Flags) { in createImpl()
|
D | mem_map.cpp | 16 uptr Flags) { in mapImpl() 42 uptr Flags) { in remapImpl() 56 void MemMapDefault::setMemoryPermissionImpl(uptr Addr, uptr Size, uptr Flags) { in setMemoryPermissionImpl() 65 uptr Flags) { in createImpl()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | JITSymbolFlags.h | 54 JITSymbolBase(JITSymbolFlags Flags) : Flags(Flags) {} in JITSymbolBase() 67 JITSymbolFlags Flags = JITSymbolFlags::None; in flagsFromGlobalValue() local 77 JITSymbolFlags Flags = JITSymbolFlags::None; in flagsFromObjectSymbol() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 1115 unsigned Flags = ELF::SHF_LINK_ORDER; in getStackSizesSection() local 1133 unsigned Flags = ELF::SHF_LINK_ORDER; in getBBAddrMapSection() local 1153 unsigned Flags = ELF::SHF_LINK_ORDER | ELF::SHF_ALLOC; in getKCFITrapSection() local 1173 auto Flags = S->getFlags() | ELF::SHF_GROUP; in getPseudoProbeSection() local 1196 auto Flags = S->getFlags() | ELF::SHF_GROUP; in getPseudoProbeDescSection() local 1216 unsigned Flags = ELF::SHF_WRITE | ELF::SHF_ALLOC | ELF::SHF_LINK_ORDER; in getPCSection() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | JITSymbol.cpp | 25 JITSymbolFlags Flags = JITSymbolFlags::None; in fromGlobalValue() local 53 JITSymbolFlags Flags = JITSymbolFlags::None; in fromSummary() local 75 JITSymbolFlags Flags = JITSymbolFlags::None; in fromObjectSymbol() local 99 ARMJITSymbolFlags Flags; in fromObjectSymbol() local
|
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
D | tm-unavailable.c | 43 struct Flags { struct 44 int touch_fp; 45 int touch_vec; 46 int result; 47 int exception;
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bitflags-2.6.0/examples/ |
D | fmt.rs | 18 impl fmt::Debug for Flags { implementation 24 impl fmt::Display for Flags { implementation 30 impl str::FromStr for Flags { implementation
|
/external/rust/android-crates-io/crates/bitflags/examples/ |
D | fmt.rs | 18 impl fmt::Debug for Flags { implementation 24 impl fmt::Display for Flags { implementation 30 impl str::FromStr for Flags { implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bitflags-2.6.0/examples/ |
D | fmt.rs | 18 impl fmt::Debug for Flags { implementation 24 impl fmt::Display for Flags { implementation 30 impl str::FromStr for Flags { implementation
|
/external/rust/android-crates-io/extra_versions/crates/bitflags/tests/compile-pass/impls/ |
D | inherent_methods.rs | 9 impl Flags { implementation
|
D | convert.rs | 9 impl From<u32> for Flags { implementation 10 fn from(v: u32) -> Flags { in from()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bitflags-1.3.2/tests/compile-pass/impls/ |
D | inherent_methods.rs | 9 impl Flags { impl
|
D | convert.rs | 9 impl From<u32> for Flags { implementation 10 fn from(v: u32) -> Flags { in from()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bitflags-1.3.2/tests/compile-pass/impls/ |
D | inherent_methods.rs | 9 impl Flags { impl
|
D | convert.rs | 9 impl From<u32> for Flags { implementation 10 fn from(v: u32) -> Flags { in from()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/ |
D | DXILShaderFlags.cpp | 23 static void updateFlags(ComputedShaderFlags &Flags, const Instruction &I) { in updateFlags() 40 ComputedShaderFlags Flags; in computeFlags() local 70 ComputedShaderFlags Flags = AM.getResult<ShaderFlagsAnalysis>(M); in run() local
|
/external/golang-protobuf/runtime/protoiface/ |
D | methods.go | 22 Flags SupportFlags member 60 Flags MarshalInputFlags member 76 Flags MarshalInputFlags member 101 Flags UnmarshalInputFlags member 113 Flags UnmarshalOutputFlags member 146 Flags MergeOutputFlags member
|
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
D | Symmetry.h | 43 constexpr static int Flags = 0; member 52 constexpr static int Flags = NegationFlag; member 61 constexpr static int Flags = ConjugationFlag; member 70 constexpr static int Flags = ConjugationFlag | NegationFlag; member
|