Home
last modified time | relevance | path

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

12345678910>>...50

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/strings/
H A 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() argument
156 Arg(signed int j) : type(INT) { in Arg() argument
160 Arg(unsigned int j) : type(UINT) { in Arg() argument
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() argument
[all …]
/aosp_15_r20/external/libchrome/base/strings/
H A Dsafe_sprintf.h137 struct Arg { struct
141 Arg(signed char c) : type(INT) { in Arg() function
145 Arg(unsigned char c) : type(UINT) { in Arg() function
149 Arg(signed short j) : type(INT) { in Arg() argument
153 Arg(unsigned short j) : type(UINT) { in Arg() argument
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() argument
169 Arg(unsigned long j) : type(UINT) { in Arg() argument
173 Arg(signed long long j) : type(INT) { in Arg() argument
[all …]
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/strings/
Dsafe_sprintf.h140 struct Arg { struct
144 Arg(signed char c) : type(INT) { in Arg() argument
148 Arg(unsigned char c) : type(UINT) { in Arg() function
152 Arg(signed short j) : type(INT) { in Arg() argument
156 Arg(unsigned short j) : type(UINT) { in Arg() function
160 Arg(signed int j) : type(INT) { in Arg() argument
164 Arg(unsigned int j) : type(UINT) { in Arg() argument
168 Arg(signed long j) : type(INT) { in Arg() function
172 Arg(unsigned long j) : type(UINT) { in Arg() function
176 Arg(signed long long j) : type(INT) { in Arg() argument
[all …]
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/strings/
Dsafe_sprintf.h140 struct Arg { struct
144 Arg(signed char c) : type(INT) { in Arg() argument
148 Arg(unsigned char c) : type(UINT) { in Arg() function
152 Arg(signed short j) : type(INT) { in Arg() argument
156 Arg(unsigned short j) : type(UINT) { in Arg() function
160 Arg(signed int j) : type(INT) { in Arg() function
164 Arg(unsigned int j) : type(UINT) { in Arg() argument
168 Arg(signed long j) : type(INT) { in Arg() function
172 Arg(unsigned long j) : type(UINT) { in Arg() function
176 Arg(signed long long j) : type(INT) { in Arg() function
[all …]
/aosp_15_r20/external/cronet/base/strings/
H A 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() function
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 …]
/aosp_15_r20/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> { argument
915 impl<'help> Arg<'help> { implementation
2622 impl<'help> Arg<'help> { impl
3179 impl<'help> Arg<'help> { impl
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/
H A 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 { impl
2060 impl Arg { implementation
2642 impl Arg { impl
3828 impl Arg { impl
[all …]
H A Dvalue_parser.rs238 arg: Option<&crate::Arg>, in parse_ref()
595 arg: Option<&crate::Arg>, in parse_ref()
602 arg: Option<&crate::Arg>, in parse_ref_()
612 arg: Option<&crate::Arg>, in parse()
619 arg: Option<&crate::Arg>, in parse_()
644 arg: Option<&crate::Arg>, in parse_ref()
654 arg: Option<&crate::Arg>, in parse_ref_()
665 arg: Option<&crate::Arg>, in parse()
675 arg: Option<&crate::Arg>, in parse_()
759 arg: Option<&crate::Arg>, in parse_ref()
[all …]
/aosp_15_r20/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 { impl
2642 impl Arg { implementation
3828 impl Arg { implementation
[all …]
Dvalue_parser.rs238 arg: Option<&crate::Arg>, in parse_ref()
595 arg: Option<&crate::Arg>, in parse_ref()
602 arg: Option<&crate::Arg>, in parse_ref_()
612 arg: Option<&crate::Arg>, in parse()
619 arg: Option<&crate::Arg>, in parse_()
644 arg: Option<&crate::Arg>, in parse_ref()
654 arg: Option<&crate::Arg>, in parse_ref_()
665 arg: Option<&crate::Arg>, in parse()
675 arg: Option<&crate::Arg>, in parse_()
759 arg: Option<&crate::Arg>, in parse_ref()
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/compiler-rt/lib/ubsan/
H A 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() function
156 Arg(UIntMax UInt) : Kind(AK_UInt), UInt(UInt) {} in Arg() function
157 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {} in Arg() function
158 Arg(FloatMax Float) : Kind(AK_Float), Float(Float) {} in Arg() function
159 Arg(const void *Pointer) : Kind(AK_Pointer), Pointer(Pointer) {} in Arg() argument
161 ArgKind Kind; argument
176 Arg Args[MaxArgs]; argument
/aosp_15_r20/external/llvm/include/llvm/IR/
H A 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 …]
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Dsubstitute.h108 Arg(const char* value) // NOLINT(google-explicit-constructor) in Arg() function
111 Arg( // NOLINT in Arg() function
115 Arg(absl::string_view value) // NOLINT(google-explicit-constructor) in Arg() function
125 Arg(char value) // NOLINT(google-explicit-constructor) in Arg() function
129 Arg(short value) // NOLINT(*) in Arg() function
134 Arg(unsigned short value) // NOLINT(*) in Arg() function
139 Arg(int value) // NOLINT(google-explicit-constructor) in Arg() function
144 Arg(unsigned int value) // NOLINT(google-explicit-constructor) in Arg() function
149 Arg(long value) // NOLINT(*) in Arg() function
154 Arg(unsigned long value) // NOLINT(*) in Arg() function
[all …]
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Dsubstitute.h105 Arg(const char* value) // NOLINT(runtime/explicit) in Arg() function
108 Arg( // NOLINT in Arg() function
112 Arg(absl::string_view value) // NOLINT(runtime/explicit) in Arg() function
122 Arg(char value) // NOLINT(runtime/explicit) in Arg() function
126 Arg(short value) // NOLINT(*) in Arg() function
129 Arg(unsigned short value) // NOLINT(*) in Arg() function
132 Arg(int value) // NOLINT(runtime/explicit) in Arg() function
135 Arg(unsigned int value) // NOLINT(runtime/explicit) in Arg() function
138 Arg(long value) // NOLINT(*) in Arg() function
141 Arg(unsigned long value) // NOLINT(*) in Arg() function
[all …]
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dsubstitute.h109 Arg(absl::Nullable<const char*> value) // NOLINT(google-explicit-constructor) in Arg() function
112 Arg( // NOLINT in Arg() function
116 Arg(absl::string_view value) // NOLINT(google-explicit-constructor) in Arg() function
126 Arg(char value) // NOLINT(google-explicit-constructor) in Arg() function
130 Arg(short value) // NOLINT(*) in Arg() function
135 Arg(unsigned short value) // NOLINT(*) in Arg() function
140 Arg(int value) // NOLINT(google-explicit-constructor) in Arg() function
145 Arg(unsigned int value) // NOLINT(google-explicit-constructor) in Arg() function
150 Arg(long value) // NOLINT(*) in Arg() function
155 Arg(unsigned long value) // NOLINT(*) in Arg() function
[all …]
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Dsubstitute.h108 Arg(const char* value) // NOLINT(google-explicit-constructor) in Arg() function
111 Arg( // NOLINT in Arg() function
115 Arg(absl::string_view value) // NOLINT(google-explicit-constructor) in Arg() function
125 Arg(char value) // NOLINT(google-explicit-constructor) in Arg() function
129 Arg(short value) // NOLINT(*) in Arg() function
134 Arg(unsigned short value) // NOLINT(*) in Arg() function
139 Arg(int value) // NOLINT(google-explicit-constructor) in Arg() function
144 Arg(unsigned int value) // NOLINT(google-explicit-constructor) in Arg() function
149 Arg(long value) // NOLINT(*) in Arg() function
154 Arg(unsigned long value) // NOLINT(*) in Arg() function
[all …]
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dsubstitute.h109 Arg(absl::Nullable<const char*> value) // NOLINT(google-explicit-constructor) in Arg() function
112 Arg( // NOLINT in Arg() function
116 Arg(absl::string_view value) // NOLINT(google-explicit-constructor) in Arg() function
126 Arg(char value) // NOLINT(google-explicit-constructor) in Arg() function
130 Arg(short value) // NOLINT(*) in Arg() function
135 Arg(unsigned short value) // NOLINT(*) in Arg() function
140 Arg(int value) // NOLINT(google-explicit-constructor) in Arg() function
145 Arg(unsigned int value) // NOLINT(google-explicit-constructor) in Arg() function
150 Arg(long value) // NOLINT(*) in Arg() function
155 Arg(unsigned long value) // NOLINT(*) in Arg() function
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dsubstitute.h108 Arg(const char* value) // NOLINT(google-explicit-constructor) in Arg() function
111 Arg( // NOLINT in Arg() function
115 Arg(absl::string_view value) // NOLINT(google-explicit-constructor) in Arg() function
125 Arg(char value) // NOLINT(google-explicit-constructor) in Arg() function
129 Arg(short value) // NOLINT(*) in Arg() function
134 Arg(unsigned short value) // NOLINT(*) in Arg() function
139 Arg(int value) // NOLINT(google-explicit-constructor) in Arg() function
144 Arg(unsigned int value) // NOLINT(google-explicit-constructor) in Arg() function
149 Arg(long value) // NOLINT(*) in Arg() function
154 Arg(unsigned long value) // NOLINT(*) in Arg() function
[all …]
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dsubstitute.h109 Arg(absl::Nullable<const char*> value) // NOLINT(google-explicit-constructor) in Arg() function
112 Arg( // NOLINT in Arg() function
116 Arg(absl::string_view value) // NOLINT(google-explicit-constructor) in Arg() function
126 Arg(char value) // NOLINT(google-explicit-constructor) in Arg() function
130 Arg(short value) // NOLINT(*) in Arg() function
135 Arg(unsigned short value) // NOLINT(*) in Arg() function
140 Arg(int value) // NOLINT(google-explicit-constructor) in Arg() function
145 Arg(unsigned int value) // NOLINT(google-explicit-constructor) in Arg() function
150 Arg(long value) // NOLINT(*) in Arg() function
155 Arg(unsigned long value) // NOLINT(*) in Arg() function
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.unexpected/ctor/
H A Dctor.inplace.pass.cpp43 struct Arg { struct
45 constexpr Arg(int ii) : i(ii) {} in Arg() argument
46 constexpr Arg(const Arg& other) : i(other.i) {} in Arg() argument
47 constexpr Arg(Arg&& other) : i(other.i) { other.i = 0; } in Arg() argument
H A Dctor.inplace_init_list.pass.cpp27 struct Arg { struct
29 constexpr Arg(int ii) : i(ii) {} in Arg() argument
30 constexpr Arg(const Arg& other) : i(other.i) {} in Arg() argument
31 constexpr Arg(Arg&& other) : i(other.i) { other.i = 0; } in Arg() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp88 static const Value *FindSingleUseIdentifiedObject(const Value *Arg) { in FindSingleUseIdentifiedObject()
266 TopDownPtrState &getPtrTopDownState(const Value *Arg) { in getPtrTopDownState()
273 BottomUpPtrState &getPtrBottomUpState(const Value *Arg) { in getPtrBottomUpState()
279 bottom_up_ptr_iterator findPtrBottomUpState(const Value *Arg) { in findPtrBottomUpState()
612 const Value *Arg = GetArgRCIdentityRoot(RetainRV); in OptimizeRetainRVCall() local
653 Instruction *Inst, const Value *&Arg, ARCInstKind Class, in OptimizeInlinedAutoreleaseRVCall()
840 const Value *Arg = nullptr; in OptimizeIndividualCalls() local
882 Instruction *Inst, ARCInstKind Class, const Value *Arg) { in OptimizeIndividualCallImpl()
974 const Value *Arg = Call->getArgOperand(0); in OptimizeIndividualCallImpl() local
1248 const Value *Arg = I->first; in CheckForCFGHazards() local
[all …]
/aosp_15_r20/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()
/aosp_15_r20/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp55 static const Value *FindSingleUseIdentifiedObject(const Value *Arg) { in FindSingleUseIdentifiedObject()
254 TopDownPtrState &getPtrTopDownState(const Value *Arg) { in getPtrTopDownState()
261 BottomUpPtrState &getPtrBottomUpState(const Value *Arg) { in getPtrBottomUpState()
267 bottom_up_ptr_iterator findPtrBottomUpState(const Value *Arg) { in findPtrBottomUpState()
580 const Value *Arg = GetArgRCIdentityRoot(RetainRV); in OptimizeRetainRVCall() local
765 const Value *Arg = Call->getArgOperand(0); in OptimizeIndividualCalls() local
821 const Value *Arg = GetArgRCIdentityRoot(Inst); in OptimizeIndividualCalls() local
1028 const Value *Arg = I->first; in CheckForCFGHazards() local
1106 const Value *Arg = nullptr; in VisitInstructionBottomUp() local
1257 const Value *Arg = nullptr; in VisitInstructionTopDown() local
[all …]

12345678910>>...50