Home
last modified time | relevance | path

Searched defs:arguments (Results 26 - 50 of 201) sorted by relevance

123456789

/third_party/skia/src/sksl/ir/
H A DSkSLFunctionCall.h53 ExpressionArray& arguments() { in arguments() function in SkSL::final
57 const ExpressionArray& arguments() const { in arguments() function in SkSL::final
24 FunctionCall(int line, const Type* type, const FunctionDeclaration* function, ExpressionArray arguments) FunctionCall() argument
[all...]
H A DSkSLExternalFunctionCall.h25 ExternalFunctionCall(int line, const ExternalFunction* function, ExpressionArray arguments) in ExternalFunctionCall() argument
30 ExpressionArray& arguments() { in arguments() function in SkSL::final
34 const ExpressionArray& arguments() const { in arguments() function in SkSL::final
H A DSkSLChildCall.h24 ChildCall(int line, const Type* type, const Variable* child, ExpressionArray arguments) in ChildCall() argument
40 ExpressionArray& arguments() { in arguments() function in SkSL::final
44 const ExpressionArray& arguments() const { in arguments() function in SkSL::final
H A DSkSLConstructor.h118 MultiArgumentConstructor(int line, Kind kind, const Type* type, ExpressionArray arguments) in MultiArgumentConstructor() argument
122 ExpressionArray& arguments() { in arguments() function in SkSL::MultiArgumentConstructor
126 const ExpressionArray& arguments() const { in arguments() function in SkSL::MultiArgumentConstructor
H A DSkSLChildCall.cpp43 call_signature_is_valid(const Context& context, const Variable& child, const ExpressionArray& arguments) call_signature_is_valid() argument
70 Make(const Context& context, int line, const Type* returnType, const Variable& child, ExpressionArray arguments) Make() argument
[all...]
H A DSkSLIndexExpression.cpp113 const ExpressionArray& arguments = arrayCtor.arguments(); in Make() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_component_api_bridge.cpp122 JsScrollTo( const shared_ptr<JsRuntime>& runtime, const std::string& arguments, NodeId nodeId) JsScrollTo() argument
H A Djsi_xcomponent_bridge.cpp185 JsSetXComponentSurfaceSize( const shared_ptr<JsRuntime>& runtime, const std::string& arguments, NodeId nodeId) JsSetXComponentSurfaceSize() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_timer_list.h62 Arguments *arguments; member
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/platformutil/
H A DDeqpPlatformCapabilityQueryInstrumentation.java45 public void onCreate (Bundle arguments) { in onCreate() argument
/third_party/typescript/tests/baselines/reference/
H A DclassStaticBlock6.js133 var arguments = 1; variable
[all...]
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/entry/
H A Dchild_widget.cpp106 QStringList arguments = QApplication::arguments(); in RestartApp() local
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_producer_listener.h38 MessageParcel arguments; variable
55 MessageParcel arguments; variable
113 OnBufferReleasedWithFenceRemote(MessageParcel& arguments) OnBufferReleasedWithFenceRemote() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncconnection_fuzzer/
H A Dvsyncconnection_fuzzer.cpp88 MessageParcel arguments; in DoSomethingInterestingWithMyAPI() local
/third_party/curl/packages/OS400/
H A Dcurlcl.c46 struct arguments { struct
/third_party/gn/src/base/strings/
H A Dstring_util.h48 va_list arguments; in snprintf() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2DataModelFormatter.java79 private Map<String, Object> mf2OptToVariableOptions(Map<String, Value> options, Map<String, Object> arguments) { in mf2OptToVariableOptions() argument
119 String format(Map<String, Object> arguments) { in format() argument
139 private Pattern findBestMatchingPattern(List<Expression> selectors, Map<String, Object> arguments) { in findBestMatchingPattern() argument
213 private Object variableToObjectEx(Value value, Map<String, Object> arguments) { in variableToObjectEx() argument
232 formatPlaceholder(Expression ph, Map<String, Object> arguments, boolean localExpression) formatPlaceholder() argument
[all...]
H A DMessageFormatter.java219 public String formatToString(Map<String, Object> arguments) { in formatToString() argument
234 public FormattedMessage format(Map<String, Object> arguments) { in format() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
H A DTestCase.java18 final Map<String, Object> arguments; field in TestCase
52 private Map<String, Object> arguments; field in TestCase.Builder
72 public TestCase.Builder arguments(Map<String, Object> arguments) { in arguments() argument
[all...]
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbignum_mod.py44 def arguments(self) -> List[str]: member in BignumModMul
H A Decp.py90 def arguments(self)-> List[str]: member in EcpP192R1Raw
169 def arguments(self)-> List[str]: member in EcpP224R1Raw
254 def arguments(self)-> List[str]: member in EcpP256R1Raw
377 def arguments(self)-> List[str]: member in EcpP384R1Raw
483 def arguments(self)-> List[str]: member in EcpP521R1Raw
555 def arguments(self): global() member in EcpP192K1Raw
629 def arguments(self): global() member in EcpP224K1Raw
705 def arguments(self): global() member in EcpP256K1Raw
774 def arguments(self)-> List[str]: global() member in EcpP255Raw
873 def arguments(self): global() member in EcpP448Raw
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-utils.h21 BuiltinArguments(int length, Address* arguments) in BuiltinArguments() argument
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dupdate_vk_wrappers.py130 arguments=arguments, variable
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DCoroutine.hpp152 std::vector<Type *> arguments; member in rr::Coroutine
168 Nucleus::createCoroutine(CToReactorT<Return>::type(), arguments); in Coroutine() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DThread.hpp87 std::shared_ptr<Scope> arguments; member in vk::dbg::Frame

Completed in 10 milliseconds

123456789