Home
last modified time | relevance | path

Searched defs:arguments (Results 76 - 100 of 201) sorted by relevance

123456789

/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
/base/update/updater/services/applypatch/
H A Dblock_set.cpp353 uint64_t arguments[2] = {static_cast<uint64_t>(offset), writeSize}; in WriteZeroToBlock() local
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H A Dbufferqueueproducer_fuzzer.cpp136 MessageParcel arguments; in BufferQueueProducerFuzzTest1() local
141 iter.second(reinterpret_cast<BufferQueueProducer*>(bqp.GetRefPtr()), arguments, reply, option); in BufferQueueProducerFuzzTest1() local
/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/node/deps/v8/src/torque/
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/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
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.cpp380 std::vector<panda::Local<panda::JSValueRef>> arguments; in Call() local
H A Djsi_declarative_group_js_bridge.cpp120 std::vector<CodecData> arguments; in ProcessJsRequest() local
176 std::vector<CodecData> arguments; in ProcessJsRequestSync() local
325 ParseJsPara(const shared_ptr<JsRuntime>& runtime, const std::vector<shared_ptr<JsValue>>& argv, int32_t beginIndex, int32_t requestId, std::vector<CodecData>& arguments) ParseJsPara() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_group_js_bridge.cpp218 std::vector<CodecData> arguments; in ProcessJsRequest() local
288 std::vector<CodecData> arguments; in ProcessJsRequestSync() local
455 ParseJsPara(const shared_ptr<JsRuntime>& runtime, const std::vector<shared_ptr<JsValue>>& argv, int32_t beginIndex, int32_t requestId, std::vector<CodecData>& arguments) ParseJsPara() argument
[all...]
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_accessibility.cpp497 OH_ArkUI_FindAccessibilityActionArgumentByKey( ArkUI_AccessibilityActionArguments* arguments, const char* key, char** value) OH_ArkUI_FindAccessibilityActionArgumentByKey() argument
/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
/third_party/node/src/
H A Dnode_builtins.cc427 std::vector<Local<Value>> arguments; in CompileAndCall() local

Completed in 40 milliseconds

123456789