HomeSort by relevance Sort by last modified time
    Searched refs:Args (Results 426 - 450 of 857) sorted by null

<<11121314151617181920>>

  /external/clang/utils/analyzer/
SATestBuild.py 686 Args = Parser.parse_args()
690 Strictness = Args.strictness
691 if Args.regenerate:
693 elif Args.update_reference:
  /external/llvm/lib/Option/
ArgList.cpp 23 for (; Current != Args.end(); ++Current) {
38 Args.push_back(A);
42 Args.erase(std::remove_if(begin(), end(),
264 for (const Arg *Arg : Args) {
  /external/v8/src/interpreter/
bytecode-traits.h 32 template <OperandType... Args>
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
simplify.go 79 if call, _ := n.High.(*ast.CallExpr); call != nil && len(call.Args) == 1 && !call.Ellipsis.IsValid() {
84 if arg, _ := call.Args[0].(*ast.Ident); arg != nil && arg.Obj == s.Obj {
  /prebuilts/go/linux-x86/src/cmd/gofmt/
simplify.go 79 if call, _ := n.High.(*ast.CallExpr); call != nil && len(call.Args) == 1 && !call.Ellipsis.IsValid() {
84 if arg, _ := call.Args[0].(*ast.Ident); arg != nil && arg.Obj == s.Obj {
  /external/clang/lib/CodeGen/
CGException.cpp     [all...]
  /art/runtime/base/
dchecked_vector.h 186 template <typename... Args>
187 iterator emplace(const_iterator position, Args&&... args) {
189 Base::emplace(position, std::forward(args...));
  /build/blueprint/gotestmain/
gotestmain.go 70 Tests: findTests(flag.Args()),
  /build/blueprint/gotestrunner/
gotestrunner.go 62 cmd := exec.Command(test, flag.Args()[1:]...)
  /build/soong/androidmk/cmd/androidmk/
androidmk.go 32 func (f *bpFile) errorf(thing mkparser.MakeThing, s string, args ...interface{}) {
34 s = fmt.Sprintf(s, args...)
73 b, err := ioutil.ReadFile(os.Args[1])
79 p := mkparser.NewParser(os.Args[1], bytes.NewBuffer(b))
111 val := directive.Args.Value(file.scope)
123 args := directive.Args.Dump()
125 if _, ok := conditionalTranslations[args]; ok {
126 newCond := conditional{args, eq}
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 78 * @param args commandline parsedArgs
81 String filePath, boolean rop, Args args) {
83 rop, args);
92 boolean rop, Args args) {
93 super(bytes, out, filePath, args);
99 this.optimize = args.optimize;
146 return args.method == null || args.method.equals(name)
    [all...]
  /external/autotest/server/
kvm.py 158 Args:
378 Args:
458 Args:
  /external/bison/src/
getargs.c 93 * \param args comma separated list of effective subarguments to decode.
103 int all, int *flags, char *args)
105 if (args)
107 args = strtok (args, ",");
108 while (args)
110 int no = strncmp (args, "no-", 3) == 0 ? 3 : 0;
111 int value = XARGMATCH (option, args + no, keys, values);
126 args = strtok (NULL, ",");
136 * \param Args the effective sub arguments to decode
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
hashing_helper.py 102 Args:
120 Args:
143 Args:
169 Args:
186 Args:
208 Args:
223 Args:
237 Args:
254 Args:
269 Args
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 881 assert((Num >> NumArgsBitWidth) == 0 && "Num of args is out of range!");
    [all...]
  /external/clang/include/clang/Sema/
Template.h 103 void addOuterTemplateArguments(ArgList Args) {
104 TemplateArgumentLists.push_back(Args);
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 757 Type *Args[] = {
762 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
769 Type *Args[] = {
773 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
778 Type *Args[] = {
785 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
790 Type *Args[] = {
794 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
mkbuiltin.go 38 for _, name := range os.Args[1:] {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mkbuiltin.go 35 for _, name := range os.Args[1:] {
  /prebuilts/go/darwin-x86/src/path/filepath/
path_windows_test.go 93 Args: []string{`/c`, cmdfile},
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mkbuiltin.go 35 for _, name := range os.Args[1:] {
  /prebuilts/go/linux-x86/src/path/filepath/
path_windows_test.go 93 Args: []string{`/c`, cmdfile},
  /external/clang/lib/AST/
CommentSema.cpp 63 ArrayRef<BlockCommandComment::Argument> Args) {
64 Command->setArgs(Args);
369 ArrayRef<InlineCommandComment::Argument> Args;
376 Args);
409 ArrayRef<InlineCommandComment::Argument> Args;
413 Args);
    [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 79 Type* args[2] = { local
86 FunctionType* fType = FunctionType::get(F->getReturnType(), args, false);
714 SmallVector<Value *, 4> Args(CI->arg_operands().begin(),
716 CI->replaceAllUsesWith(Builder.CreateCall(NewFn, Args));
724 "Mismatch between function args and call args");
    [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 73 Value *Args[] = {ConstantInt::get(Type::getInt8Ty(Ctx), 20),
76 std::unique_ptr<CallInst> Call(CallInst::Create(F, Args));
91 Value *Args[] = {ConstantInt::get(Type::getInt8Ty(Ctx), 20),
94 std::unique_ptr<InvokeInst> Invoke(InvokeInst::Create(F, BB1, BB2, Args));
494 Value *Args[] = {
499 std::unique_ptr<CallInst> Call(CallInst::Create(Callee, Args, "result"));

Completed in 479 milliseconds

<<11121314151617181920>>