HomeSort by relevance Sort by last modified time
    Searched refs:Args (Results 126 - 150 of 358) sorted by null

1 2 3 4 56 7 8 91011>>

  /sdk/eclipse/scripts/
gen_icon.py 14 class Args(object):
24 def main(args):
25 data = process_args(args)
29 def process_args(args):
30 if not args or len(args) != 6:
32 return Args(*args)
  /external/chromium_org/native_client_sdk/src/build_tools/
update_nacl_manifest.py 79 Args:
98 Args:
146 Args:
155 Args:
164 Args:
173 Args:
183 Args:
259 def _RunGsUtil(self, stdin, log_errors, *args):
262 Args:
265 *args: Arguments to pass to gsutil. The first argument should be a
    [all...]
  /external/chromium_org/sandbox/win/src/
policy_params.h 16 #define POLPARAMS_BEGIN(type) class type { public: enum Args {
  /external/chromium_org/tools/cygprofile/
mergetraces.py 24 Args:
60 Args:
76 Args:
129 Args:
149 (_, args) = parser.parse_args()
150 if len(args) <= 1:
151 parser.error('expected at least the following args: trace1 trace2')
155 for trace_file in args:
157 sys.stderr.write(" " + str(step) + "/" + str(len(args)) +
  /external/chromium_org/tools/gn/
commands.cc 36 INSERT_COMMAND(Args)
48 const Target* GetTargetForDesc(const std::vector<std::string>& args) {
65 Value arg_value(NULL, args[0]);
  /external/llvm/include/llvm/Option/
OptTable.h 128 Arg *ParseOneArg(const ArgList &Args, unsigned &Index,
  /frameworks/compile/slang/
slang_rs_reflection_cpp.h 83 void makeArgs(std::stringstream &ss, const ArgTy& Args);
slang_rs_reflection_cpp.cpp 239 ArgTy Args;
244 Args.push_back(std::make_pair(
249 Args.push_back(std::make_pair(
259 Args.push_back(std::make_pair(rtd.type->c_name, (*i)->getName()));
262 makeArgs(ss, Args);
374 ArgTy Args;
378 Args.push_back(std::make_pair(
383 Args.push_back(std::make_pair(
393 Args.push_back(std::make_pair(rtd.type->c_name, (*i)->getName()));
396 makeArgs(tmp, Args);
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_CodecInterface.h 110 OMX_STRING Args);
114 void *args[10] );
127 void *args [10]);
  /external/chromium_org/net/tools/quic/
quic_time_wait_list_manager_test.cc 25 using testing::Args;
223 .With(Args<0, 1>(PublicResetPacketEq(guid_,
240 .With(Args<0, 1>(PublicResetPacketEq(guid_,
337 .With(Args<0, 1>(PublicResetPacketEq(guid,
349 .With(Args<0, 1>(PublicResetPacketEq(guid,
375 .With(Args<0, 1>(PublicResetPacketEq(guid,
382 .With(Args<0, 1>(PublicResetPacketEq(other_guid,
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 507 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
510 ArrayRef<Value*>(Args));
522 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
526 ArrayRef<Value*>(Args));
540 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
543 CallInst *C = CallInst::Create(F, ArrayRef<Value*>(Args));
554 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
559 CallInst *C = CallInst::Create(TsanAtomicCAS[Idx], ArrayRef<Value*>(Args));
562 Value *Args[] = {createOrdering(&IRB, FI->getOrdering())};
565 CallInst *C = CallInst::Create(F, ArrayRef<Value*>(Args));
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 135 CallArgList &args) {
137 CGF.CGM.getTypes().arrangeFreeFunctionCall(resultType, args,
141 return CGF.EmitCall(fnInfo, fn, ReturnValueSlot(), args);
323 AddDirectArgument(CodeGenFunction &CGF, CallArgList &Args,
329 Args.add(RValue::get(Val), ValTy);
332 Args.add(RValue::get(CGF.EmitCastToVoidPtr(Val)),
466 CallArgList Args;
469 Args.add(RValue::get(llvm::ConstantInt::get(SizeTy, Size)),
473 Args.add(RValue::get(EmitCastToVoidPtr(Ptr)),
494 Args.add(RValue::get(EmitCastToVoidPtr(Val1))
747 CallArgList args; local
898 CallArgList args; local
    [all...]
CGClass.cpp 533 FunctionArgList &Args) {
574 unsigned SrcArgIndex = Args.size() - 1;
576 = CGF.Builder.CreateLoad(CGF.GetAddrOfLocalVar(Args[SrcArgIndex]));
696 void CodeGenFunction::EmitConstructorBody(FunctionArgList &Args) {
706 EmitDelegateCXXConstructorCall(Ctor, Ctor_Base, Args);
725 EmitCtorPrologue(Ctor, CtorType, Args);
    [all...]
CodeGenFunction.cpp 306 llvm::Value *args[] = { local
311 EmitNounwindRuntimeCall(F, args);
490 const FunctionArgList &Args,
541 for (FunctionArgList::const_iterator i = Args.begin(), e = Args.end();
583 EmitFunctionProlog(*CurFnInfo, CurFn, Args);
608 for (FunctionArgList::const_iterator i = Args.begin(), e = Args.end();
629 void CodeGenFunction::EmitFunctionBody(FunctionArgList &Args) {
666 FunctionArgList Args;
    [all...]
CodeGenTypes.h 182 const FunctionArgList &Args,
197 const CGFunctionInfo &arrangeFreeFunctionCall(const CallArgList &Args,
200 const CallArgList &args,
203 const CGFunctionInfo &arrangeBlockFunctionCall(const CallArgList &args,
206 const CGFunctionInfo &arrangeCXXMethodCall(const CallArgList &args,
224 RequiredArgs args);
  /external/llvm/lib/CodeGen/
StackProtector.cpp 302 Value *Args[] = { LI, AI };
305 Args, "", InsPt);
404 SmallVector<Value *, 1> Args;
405 Args.push_back(ConstantExpr::getGetElementPtr(FuncName, IdxList));
407 CallInst::Create(StackChkFail, Args, "", FailBB);
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 179 std::vector<ExprAST*> Args;
181 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
182 : Callee(callee), Args(args) {}
222 std::vector<std::string> Args;
226 PrototypeAST(const std::string &name, const std::vector<std::string> &args,
228 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {}
230 bool isUnaryOp() const { return isOperator && Args.size() == 1; }
231 bool isBinaryOp() const { return isOperator && Args.size() == 2;
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 203 std::vector<ExprAST*> Args;
205 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
206 : Callee(callee), Args(args) {}
246 std::vector<std::string> Args;
250 PrototypeAST(const std::string &name, const std::vector<std::string> &args,
252 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {}
254 bool isUnaryOp() const { return isOperator && Args.size() == 1; }
255 bool isBinaryOp() const { return isOperator && Args.size() == 2;
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 67 ArrayRef<ParserValue> Args,
72 MatcherList SubMatcher = Overloads[i]->run(NameRange, Args, Error);
410 ArrayRef<ParserValue> Args,
419 return it->second->run(NameRange, Args, Error);
426 ArrayRef<ParserValue> Args,
428 MatcherList Out = constructMatcher(MatcherName, NameRange, Args, Error);
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 43 STATISTIC(NumArgumentsEliminated, "Number of unread args removed");
46 "Number of unread args replaced with undef");
267 std::vector<Value*> Args;
275 Args.assign(CS.arg_begin(), CS.arg_begin() + NumArgs);
292 Args, "", Call);
296 New = CallInst::Create(NF, Args, "", Call);
304 Args.clear();
383 // Now go through all unused args and replace them with "undef".
610 DEBUG(dbgs() << "DAE - Inspecting args for fn: " << F.getName() << "\n");
    [all...]
  /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/chromium_org/third_party/tlslite/scripts/
tlsdb.py 63 class Args:
75 args = Args(sys.argv) variable
86 command = args.getLast(2).lower()
93 dbName = args.get(2)
99 dbName = args.getLast(2)
105 dbName = args.get(2)
106 username = args.get(3)
107 password = args.get(4)
115 bits = int(args.getLast(5)
    [all...]
  /external/chromium_org/tools/checkdeps/
checkdeps.py 48 Args:
116 Args:
192 options, args = option_parser.parse_args()
201 if len(args) == 1:
205 os.path.join(deps_checker.base_directory, args[0]))
206 elif len(args) >= 2 or (options.generate_temp_rules and

Completed in 1378 milliseconds

1 2 3 4 56 7 8 91011>>