/external/compiler-rt/lib/ubsan/ |
ubsan_diag.cc | 176 static void renderText(const char *Message, const Diag::Arg *Args) { 187 const Diag::Arg &A = Args[*++Msg - '0']; 258 const Diag::Arg *Args) { 319 renderText(InRange->getText(), Args); 359 renderText(Message, Args); 365 NumRanges, Args);
|
/prebuilts/go/darwin-x86/src/internal/trace/ |
goroutines.go | 48 g := &GDesc{ID: ev.Args[0], CreationTime: ev.Ts, gdesc: new(gdesc)} 87 g := gs[ev.Args[0]] 172 if ev.Type == EvGoUnblock && gmap[ev.Args[0]] {
|
/prebuilts/go/linux-x86/src/internal/trace/ |
goroutines.go | 48 g := &GDesc{ID: ev.Args[0], CreationTime: ev.Ts, gdesc: new(gdesc)} 87 g := gs[ev.Args[0]] 172 if ev.Type == EvGoUnblock && gmap[ev.Args[0]] {
|
/external/llvm/lib/Transforms/IPO/ |
DeadArgumentElimination.cpp | 46 STATISTIC(NumArgumentsEliminated, "Number of unread args removed"); 49 "Number of unread args replaced with undef"); 238 std::vector<Value*> Args; 246 Args.assign(CS.arg_begin(), CS.arg_begin() + NumArgs); 263 Args, "", Call); 267 New = CallInst::Create(NF, Args, "", Call); 275 Args.clear(); 350 for (Argument &Arg : Fn.args()) { 365 // Now go through all unused args and replace them with "undef". 534 // Functions with inalloca parameters are expecting args in a particula [all...] |
/frameworks/compile/slang/ |
slang_rs_reflection.cpp | 762 ArgTy Args; 768 Args.push_back( 787 Args); 858 ArgTy Args; 867 Args.push_back(std::make_pair("Allocation", "ain")); 874 Args.push_back(std::make_pair("Allocation", 881 Args.push_back(std::make_pair("Allocation", "aout")); 889 Args.push_back( [all...] |
/build/soong/java/ |
app_builder.go | 93 Args: map[string]string{ 112 Args: map[string]string{ 129 Args: map[string]string{ 145 Args: map[string]string{
|
/dalvik/dx/src/com/android/dx/command/dump/ |
BaseDumper.java | 69 protected Args args; field in class:BaseDumper 81 String filePath, Args args) { 83 this.rawBytes = args.rawBytes; 85 this.width = (args.width <= 0) ? 79 : args.width; 87 this.strictParse = args.strictParse; 91 this.args = args; [all...] |
/external/clang/include/clang/ASTMatchers/Dynamic/ |
Parser.h | 78 /// \param Args The argument list for the matcher. 86 ArrayRef<ParserValue> Args, 134 ArrayRef<ParserValue> Args,
|
/external/clang/lib/Sema/ |
SemaCoroutine.cpp | 52 TemplateArgumentListInfo Args(Loc, Loc); 53 Args.addArgument(TemplateArgumentLoc( 59 Args.addArgument(TemplateArgumentLoc( 64 S.CheckTemplateIdType(TemplateName(CoroTraits), Loc, Args); 177 MutableArrayRef<Expr *> Args) { 189 return S.ActOnCallExpr(nullptr, Result.get(), Loc, Args, Loc, nullptr); 262 MutableArrayRef<Expr *> Args) { 273 return buildMemberCall(S, PromiseRef.get(), Loc, Name, Args);
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
p3-0x.cpp | 152 template <typename... Args> 153 auto operator()(Args&&... args) const -> decltype(wrapped(args...)) // expected-note{{candidate template ignored: substitution failure [with Args = <int>]: use of undeclared identifier 'wrapped'}} 155 return wrapped(args...);
|
/external/libbrillo/brillo/dbus/ |
dbus_signal_handler_unittest.cc | 49 template<typename SignalHandlerSink, typename... Args> 50 void CallSignal(SignalHandlerSink* sink, Args... args) { 64 DBusParamWriter::Append(&writer, args...); 117 // Handler() expects no args, but we send an int. 128 // Handler() expects 2 args while we send it just one.
|
/external/llvm/include/llvm/ADT/ |
Optional.h | 75 void emplace(ArgTypes &&...Args) { 78 new (storage.buffer) T(std::forward<ArgTypes>(Args)...);
|
/external/llvm/lib/Fuzzer/ |
FuzzerInterface.h | 184 int FuzzerDriver(const std::vector<std::string> &Args, UserSuppliedFuzzer &USF); 185 int FuzzerDriver(const std::vector<std::string> &Args, UserCallback Callback);
|
/external/llvm/lib/Support/ |
Signals.cpp | 114 const char *Args[] = {"llvm-symbolizer", "--functions=linkage", "--inlining", 123 sys::ExecuteAndWait(LLVMSymbolizerPath, Args, nullptr, Redirects);
|
/frameworks/compile/libbcc/lib/Renderscript/ |
RSX86CallConvPass.cpp | 148 std::vector<llvm::Value *> Args(CS.arg_begin(), CS.arg_end()); 149 auto NewCI = llvm::CallInst::Create(NewFn, Args, "", CI);
|
/hardware/libhardware/tests/input/evdev/ |
MouseInputMapper_test.cpp | 28 using ::testing::Args; 58 .With(Args<1,2>(UnorderedElementsAre(
|
/prebuilts/go/darwin-x86/misc/android/ |
go_android_exec.go | 23 func run(args ...string) string { 25 cmd := exec.Command("adb", args...) 28 log.Printf("adb %s", strings.Join(args, " ")) 31 log.Fatalf("adb %s: %v", strings.Join(args, " "), err) 48 filepath.Base(os.Args[1]), os.Getpid()) 64 binName := filepath.Base(os.Args[1]) 72 run("push", os.Args[1], deviceBin+"-tmp") 88 "; '" + deviceBin + "' " + strings.Join(os.Args[2:], " ") +
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
go.go | 67 fmt.Fprintf(os.Stderr, "%s: too much pkg data in %s\n", os.Args[0], filename) 76 fmt.Fprintf(os.Stderr, "%s: short pkg read %s\n", os.Args[0], filename) 101 fmt.Fprintf(os.Stderr, "%s: cannot find end of exports in %s\n", os.Args[0], filename) 114 fmt.Fprintf(os.Stderr, "%s: bad package section in %s - %.20s\n", os.Args[0], filename, data[p0:]) 159 fmt.Fprintf(os.Stderr, "%s: found $$ // cgo but no newline in %s\n", os.Args[0], filename) 172 fmt.Fprintf(os.Stderr, "%s: cannot find end of // cgo section in %s\n", os.Args[0], filename) 197 fmt.Fprintf(os.Stderr, "%s: conflicting definitions for %s\n", os.Args[0], name) 202 fmt.Fprintf(os.Stderr, "%s: conflicting definitions for %s\n", os.Args[0], name) 247 fmt.Fprintf(os.Stderr, "%s: %s: confused in import line\n", os.Args[0], file) 255 fmt.Fprintf(os.Stderr, "%s: %s: confused in import path: %q\n", os.Args[0], file, line [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/ |
plan9x.go | 29 var args []string 30 for _, a := range inst.Args { 34 args = append(args, plan9Arg(&inst, pc, symname, a)) 42 reg, _ := inst.Args[0].(Reg) 43 mem, _ := inst.Args[1].(Mem) 57 args[1] = fmt.Sprintf("$%#x", buf[0]) 63 args[1] = fmt.Sprintf("$%#x", binary.LittleEndian.Uint16(buf)) 71 args[1] = fmt.Sprintf("$%s(SB)", s) 73 args[1] = fmt.Sprintf("$%#x", x [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
go.go | 64 fmt.Fprintf(os.Stderr, "%s: too much pkg data in %s\n", os.Args[0], filename) 73 fmt.Fprintf(os.Stderr, "%s: short pkg read %s\n", os.Args[0], filename) 98 fmt.Fprintf(os.Stderr, "%s: cannot find end of exports in %s\n", os.Args[0], filename) 111 fmt.Fprintf(os.Stderr, "%s: bad package section in %s - %.20s\n", os.Args[0], filename, data[p0:]) 156 fmt.Fprintf(os.Stderr, "%s: found $$ // cgo but no newline in %s\n", os.Args[0], filename) 169 fmt.Fprintf(os.Stderr, "%s: cannot find end of // cgo section in %s\n", os.Args[0], filename) 194 fmt.Fprintf(os.Stderr, "%s: conflicting definitions for %s\n", os.Args[0], name) 199 fmt.Fprintf(os.Stderr, "%s: conflicting definitions for %s\n", os.Args[0], name) 244 fmt.Fprintf(os.Stderr, "%s: %s: confused in import line\n", os.Args[0], file) 252 fmt.Fprintf(os.Stderr, "%s: %s: confused in import path: %q\n", os.Args[0], file, line [all...] |
/prebuilts/go/linux-x86/misc/android/ |
go_android_exec.go | 23 func run(args ...string) string { 25 cmd := exec.Command("adb", args...) 28 log.Printf("adb %s", strings.Join(args, " ")) 31 log.Fatalf("adb %s: %v", strings.Join(args, " "), err) 48 filepath.Base(os.Args[1]), os.Getpid()) 64 binName := filepath.Base(os.Args[1]) 72 run("push", os.Args[1], deviceBin+"-tmp") 88 "; '" + deviceBin + "' " + strings.Join(os.Args[2:], " ") +
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
go.go | 67 fmt.Fprintf(os.Stderr, "%s: too much pkg data in %s\n", os.Args[0], filename) 76 fmt.Fprintf(os.Stderr, "%s: short pkg read %s\n", os.Args[0], filename) 101 fmt.Fprintf(os.Stderr, "%s: cannot find end of exports in %s\n", os.Args[0], filename) 114 fmt.Fprintf(os.Stderr, "%s: bad package section in %s - %.20s\n", os.Args[0], filename, data[p0:]) 159 fmt.Fprintf(os.Stderr, "%s: found $$ // cgo but no newline in %s\n", os.Args[0], filename) 172 fmt.Fprintf(os.Stderr, "%s: cannot find end of // cgo section in %s\n", os.Args[0], filename) 197 fmt.Fprintf(os.Stderr, "%s: conflicting definitions for %s\n", os.Args[0], name) 202 fmt.Fprintf(os.Stderr, "%s: conflicting definitions for %s\n", os.Args[0], name) 247 fmt.Fprintf(os.Stderr, "%s: %s: confused in import line\n", os.Args[0], file) 255 fmt.Fprintf(os.Stderr, "%s: %s: confused in import path: %q\n", os.Args[0], file, line [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/ |
plan9x.go | 29 var args []string 30 for _, a := range inst.Args { 34 args = append(args, plan9Arg(&inst, pc, symname, a)) 42 reg, _ := inst.Args[0].(Reg) 43 mem, _ := inst.Args[1].(Mem) 57 args[1] = fmt.Sprintf("$%#x", buf[0]) 63 args[1] = fmt.Sprintf("$%#x", binary.LittleEndian.Uint16(buf)) 71 args[1] = fmt.Sprintf("$%s(SB)", s) 73 args[1] = fmt.Sprintf("$%#x", x [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
go.go | 64 fmt.Fprintf(os.Stderr, "%s: too much pkg data in %s\n", os.Args[0], filename) 73 fmt.Fprintf(os.Stderr, "%s: short pkg read %s\n", os.Args[0], filename) 98 fmt.Fprintf(os.Stderr, "%s: cannot find end of exports in %s\n", os.Args[0], filename) 111 fmt.Fprintf(os.Stderr, "%s: bad package section in %s - %.20s\n", os.Args[0], filename, data[p0:]) 156 fmt.Fprintf(os.Stderr, "%s: found $$ // cgo but no newline in %s\n", os.Args[0], filename) 169 fmt.Fprintf(os.Stderr, "%s: cannot find end of // cgo section in %s\n", os.Args[0], filename) 194 fmt.Fprintf(os.Stderr, "%s: conflicting definitions for %s\n", os.Args[0], name) 199 fmt.Fprintf(os.Stderr, "%s: conflicting definitions for %s\n", os.Args[0], name) 244 fmt.Fprintf(os.Stderr, "%s: %s: confused in import line\n", os.Args[0], file) 252 fmt.Fprintf(os.Stderr, "%s: %s: confused in import path: %q\n", os.Args[0], file, line [all...] |
/build/soong/androidmk/cmd/androidmk/ |
android.go | 105 firstOperand := value.Expression.Args[0] 106 secondOperand := value.Expression.Args[1] 141 localA, globalA, err := splitLocalGlobal(file, &val.Expression.Args[0]) 146 localB, globalB, err := splitLocalGlobal(file, &val.Expression.Args[1]) 158 local.Expression.Args = [2]bpparser.Value{*localA, *localB} 168 global.Expression.Args = [2]bpparser.Value{*globalA, *globalB} 263 val.Expression.Args[0].Variable == "LOCAL_MODULE" { 265 val = &val.Expression.Args[1] 365 func mydir(args []string) string { 369 func allJavaFilesUnder(args []string) string [all...] |