/external/protobuf/src/google/protobuf/stubs/ |
once.h | 100 template <typename Arg> 101 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg), 102 Arg arg) { 105 init_func(arg); 131 template <typename Arg> 132 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*), 133 Arg* arg) { 135 internal::FunctionClosure1<Arg*> func(init_func, false, arg) [all...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/ |
once.h | 100 template <typename Arg> 101 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg), 102 Arg arg) { 105 init_func(arg); 131 template <typename Arg> 132 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*), 133 Arg* arg) { 135 internal::FunctionClosure1<Arg*> func(init_func, false, arg) [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/ |
once.h | 100 template <typename Arg> 101 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg), 102 Arg arg) { 105 init_func(arg); 131 template <typename Arg> 132 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*), 133 Arg* arg) { 135 internal::FunctionClosure1<Arg*> func(init_func, false, arg) [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/ |
once.h | 100 template <typename Arg> 101 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg), 102 Arg arg) { 105 init_func(arg); 131 template <typename Arg> 132 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*), 133 Arg* arg) { 135 internal::FunctionClosure1<Arg*> func(init_func, false, arg) [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
once.h | 101 template <typename Arg> 102 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg), 103 Arg arg) { 106 init_func(arg); 132 template <typename Arg> 133 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*), 134 Arg* arg) { 136 internal::FunctionClosure1<Arg*> func(init_func, false, arg) [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/ |
once.h | 100 template <typename Arg> 101 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg), 102 Arg arg) { 105 init_func(arg); 131 template <typename Arg> 132 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*), 133 Arg* arg) { 135 internal::FunctionClosure1<Arg*> func(init_func, false, arg) [all...] |
/external/llvm/include/llvm/Option/ |
ArgList.h | 17 #include "llvm/Option/Arg.h" 33 SmallVectorImpl<Arg*>::const_iterator Current; 51 typedef Arg * const * value_type; 52 typedef Arg * const & reference; 53 typedef Arg * const * pointer; 57 arg_iterator(SmallVectorImpl<Arg *>::const_iterator it, const ArgList &Args, 64 operator const Arg*() { return *Current; } 90 /// The ArgList class manages a list of Arg instances as well as 92 /// check for the presence of Arg instances for a particular Option 96 typedef SmallVector<Arg*, 16> arglist_type [all...] |
/external/llvm/lib/Option/ |
Arg.cpp | 1 //===--- Arg.cpp - Argument Implementations -------------------------------===// 10 #include "llvm/Option/Arg.h" 21 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const Arg *BaseArg) 25 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, 26 const Arg *BaseArg) 32 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0 [all...] |
ArgList.cpp | 14 #include "llvm/Option/Arg.h" 37 void ArgList::append(Arg *A) { 43 [=](Arg *A) { return A->getOption().matches(Id); }), 47 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id) const { 55 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id0, OptSpecifier Id1) const { 64 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id0, OptSpecifier Id1, 74 Arg *ArgList::getLastArgNoClaim(OptSpecifier Id0, OptSpecifier Id1, 84 Arg *ArgList::getLastArg(OptSpecifier Id) const { 85 Arg *Res = nullptr; 96 Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1) const [all...] |
/external/clang/tools/scan-build/libexec/ |
ccc-analyzer | 242 foreach my $arg (@$AnalyzeArgs) { 243 push @Args, "-Xclang", $arg; 266 foreach my $arg (@CmdArgs) { 267 push @PrintArgs,"\'$arg\'"; 502 my $Arg = $ARGV[$i]; 503 my ($ArgKey) = split /=/,$Arg,2; 511 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 512 elsif ($Arg eq '-c') { $Action = 'compile'; } 513 elsif ($Arg =~ /^-print-prog-name/) { exit 0; } 516 if ($Arg eq "-arch") [all...] |
/prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/libexec/ |
ccc-analyzer | 242 foreach my $arg (@$AnalyzeArgs) { 243 push @Args, "-Xclang", $arg; 266 foreach my $arg (@CmdArgs) { 267 push @PrintArgs,"\'$arg\'"; 502 my $Arg = $ARGV[$i]; 503 my ($ArgKey) = split /=/,$Arg,2; 511 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 512 elsif ($Arg eq '-c') { $Action = 'compile'; } 513 elsif ($Arg =~ /^-print-prog-name/) { exit 0; } 516 if ($Arg eq "-arch") [all...] |
/prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/libexec/ |
ccc-analyzer | 242 foreach my $arg (@$AnalyzeArgs) { 243 push @Args, "-Xclang", $arg; 266 foreach my $arg (@CmdArgs) { 267 push @PrintArgs,"\'$arg\'"; 502 my $Arg = $ARGV[$i]; 503 my ($ArgKey) = split /=/,$Arg,2; 511 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 512 elsif ($Arg eq '-c') { $Action = 'compile'; } 513 elsif ($Arg =~ /^-print-prog-name/) { exit 0; } 516 if ($Arg eq "-arch") [all...] |
/prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/libexec/ |
ccc-analyzer | 242 foreach my $arg (@$AnalyzeArgs) { 243 push @Args, "-Xclang", $arg; 266 foreach my $arg (@CmdArgs) { 267 push @PrintArgs,"\'$arg\'"; 502 my $Arg = $ARGV[$i]; 503 my ($ArgKey) = split /=/,$Arg,2; 511 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 512 elsif ($Arg eq '-c') { $Action = 'compile'; } 513 elsif ($Arg =~ /^-print-prog-name/) { exit 0; } 516 if ($Arg eq "-arch") [all...] |
/prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/libexec/ |
ccc-analyzer | 242 foreach my $arg (@$AnalyzeArgs) { 243 push @Args, "-Xclang", $arg; 266 foreach my $arg (@CmdArgs) { 267 push @PrintArgs,"\'$arg\'"; 502 my $Arg = $ARGV[$i]; 503 my ($ArgKey) = split /=/,$Arg,2; 511 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 512 elsif ($Arg eq '-c') { $Action = 'compile'; } 513 elsif ($Arg =~ /^-print-prog-name/) { exit 0; } 516 if ($Arg eq "-arch") [all...] |
/prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/libexec/ |
ccc-analyzer | 242 foreach my $arg (@$AnalyzeArgs) { 243 push @Args, "-Xclang", $arg; 266 foreach my $arg (@CmdArgs) { 267 push @PrintArgs,"\'$arg\'"; 502 my $Arg = $ARGV[$i]; 503 my ($ArgKey) = split /=/,$Arg,2; 511 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 512 elsif ($Arg eq '-c') { $Action = 'compile'; } 513 elsif ($Arg =~ /^-print-prog-name/) { exit 0; } 516 if ($Arg eq "-arch") [all...] |
/prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/libexec/ |
ccc-analyzer | 242 foreach my $arg (@$AnalyzeArgs) { 243 push @Args, "-Xclang", $arg; 266 foreach my $arg (@CmdArgs) { 267 push @PrintArgs,"\'$arg\'"; 502 my $Arg = $ARGV[$i]; 503 my ($ArgKey) = split /=/,$Arg,2; 511 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 512 elsif ($Arg eq '-c') { $Action = 'compile'; } 513 elsif ($Arg =~ /^-print-prog-name/) { exit 0; } 516 if ($Arg eq "-arch") [all...] |
/external/jcommander/src/test/java/com/beust/jcommander/ |
MethodSetterTest.java | 46 class Arg { 54 new JCommander(new Arg(), new String[] { "--host", "host" }); 63 class Arg { 75 Arg arg = new Arg(); local 76 new JCommander(arg, new String[] { "--port", "42" }); 78 Assert.assertEquals(arg.port, new Integer(42)); 82 class Arg { 90 Arg arg = new Arg() local [all...] |
/external/clang/lib/Tooling/ |
ArgumentsAdjusters.cpp | 25 StringRef Arg = Args[i]; 27 if (!Arg.startswith("-fcolor-diagnostics") && 28 !Arg.startswith("-fdiagnostics-color")) 40 StringRef Arg = Args[i]; 41 if (!Arg.startswith("-o")) 44 if (Arg == "-o") {
|
/prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/ |
ccc-analyzer | 224 foreach my $arg (@$AnalyzeArgs) { 225 push @Args, "-Xclang", $arg; 244 foreach my $arg (@CmdArgs) { 245 push @PrintArgs,"\'$arg\'"; 492 my $Arg = $ARGV[$i]; 493 my ($ArgKey) = split /=/,$Arg,2; 501 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 502 elsif ($Arg eq '-c') { $Action = 'compile'; } 503 elsif ($Arg =~ /^-print-prog-name/) { exit 0; } 506 if ($Arg eq "-arch") [all...] |
/prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/ |
ccc-analyzer | 239 foreach my $arg (@$AnalyzeArgs) { 240 push @Args, "-Xclang", $arg; 259 foreach my $arg (@CmdArgs) { 260 push @PrintArgs,"\'$arg\'"; 495 my $Arg = $ARGV[$i]; 496 my ($ArgKey) = split /=/,$Arg,2; 504 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 505 elsif ($Arg eq '-c') { $Action = 'compile'; } 506 elsif ($Arg =~ /^-print-prog-name/) { exit 0; } 509 if ($Arg eq "-arch") [all...] |
/prebuilts/clang/host/linux-x86/3.8/tools/scan-build/ |
ccc-analyzer | 239 foreach my $arg (@$AnalyzeArgs) { 240 push @Args, "-Xclang", $arg; 259 foreach my $arg (@CmdArgs) { 260 push @PrintArgs,"\'$arg\'"; 495 my $Arg = $ARGV[$i]; 496 my ($ArgKey) = split /=/,$Arg,2; 504 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 505 elsif ($Arg eq '-c') { $Action = 'compile'; } 506 elsif ($Arg =~ /^-print-prog-name/) { exit 0; } 509 if ($Arg eq "-arch") [all...] |
/prebuilts/clang/linux-x86/host/3.6/tools/scan-build/ |
ccc-analyzer | 224 foreach my $arg (@$AnalyzeArgs) { 225 push @Args, "-Xclang", $arg; 244 foreach my $arg (@CmdArgs) { 245 push @PrintArgs,"\'$arg\'"; 492 my $Arg = $ARGV[$i]; 493 my ($ArgKey) = split /=/,$Arg,2; 501 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 502 elsif ($Arg eq '-c') { $Action = 'compile'; } 503 elsif ($Arg =~ /^-print-prog-name/) { exit 0; } 506 if ($Arg eq "-arch") [all...] |
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/ |
ccc-analyzer | 206 foreach my $arg (@$AnalyzeArgs) { 207 push @Args, "-Xclang", $arg; 226 foreach my $arg (@CmdArgs) { 227 push @PrintArgs,"\'$arg\'"; 466 my $Arg = $ARGV[$i]; 467 my ($ArgKey) = split /=/,$Arg,2; 470 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 471 elsif ($Arg eq '-c') { $Action = 'compile'; } 472 elsif ($Arg =~ /^-print-prog-name/) { exit 0; } 475 if ($Arg eq "-arch") [all...] |
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/ |
ccc-analyzer | 206 foreach my $arg (@$AnalyzeArgs) { 207 push @Args, "-Xclang", $arg; 226 foreach my $arg (@CmdArgs) { 227 push @PrintArgs,"\'$arg\'"; 466 my $Arg = $ARGV[$i]; 467 my ($ArgKey) = split /=/,$Arg,2; 470 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 471 elsif ($Arg eq '-c') { $Action = 'compile'; } 472 elsif ($Arg =~ /^-print-prog-name/) { exit 0; } 475 if ($Arg eq "-arch") [all...] |
/external/pcre/dist/ |
pcrecpp.cc | 59 Arg RE::no_arg((void*)NULL); 73 extern Arg no_arg 153 const Arg& ptr1, 154 const Arg& ptr2, 155 const Arg& ptr3, 156 const Arg& ptr4, 157 const Arg& ptr5, 158 const Arg& ptr6, 159 const Arg& ptr7, 160 const Arg& ptr8 [all...] |