| /third_party/openhitls/.github/workflows/ |
| D | cmake-single-platform.yml | 1 …ng on a single platform. There is a different starter workflow if you need cross-platform coverage. 2 # See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-multi-platform.yml 20 # You can convert this to a matrix build if you need cross-platform coverage. 21 …: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-wo… 22 runs-on: ubuntu-latest 25 - uses: actions/checkout@v4 28 fetch-depth: 1 30 - name: Configure CMake 31 … subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generat… 35 - name: Build [all …]
|
| D | minitest-reusable-job.yml | 1 …ng on a single platform. There is a different starter workflow if you need cross-platform coverage. 2 # See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-multi-platform.yml 11 description: 'mini-test build parameter' 15 description: 'mini-test name' 19 description: 'mini-test run platform' 24 reusable-job: 26 # You can convert this to a matrix build if you need cross-platform coverage. 27 …: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-wo… 28 runs-on: ${{ inputs.param3 }} 31 - uses: actions/checkout@v4 [all …]
|
| /third_party/protobuf/upb/mini_table/ |
| D | compat_test.cc | 1 // Protocol Buffers - Google's data interchange format 4 // Use of this source code is governed by a BSD-style 6 // https://developers.google.com/open-source/licenses/bsd 8 /* Test of mini table accessors. 11 * accessed through reflective APIs exposed through mini table accessors. 22 TEST(GeneratedCode, EqualsTestProto2) { in TEST() function 28 TEST(GeneratedCode, EqualsTestProto3) { in TEST() function
|
| /third_party/grpc/third_party/upb/upb/mini_table/ |
| D | compat_test.cc | 1 // Protocol Buffers - Google's data interchange format 4 // Use of this source code is governed by a BSD-style 6 // https://developers.google.com/open-source/licenses/bsd 8 /* Test of mini table accessors. 11 * accessed through reflective APIs exposed through mini table accessors. 22 TEST(GeneratedCode, EqualsTestProto2) { in TEST() function 28 TEST(GeneratedCode, EqualsTestProto3) { in TEST() function
|
| /third_party/grpc/third_party/upb/upb/message/ |
| D | promote_test.cc | 1 // Protocol Buffers - Google's data interchange format 4 // Use of this source code is governed by a BSD-style 6 // https://developers.google.com/open-source/licenses/bsd 8 /* Test of mini table accessors. 11 * accessed through reflective APIs exposed through mini table accessors. 44 #include "upb/test/test.upb.h" 45 #include "upb/test/test.upb_minitable.h" 51 TEST(GeneratedCode, FindUnknown) { in TEST() function 87 TEST(GeneratedCode, Extensions) { in TEST() function 131 // Test known GetExtension 1 in TEST() [all …]
|
| /third_party/protobuf/upb/message/ |
| D | promote_test.cc | 1 // Protocol Buffers - Google's data interchange format 4 // Use of this source code is governed by a BSD-style 6 // https://developers.google.com/open-source/licenses/bsd 8 /* Test of mini table accessors. 11 * accessed through reflective APIs exposed through mini table accessors. 44 #include "upb/test/test.upb.h" 45 #include "upb/test/test.upb_minitable.h" 51 TEST(GeneratedCode, FindUnknown) { in TEST() function 87 TEST(GeneratedCode, Extensions) { in TEST() function 131 // Test known GetExtension 1 in TEST() [all …]
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/ |
| D | rpc_clntraw_create_performance.c | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 37 //Set number of test call 53 double mini(double *tbl) in mini() function 83 // argc[3] : Number of test call in main() 84 // other arguments depend on test case in main() 88 //0 : launch by shell script as test case, only one printf -> result status in main() 90 int test_status = 0; //Default test result set to FAILED in main() 100 //Test initialisation in main() 115 //Add function execution time (toc-tic) in main() 117 (tv2.tv_sec - tv1.tv_sec) * 1000000L + (tv2.tv_usec - in main() [all …]
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svctcp_create/ |
| D | rpc_svctcp_create_performance.c | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 37 //Set number of test call 53 double mini(double *tbl) in mini() function 83 // argc[3] : Number of test call in main() 84 // other arguments depend on test case in main() 88 //0 : launch by shell script as test case, only one printf -> result status in main() 90 int test_status = 0; //Default test result set to FAILED in main() 100 //Test initialisation in main() 117 //Add function execution time (toc-tic) in main() 119 (tv2.tv_sec - tv1.tv_sec) * 1000000L + (tv2.tv_usec - in main() [all …]
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_create/ |
| D | rpc_svcudp_create_performance.c | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 37 //Set number of test call 53 double mini(double *tbl) in mini() function 83 // argc[3] : Number of test call in main() 84 // other arguments depend on test case in main() 88 //0 : launch by shell script as test case, only one printf -> result status in main() 90 int test_status = 0; //Default test result set to FAILED in main() 100 //Test initialisation in main() 117 //Add function execution time (toc-tic) in main() 119 (tv2.tv_sec - tv1.tv_sec) * 1000000L + (tv2.tv_usec - in main() [all …]
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcraw_create/ |
| D | rpc_svcraw_create_performance.c | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 37 //Set number of test call 53 double mini(double *tbl) in mini() function 83 // argc[3] : Number of test call in main() 84 // other arguments depend on test case in main() 88 //0 : launch by shell script as test case, only one printf -> result status in main() 90 int test_status = 0; //Default test result set to FAILED in main() 99 //Test initialisation in main() 114 //Add function execution time (toc-tic) in main() 116 (tv2.tv_sec - tv1.tv_sec) * 1000000L + (tv2.tv_usec - in main() [all …]
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/ |
| D | tirpc_rpc_broadcast_performance.c | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 37 //Set number of test call 42 //Nothing to do for that test in eachresult() 59 double mini(double *tbl) in mini() function 89 // argc[3] : Number of test call in main() 90 // other arguments depend on test case in main() 94 //0 : launch by shell script as test case, only one printf -> result status in main() 96 int test_status = 0; //Default test result set to FAILED in main() 107 int recVar = -1; in main() 109 //Test initialisation in main() [all …]
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/ |
| D | rpc_callrpc_performance.c | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 37 //Set number of test call 53 double mini(double *tbl) in mini() function 83 // argc[3] : Number of test call in main() 84 // other arguments depend on test case in main() 88 //0 : launch by shell script as test case, only one printf -> result status in main() 90 int test_status = 0; //Default test result set to FAILED in main() 100 int varRec = -1; in main() 102 //Test initialisation in main() 122 //Add function execution time (toc-tic) in main() [all …]
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/ |
| D | tirpc_interlevel_clnt_call_performance.c | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 37 //Set number of test call 53 double mini(double *tbl) in mini() function 83 // argc[3] : Number of test call in main() 84 // other arguments depend on test case in main() 88 //0 : launch by shell script as test case, only one printf -> result status in main() 90 int test_status = 0; //Default test result set to FAILED in main() 99 int recVar = -1; in main() 105 //Test initialisation in main() 112 //Test failed in main() [all …]
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/ |
| D | tirpc_rpc_broadcast_exp_performance.c | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 37 //Set number of test call 42 //Nothing to do for that test in eachresult() 59 double mini(double *tbl) in mini() function 89 // argc[3] : Number of test call in main() 90 // other arguments depend on test case in main() 94 //0 : launch by shell script as test case, only one printf -> result status in main() 96 int test_status = 0; //Default test result set to FAILED in main() 106 int recVar = -1; in main() 109 //Test initialisation in main() [all …]
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/ |
| D | rpc_clnt_broadcast_performance.c | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 37 //Set number of test call 55 double mini(double *tbl) in mini() function 85 // argc[3] : Number of test call in main() 86 // other arguments depend on test case in main() 90 //0 : launch by shell script as test case, only one printf -> result status in main() 92 int test_status = 0; //Default test result set to FAILED in main() 102 int varRec = -1; in main() 104 //Test initialisation in main() 125 //Add function execution time (toc-tic) in main() [all …]
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/ |
| D | rpc_clntudp_create_performance.c | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 39 //Set number of test call 55 double mini(double *tbl) in mini() function 85 // argc[3] : Number of test call in main() 86 // other arguments depend on test case in main() 90 //0 : launch by shell script as test case, only one printf -> result status in main() 92 int test_status = 0; //Default test result set to FAILED in main() 106 //Test initialisation in main() 112 exit(-1); in main() 118 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length); in main() [all …]
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/ |
| D | tirpc_toplevel_clnt_call_performance.c | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 37 //Set number of test call 53 double mini(double *tbl) in mini() function 83 // argc[3] : Number of test call in main() 84 // other arguments depend on test case in main() 88 //0 : launch by shell script as test case, only one printf -> result status in main() 90 int test_status = 0; //Default test result set to FAILED in main() 102 int recVar = -1; in main() 105 //Test initialisation in main() 131 //Add function execution time (toc-tic) in main() [all …]
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/ |
| D | tirpc_rpc_call_performance.c | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 38 //Set number of test call 54 double mini(double *tbl) in mini() function 84 // argc[3] : Number of test call in main() 85 // other arguments depend on test case in main() 89 //0 : launch by shell script as test case, only one printf -> result status in main() 91 int test_status = 0; //Default test result set to FAILED in main() 103 int recVar = -1; in main() 105 //Test initialisation in main() 128 //Add function execution time (toc-tic) in main() [all …]
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/ |
| D | rpc_clnt_call_performance.c | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 37 //Set number of test call 53 double mini(double *tbl) in mini() function 83 // argc[3] : Number of test call in main() 84 // other arguments depend on test case in main() 88 //0 : launch by shell script as test case, only one printf -> result status in main() 90 int test_status = 0; //Default test result set to FAILED in main() 103 int varRec = -1; in main() 105 //Test initialisation in main() 133 //Add function execution time (toc-tic) in main() [all …]
|
| /third_party/backends/ |
| D | .gitlab-ci.yml | 1 # .gitlab-ci.yml -- to test some source code build scenarios 2 # Copyright (C) 2016-2020 Olaf Meeuwissen 4 # License: GPL-3.0+ 7 REGISTRY_HUB: "registry.gitlab.com/sane-project/ci-envs" 8 CONFIGURE_MINI: "--enable-silent-rules" 9 …CONFIGURE_FULL: "--with-usb --with-usb-record-replay --with-avahi --enable-pnm-backend --with-libc… 12 - tarball 13 - compile 14 - snapshot 15 - release [all …]
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/ |
| D | rpc_pmap_rmtcall_performance.c | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 42 //Set number of test call 58 double mini(double *tbl) in mini() function 88 // argc[3] : Number of test call in main() 89 // other arguments depend on test case in main() 93 //0 : launch by shell script as test case, only one printf -> result status in main() 95 int test_status = 0; //Default test result set to FAILED in main() 109 int var_rec = -1; in main() 111 //Test initialisation in main() 121 sin.sin_addr.s_addr = *(u_int *) hp->h_addr; in main() [all …]
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/ |
| D | rpc_clnttcp_create_performance.c | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 40 //Set number of test call 56 double mini(double *tbl) in mini() function 86 // argc[3] : Number of test call in main() 87 // other arguments depend on test case in main() 91 //0 : launch by shell script as test case, only one printf -> result status in main() 93 int test_status = 0; //Default test result set to FAILED in main() 106 //Test initialisation in main() 116 memcpy((caddr_t) & server_addr.sin_addr, hp->h_addr, hp->h_length); in main() 135 //Add function execution time (toc-tic) in main() [all …]
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/ |
| D | tirpc_rpcb_rmtcall_performance.c | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 40 //Set number of test call 56 double mini(double *tbl) in mini() function 86 // argc[3] : Number of test call in main() 87 // other arguments depend on test case in main() 91 //0 : launch by shell script as test case, only one printf -> result status in main() 93 int test_status = 0; //Default test result set to FAILED in main() 106 int var_rec = -1; in main() 109 //Test initialisation in main() 151 //Add function execution time (toc-tic) in main() [all …]
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/ |
| D | tirpc_expertlevel_clnt_call_performance.c | 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 37 //Set number of test call 56 double mini(double *tbl) in mini() function 86 // argc[3] : Number of test call in main() 87 // other arguments depend on test case in main() 91 //0 : launch by shell script as test case, only one printf -> result status in main() 93 int test_status = 0; //Default test result set to FAILED in main() 107 int var_rec = -1; in main() 110 //Test initialisation in main() 163 //Add function execution time (toc-tic) in main() [all …]
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| D | CollationFastLatinBuilder.java | 6 * Copyright (C) 2013-2015, International Business Machines 31 return -1; in compareInt64AsUnsigned() 92 // Give digits long mini primaries, in forData() 99 // Note: If we still have a short-primary overflow but not a long-primary overflow, in forData() 127 char[] resultArray = new char[result.length() - headerLength]; in getTable() 159 // so that we can test only one and use the same bit mask. in inSameGroup() 165 // Both or neither must be potentially-variable, in inSameGroup() 166 // so that we can test only one and determine if both are variable. in inSameGroup() 167 long lastVariablePrimary = lastSpecialPrimaries[NUM_SPECIAL_GROUPS - 1]; in inSameGroup() 173 // Both will be encoded with long mini primaries. in inSameGroup() [all …]
|