HomeSort by relevance Sort by last modified time
    Searched refs:Args (Results 201 - 225 of 537) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/lldb/source/Commands/
CommandObjectSyntax.cpp 18 #include "lldb/Interpreter/Args.h"
58 CommandObjectSyntax::DoExecute (Args& command, CommandReturnObject &result)
CommandObjectExpression.cpp 18 #include "lldb/Interpreter/Args.h"
90 result = Args::StringToBoolean(option_arg, true, &success);
101 bool tmp_value = Args::StringToBoolean(option_arg, true, &success);
112 result = Args::StringToUInt32(option_arg, 0, 0, &success);
123 bool tmp_value = Args::StringToBoolean(option_arg, true, &success);
482 Args args (command, end_options - command);
483 if (!ParseOptions (args, result))
CommandObjectDisassemble.cpp 22 #include "lldb/Interpreter/Args.h"
78 num_lines_context = Args::StringToUInt32(option_arg, 0, 0, &success);
84 num_instructions = Args::StringToUInt32(option_arg, 0, 0, &success);
96 start_addr = Args::StringToAddress(&exe_ctx, option_arg, LLDB_INVALID_ADDRESS, &error);
104 end_addr = Args::StringToAddress(&exe_ctx, option_arg, LLDB_INVALID_ADDRESS, &error);
160 symbol_containing_addr = Args::StringToAddress(&exe_ctx, option_arg, LLDB_INVALID_ADDRESS, &error);
279 CommandObjectDisassemble::DoExecute (Args& command, CommandReturnObject &result)
CommandObjectFrame.cpp 29 #include "lldb/Interpreter/Args.h"
79 DoExecute (Args& command, CommandReturnObject &result)
121 relative_frame_offset = Args::StringToSInt32 (option_arg, INT32_MIN, 0, &success);
191 DoExecute (Args& command, CommandReturnObject &result)
247 frame_idx = Args::StringToUInt32 (frame_idx_cstr, UINT32_MAX, 0);
351 HandleArgumentCompletion (Args &input,
377 DoExecute (Args& command, CommandReturnObject &result)
414 // If we have any args to the variable command, we will make
CommandObjectType.cpp 161 Execute_ScriptSummary (Args& command, CommandReturnObject &result);
164 Execute_StringSummary (Args& command, CommandReturnObject &result);
189 DoExecute (Args& command, CommandReturnObject &result);
220 m_cascade = Args::StringToBoolean(option_arg, true, &success);
303 Execute_HandwritePython (Args& command, CommandReturnObject &result);
306 Execute_PythonClass (Args& command, CommandReturnObject &result);
310 DoExecute (Args& command, CommandReturnObject &result);
385 m_cascade = Args::StringToBoolean(option_value, true, &success);
485 DoExecute (Args& command, CommandReturnObject &result)
491 result.AppendErrorWithFormat ("%s takes one or more args.\n", m_cmd_name.c_str())
    [all...]
CommandObjectCommands.cpp 24 #include "lldb/Interpreter/Args.h"
143 DoExecute (Args& command, CommandReturnObject &result)
269 GetRepeatCommand (Args &current_command_args, uint32_t index)
275 HandleArgumentCompletion (Args &input,
332 m_stop_on_continue = Args::StringToBoolean(option_arg, true, &success);
337 m_silent_run = Args::StringToBoolean(option_arg, true, &success);
375 DoExecute(Args& command, CommandReturnObject &result)
426 "def my_command_impl(debugger, args, result, internal_dict):";
538 Args args (raw_command_line)
    [all...]
CommandObjectMemory.cpp 24 #include "lldb/Interpreter/Args.h"
374 virtual const char *GetRepeatCommand (Args &current_command_args, uint32_t index)
381 DoExecute (Args& command, CommandReturnObject &result)
623 addr = Args::StringToAddress(&m_exe_ctx, command.GetArgumentAtIndex(0), LLDB_INVALID_ADDRESS, &error);
635 lldb::addr_t end_addr = Args::StringToAddress(&m_exe_ctx, command.GetArgumentAtIndex(1), LLDB_INVALID_ADDRESS, 0);
    [all...]
  /external/lldb/source/Interpreter/
OptionValueUInt64.cpp 17 #include "lldb/Interpreter/Args.h"
60 uint64_t value = Args::StringToUInt64 (value_cstr, 0, 0, &success);
Property.cpp 19 #include "lldb/Interpreter/Args.h"
59 m_value_sp.reset (new OptionValueBoolean(Args::StringToBoolean (definition.default_cstr_value, false, NULL)));
111 Args::StringToFormat (definition.default_cstr_value, new_format, NULL);
136 m_value_sp.reset (new OptionValueSInt64(definition.default_cstr_value ? Args::StringToSInt64 (definition.default_cstr_value) : definition.default_uint_value));
144 m_value_sp.reset (new OptionValueUInt64(definition.default_cstr_value ? Args::StringToUInt64 (definition.default_cstr_value) : definition.default_uint_value));
  /external/llvm/include/llvm/Option/
OptTable.h 130 Arg *ParseOneArg(const ArgList &Args, unsigned &Index,
  /external/llvm/include/llvm/Support/
Process.h 185 GetArgumentVector(SmallVectorImpl<const char *> &Args,
Program.h 86 const char **args, ///< A vector of strings that are passed to the
121 ExecuteNoWait(StringRef Program, const char **args, const char **env = nullptr,
127 bool argumentsFitWithinSystemLimits(ArrayRef<const char*> Args);
  /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/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 482 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
485 ArrayRef<Value*>(Args));
497 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
501 ArrayRef<Value*>(Args));
515 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
518 CallInst *C = CallInst::Create(F, ArrayRef<Value*>(Args));
529 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
534 CallInst *C = IRB.CreateCall(TsanAtomicCAS[Idx], Args);
543 Value *Args[] = {createOrdering(&IRB, FI->getOrdering())};
546 CallInst *C = CallInst::Create(F, ArrayRef<Value*>(Args));
    [all...]
  /external/chromium_org/tools/grit/grit/format/
html_inline.py 81 Args:
139 Args:
263 Args:
358 Args:
383 Args:
  /external/clang/lib/CodeGen/
CGAtomic.cpp 127 CallArgList &args) {
129 CGF.CGM.getTypes().arrangeFreeFunctionCall(resultType, args,
133 return CGF.EmitCall(fnInfo, fn, ReturnValueSlot(), args);
462 AddDirectArgument(CodeGenFunction &CGF, CallArgList &Args,
469 Args.add(RValue::get(Val), ValTy);
472 Args.add(RValue::get(CGF.EmitCastToVoidPtr(Val)),
606 CallArgList Args;
609 Args.add(RValue::get(llvm::ConstantInt::get(SizeTy, Size)),
613 Args.add(RValue::get(EmitCastToVoidPtr(Ptr)), getContext().VoidPtrTy);
635 Args.add(RValue::get(EmitCastToVoidPtr(Val1)), getContext().VoidPtrTy)
902 CallArgList args; local
1052 CallArgList args; local
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 180 std::vector<ExprAST*> Args;
182 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
183 : Callee(callee), Args(args) {}
223 std::vector<std::string> Args;
227 PrototypeAST(const std::string &name, const std::vector<std::string> &args,
229 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {}
231 bool isUnaryOp() const { return isOperator && Args.size() == 1; }
232 bool isBinaryOp() const { return isOperator && Args.size() == 2;
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 204 std::vector<ExprAST*> Args;
206 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
207 : Callee(callee), Args(args) {}
247 std::vector<std::string> Args;
251 PrototypeAST(const std::string &name, const std::vector<std::string> &args,
253 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {}
255 bool isUnaryOp() const { return isOperator && Args.size() == 1; }
256 bool isBinaryOp() const { return isOperator && Args.size() == 2;
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaExprObjC.cpp 3606 Expr *args[] = { SrcExpr }; local
    [all...]
  /external/chromium_org/net/tools/quic/
quic_time_wait_list_manager_test.cc 28 using testing::Args;
246 .With(Args<0, 1>(PublicResetPacketEq(connection_id_,
325 .With(Args<0, 1>(PublicResetPacketEq(connection_id,
334 .With(Args<0, 1>(PublicResetPacketEq(connection_id,
362 .With(Args<0, 1>(PublicResetPacketEq(connection_id,
368 .With(Args<0, 1>(PublicResetPacketEq(other_connection_id,
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 45 STATISTIC(NumArgumentsEliminated, "Number of unread args removed");
48 "Number of unread args replaced with undef");
233 std::vector<Value*> Args;
241 Args.assign(CS.arg_begin(), CS.arg_begin() + NumArgs);
258 Args, "", Call);
262 New = CallInst::Create(NF, Args, "", Call);
270 Args.clear();
361 // Now go through all unused args and replace them with "undef".
497 // Functions with inalloca parameters are expecting args in a particular
591 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 54 class Args:
66 args = Args(sys.argv) variable
77 command = args.getLast(2).lower()
84 dbName = args.get(2)
90 dbName = args.get(2)
91 username = args.get(3)
92 password = args.get(4)
99 bits = int(args.getLast(5))
104 dbName = args.get(2
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p3-0x.cpp 153 template <typename... Args>
154 auto operator()(Args&&... args) const -> decltype(wrapped(args...)) // expected-note{{candidate template ignored: substitution failure [with Args = <int>]: use of undeclared identifier 'wrapped'}}
156 return wrapped(args...);

Completed in 681 milliseconds

1 2 3 4 5 6 7 891011>>