Home
last modified time | relevance | path

Searched defs:arguments (Results 51 - 75 of 173) sorted by relevance

1234567

/third_party/node/deps/v8/src/execution/
H A Darguments.h49 Arguments(int length, Address* arguments) in Arguments() argument
/third_party/node/deps/v8/src/torque/
H A Ddeclarable.cc156 arguments); in InferSpecializationTypes() local
148 InferSpecializationTypes( const TypeVector& explicit_specialization_types, const std::vector<base::Optional<const Type*>>& arguments) InferSpecializationTypes() argument
H A Dcsa-generator.cc522 std::vector<std::string> arguments = stack->PopMany(instruction.argc); in EmitInstruction() local
605 std::vector<std::string> arguments = stack->PopMany(instruction.argc); in EmitInstruction() local
696 std::vector<std::string> arguments = stack->PopMany(instruction.argc); in EmitInstruction() local
709 PrintCommaSeparatedList(out(), arguments); in EmitInstruction() local
728 PrintCommaSeparatedList(out(), arguments); in EmitInstruction() local
736 PrintCommaSeparatedList(out(), arguments); in EmitInstruction() local
/third_party/rust/crates/clap/tests/derive/
H A Dmain.rs6 mod arguments; modules
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-dbus.h79 const pa_dbus_arg_info *arguments; /* NULL, if the signal has no args. */ member
85 const pa_dbus_arg_info *arguments; /* NULL, if the method has no args. */ member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DFunctionLookup.cpp169 TIntermSequence &TFunctionLookup::arguments() in arguments() function in sh::TFunctionLookup
77 GetMangledName(const char *functionName, const TIntermSequence &arguments) GetMangledName() argument
90 GetMangledNames(const char *functionName, const TIntermSequence &arguments) GetMangledNames() argument
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
H A DDeqpInstrumentation.java45 public void onCreate (Bundle arguments) { in onCreate() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DDataDrivenTestHelper.java63 protected DataDrivenTestHelper addLine(List<String> arguments, String commentBase) { in addLine() argument
74 public boolean isTestLine(List<String> arguments) { in isTestLine() argument
179 handle(int lineNumber, boolean breakpoint, String commentBase, List<String> arguments) handle() argument
181 handleParams(String comment, List<String> arguments) handleParams() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDataDrivenTestHelper.java62 protected DataDrivenTestHelper addLine(List<String> arguments, String commentBase) { in addLine() argument
73 public boolean isTestLine(List<String> arguments) { in isTestLine() argument
178 handle(int lineNumber, boolean breakpoint, String commentBase, List<String> arguments) handle() argument
180 handleParams(String comment, List<String> arguments) handleParams() argument
[all...]
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbignum_core.py46 def arguments(self) -> List[str]: member in BignumCoreShiftR
89 def arguments(self) -> List[str]: member in BignumCoreShiftL
144 def arguments(self) -> List[str]: member in BignumCoreCTLookup
239 def arguments(self) -> List[str]: member in BignumCoreMLA
678 def arguments(self) -> List[str]: member in BignumCoreMontmul
H A Dbignum_common.py185 def arguments(self) -> List[str]: member in OperationCommon
337 def arguments(self) -> List[str]: member in ModOperationCommon
/third_party/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp64 enum arguments { enum
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-api.cc152 RelocatableArguments(Isolate* isolate, int length, Address* arguments) in RelocatableArguments() argument
/third_party/node/deps/v8/src/inspector/
H A Dcustom-preview.cc37 std::vector<v8::Local<v8::Value>> arguments; in reportError() local
/third_party/node/deps/v8/src/utils/
H A Dutils.cc36 va_list arguments; in PrintF() local
43 va_list arguments; in PrintF() local
51 va_list arguments; in PrintPID() local
59 va_list arguments; PrintIsolate() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DConvertUnsupportedConstructorsToFunctionCalls.cpp186 TIntermSequence &arguments = *node.getSequence(); variable
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DRewriteR32fImages.cpp132 TIntermSequence *arguments = node->getSequence(); in RewriteBuiltinFunctionCall() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DRewriteExpressionsWithShaderStorageBlock.cpp101 bool HasSSBOAsFunctionArgument(TIntermSequence *arguments) in HasSSBOAsFunctionArgument() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTexture2Tests.hpp216 std::string arguments; member
/third_party/skia/third_party/externals/icu/source/tools/gendict/
H A Dgendict.cpp64 enum arguments { enum
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionDeclaration.cpp400 bool FunctionDeclaration::determineFinalTypes(const ExpressionArray& arguments, in determineFinalTypes() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-scopes.cc418 Handle<FixedArray> arguments = isolate->factory()->NewFixedArray( in NewSloppyArguments() local
500 std::unique_ptr<Handle<Object>[]> arguments = RUNTIME_FUNCTION() local
513 std::unique_ptr<Handle<Object>[]> arguments = RUNTIME_FUNCTION() local
540 std::unique_ptr<Handle<Object>[]> arguments = RUNTIME_FUNCTION() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermNode_util.cpp89 TIntermSequence arguments; in CreateZeroNode() local
20 LookUpBuiltInFunction(const char *name, const TIntermSequence *arguments, const TSymbolTable &symbolTable, int shaderVersion) LookUpBuiltInFunction() argument
341 CreateBuiltInFunctionCallNode(const char *name, TIntermSequence *arguments, const TSymbolTable &symbolTable, int shaderVersion) CreateBuiltInFunctionCallNode() argument
[all...]
/third_party/skia/src/sksl/
H A DSkSLAnalysis.cpp96 const ExpressionArray& arguments = e.as<ChildCall>().arguments(); variable
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-container-object.c478 ecma_value_t arguments[] = { value }; in ecma_op_container_create() local
518 ecma_value_t arguments[] = { key, value }; in ecma_op_container_create() local

Completed in 19 milliseconds

1234567