Home
last modified time | relevance | path

Searched full:accept (Results 1 – 25 of 275) sorted by relevance

1234567891011

/arkcompiler/ets_frontend/ets2panda/linter/test/sdkwhite/
Dquoted_hyphen_props_deprecated_sdk.ets44 'accept': 'application/json', // Error
56 'accept-charset': 'UTF-8', // Error
57 'accept-encoding': 'gzip, deflate', // Error
58 'accept-language': 'en-US,en;q=0.9', // Error
79 accept: 'application/json', // Error
105 console.log('accept='+exRequestHeadersInterface.accept) //Error
135 'accept',
138 'accept-charset',
139 'accept-encoding',
140 'accept-language',
[all …]
Dquoted_hyphen_props_deprecated_sdk2.ets25 'accept-ranges',
81 'accept-ranges': 'no-cache', // Error
96 'accept-ranges': 'bytes=0-1023', // Error
106 'accept-ranges': undefined, // Error
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp305 labelOpnd.Accept(visitor); in Run()
451 insn.GetOperand(static_cast<uint32>(seq[i])).Accept(visitor); in EmitAArch64Insn()
647 opnd0->Accept(visitor); in EmitClinitTail()
677 opnd0->Accept(visitor); in EmitLazyLoad()
679 opnd0->Accept(visitor1); in EmitLazyLoad()
682 opnd1->Accept(visitor1); in EmitLazyLoad()
687 opnd0->Accept(visitor); in EmitLazyLoad()
689 opnd1->Accept(visitor1); in EmitLazyLoad()
713 opnd0->Accept(visitor); in EmitCounter()
720 opnd0->Accept(visitor); in EmitCounter()
[all …]
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
Ddefault_generic_method_2.ets17 accept(t: T, u: U) {
49 new Base().foo_default().accept(new SomeType(), new SomeType())
50 new Base().foo_implicit(new OtherType()).accept(new SomeType(), new OtherType())
51 new Base().foo_array().accept(new SomeType(), [new SomeType()])
52 new Base().foo_array_implicit(new OtherType()).accept(new SomeType(), [new OtherType()])
53 new Base().foo_union().accept(new SomeType(), new SomeType())
54 new Base().foo_union().accept(new SomeType(), new OtherType())
55 new Base().foo_object().accept(new SomeType(), new SomeObject<SomeType>)
Ddefault_generic_method_1.ets17 accept(t: T, u: U) {
46 new Base().foo_default<SomeType>().accept(new SomeType(), new SomeType())
47 new Base().foo_array<SomeType>().accept(new SomeType(), [new SomeType()])
48 new Base().foo_array_implicit<SomeType>().accept(new SomeType(), [new SomeType()])
49 new Base().foo_union<SomeType>().accept(new SomeType(), new SomeType())
50 new Base().foo_union<SomeType>().accept(new SomeType(), new OtherType())
51 new Base().foo_object<SomeType>().accept(new SomeType(), new SomeObject<SomeType>)
/arkcompiler/ets_runtime/test/sharedtest/sharedcollectionsexception/
Dexpect_output.txt64 Create with non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable val…
66 Create from non-sendable iterator fail. err: BusinessError: Parameter error.Only accept sendable va…
67 Create from non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable val…
68 Create from mapper: non-sendable element fail. err: BusinessError: Parameter error.Only accept send…
72 concat with non-sendable array fail.err: BusinessError: Parameter error.Only accept sendable value.…
73 concat with non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable val…
75 …dable object and position fail. err: BusinessError: Parameter error.Only accept sendable value., e…
76 …object and start position fail. err: BusinessError: Parameter error.Only accept sendable value., e…
77 fill array with non-sendable object fail. err: BusinessError: Parameter error.Only accept sendable …
79 map array with non-sendable fail. err: BusinessError: Parameter error.Only accept sendable value., …
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_functions/
Dfunction_type_parameter_default.params.yaml20 w.accept(new SomeType())
25 w.accept(new SomeType(), new OtherType())
30 w.accept(new OtherType(), new SomeType())
35 w.accept(new SomeType(), new SomeType())
40 w.accept(new SomeType(), [new SomeType()])
45 w.accept("string")
Dfunction_type_parameter_default.ets25 accept(t: T) {
31 accept(t: T, u: U) {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/02.type_parameter_default/generic_methods/
Dmethod_type_parameter_default.params.yaml19 new Base().foo().accept(new SomeType())
23 new Base().foo().accept(new SomeType(), new OtherType())
27 new Base().foo<OtherType, SomeType>().accept(new OtherType(), new SomeType())
31 new Base().foo<SomeType>().accept(new SomeType(), new SomeType())
35 new Base().foo<SomeType>().accept(new SomeType(), [new SomeType()])
39 new Base().foo().accept("string")
Dmethod_type_parameter_default.ets25 accept(t: T) {
31 accept(t: T, u: U) {
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dcatch_clause.ets.migrate.json24 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
34 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
44 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
Dthrow_error.ets.json24 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
34 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
44 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
Dcatch_clause.ets.json24 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
54 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
84 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
Dcatch_clause.ets.autofix.json24 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
61 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
98 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsNullishTypes.h36 void Accept(ASTVisitorT *v) override in Accept() function
38 v->Accept(this); in Accept()
56 void Accept(ASTVisitorT *v) override in Accept() function
58 v->Accept(this); in Accept()
DetsStructDeclaration.h41 void Accept(ASTVisitorT *v) override in Accept() function
43 v->Accept(this); in Accept()
DetsNeverType.h35 void Accept(ASTVisitorT *v) override in Accept() function
37 v->Accept(this); in Accept()
/arkcompiler/toolchain/websocket/test/
Dhttp_decoder_test.cpp35 "Accept-Encoding: gzip, deflate, br\r\n"
36 "Accept-Language: en-US,en;q=0.9\r\n"
49 "Accept-Encoding: gzip, deflate, br\r\n"
50 "Accept-Language: en-US,en;q=0.9\r\n"
64 "Sec-WebSocket-Accept: AyuTxzyBTJJdViDskomT0Q==\r\n\r\n";
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule87.ets.json24 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
34 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/regression/
D14804.ets34 accept: (value: String) => undefined
38 accept: (value: String) => undefined = s => { console.log(s.length) }
/arkcompiler/ets_runtime/test/sharedtest/sharedset_extern/
Dexpect_output.txt21 SubSendableSet add[unshared]: BusinessError: Parameter error. Only accept sendable value., errCode:…
33 SubSubSendableSet add[unshared]: BusinessError: Parameter error. Only accept sendable value., errCo…
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DdebuggerStatement.h35 void Accept(ASTVisitorT *v) override in Accept() function
37 v->Accept(this); in Accept()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsBigintKeyword.h36 void Accept(ASTVisitorT *v) override in Accept() function
38 v->Accept(this); in Accept()
/arkcompiler/ets_frontend/ets2panda/ir/module/
DimportNamespaceSpecifier.h50 void Accept(ASTVisitorT *v) override in Accept() function
52 v->Accept(this); in Accept()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DdirectEvalExpression.h43 void Accept(ASTVisitorT *v) override in Accept() function
45 v->Accept(this); in Accept()

1234567891011