Searched defs:arguments (Results 126 - 150 of 238) sorted by relevance

12345678910

/external/chromium_org/v8/src/
H A Daccessors.cc1073 Handle<JSObject> arguments = local
1082 arguments->set_elements(*array);
1084 // Return the freshly allocated arguments object.
1085 return arguments;
1113 // correct number of arguments and no allocated arguments object, so
1120 // If there is an arguments variable in the stack, we return that.
1125 Handle<Object> arguments(frame->GetExpression(index), isolate);
1126 if (!arguments->IsArgumentsMarker()) return arguments;
1139 Handle<JSObject> arguments = isolate->factory()->NewArgumentsObject( local
[all...]
H A Dprettyprinter.cc410 PrintArguments(node->arguments());
418 PrintArguments(node->arguments());
425 PrintArguments(node->arguments());
520 va_list arguments; local
521 va_start(arguments, format);
524 arguments);
525 va_end(arguments);
564 void PrettyPrinter::PrintArguments(ZoneList<Expression*>* arguments) { argument
566 for (int i = 0; i < arguments->length(); i++) {
568 Visit(arguments
766 PrintArguments(ZoneList<Expression*>* arguments) argument
[all...]
H A Dscopes.cc332 // Declare 'arguments' variable which exists in all functions.
1245 Variable* arguments = LookupLocal(ast_value_factory_->arguments_string()); local
1246 DCHECK(arguments != NULL); // functions have 'arguments' declared implicitly
1250 if (MustAllocate(arguments) && !HasArgumentsParameter()) {
1251 // 'arguments' is used. Unless there is also a parameter called
1252 // 'arguments', we must be conservative and allocate all parameters to
1253 // the context assuming they will be captured by the arguments object.
1254 // If we have a parameter named 'arguments', a (new) value is always
1255 // assigned to it via the function invocation. Then 'arguments' denote
[all...]
H A Dscopes.h323 // The local variable 'arguments' if we need to allocate it; NULL otherwise.
324 Variable* arguments() const { return arguments_; } function in class:v8::internal::Scope
401 // two variables inserted at initialization: "this" and "arguments".
402 // "this" is an invalid parameter name and "arguments" is invalid parameter
404 // "this" and "arguments" in addition to all formal parameters is safe.
H A Dbuiltins.cc8 #include "src/arguments.h"
30 BuiltinArguments(int length, Object** arguments) argument
31 : Arguments(length, arguments) { }
52 // Gets the total number of arguments including the receiver (but
53 // excluding extra arguments).
103 // In the body of the builtin function the arguments can be accessed
215 // cannot be used if there arguments to add to the array.
235 // Need to ensure that the arguments passed in args can be contained in
246 Object** arguments = args->arguments() local
[all...]
H A Dlithium-allocator.cc1604 va_list arguments; local
1605 va_start(arguments, msg);
1606 base::OS::VPrint(msg, arguments);
1607 va_end(arguments);
/external/chromium_org/v8/src/compiler/
H A Dscheduler.cc23 va_list arguments; local
24 va_start(arguments, msg);
25 base::OS::VPrint(msg, arguments);
26 va_end(arguments);
H A Dast-graph-builder.cc73 // Build the arguments object if it is used.
74 BuildArgumentsObject(scope->arguments());
1249 // before arguments are being evaluated.
1253 // Evaluate all arguments to the function call,
1254 ZoneList<Expression*>* args = expr->arguments();
1295 // Evaluate all arguments to the construct call.
1296 ZoneList<Expression*>* args = expr->arguments();
1311 // before arguments are being evaluated.
1322 // Evaluate all arguments to the JS runtime call.
1323 ZoneList<Expression*>* args = expr->arguments();
1708 BuildArgumentsObject(Variable* arguments) argument
[all...]
H A Dregister-allocator.cc1643 va_list arguments; local
1644 va_start(arguments, msg);
1645 base::OS::VPrint(msg, arguments);
1646 va_end(arguments);
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h11 // LLVM source types and ABI-coerced types for function arguments and
60 /// be expanded into consecutive arguments for its constituent fields.
66 /// This is similar to 'direct', except it only applies to arguments stored
271 /// A class for recording the number of arguments that a function
274 /// The number of required arguments, or ~0 if the signature does
275 /// not permit optional arguments.
285 /// Compute the arguments required by the given formal prototype,
286 /// given that there may be some additional, non-formal arguments
348 /// How many arguments to pass inreg.
354 /// The struct representing all arguments passe
382 arg_range arguments() { return arg_range(arg_begin(), arg_end()); } function in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
383 arg_const_range arguments() const { function in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
H A Dconvert.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ ...
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc796 // Utility class for accumulating command-line arguments.
814 void AddArguments(const ::std::vector<Str>& arguments) { argument
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
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-weblogic.jar ... .tools.ant.types.Commandline$Argument arguments public void setDescriptors (java.lang.String) String dirName ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/extensions/renderer/
H A Ddispatcher.cc155 std::vector<v8::Handle<v8::Value> > arguments; local
158 arguments.push_back(converter->ToV8Value(*it, context->v8_context()));
162 module_name, method_name, &arguments);
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc886 // Utility class for accumulating command-line arguments.
904 void AddArguments(const ::std::vector<Str>& arguments) { argument
905 for (typename ::std::vector<Str>::const_iterator i = arguments.begin();
906 i != arguments.end();
919 // A struct that encompasses the arguments to the child process of a
922 char* const* argv; // Command-line arguments for the child's call to exec
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DParseContext.cpp485 // arguments. 'full' will go to true when enough args have been seen. If we loop
532 error(line, "too many arguments", "constructor");
1601 TIntermTyped *TParseContext::addConstructor(TIntermNode *arguments, const TType *type, TOperator op, TFunction *fnCall, const TSourceLoc &line) argument
1603 TIntermAggregate *aggregateArguments = arguments->getAsAggregate();
1608 aggregateArguments->getSequence()->push_back(arguments);
1620 error(line, "Structure constructor arguments do not match structure fields", "Error");
2389 error(qualifierTypeLine, "invalid layout qualifier", qualifierType.c_str(), "only location may have arguments");
/external/chromium_org/third_party/icu/source/i18n/
H A Dmsgfmt.cpp883 // pattern and formats the arguments Formattable array and
888 const Formattable* arguments,
894 return temp.format(arguments, NULL, cnt, appendTo, NULL, success);
921 const Formattable* arguments,
925 return format(arguments, argumentNames, count, appendTo, NULL, success);
929 const Formattable* MessageFormat::getArgFromListByName(const Formattable* arguments, argument
934 return arguments + i;
942 MessageFormat::format(const Formattable* arguments, argument
954 format(0, NULL, arguments, argumentNames, cnt, app, pos, status);
998 // if argumentNames is NULL, this means arguments i
887 format( const UnicodeString& pattern, const Formattable* arguments, int32_t cnt, UnicodeString& appendTo, UErrorCode& success) argument
920 format(const UnicodeString* argumentNames, const Formattable* arguments, int32_t count, UnicodeString& appendTo, UErrorCode& success) const argument
1002 format(int32_t msgStart, const void *plNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, FieldPosition* ignore, UErrorCode& success) const argument
1157 formatComplexSubMessage(int32_t msgStart, const void *plNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, UErrorCode& success) const argument
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtmsgfmt.cpp393 Formattable arguments[] = { local
402 arguments,
429 Formattable arguments[] = { local
438 arguments,
644 "MessageFormat with apostrophes in plural/select arguments failed:\n");
655 //Format with passed arguments
976 Formattable arguments[] = { local
1005 arguments,
1035 arguments,
1458 * Verify that MessageFormat accomodates more than 10 arguments an
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-death-test.cc844 // Utility class for accumulating command-line arguments.
862 void AddArguments(const ::std::vector<Str>& arguments) { argument
863 for (typename ::std::vector<Str>::const_iterator i = arguments.begin();
864 i != arguments.end();
876 // A struct that encompasses the arguments to the child process of a
879 char* const* argv; // Command-line arguments for the child's call to exec
/external/clang/bindings/python/clang/
H A Dcindex.py73 # this by marshalling object arguments as void**.
1180 such as the parameters of a function or template or the arguments of a
1367 """Return an iterator for accessing the arguments of this cursor."""
1653 """Retrieve a container for the non-variadic arguments for this type.
1880 """Helper for passing unsaved file arguments."""
2191 Command-line arguments that would be passed to clang are specified as
2607 def arguments(self): member in class:CompileCommand
/external/gtest/src/
H A Dgtest-death-test.cc886 // Utility class for accumulating command-line arguments.
904 void AddArguments(const ::std::vector<Str>& arguments) { argument
905 for (typename ::std::vector<Str>::const_iterator i = arguments.begin();
906 i != arguments.end();
919 // A struct that encompasses the arguments to the child process of a
922 char* const* argv; // Command-line arguments for the child's call to exec
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp883 // pattern and formats the arguments Formattable array and
888 const Formattable* arguments,
894 return temp.format(arguments, NULL, cnt, appendTo, NULL, success);
921 const Formattable* arguments,
925 return format(arguments, argumentNames, count, appendTo, NULL, success);
929 const Formattable* MessageFormat::getArgFromListByName(const Formattable* arguments, argument
934 return arguments + i;
942 MessageFormat::format(const Formattable* arguments, argument
954 format(0, NULL, arguments, argumentNames, cnt, app, pos, status);
998 // if argumentNames is NULL, this means arguments i
887 format( const UnicodeString& pattern, const Formattable* arguments, int32_t cnt, UnicodeString& appendTo, UErrorCode& success) argument
920 format(const UnicodeString* argumentNames, const Formattable* arguments, int32_t count, UnicodeString& appendTo, UErrorCode& success) const argument
1002 format(int32_t msgStart, const void *plNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, FieldPosition* ignore, UErrorCode& success) const argument
1157 formatComplexSubMessage(int32_t msgStart, const void *plNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, UErrorCode& success) const argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtmsgfmt.cpp393 Formattable arguments[] = { local
402 arguments,
429 Formattable arguments[] = { local
438 arguments,
644 "MessageFormat with apostrophes in plural/select arguments failed:\n");
655 //Format with passed arguments
976 Formattable arguments[] = { local
1005 arguments,
1035 arguments,
1458 * Verify that MessageFormat accomodates more than 10 arguments an
[all...]
/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java524 * <p>This match arguments list should contain either zero elements (the next method call will
534 /** Encapsulates a single call of a method with associated arguments. */
538 /** The arguments provided at the time the call happened. */
583 * method calls happen with the supplied arguments or matchers) or stubbing (where the next method
584 * call tells us which arguments to match in order to perform the desired behaviour).
985 public Object doAction(Method method, Object[] arguments) throws Throwable; argument
1073 /** A custom argument matcher, should be used only for object arguments not primitives. */

Completed in 7427 milliseconds

12345678910