Home
last modified time | relevance | path

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

12345678910>>...25

/external/cronet/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() function
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() argument
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() argument
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() function
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 …]
/external/compiler-rt/lib/ubsan/
Dubsan_diag.h152 struct Arg { struct
153 Arg() {} in Arg() argument
154 Arg(const char *String) : Kind(AK_String), String(String) {} in Arg() function
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() 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() argument
161 ArgKind Kind; argument
176 Arg Args[MaxArgs]; argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/expected/expected.unexpected/ctor/
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() function
31 constexpr Arg(Arg&& other) : i(other.i) { other.i = 0; } in Arg() argument
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() function
47 constexpr Arg(Arg&& other) : i(other.i) { other.i = 0; } in Arg() argument
/external/rust/crates/clap/src/builder/
Darg.rs54 pub struct Arg { struct
58 pub(crate) action: Option<ArgAction>, argument
61 pub(crate) settings: ArgFlags, argument
64 pub(crate) requires: Vec<(ArgPredicate, Id)>, argument
78 pub(crate) default_vals_ifs: Vec<(Id, ArgPredicate, Option<OsStr>)>, argument
89 impl Arg { argument
851 impl Arg { impl
1998 impl Arg { impl
2553 impl Arg { impl
3696 impl Arg { impl
[all …]
/external/rust/crates/clap/3.2.23/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> { impl
2622 impl<'help> Arg<'help> { impl
3179 impl<'help> Arg<'help> { implementation
[all …]
/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/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/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/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_parser.h44 struct Arg { struct
46 fuchsia_trace_utils::ArgValue value; argument
54 static std::optional<std::vector<Arg>> ParseArgs( argument
/external/libtextclassifier/abseil-cpp/absl/strings/
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 …]
/external/openscreen/third_party/abseil/src/absl/strings/
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 …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
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 …]
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/
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
131 Arg(unsigned short value) // NOLINT(*) in Arg() function
136 Arg(int value) // NOLINT(runtime/explicit) in Arg() function
141 Arg(unsigned int value) // NOLINT(runtime/explicit) in Arg() function
146 Arg(long value) // NOLINT(*) in Arg() function
151 Arg(unsigned long value) // NOLINT(*) in Arg() function
[all …]
/external/webrtc/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 …]
/external/abseil-cpp/absl/strings/
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 …]
/external/cronet/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 …]
/external/angle/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 …]
/external/llvm/include/llvm/Analysis/
DCGSCCPassManager.h75 const ModuleToPostOrderCGSCCPassAdaptor &Arg) in ModuleToPostOrderCGSCCPassAdaptor()
77 ModuleToPostOrderCGSCCPassAdaptor(ModuleToPostOrderCGSCCPassAdaptor &&Arg) in ModuleToPostOrderCGSCCPassAdaptor() function
172 CGSCCToFunctionPassAdaptor(const CGSCCToFunctionPassAdaptor &Arg) in CGSCCToFunctionPassAdaptor()
174 CGSCCToFunctionPassAdaptor(CGSCCToFunctionPassAdaptor &&Arg) in CGSCCToFunctionPassAdaptor() function
DProfileSummaryInfo.h52 ProfileSummaryInfo(ProfileSummaryInfo &&Arg) in ProfileSummaryInfo() function
85 ProfileSummaryAnalysis(const ProfileSummaryAnalysis &Arg) {} in ProfileSummaryAnalysis()
86 ProfileSummaryAnalysis(ProfileSummaryAnalysis &&Arg) {} in ProfileSummaryAnalysis() function
/external/perfetto/src/trace_processor/importers/common/
Dglobal_args_tracker.h50 struct Arg : public CompactArg { struct
54 // Object slices this Arg to become a CompactArg. argument
55 CompactArg ToCompactArg() const { return CompactArg(*this); } in ToCompactArg() argument
/external/clang/test/OpenMP/
Dtask_if_codegen.cpp20 int Arg; variable
47 int tmain(T Arg) { in tmain()

12345678910>>...25