Home
last modified time | relevance | path

Searched defs:Flags (Results 1 – 25 of 1497) sorted by relevance

12345678910>>...60

/external/gturri-aXMLRPC/
DREADME.md137 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/
Dregex.hpp61 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/
DSkColorSpaceXformSteps.h21 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/
Dhex_dump.h89 struct Flags { struct
112 Flags flags = {.bytes_per_line = 16, argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h94 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/
Dtsan_flags_test.cc20 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/
DJITSymbol.h96 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/
Dmem_map_linux.cpp46 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()
Dmem_map.cpp16 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/
DJITSymbolFlags.h54 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/
DMCObjectFileInfo.cpp1115 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/
DJITSymbol.cpp25 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/
Dtm-unavailable.c43 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/
Dfmt.rs18 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/
Dfmt.rs18 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/
Dfmt.rs18 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/
Dinherent_methods.rs9 impl Flags { implementation
Dconvert.rs9 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/
Dinherent_methods.rs9 impl Flags { impl
Dconvert.rs9 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/
Dinherent_methods.rs9 impl Flags { impl
Dconvert.rs9 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/
DDXILShaderFlags.cpp23 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/
Dmethods.go22 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/
DSymmetry.h43 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

12345678910>>...60