| /third_party/node/deps/v8/src/execution/ |
| H A D | arguments.h | 49 Arguments(int length, Address* arguments) in Arguments() argument
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | declarable.cc | 156 arguments); in InferSpecializationTypes() local 148 InferSpecializationTypes( const TypeVector& explicit_specialization_types, const std::vector<base::Optional<const Type*>>& arguments) InferSpecializationTypes() argument
|
| H A D | csa-generator.cc | 522 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 D | main.rs | 6 mod arguments; modules
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | protocol-dbus.h | 79 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 D | FunctionLookup.cpp | 169 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 D | DeqpInstrumentation.java | 45 public void onCreate (Bundle arguments) { in onCreate() argument
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | DataDrivenTestHelper.java | 63 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 D | DataDrivenTestHelper.java | 62 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 D | bignum_core.py | 46 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 D | bignum_common.py | 185 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 D | gendict.cpp | 64 enum arguments { enum
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-api.cc | 152 RelocatableArguments(Isolate* isolate, int length, Address* arguments) in RelocatableArguments() argument
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | custom-preview.cc | 37 std::vector<v8::Local<v8::Value>> arguments; in reportError() local
|
| /third_party/node/deps/v8/src/utils/ |
| H A D | utils.cc | 36 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 D | ConvertUnsupportedConstructorsToFunctionCalls.cpp | 186 TIntermSequence &arguments = *node.getSequence(); variable [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
| H A D | RewriteR32fImages.cpp | 132 TIntermSequence *arguments = node->getSequence(); in RewriteBuiltinFunctionCall() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
| H A D | RewriteExpressionsWithShaderStorageBlock.cpp | 101 bool HasSSBOAsFunctionArgument(TIntermSequence *arguments) in HasSSBOAsFunctionArgument() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cSparseTexture2Tests.hpp | 216 std::string arguments; member
|
| /third_party/skia/third_party/externals/icu/source/tools/gendict/ |
| H A D | gendict.cpp | 64 enum arguments { enum
|
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLFunctionDeclaration.cpp | 400 bool FunctionDeclaration::determineFinalTypes(const ExpressionArray& arguments, in determineFinalTypes() argument
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-scopes.cc | 418 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 D | IntermNode_util.cpp | 89 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 D | SkSLAnalysis.cpp | 96 const ExpressionArray& arguments = e.as<ChildCall>().arguments(); variable
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-container-object.c | 478 ecma_value_t arguments[] = { value }; in ecma_op_container_create() local 518 ecma_value_t arguments[] = { key, value }; in ecma_op_container_create() local
|