Home
last modified time | relevance | path

Searched defs:Arg (Results 1 – 25 of 893) sorted by relevance

12345678910>>...36

/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/strings/
Dsafe_sprintf.h136 struct Arg { struct
140 Arg(signed char c) : type(INT) { in Arg() function
144 Arg(unsigned char c) : type(UINT) { in Arg() function
148 Arg(signed short j) : type(INT) { in Arg() function
152 Arg(unsigned short j) : type(UINT) { in Arg() argument
156 Arg(signed int j) : type(INT) { in Arg() argument
160 Arg(unsigned int j) : type(UINT) { in Arg() function
164 Arg(signed long j) : type(INT) { in Arg() argument
168 Arg(unsigned long j) : type(UINT) { in Arg() argument
172 Arg(signed long long j) : type(INT) { in Arg() function
[all …]
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/strings/
Dsafe_sprintf.h136 struct Arg { struct
140 Arg(signed char c) : type(INT) { in Arg() argument
144 Arg(unsigned char c) : type(UINT) { in Arg() function
148 Arg(signed short j) : type(INT) { in Arg() argument
152 Arg(unsigned short j) : type(UINT) { in Arg() function
156 Arg(signed int j) : type(INT) { in Arg() function
160 Arg(unsigned int j) : type(UINT) { in Arg() argument
164 Arg(signed long j) : type(INT) { in Arg() function
168 Arg(unsigned long j) : type(UINT) { in Arg() function
172 Arg(signed long long j) : type(INT) { in Arg() function
[all …]
/external/cronet/tot/base/strings/
Dsafe_sprintf.h138 struct Arg { struct
142 Arg(signed char c) : type(INT) { in Arg() argument
146 Arg(unsigned char c) : type(UINT) { in Arg() function
150 Arg(signed short j) : type(INT) { in Arg() argument
154 Arg(unsigned short j) : type(UINT) { in Arg() argument
158 Arg(signed int j) : type(INT) { in Arg() argument
162 Arg(unsigned int j) : type(UINT) { in Arg() function
166 Arg(signed long j) : type(INT) { in Arg() function
170 Arg(unsigned long j) : type(UINT) { in Arg() function
174 Arg(signed long long j) : type(INT) { in Arg() function
[all …]
/external/libchrome/base/strings/
Dsafe_sprintf.h137 struct Arg { struct
141 Arg(signed char c) : type(INT) { in Arg() argument
145 Arg(unsigned char c) : type(UINT) { in Arg() function
149 Arg(signed short j) : type(INT) { in Arg() function
153 Arg(unsigned short j) : type(UINT) { in Arg() function
157 Arg(signed int j) : type(INT) { in Arg() argument
161 Arg(unsigned int j) : type(UINT) { in Arg() argument
165 Arg(signed long j) : type(INT) { in Arg() function
169 Arg(unsigned long j) : type(UINT) { in Arg() function
173 Arg(signed long long j) : type(INT) { in Arg() function
[all …]
/external/cronet/stable/base/strings/
Dsafe_sprintf.h138 struct Arg { struct
142 Arg(signed char c) : type(INT) { in Arg() function
146 Arg(unsigned char c) : type(UINT) { in Arg() argument
150 Arg(signed short j) : type(INT) { in Arg() argument
154 Arg(unsigned short j) : type(UINT) { in Arg() argument
158 Arg(signed int j) : type(INT) { in Arg() argument
162 Arg(unsigned int j) : type(UINT) { in Arg() argument
166 Arg(signed long j) : type(INT) { in Arg() argument
170 Arg(unsigned long j) : type(UINT) { in Arg() function
174 Arg(signed long long j) : type(INT) { in Arg() argument
[all …]
/external/rust/android-crates-io/crates/rustix/src/fs/
Dat.rs61 pub fn openat<P: path::Arg, Fd: AsFd>( in openat()
84 pub fn readlinkat<P: path::Arg, Fd: AsFd, B: Into<Vec<u8>>>( in readlinkat()
154 pub fn readlinkat_raw<P: path::Arg, Fd: AsFd>( in readlinkat_raw()
186 pub fn mkdirat<P: path::Arg, Fd: AsFd>(dirfd: Fd, path: P, mode: Mode) -> io::Result<()> { in mkdirat()
201 pub fn linkat<P: path::Arg, Q: path::Arg, PFd: AsFd, QFd: AsFd>( in linkat()
235 pub fn unlinkat<P: path::Arg, Fd: AsFd>(dirfd: Fd, path: P, flags: AtFlags) -> io::Result<()> { in unlinkat()
249 pub fn renameat<P: path::Arg, Q: path::Arg, PFd: AsFd, QFd: AsFd>( in renameat()
277 pub fn renameat_with<P: path::Arg, Q: path::Arg, PFd: AsFd, QFd: AsFd>( in renameat_with()
306 pub fn symlinkat<P: path::Arg, Q: path::Arg, Fd: AsFd>( in symlinkat()
334 pub fn statat<P: path::Arg, Fd: AsFd>(dirfd: Fd, path: P, flags: AtFlags) -> io::Result<Stat> { in statat()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/utilities/expected/expected.unexpected/ctor/
Dctor.inplace.pass.cpp44 struct Arg { struct
46 constexpr Arg(int ii) : i(ii) {} in Arg() argument
47 constexpr Arg(const Arg& other) : i(other.i) {} in Arg() argument
48 constexpr Arg(Arg&& other) : i(other.i) { other.i = 0; } in Arg() argument
Dctor.inplace_init_list.pass.cpp28 struct Arg { struct
30 constexpr Arg(int ii) : i(ii) {} in Arg() argument
31 constexpr Arg(const Arg& other) : i(other.i) {} in Arg() argument
32 constexpr Arg(Arg&& other) : i(other.i) { other.i = 0; } in Arg() function
/external/cronet/tot/third_party/libc++/src/test/std/utilities/expected/expected.unexpected/ctor/
Dctor.inplace_init_list.pass.cpp28 struct Arg { struct
30 constexpr Arg(int ii) : i(ii) {} in Arg() argument
31 constexpr Arg(const Arg& other) : i(other.i) {} in Arg() argument
32 constexpr Arg(Arg&& other) : i(other.i) { other.i = 0; } in Arg() function
Dctor.inplace.pass.cpp44 struct Arg { struct
46 constexpr Arg(int ii) : i(ii) {} in Arg() argument
47 constexpr Arg(const Arg& other) : i(other.i) {} in Arg() function
48 constexpr Arg(Arg&& other) : i(other.i) { other.i = 0; } in Arg() argument
/external/compiler-rt/lib/ubsan/
Dubsan_diag.h152 struct Arg { struct
153 Arg() {} in Arg() function
154 Arg(const char *String) : Kind(AK_String), String(String) {} in Arg() argument
155 Arg(TypeName TN) : Kind(AK_TypeName), String(TN.getName()) {} in Arg() argument
156 Arg(UIntMax UInt) : Kind(AK_UInt), UInt(UInt) {} in Arg() function
157 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {} in Arg() argument
158 Arg(FloatMax Float) : Kind(AK_Float), Float(Float) {} in Arg() function
159 Arg(const void *Pointer) : Kind(AK_Pointer), Pointer(Pointer) {} in Arg() function
161 ArgKind Kind; argument
176 Arg Args[MaxArgs]; argument
/external/rust/android-crates-io/crates/rustix/src/mount/
Dmount_unmount.rs15 pub fn mount<Source: path::Arg, Target: path::Arg, Fs: path::Arg, Data: path::Arg>( in mount()
48 pub fn mount_remount<Target: path::Arg, Data: path::Arg>( in mount_remount()
75 pub fn mount_bind<Source: path::Arg, Target: path::Arg>( in mount_bind()
101 pub fn mount_recursive_bind<Source: path::Arg, Target: path::Arg>( in mount_recursive_bind()
148 pub fn mount_move<Source: path::Arg, Target: path::Arg>( in mount_move()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/builder/
Darg.rs60 pub struct Arg { struct
64 pub(crate) action: Option<ArgAction>, argument
67 pub(crate) settings: ArgFlags, argument
70 pub(crate) requires: Vec<(ArgPredicate, Id)>, argument
84 pub(crate) default_vals_ifs: Vec<(Id, ArgPredicate, Option<OsStr>)>, argument
95 impl Arg { argument
950 impl Arg { impl
2213 impl Arg { impl
2839 impl Arg { impl
4093 impl Arg { impl
[all …]
/external/rust/android-crates-io/crates/clap_builder/src/builder/
Darg.rs57 pub struct Arg { struct
61 pub(crate) action: Option<ArgAction>, argument
64 pub(crate) settings: ArgFlags, argument
67 pub(crate) requires: Vec<(ArgPredicate, Id)>, argument
81 pub(crate) default_vals_ifs: Vec<(Id, ArgPredicate, Option<OsStr>)>, argument
92 impl Arg { argument
875 impl Arg { implementation
2060 impl Arg { implementation
2642 impl Arg { impl
3828 impl Arg { impl
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/builder/
Darg.rs60 pub struct Arg { struct
64 pub(crate) action: Option<ArgAction>, argument
67 pub(crate) settings: ArgFlags, argument
70 pub(crate) requires: Vec<(ArgPredicate, Id)>, argument
84 pub(crate) default_vals_ifs: Vec<(Id, ArgPredicate, Option<OsStr>)>, argument
95 impl Arg { argument
950 impl Arg { implementation
2213 impl Arg { impl
2839 impl Arg { impl
4093 impl Arg { impl
[all …]
/external/rust/android-crates-io/extra_versions/crates/clap/src/builder/
Darg.rs61 pub struct Arg<'help> { struct
63 pub(crate) provider: ArgProvider, argument
67 pub(crate) action: Option<ArgAction>, argument
70 pub(crate) settings: ArgFlags, argument
73 pub(crate) requires: Vec<(ArgPredicate<'help>, Id)>, argument
93 pub(crate) default_vals_ifs: Vec<(Id, ArgPredicate<'help>, Option<&'help OsStr>)>, argument
104 impl<'help> Arg<'help> { impl
915 impl<'help> Arg<'help> { impl
2622 impl<'help> Arg<'help> { implementation
3179 impl<'help> Arg<'help> { impl
[all …]
/external/perfetto/src/trace_processor/importers/proto/
Dpigweed_detokenizer.h36 struct Arg { struct
37 ArgType type; argument
51 const std::vector<Arg>& args() const { return args_; } in args() argument
/external/tensorflow/tensorflow/compiler/xla/python/
Dcallback.h33 struct Arg { struct
53 explicit CpuCallback(pybind11::function callable, std::vector<Arg> args, in CpuCallback() argument
/external/jcommander/src/test/java/com/beust/jcommander/
DPositiveIntegerTest.java11 class Arg { in validateTest() class
23 class Arg { in validateTest2() class
34 class Arg { in validateTest3() class
45 class Arg { in validateTest4() class
56 class Arg { in validateTest5() class
DFinderTest.java12 class Arg { in caseInsensitiveOption() class
36 class Arg { in abbreviatedOptions() class
48 class Arg { in abbreviatedOptionsCaseInsensitive() class
62 class Arg { in ambiguousAbbreviatedOptions() class
77 class Arg { in ambiguousAbbreviatedOptionsCaseInsensitive() class
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/api/
Dtest_execution_metadata.pb.go92 type Arg struct { struct
93 state protoimpl.MessageState
94 sizeCache protoimpl.SizeCache
95 unknownFields protoimpl.UnknownFields
98 Flag string `protobuf:"bytes,1,opt,name=flag,proto3" json:"flag,omitempty"`
100 Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
103 func (x *Arg) Reset() {
112 func (x *Arg) String() string {
116 func (*Arg) ProtoMessage() {}
118 func (x *Arg) ProtoReflect() protoreflect.Message {
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/
DArg.java32 public class Arg class
179 public Arg() in Arg() method in Arg
197 public Arg(QName qname, String expression, boolean isFromWithParam) in Arg() method in Arg
214 public Arg(QName qname, XObject val) in Arg() method in Arg
249 public Arg(QName qname, XObject val, boolean isFromWithParam) in Arg() method in Arg
/external/llvm/include/llvm/IR/
DPassManager.h71 PreservedAnalyses(const PreservedAnalyses &Arg) in PreservedAnalyses()
73 PreservedAnalyses(PreservedAnalyses &&Arg) in PreservedAnalyses() function
107 void intersect(const PreservedAnalyses &Arg) { in intersect()
123 void intersect(PreservedAnalyses &&Arg) { in intersect()
148 bool preserved(PreservedAnalyses Arg) { in preserved()
234 PassManager(PassManager &&Arg) in PassManager() function
343 AnalysisManagerBase(AnalysisManagerBase &&Arg) in AnalysisManagerBase() function
490 AnalysisManager(AnalysisManager &&Arg) in AnalysisManager() function
679 Result(Result &&Arg) : AM(std::move(Arg.AM)) { in Result() function
735 InnerAnalysisManagerProxy(const InnerAnalysisManagerProxy &Arg) in InnerAnalysisManagerProxy()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/thread/thread.jthread/
Dcons.func.token.pass.cpp135 struct Arg { in main() struct
136 int& flag_; in main()
137 Arg(int& f) : flag_(f) {} in main() function
139 Arg(const Arg& other) : flag_(other.flag_) { flag_ = 5; } in main() argument
/external/cronet/tot/third_party/libc++/src/test/std/thread/thread.jthread/
Dcons.func.token.pass.cpp135 struct Arg { in main() struct
136 int& flag_; in main()
137 Arg(int& f) : flag_(f) {} in main() function
139 Arg(const Arg& other) : flag_(other.flag_) { flag_ = 5; } in main() argument

12345678910>>...36