Searched defs:Arguments (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/gin/
H A Darguments.cc12 Arguments::Arguments() function in class:gin::Arguments
19 Arguments::Arguments(const v8::FunctionCallbackInfo<v8::Value>& info) function in class:gin::Arguments
26 Arguments::~Arguments() {
29 v8::Handle<v8::Value> Arguments::PeekNext() const {
35 void Arguments::ThrowError() const {
43 void Arguments::ThrowTypeError(const std::string& message) const {
48 bool Arguments
[all...]
H A Darguments.h14 // Arguments is a wrapper around v8::FunctionCallbackInfo that integrates
17 class GIN_EXPORT Arguments { class in namespace:gin
19 Arguments();
20 explicit Arguments(const v8::FunctionCallbackInfo<v8::Value>& info);
21 ~Arguments();
/external/llvm/tools/llvm-diff/
H A DDiffLog.h38 SmallVector<Value*, 4> Arguments; member in class:llvm::LogBuilder
45 Arguments.push_back(V);
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dgenlingware.pl96 Arguments: label
/external/clang/include/clang/Driver/
H A DJob.h73 llvm::opt::ArgStringList Arguments; member in class:clang::driver::Command
93 const llvm::opt::ArgStringList &getArguments() const { return Arguments; }
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler.cc56 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)));
70 Arguments(String)));
71 Add(Instruction("compare_bool", jtl::COMPARE_NODE_BOOL, Arguments(Boo
177 static std::vector<ArgumentType> Arguments(ArgumentType arg1_type = None, function in class:__anon6002::InstructionSet
[all...]
/external/chromium_org/v8/src/
H A Darguments.h14 // Arguments provides access to runtime call parameters.
16 // It uses the fact that the instance fields of Arguments
22 // Object* Runtime_function(Arguments args) {
29 class Arguments BASE_EMBEDDED {
31 Arguments(int length, Object** arguments) function in class:v8::internal::BASE_EMBEDDED
112 // accessed through an Arguments object the same way the actual stack
287 static INLINE(Type __RT_impl_##Name(Arguments args, Isolate* isolate)); \
290 Arguments args(args_length, args_object); \
293 static Type __RT_impl_##Name(Arguments args, Isolate* isolate)
H A Dpreparser.h608 static PreParserIdentifier Arguments() { function in class:v8::internal::PreParserIdentifier
2108 // Arguments ::
2518 // ('[' Expression ']' | '.' Identifier | Arguments)*
2521 // ParseMemberExpressionContinuation, and the Arguments part is parsed by the
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc797 class Arguments { class in namespace:testing::internal
799 Arguments() { function in class:testing::internal::Arguments
803 ~Arguments() {
964 Arguments args;
/external/clang/include/clang/AST/
H A DTemplateName.h122 const TemplateArgument *Arguments; member in class:clang::SubstTemplateTemplateParmPackStorage
127 const TemplateArgument *Arguments)
129 Parameter(Parameter), Arguments(Arguments) { }
125 SubstTemplateTemplateParmPackStorage(TemplateTemplateParmDecl *Parameter, unsigned Size, const TemplateArgument *Arguments) argument
H A DTemplateBase.h68 /// The template argument is actually a parameter pack. Arguments are stored
515 SmallVector<TemplateArgumentLoc, 8> Arguments; member in class:clang::TemplateArgumentListInfo
536 unsigned size() const { return Arguments.size(); }
539 return Arguments.data();
543 return Arguments[I];
547 return Arguments[I];
551 Arguments.push_back(Loc);
H A DType.h3617 const TemplateArgument *Arguments; member in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType
3619 /// \brief The number of template arguments in \c Arguments.
/external/iproute2/doc/
H A Dip-cref.tex237 \paragraph{Arguments:}
335 \paragraph{Arguments:}
569 \paragraph{Arguments:}
654 \paragraph{Arguments:} coincide with the arguments of \verb|ip addr add|.
682 \paragraph{Arguments:}
794 \paragraph{Arguments:} This command has the same arguments as \verb|show|.
862 \paragraph{Arguments:}
916 \paragraph{Arguments:} The arguments are the same as with \verb|ip neigh add|,
948 \paragraph{Arguments:}
1048 \paragraph{Arguments
1447 \\paragraph{Arguments:} \\verb|ip route del| has the same arguments as paragraph
1481 \\paragraph{Arguments:} paragraph
2397 \\paragraph{Arguments:} paragraph
2489 \\paragraph{Arguments:} None. paragraph
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc887 class Arguments { class in namespace:testing::internal
889 Arguments() { function in class:testing::internal::Arguments
893 ~Arguments() {
1128 Arguments args;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-death-test.cc845 class Arguments { class in namespace:testing::internal
847 Arguments() { function in class:testing::internal::Arguments
851 ~Arguments() {
1017 Arguments args;
/external/gtest/src/
H A Dgtest-death-test.cc887 class Arguments { class in namespace:testing::internal
889 Arguments() { function in class:testing::internal::Arguments
893 ~Arguments() {
1126 Arguments args;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc847 class Arguments { class in namespace:testing::internal
849 Arguments() { function in class:testing::internal::Arguments
853 ~Arguments() {
1019 Arguments args;
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc845 class Arguments { class in namespace:testing::internal
847 Arguments() { function in class:testing::internal::Arguments
851 ~Arguments() {
1017 Arguments args;
/external/llvm/lib/IR/
H A DLegacyPassManager.cpp46 Disabled, Arguments, Structure, Executions, Details enumerator in enum:__anon25862::PassDebugLevel
55 clEnumVal(Arguments , "print pass arguments to pass to 'opt'"),
763 if (PassDebugging < Arguments)
766 dbgs() << "Pass Arguments: ";
/external/clang/lib/Lex/
H A DPPDirectives.cpp1791 SmallVector<IdentifierInfo*, 32> Arguments; local
1798 if (Arguments.empty()) // #define FOO()
1822 Arguments.push_back(Ident__VA_ARGS__);
1824 MI->setArgumentList(&Arguments[0], Arguments.size(), BP);
1841 if (std::find(Arguments.begin(), Arguments.end(), II) !=
1842 Arguments.end()) { // C99 6.10.3p6
1848 Arguments.push_back(II);
1858 MI->setArgumentList(&Arguments[
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp305 /// Arguments - Parameter bindings for this function call, indexed by
307 APValue *Arguments; member in struct:__anon17734::CallStackFrame
318 APValue *Arguments);
822 APValue *Arguments)
824 Index(Info.NextCallIndex++), This(This), Arguments(Arguments) {
1141 const APValue &Arg = Frame->Arguments[ArgIndex];
1936 if (!Frame || !Frame->Arguments) {
1940 Result = &Frame->Arguments[PVD->getFunctionScopeIndex()];
820 CallStackFrame(EvalInfo &Info, SourceLocation CallLoc, const FunctionDecl *Callee, const LValue *This, APValue *Arguments) argument
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp6908 const TemplateArgument *Arguments = nullptr; local
6918 Arguments = Specialization->getTemplateArgs().data();
6923 Arguments = TST->getArgs();
6953 *Element = Arguments[0].getAsType();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1968 milliseconds