| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-scopes.cc | 938 Handle<JSObject> arguments = Accessors::FunctionGetArguments( in VisitLocalScope() local
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | accessors.cc | 430 Handle<JSObject> arguments = in ArgumentsForInlinedFunction() local 479 Handle<JSObject> arguments = in GetFrameArguments() local [all...] |
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-console-message.cc | 351 arguments = wrapArguments(session, generatePreview); in reportToFrontend() local 428 createForConsoleAPI( v8::Local<v8::Context> v8Context, int contextId, int groupId, V8InspectorImpl* inspector, double timestamp, ConsoleAPIType type, const std::vector<v8::Local<v8::Value>>& arguments, const String16& consoleContext, std::unique_ptr<V8StackTraceImpl> stackTrace) createForConsoleAPI() argument [all...] |
| H A D | v8-runtime-agent-impl.cc | 127 protocol::Array<protocol::Runtime::CallArgument>* arguments = in innerCallFunctionOn() local
|
| H A D | v8-console.cc | 80 std::vector<v8::Local<v8::Value>> arguments; in reportCallWithDefaultArgument() local 89 std::vector<v8::Local<v8::Value>> arguments; in reportCallAndReplaceFirstArgument() local 101 reportCall(ConsoleAPIType type, const std::vector<v8::Local<v8::Value>>& arguments) reportCall() argument 357 std::vector<v8::Local<v8::Value>> arguments; Assert() local [all...] |
| /third_party/node/deps/uv/src/win/ |
| H A D | process.c | 945 WCHAR* application_path = NULL, *application = NULL, *arguments = NULL, in uv_spawn() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
| H A D | ReplaceForShaderFramebufferFetch.cpp | 247 CreateSubpassLoadFuncCall(TSymbolTable *symbolTable, TBasicType inputType, TIntermSequence *arguments) CreateSubpassLoadFuncCall() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| H A D | RemoveDynamicIndexing.cpp | 339 TIntermSequence arguments; in CreateIndexFunctionCall() local 355 TIntermSequence arguments; in CreateIndexedWriteFunctionCall() local [all...] |
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLPipelineStageCodeGenerator.cpp | 148 const ExpressionArray& arguments = c.arguments(); in writeChildCall() local [all...] |
| H A D | SkSLGLSLCodeGenerator.cpp | 441 const ExpressionArray& arguments = c.arguments(); in writeFunctionCall() local 710 const auto arguments = c.argumentSpan(); writeCastConstructor() local [all...] |
| /third_party/skia/third_party/skcms/src/ |
| H A D | Transform_inl.h | 1565 static void run_program(const Op* program, const void** arguments, in run_program() argument
|
| /third_party/python/Objects/ |
| H A D | genericaliasobject.c | 832 PyObject *arguments = PyTuple_GET_ITEM(args, 1); in ga_new() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | MessageFormat.java | 969 format(Object[] arguments, StringBuffer result, FieldPosition pos) format() argument 1004 format(Map<String, Object> arguments, StringBuffer result, FieldPosition pos) format() argument 1026 format(String pattern, Object... arguments) format() argument 1044 format(String pattern, Map<String, Object> arguments) format() argument 1086 format(Object arguments, StringBuffer result, FieldPosition pos) format() argument 1130 formatToCharacterIterator(Object arguments) formatToCharacterIterator() argument 2152 format(Object arguments, AppendableWrapper result, FieldPosition fp) format() argument 2167 format(Object[] arguments, Map<String, Object> argsMap, AppendableWrapper dest, FieldPosition fp) format() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | MessageFormat.java | 947 format(Object[] arguments, StringBuffer result, FieldPosition pos) format() argument 981 format(Map<String, Object> arguments, StringBuffer result, FieldPosition pos) format() argument 1002 format(String pattern, Object... arguments) format() argument 1019 format(String pattern, Map<String, Object> arguments) format() argument 1059 format(Object arguments, StringBuffer result, FieldPosition pos) format() argument 1102 formatToCharacterIterator(Object arguments) formatToCharacterIterator() argument 2108 format(Object arguments, AppendableWrapper result, FieldPosition fp) format() argument 2123 format(Object[] arguments, Map<String, Object> argsMap, AppendableWrapper dest, FieldPosition fp) format() argument [all...] |
| /third_party/libuv/src/win/ |
| H A D | process.c | 916 WCHAR* application_path = NULL, *application = NULL, *arguments = NULL, in uv_spawn() local
|
| /third_party/node/src/api/ |
| H A D | environment.cc | 750 Local<Value> arguments[] = {exports, primordials}; in InitializePrimordials() local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | linearize.h | 144 struct pseudo_list *arguments; member
|
| /third_party/node/deps/v8/src/ast/ |
| H A D | prettyprinter.cc | 591 void CallPrinter::FindArguments(const ZonePtrList<Expression>* arguments) { in FindArguments() argument 649 va_list arguments; in Print() local 882 PrintArguments(const ZonePtrList<Expression>* arguments) PrintArguments() argument [all...] |
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLFunctionCall.cpp | 33 static bool has_compile_time_constant_arguments(const ExpressionArray& arguments) { in has_compile_time_constant_arguments() argument 134 static std::unique_ptr<Expression> coalesce_vector(const IntrinsicArguments& arguments, in coalesce_vector() argument 148 static std::unique_ptr<Expression> coalesce_pairwise_vectors(const IntrinsicArguments& arguments, in coalesce_pairwise_vectors() argument 165 optimize_comparison(const Context& context, const IntrinsicArguments& arguments, CompareFn compare) optimize_comparison() argument 249 evaluate_intrinsic(const Context& context, const IntrinsicArguments& arguments, const Type& returnType, EvaluateFn eval) evaluate_intrinsic() argument 261 evaluate_intrinsic_numeric(const Context& context, const IntrinsicArguments& arguments, const Type& returnType, EvaluateFn eval) evaluate_intrinsic_numeric() argument 280 evaluate_pairwise_intrinsic(const Context& context, const IntrinsicArguments& arguments, const Type& returnType, EvaluateFn eval) evaluate_pairwise_intrinsic() argument 304 evaluate_3_way_intrinsic(const Context& context, const IntrinsicArguments& arguments, const Type& returnType, EvaluateFn eval) evaluate_3_way_intrinsic() argument 438 IntrinsicArguments arguments = {}; optimize_intrinsic_call() local 815 CallCost(const Context& context, const FunctionDeclaration& function, const ExpressionArray& arguments) CallCost() argument 836 FindBestFunctionForCall( const Context& context, const std::vector<const FunctionDeclaration*>& functions, const ExpressionArray& arguments) FindBestFunctionForCall() argument 855 Convert(const Context& context, int line, std::unique_ptr<Expression> functionValue, ExpressionArray arguments) Convert() argument 935 Convert(const Context& context, int line, const FunctionDeclaration& function, ExpressionArray arguments) Convert() argument 1002 Make(const Context& context, int line, const Type* returnType, const FunctionDeclaration& function, ExpressionArray arguments) Make() argument [all...] |
| /third_party/skia/src/sksl/ |
| H A D | SkSLInliner.cpp | 626 ExpressionArray& arguments = call->arguments(); in inlineCall() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | ShaderModuleD3D12.cpp | 396 std::vector<const wchar_t*> arguments; in GetDXCArguments() local 460 std::vector<const wchar_t*> arguments = CompileShaderDXC() local [all...] |
| /third_party/python/Modules/_ctypes/ |
| H A D | callproc.c | 1596 PyObject *arguments; in call_function() local 1631 PyObject *arguments; call_cdeclfunction() local [all...] |
| /foundation/graphic/graphic_surface/surface/src/ |
| H A D | buffer_queue_producer.cpp | 122 int32_t BufferQueueProducer::OnRemoteRequest(uint32_t code, MessageParcel &arguments, in OnRemoteRequest() argument 145 int32_t BufferQueueProducer::RequestBufferRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) in RequestBufferRemote() argument 188 int32_t BufferQueueProducer::RequestBuffersRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) in RequestBuffersRemote() argument 230 GetProducerInitInfoRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) GetProducerInitInfoRemote() argument 254 CancelBufferRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) CancelBufferRemote() argument 271 FlushBufferRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) FlushBufferRemote() argument 316 FlushBuffersRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) FlushBuffersRemote() argument 348 GetLastFlushedBufferRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) GetLastFlushedBufferRemote() argument 373 AttachBufferToQueueRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) AttachBufferToQueueRemote() argument 399 DetachBufferFromQueueRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) DetachBufferFromQueueRemote() argument 418 AttachBufferRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) AttachBufferRemote() argument 439 DetachBufferRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) DetachBufferRemote() argument 444 GetQueueSizeRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) GetQueueSizeRemote() argument 452 SetQueueSizeRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) SetQueueSizeRemote() argument 462 GetNameRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) GetNameRemote() argument 475 GetNameAndUniqueIdRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) GetNameAndUniqueIdRemote() argument 490 GetDefaultWidthRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) GetDefaultWidthRemote() argument 499 GetDefaultHeightRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) GetDefaultHeightRemote() argument 508 SetDefaultUsageRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) SetDefaultUsageRemote() argument 519 GetDefaultUsageRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) GetDefaultUsageRemote() argument 528 GetUniqueIdRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) GetUniqueIdRemote() argument 536 CleanCacheRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) CleanCacheRemote() argument 545 GoBackgroundRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) GoBackgroundRemote() argument 553 RegisterReleaseListenerRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) RegisterReleaseListenerRemote() argument 571 UnRegisterReleaseListenerRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) UnRegisterReleaseListenerRemote() argument 581 SetTransformRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) SetTransformRemote() argument 591 IsSupportedAllocRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) IsSupportedAllocRemote() argument 609 ConnectRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) ConnectRemote() argument 618 DisconnectRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) DisconnectRemote() argument 627 SetScalingModeRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) SetScalingModeRemote() argument 638 SetScalingModeV2Remote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) SetScalingModeV2Remote() argument 649 SetBufferHoldRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) SetBufferHoldRemote() argument 659 SetMetaDataRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) SetMetaDataRemote() argument 673 SetMetaDataSetRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) SetMetaDataSetRemote() argument 688 SetTunnelHandleRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) SetTunnelHandleRemote() argument 705 GetPresentTimestampRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) GetPresentTimestampRemote() argument 721 GetTransformRemote( MessageParcel &arguments, MessageParcel &reply, MessageOption &option) GetTransformRemote() argument 740 SetTransformHintRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) SetTransformHintRemote() argument 751 GetTransformHintRemote( MessageParcel &arguments, MessageParcel &reply, MessageOption &option) GetTransformHintRemote() argument 770 SetSurfaceSourceTypeRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) SetSurfaceSourceTypeRemote() argument 781 GetSurfaceSourceTypeRemote( MessageParcel &arguments, MessageParcel &reply, MessageOption &option) GetSurfaceSourceTypeRemote() argument 800 SetSurfaceAppFrameworkTypeRemote( MessageParcel &arguments, MessageParcel &reply, MessageOption &option) SetSurfaceAppFrameworkTypeRemote() argument 811 GetSurfaceAppFrameworkTypeRemote( MessageParcel &arguments, MessageParcel &reply, MessageOption &option) GetSurfaceAppFrameworkTypeRemote() argument 830 SetHdrWhitePointBrightnessRemote( MessageParcel &arguments, MessageParcel &reply, MessageOption &option) SetHdrWhitePointBrightnessRemote() argument 841 SetSdrWhitePointBrightnessRemote( MessageParcel &arguments, MessageParcel &reply, MessageOption &option) SetSdrWhitePointBrightnessRemote() argument 852 AcquireLastFlushedBufferRemote( MessageParcel &arguments, MessageParcel &reply, MessageOption &option) AcquireLastFlushedBufferRemote() argument 877 ReleaseLastFlushedBufferRemote( MessageParcel &arguments, MessageParcel &reply, MessageOption &option) ReleaseLastFlushedBufferRemote() argument 888 SetGlobalAlphaRemote(MessageParcel &arguments, MessageParcel &reply, MessageOption &option) SetGlobalAlphaRemote() argument [all...] |
| /test/ostest/wukong/common/src/ |
| H A D | wukong_util.cpp | 255 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 D | hlslGrammar.cpp | 3319 TIntermTyped* arguments = nullptr; in acceptUnaryExpression() local 3577 TIntermTyped* arguments = nullptr; acceptFunctionCall() local 3597 acceptArguments(TFunction* function, TIntermTyped*& arguments) acceptArguments() argument [all...] |