/external/chromium_org/gin/ |
arguments.cc | 5 #include "gin/arguments.h" 12 Arguments::Arguments() 19 Arguments::Arguments(const v8::FunctionCallbackInfo<v8::Value>& info) 26 Arguments::~Arguments() { 29 v8::Handle<v8::Value> Arguments::PeekNext() const { 35 void Arguments::ThrowError() const { 37 return ThrowTypeError("Insufficient number of arguments.") [all...] |
arguments.h | 14 // Arguments is a wrapper around v8::FunctionCallbackInfo that integrates 15 // with Converter to make it easier to marshall arguments and return values 17 class GIN_EXPORT Arguments { 19 Arguments(); 20 explicit Arguments(const v8::FunctionCallbackInfo<v8::Value>& info); 21 ~Arguments();
|
/external/llvm/tools/llvm-diff/ |
DiffLog.h | 38 SmallVector<Value*, 4> Arguments; 45 Arguments.push_back(V);
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
genlingware.pl | 96 Arguments:
|
/external/v8/src/ |
arguments.h | 36 // Arguments provides access to runtime call parameters. 38 // It uses the fact that the instance fields of Arguments 44 // Object* Runtime_function(Arguments args) { 48 class Arguments BASE_EMBEDDED { 50 Arguments(int length, Object** arguments) 51 : length_(length), arguments_(arguments) { } 74 // Get the total number of arguments including the receiver. 77 Object** arguments() { return arguments_; } function in class:v8::internal::BASE_EMBEDDED 85 // Custom arguments replicate a small segment of stack that can b [all...] |
/dalvik/dx/src/com/android/dx/command/annotool/ |
Main.java | 43 static class Arguments { 56 /** remaining positional arguments */ 59 Arguments() { 135 final Arguments args = new Arguments();
|
/external/chromium_org/chrome/tools/profile_reset/ |
jtl_compiler.cc | 52 // - Instructions ending in "hash" will write their 'HashString' arguments 55 // arguments, and will write this hash to the byte-code. 56 Add(Instruction("go", jtl::NAVIGATE, Arguments(String))); 57 Add(Instruction("any", jtl::NAVIGATE_ANY, Arguments())); 58 Add(Instruction("back", jtl::NAVIGATE_BACK, Arguments())); 59 Add(Instruction("store_bool", jtl::STORE_BOOL, Arguments(String, Bool))); 61 jtl::STORE_HASH, Arguments(String, HashString))); 63 jtl::STORE_HASH, Arguments(String, String))); 65 jtl::STORE_NODE_BOOL, Arguments(String))); 67 jtl::STORE_NODE_HASH, Arguments(String))) 227 ListValue arguments; local [all...] |
/external/clang/include/clang/Driver/ |
Job.h | 61 /// The list of program arguments (not including the implicit first 63 llvm::opt::ArgStringList Arguments; 77 const llvm::opt::ArgStringList &getArguments() const { return Arguments; }
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-death-test.cc | 507 // Utility class for accumulating command-line arguments. 508 class Arguments { 510 Arguments() { 513 ~Arguments() { 525 void AddArguments(const ::std::vector<Str>& arguments) { 526 for (typename ::std::vector<Str>::const_iterator i = arguments.begin(); 527 i != arguments.end(); 539 // A struct that encompasses the arguments to the child process of a 542 char* const* argv; // Command-line arguments for the child's call to exec 619 Arguments args [all...] |
/external/chromium_org/v8/src/ |
arguments.h | 36 // Arguments provides access to runtime call parameters. 38 // It uses the fact that the instance fields of Arguments 44 // Object* Runtime_function(Arguments args) { 48 class Arguments BASE_EMBEDDED { 50 Arguments(int length, Object** arguments) 51 : length_(length), arguments_(arguments) { } 75 // Get the total number of arguments including the receiver. 78 Object** arguments() { return arguments_; } function in class:v8::internal::BASE_EMBEDDED 86 // For each type of callback, we have a list of arguments [all...] |
/external/clang/include/clang/AST/ |
TemplateName.h | 53 /// \brief The number of stored templates or template arguments, 122 const TemplateArgument *Arguments; 127 const TemplateArgument *Arguments) 129 Parameter(Parameter), Arguments(Arguments) { } 205 /// individual arguments.
|
/external/llvm/lib/Analysis/ |
TargetTransformInfo.cpp | 73 const Function *F, ArrayRef<const Value *> Arguments) const { 74 return PrevTTI->getCallCost(F, Arguments); 83 Intrinsic::ID IID, Type *RetTy, ArrayRef<const Value *> Arguments) const { 84 return PrevTTI->getIntrinsicCost(IID, RetTy, Arguments); 317 // Set the argument number to the number of explicit arguments in the 328 // Set the argument number to the number of explicit arguments in the 345 ArrayRef<const Value *> Arguments) const { 348 // will constant fold with these arguments. 349 return TopTTI->getCallCost(F, Arguments.size()); 376 ArrayRef<const Value *> Arguments) const [all...] |
/external/chromium/testing/gtest/src/ |
gtest-death-test.cc | 844 // Utility class for accumulating command-line arguments. 845 class Arguments { 847 Arguments() { 851 ~Arguments() { 862 void AddArguments(const ::std::vector<Str>& arguments) [all...] |
/external/chromium_org/testing/gtest/src/ |
gtest-death-test.cc | [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest-death-test.cc | 844 // Utility class for accumulating command-line arguments. 845 class Arguments { 847 Arguments() { 851 ~Arguments() { 862 void AddArguments(const ::std::vector<Str>& arguments) [all...] |
/external/gtest/src/ |
gtest-death-test.cc | 844 // Utility class for accumulating command-line arguments. 845 class Arguments { 847 Arguments() { 851 ~Arguments() { 862 void AddArguments(const ::std::vector<Str>& arguments) [all...] |
/external/llvm/utils/unittest/googletest/ |
gtest-death-test.cc | 843 // Utility class for accumulating command-line arguments. 844 class Arguments { 846 Arguments() { 850 ~Arguments() { 861 void AddArguments(const ::std::vector<Str>& arguments) [all...] |
/external/mesa3d/src/gtest/src/ |
gtest-death-test.cc | 844 // Utility class for accumulating command-line arguments. 845 class Arguments { 847 Arguments() { 851 ~Arguments() { 862 void AddArguments(const ::std::vector<Str>& arguments) [all...] |
/external/open-vcdiff/gtest/src/ |
gtest-death-test.cc | 796 // Utility class for accumulating command-line arguments. 797 class Arguments { 799 Arguments() { 803 ~Arguments() { 814 void AddArguments(const ::std::vector<Str>& arguments) { 815 for (typename ::std::vector<Str>::const_iterator i = arguments.begin(); 816 i != arguments.end(); 828 // A struct that encompasses the arguments to the child process of a 831 char* const* argv; // Command-line arguments for the child's call to exec [all...] |
/external/protobuf/gtest/src/ |
gtest-death-test.cc | 796 // Utility class for accumulating command-line arguments. 797 class Arguments { 799 Arguments() { 803 ~Arguments() { 814 void AddArguments(const ::std::vector<Str>& arguments) { 815 for (typename ::std::vector<Str>::const_iterator i = arguments.begin(); 816 i != arguments.end(); 828 // A struct that encompasses the arguments to the child process of a 831 char* const* argv; // Command-line arguments for the child's call to exec [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-death-test.cc | [all...] |
/external/iproute2/doc/ |
ip-cref.tex | 45 ip [ OPTIONS ] OBJECT [ COMMAND [ ARGUMENTS ]] 69 the protocol family is guessed from other arguments. If the rest of the command 138 \verb|ARGUMENTS| is a list of arguments to the command. 139 The arguments depend on the command and object. There are two types of arguments: 169 The arguments did not pass verification for self-consistency. 172 \verb|ip| failed to compile a kernel request from the arguments 237 \paragraph{Arguments:} 335 \paragraph{Arguments: [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
RuntimeInit.java | 305 final Arguments args; 307 args = new Arguments(argv); 314 // Remaining arguments are passed to the start class's static main 377 static class Arguments { 381 /** all following arguments */ 389 Arguments(String args[]) throws IllegalArgumentException { 394 * Parses the commandline arguments intended for the Runtime.
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
DictionaryMaker.java | 47 static class Arguments { 140 public Arguments(String[] argsArray) throws IOException { 233 final Arguments parsedArgs = new Arguments(args); 241 * @param args the parsed command line arguments. 244 private static FusionDictionary readInputFromParsedArgs(final Arguments args) 326 * This will write the passed dictionary to the file(s) passed in the command line arguments. 327 * @param args the parsed arguments. 332 private static void writeOutputToParsedArgs(final Arguments args, final FusionDictionary dict)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
inspect.py | 20 getargspec(), getargvalues(), getcallargs() - get info about function arguments 149 func_defaults tuple of any default values for arguments 213 co_argcount number of arguments (not including * or ** args) 224 co_varnames tuple of names of arguments and local variables""" 741 Arguments = namedtuple('Arguments', 'args varargs keywords') 744 """Get information about the arguments accepted by a code object. 748 'varargs' and 'varkw' are the names of the * and ** arguments or None.""" 758 # The following acrobatics are for anonymous (tuple) arguments. 799 return Arguments(args, varargs, varkw [all...] |