HomeSort by relevance Sort by last modified time
    Searched refs:Args (Results 476 - 500 of 513) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/test/chromedriver/
capabilities_unittest.cc 136 TEST(ParseCapabilities, Args) {
138 base::ListValue args; local
139 args.AppendString("arg1");
140 args.AppendString("arg2=val");
142 caps.Set("chromeOptions.args", args.DeepCopy());
  /external/clang/include/clang/Lex/
Preprocessor.h 146 bool InMacroArgs : 1; // True if parsing fn macro invocation args.
722 /// \param Args specifies the tokens input to a function-like macro.
726 MacroArgs *Args);
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 68 va_list Args;
69 va_start(Args, RetTy);
70 while (llvm::Type *ArgTy = va_arg(Args, llvm::Type*))
72 va_end(Args);
591 llvm::Value *args[] = { variable
594 llvm::CallSite imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args);
666 llvm::Value *args[] = { variable
798 llvm::Value *args[] = { variable
    [all...]
  /external/lldb/source/API/
SBDebugger.cpp 41 #include "lldb/Interpreter/Args.h"
475 return Args::StringToScriptLanguage (script_language_name,
    [all...]
  /external/lldb/source/Host/common/
Host.cpp 264 Host::SystemLog (SystemLogType type, const char *format, va_list args)
266 vfprintf (stderr, format, args);
274 va_list args; local
275 va_start (args, format);
276 SystemLog (type, format, args);
277 va_end (args);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 92 TargetLowering::ArgListTy Args;
93 Args.reserve(NumOps);
101 Args.push_back(Entry);
108 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0)
    [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/chromium_org/mojo/public/python/mojo/
system.pyx 191 Args:
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
ParseExpr.cpp     [all...]
  /external/lldb/source/Core/
Scalar.cpp 15 #include "lldb/Interpreter/Args.h"
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/chromium_org/base/android/jni_generator/
jni_generator.py 483 Args:
535 Args:
646 p = subprocess.Popen(args=[options.javap, '-c', '-verbose',
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 168 Args:
266 Args:
334 Args:
413 Args:
543 Args:
592 Args:
736 Args:
795 Args:
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_tab.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 1119 typedef Tuple4< const Arg0&, const Arg1&, const Arg2&, const Arg3&> Args;
1225 os << *args[0]; local
1228 os << ", " << *args[1]; local
1231 os << ", " << *args[2]; local
1234 os << ", " << *args[3]; local
1275 BaseArgExprs args; local
1499 ArgExprs args; local
1540 os << "(" << *args[0] << " ? " << *args[1] << " : " << *args[2] << ")"; local
1955 void doPrint (ostream& os, const BaseArgExprs& args) const { os << "-" << *args[0]; } local
2413 os << *args[0] << "[" << *args[1] << "]"; local
2644 os << "-(" << *args[0] << ")"; local
3322 os << "(" << *args[0] << " * " << *args[1] << ")"; local
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 358 Expr **args, unsigned nargs,
489 ArrayRef<QualType> args,
495 return Context->getFunctionType(result, args, fpi);
560 // All the args are checked/rewritten. Don't call twice!
    [all...]

Completed in 1244 milliseconds

<<11121314151617181920>>