Home
last modified time | relevance | path

Searched full:on_success (Results 1 – 25 of 155) sorted by relevance

1234567

/aosp_15_r20/external/mesa3d/.gitlab-ci/
H A Dfarm-rules.yml12 # when: on_success
37 when: on_success
41 # 4. Fall-through (other rules or on_success)
62 when: on_success
65 when: on_success
68 when: on_success
86 when: on_success
107 when: on_success
128 when: on_success
149 when: on_success
[all …]
H A Dtest-source-dep.yml8 when: on_success
71 when: on_success
159 when: on_success
181 when: on_success
201 when: on_success
223 when: on_success
227 when: on_success
238 when: on_success
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/tests/functional/src/com/android/car/scriptexecutortest/functional/
DScriptExecutorFunctionalTest.java133 + " on_success(result)\n" in invokeScript_returnsResult()
151 + " on_success(result)\n" in invokeScript_allSupportedPrimitiveTypes()
171 + " on_success(result)\n" in invokeScript_supportsNestedTables()
193 + " on_success(result)\n" in invokeScript_supportsDeeplyNestedTables()
217 + " on_success(result)\n" in invokeScript_emptyBundle()
235 + " on_success(result)\n" in invokeScript_processPreviousStateAndReturnResult()
259 + " on_success(result)\n" in invokeScript_allSupportedPrimitiveTypesWorkRoundTripWithKeyNamesPreserved()
290 + " on_success(result)\n" in invokeScript_allSupportedArrayTypesWorkRoundTripWithKeyNamesPreserved()
327 + " on_success(result)\n" in invokeScript_modifiesArray()
348 + " on_success(result)\n" in invokeScript_processesStringArray()
[all …]
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
H A Dchannel.pyx.pxi183 on_success, on_failure, deadline): argument
186 On success, `on_success` will be invoked with the tag taken from the CQ.
194 on_success: A callable object to be invoked upon successful receipt of a
210 on_success(tag)
218 grpc_completion_queue *c_completion_queue, on_success, int flags, method, argument
232 on_success: A behavior to be called if attempting to start operations for
307 on_success(started_tags)
342 def on_success(started_tags): function
347 state, call_state, state.c_call_completion_queue, on_success, flags,
385 def on_success(tag): function
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/doc/x3/tutorial/
Dannotation.qbk27 `on_success` handler. The example will show how to get the position in input
31 "with" directive, that the `on_success` handler can access as it is called
94 [heading on_success]
96 The `on_success` gives you everything you want from semantic actions without
98 code. `on_success` as a concept and mechanism is an important departure from
111 If we care to keep our code clean, `on_success` handlers are alternative
114 `on_success` handlers have access to the AST, the iterators, and context.
115 But, unlike semantic actions, `on_success` handlers are cleanly separated
121 our `on_success` handler:
129 inline void on_success(Iterator const& first, Iterator const& last
[all …]
/aosp_15_r20/external/mesa3d/src/panfrost/ci/
H A Dgitlab-ci.yml10 when: on_success
24 when: on_success
27 when: on_success
52 when: on_success
55 when: on_success
58 when: on_success
85 when: on_success
88 when: on_success
91 when: on_success
118 when: on_success
[all …]
/aosp_15_r20/external/mesa3d/src/microsoft/ci/
H A Dgitlab-ci-inc.yml32 when: on_success
37 when: on_success
46 when: on_success
49 when: on_success
60 when: on_success
69 when: on_success
72 when: on_success
/aosp_15_r20/external/virglrenderer/
H A D.gitlab-ci.yml50 when: on_success
59 when: on_success
62 when: on_success
98 when: on_success
104 when: on_success
176 - when: on_success
207 - when: on_success
/aosp_15_r20/packages/services/Car/tools/telemetry/lua-interpreter/tests/
Dlua_engine_test.cc60 "function test(data, state) on_success({}, {}) end", "test", "{}", "{}"); in TEST_F()
62 EXPECT_NE(actual.find("on_success can push only a single parameter from " in TEST_F()
69 "function test(data, state) on_success('Success!') end", "test", "{}", in TEST_F()
72 EXPECT_NE(actual.find("on_success can push only a single parameter from " in TEST_F()
80 "on_success(tbl) end", in TEST_F()
89 "on_success(tbl) end", in TEST_F()
239 "on_success(tbl) end", in TEST_F()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/utility/
Dannotate_on_success.hpp18 // The on_success handler tags the AST with the iterator position
21 // The on_success handler also ties the AST to a vector of iterator
32 inline void on_success(Iterator const& first, Iterator const& last in on_success() function
37 this->on_success(first, last, node, context); in on_success()
42 inline void on_success(Iterator const& first, Iterator const& last in on_success() function
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/res/raw/
Dtelemetry_stats_and_connectivity_script.lua28 on_success(state)
38 on_success(state)
47 on_success(state)
57 on_success(state)
69 on_success(state)
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/doc/
Dextend.qbk2 [def __on_success__ [globalref boost::process::extend::on_success ex::on_success]]
5 [def __on_success__ [memberref boost::process::extend::handler::on_success on_success]]
29 * [globalref boost::process::extend::on_success on_success]
/aosp_15_r20/external/mesa3d/src/intel/ci/
H A Dgitlab-ci-inc.yml26 when: on_success
44 when: on_success
66 when: on_success
90 when: on_success
103 # Unfortunately we can't sed the on_success from another rules set, so we have
135 when: on_success
158 when: on_success
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dstatement_def.hpp28 using qi::on_success; in statement()
114 on_success(variable_declaration, in statement()
116 on_success(assignment, in statement()
118 on_success(return_statement, in statement()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dstatement_def.hpp29 using qi::on_success; in statement()
117 on_success(variable_declaration, in statement()
119 on_success(assignment, in statement()
121 on_success(return_statement, in statement()
Dexpression_def.hpp31 using qi::on_success; in expression()
95 on_success(unary_expr, in expression()
97 on_success(postfix_expr, in expression()
99 on_success(primary_expr, in expression()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure1/
Dstatement_def.hpp30 using qi::on_success; in statement()
119 on_success(variable_declaration, in statement()
121 on_success(assignment, in statement()
123 on_success(return_statement, in statement()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/mini_c/
Dstatement_def.hpp30 using qi::on_success; in statement()
115 on_success(variable_declaration, in statement()
117 on_success(assignment, in statement()
119 on_success(return_statement, in statement()
/aosp_15_r20/external/googleapis/google/cloud/datacatalog/v1beta1/
H A Ddatacatalog_gapic.yaml49 on_success:
83 on_success:
110 on_success:
128 on_success:
/aosp_15_r20/external/mesa3d/src/freedreno/ci/
H A Dgitlab-ci-inc.yml23 when: on_success
47 when: on_success
58 when: on_success
94 when: on_success
104 when: on_success
/aosp_15_r20/external/mesa3d/src/amd/ci/
H A Dgitlab-ci-inc.yml26 when: on_success
32 when: on_success
41 when: on_success
46 when: on_success
104 when: on_success
/aosp_15_r20/external/mesa3d/src/broadcom/ci/
H A Dgitlab-ci-inc.yml22 when: on_success
43 when: on_success
70 when: on_success
108 when: on_success
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/nonterminal/detail/
Drule.hpp121 std::declval<ID>().on_success(
166 , mpl::false_ /* No on_success handler */ ) in call_on_success()
175 , mpl::true_ /* Has on_success handler */) in call_on_success()
178 ID().on_success( in call_on_success()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ci/
H A Dgitlab-ci-inc.yml22 when: on_success
58 when: on_success
62 when: on_success
/aosp_15_r20/external/mesa3d/
H A D.gitlab-ci.yml244 when: on_success
258 when: on_success
261 when: on_success
307 when: on_success

1234567