Home
last modified time | relevance | path

Searched defs:arguments (Results 176 - 200 of 259) sorted by relevance

1234567891011

/test/ostest/wukong/common/src/
H A Dwukong_util.cpp255 ErrCode WuKongUtil::CheckArgumentList(std::vector<std::string> &arguments, bool isAddToList) in CheckArgumentList() argument
289 ErrCode WuKongUtil::CheckAbilityArgumentList(std::vector<std::string> &arguments) in CheckAbilityArgumentList() argument
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslGrammar.cpp3319 TIntermTyped* arguments = nullptr; in acceptUnaryExpression() local
3577 TIntermTyped* arguments = nullptr; acceptFunctionCall() local
3597 acceptArguments(TFunction* function, TIntermTyped*& arguments) acceptArguments() argument
[all...]
/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc855 void AddArguments(const ::std::vector<Str>& arguments) { in AddArguments() argument
1192 void AddArguments(const ::std::vector<Str>& arguments) { in AddArguments() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtmsgfmt.cpp400 Formattable arguments[] = { in testStaticFormat() local
436 Formattable arguments[] = { in TestTurkishCasing() local
984 Formattable arguments[] = { in testSetLocale() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp936 const Formattable* MessageFormat::getArgFromListByName(const Formattable* arguments, in getArgFromListByName() argument
949 MessageFormat::format(const Formattable* arguments, in format() argument
894 format( const UnicodeString& pattern, const Formattable* arguments, int32_t cnt, UnicodeString& appendTo, UErrorCode& success) format() argument
927 format(const UnicodeString* argumentNames, const Formattable* arguments, int32_t count, UnicodeString& appendTo, UErrorCode& success) const format() argument
1009 format(int32_t msgStart, const void *plNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, FieldPosition* ignore, UErrorCode& success) const format() argument
1164 formatComplexSubMessage(int32_t msgStart, const void *plNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, UErrorCode& success) const formatComplexSubMessage() argument
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-string-prototype.c417 ecma_value_t arguments[] = { this_value, replace_value }; in ecma_builtin_string_prototype_object_replace() local
671 ecma_value_t arguments[] = { ecma_make_string_value (string_p) }; in ecma_builtin_string_prototype_object_search() local
771 ecma_value_t arguments[] = { this_value, limit_value }; in ecma_builtin_string_prototype_object_split() local
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c2099 ecma_value_t arguments[] = { this_arg, ecma_make_string_value (flags_str_p) }; in ecma_regexp_split_helper() local
3419 ecma_value_t arguments[] = { ecma_make_string_value (str_p) }; in ecma_op_regexp_exec() local
/third_party/node/deps/icu-small/source/i18n/
H A Dmsgfmt.cpp937 const Formattable* MessageFormat::getArgFromListByName(const Formattable* arguments, in getArgFromListByName() argument
950 MessageFormat::format(const Formattable* arguments, in format() argument
895 format( const UnicodeString& pattern, const Formattable* arguments, int32_t cnt, UnicodeString& appendTo, UErrorCode& success) format() argument
928 format(const UnicodeString* argumentNames, const Formattable* arguments, int32_t count, UnicodeString& appendTo, UErrorCode& success) const format() argument
1010 format(int32_t msgStart, const void *plNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, FieldPosition* ignore, UErrorCode& success) const format() argument
1165 formatComplexSubMessage(int32_t msgStart, const void *plNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, UErrorCode& success) const formatComplexSubMessage() argument
[all...]
/third_party/libfuse/example/
H A Dcxxopts.hpp1183 arguments() const in arguments() function in cxxopts::ParseResult
/third_party/ltp/tools/sparse/sparse-src/
H A Dsymbol.h201 struct symbol_list *arguments; member
/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator.cc1371 const Operator* CommonOperatorBuilder::StateValues(int arguments, in StateValues() argument
H A Djs-create-lowering.cc1539 Node* arguments = ab.Finish(); TryAllocateAliasedArguments() local
1542 AllocationBuilder a(jsgraph(), arguments, control); TryAllocateAliasedArguments() local
1545 a.Store(AccessBuilder::ForSloppyArgumentsElementsArguments(), arguments); TryAllocateAliasedArguments() local
1593 Node* arguments = effect = TryAllocateAliasedArguments() local
1602 a.Store(AccessBuilder::ForSloppyArgumentsElementsArguments(), arguments); TryAllocateAliasedArguments() local
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8.h456 std::vector<const char*> arguments; member in v8::ShellOptions
/third_party/node/deps/v8/src/ast/
H A Dscopes.h1112 Variable* arguments() const { in arguments() function in v8::internal::DeclarationScope
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc92 va_list arguments; in TraceSim() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dgc-tracer.cc658 va_list arguments; in Output() local
/third_party/node/deps/v8/src/objects/
H A Dmap.cc1134 Object arguments = elements.arguments(); in MayHaveReadOnlyElementsInPrototypeChain() local
/third_party/node/deps/v8/src/torque/
H A Dast.h311 std::vector<Expression*> arguments; member
337 std::vector<Expression*> arguments; member
360 std::vector<Expression*> arguments; global() member
790 std::vector<Expression*> arguments; global() member
1300 MakeCallExpression( IdentifierExpression* callee, std::vector<Expression*> arguments, std::vector<Identifier*> labels = {}) MakeCallExpression() argument
1307 MakeCallExpression( std::string callee, std::vector<Expression*> arguments, std::vector<Identifier*> labels = {}) MakeCallExpression() argument
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc855 void AddArguments(const ::std::vector<Str>& arguments) { in AddArguments() argument
1206 void AddArguments(const ::std::vector<Str>& arguments) { in AddArguments() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.cpp622 TIntermAggregate *TIntermAggregate::CreateConstructor(const TType &type, TIntermSequence *arguments) in CreateConstructor() argument
602 CreateFunctionCall(const TFunction &func, TIntermSequence *arguments) CreateFunctionCall() argument
608 CreateRawFunctionCall(const TFunction &func, TIntermSequence *arguments) CreateRawFunctionCall() argument
614 CreateBuiltInFunctionCall(const TFunction &func, TIntermSequence *arguments) CreateBuiltInFunctionCall() argument
627 TIntermAggregate(const TFunction *func, const TType &type, TOperator op, TIntermSequence *arguments) TIntermAggregate() argument
[all...]
H A DOutputHLSL.cpp2381 TIntermSequence *arguments = node->getSequence(); in visitAggregate() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteCubeMapSamplersAs2DArray.cpp843 TIntermSequence *arguments = node->getSequence(); in convertBuiltinFunction() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmsgfmt.cpp934 const Formattable* MessageFormat::getArgFromListByName(const Formattable* arguments, in getArgFromListByName() argument
947 MessageFormat::format(const Formattable* arguments, in format() argument
892 format( const UnicodeString& pattern, const Formattable* arguments, int32_t cnt, UnicodeString& appendTo, UErrorCode& success) format() argument
925 format(const UnicodeString* argumentNames, const Formattable* arguments, int32_t count, UnicodeString& appendTo, UErrorCode& success) const format() argument
1007 format(int32_t msgStart, const void *plNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, FieldPosition* ignore, UErrorCode& success) const format() argument
1162 formatComplexSubMessage(int32_t msgStart, const void *plNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, UErrorCode& success) const formatComplexSubMessage() argument
[all...]
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp339 const ExpressionArray& arguments = c.arguments(); in writeFunctionCall() local
194 getOutParamHelper(const FunctionCall& call, const ExpressionArray& arguments, const SkTArray<VariableReference*>& outVars) getOutParamHelper() argument
448 getInversePolyfill(const ExpressionArray& arguments) getInversePolyfill() argument
525 writeArgumentList(const ExpressionArray& arguments) writeArgumentList() argument
537 const ExpressionArray& arguments = c.arguments(); writeIntrinsicCall() local
[all...]
/third_party/python/Lib/test/
H A Dtest_ast.py1304 def arguments(args=None, posonlyargs=None, vararg=None, global() function
[all...]

Completed in 58 milliseconds

1234567891011