/aosp_15_r20/external/mesa3d/.gitlab-ci/ |
H A D | farm-rules.yml | 12 # 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 D | test-source-dep.yml | 8 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/ |
D | ScriptExecutorFunctionalTest.java | 133 + " 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 D | channel.pyx.pxi | 183 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/ |
D | annotation.qbk | 27 `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 D | gitlab-ci.yml | 10 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 D | gitlab-ci-inc.yml | 32 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.yml | 50 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/ |
D | lua_engine_test.cc | 60 "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/ |
D | annotate_on_success.hpp | 18 // 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/ |
D | telemetry_stats_and_connectivity_script.lua | 28 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/ |
D | extend.qbk | 2 [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 D | gitlab-ci-inc.yml | 26 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/ |
D | statement_def.hpp | 28 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/ |
D | statement_def.hpp | 29 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()
|
D | expression_def.hpp | 31 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/ |
D | statement_def.hpp | 30 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/ |
D | statement_def.hpp | 30 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 D | datacatalog_gapic.yaml | 49 on_success: 83 on_success: 110 on_success: 128 on_success:
|
/aosp_15_r20/external/mesa3d/src/freedreno/ci/ |
H A D | gitlab-ci-inc.yml | 23 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 D | gitlab-ci-inc.yml | 26 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 D | gitlab-ci-inc.yml | 22 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/ |
D | rule.hpp | 121 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 D | gitlab-ci-inc.yml | 22 when: on_success 58 when: on_success 62 when: on_success
|
/aosp_15_r20/external/mesa3d/ |
H A D | .gitlab-ci.yml | 244 when: on_success 258 when: on_success 261 when: on_success 307 when: on_success
|