Searched full:testing (Results 1 – 25 of 18870) sorted by relevance
12345678910>>...755
17 It makes the info from testing docker image *.current_version files22 …ake_aarch64-linux.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public…23 …rake_arm64-darwin.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public…24 …ke_x64-mingw-ucrt.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public…25 …/rake_x64-mingw32.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public…26 …ck/rake_x86-linux.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public…27 …/rake_x86-mingw32.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public…28 …ake_x86_64-darwin.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public…29 …rake_x86_64-linux.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public…30 …aarch64_cross_x64.current_version": "docker://us-docker.pkg.dev/grpc-testing/testing-images-public…[all …]
3 [ -f testing.sh ] && . testing.sh7 # testing "name" "command" "result" "infile" "stdin"18 # Wrap txpect for shell testing32 testing '-c "" exit status 0' '$SH -c "" && echo $?' '0\n' '' ''33 testing '-c args' "\$SH -c 'echo \$0,\$1,\$2,\$3' one two three four five" \35 testing '-c args2' "\$SH -c 'echo \${10}' a b c d e f g h i j k l" "k\n" "" ""36 testing '-c arg split' \39 testing '-c arg split2' \42 testing '-c arg count' "$SH -c 'echo \$#' 9 8 7 6 1 2 3 4" "7\n" "" ""43 testing 'trailing \' "$SH -c 'echo \'" '\\\n' '' ''[all …]
... com/google/android/apps/common/testing/accessibility/framework/AccessibilityCheck$Category.class ...
... com/google/common/util/concurrent/testing/ com/google/common/escape/ com ...
21 bazel run //tensorflow/lite/testing:generate_examples41 from tensorflow.lite.testing.op_tests.abs import make_abs_tests42 from tensorflow.lite.testing.op_tests.add_n import make_add_n_tests43 from tensorflow.lite.testing.op_tests.arg_min_max import make_arg_min_max_tests44 from tensorflow.lite.testing.op_tests.atan2 import make_atan2_tests45 from tensorflow.lite.testing.op_tests.batch_to_space_nd import make_batch_to_space_nd_tests46 from tensorflow.lite.testing.op_tests.batchmatmul import make_batchmatmul_tests47 from tensorflow.lite.testing.op_tests.binary_op import make_add_tests, make_div_tests, make_sub_tes…48 from tensorflow.lite.testing.op_tests.broadcast_args import make_broadcast_args_tests49 from tensorflow.lite.testing.op_tests.broadcast_gradient_args import make_broadcast_gradient_args_t…[all …]
9 import "testing"15 func Test1328(t *testing.T) { test1328(t) }16 func Test1560(t *testing.T) { test1560(t) }17 func Test1635(t *testing.T) { test1635(t) }18 func Test3250(t *testing.T) { test3250(t) }19 func Test3729(t *testing.T) { test3729(t) }20 func Test3775(t *testing.T) { test3775(t) }21 func Test4029(t *testing.T) { test4029(t) }22 func Test4339(t *testing.T) { test4339(t) }23 func Test5227(t *testing.T) { test5227(t) }[all …]
3 // source: src/proto/grpc/testing/compiler_test.proto27 #include "src/proto/grpc/testing/compiler_test.pb.h"49 namespace testing {61 return "grpc.testing.ServiceA";67 …MethodA1(::grpc::ClientContext* context, const ::grpc::testing::Request& request, ::grpc::testing:…68 …ResponseReaderInterface< ::grpc::testing::Response>> AsyncMethodA1(::grpc::ClientContext* context,…69 …return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::grpc::testing::Response>>(As…71 …onseReaderInterface< ::grpc::testing::Response>> PrepareAsyncMethodA1(::grpc::ClientContext* conte…72 …return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::grpc::testing::Response>>(Pr…79 …::grpc::ClientWriterInterface< ::grpc::testing::Request>> MethodA2(::grpc::ClientContext* context,…[all …]
META-INF/ META-INF/MANIFEST.MF build-data.properties org/jacoco ...
28 #include "opencensus/stats/testing/test_utils.h"39 #include "src/proto/grpc/testing/echo.grpc.pb.h"44 namespace testing { namespace51 using ::opencensus::stats::testing::TestUtils;106 ::testing::UnorderedElementsAre(::testing::Pair( in TEST_F()107 ::testing::ElementsAre(client_method_name_, TEST_TAG_VALUE), 17))); in TEST_F()110 ::testing::UnorderedElementsAre(::testing::Pair( in TEST_F()111 ::testing::ElementsAre(server_method_name_), 17))); in TEST_F()115 ::testing::Pair(::testing::ElementsAre("OK", TEST_TAG_VALUE), 1), in TEST_F()116 ::testing::Pair(::testing::ElementsAre("CANCELLED", TEST_TAG_VALUE), 1), in TEST_F()[all …]
17 #include "lib/inspect/testing/cpp/inspect.h"45 *os << "Property(" << ::testing::PrintToString(property.name()) << ", "; in PrintTo()47 *os << ::testing::PrintToString(property.Get<IntPropertyValue>().value()); in PrintTo()49 *os << ::testing::PrintToString(property.Get<UintPropertyValue>().value()); in PrintTo()51 *os << ::testing::PrintToString( in PrintTo()54 *os << ::testing::PrintToString(property.Get<BoolPropertyValue>().value()); in PrintTo()56 *os << ::testing::PrintToString(property.Get<IntArrayValue>().value()); in PrintTo()58 *os << ::testing::PrintToString(property.Get<UintArrayValue>().value()); in PrintTo()60 *os << ::testing::PrintToString(property.Get<DoubleArrayValue>().value()); in PrintTo()62 *os << ::testing::PrintToString( in PrintTo()[all …]
... com/ com/google/ com/google/testing/ com/google/testing/compile/ META ...
28 namespace testing {30 class HloMatcher : public ::testing::MatcherInterface<const HloInstruction*> {33 std::vector<::testing::Matcher<const HloInstruction*>> operands) in HloMatcher()37 ::testing::MatchResultListener* listener) const override;43 std::vector<::testing::Matcher<const HloInstruction*>> operands_;54 ::testing::MatchResultListener* listener) const override;65 std::vector<::testing::Matcher<const HloInstruction*>> operands) in HloComparisonMatcher()69 ::testing::MatchResultListener* listener) const override;79 HloGetTupleElementMatcher(::testing::Matcher<const HloInstruction*> operand, in HloGetTupleElementMatcher()85 ::testing::MatchResultListener* listener) const override;[all …]
1 package io.grpc.testing.integration;13 comments = "Source: grpc/testing/test.proto")19 public static final String SERVICE_NAME = "grpc.testing.TestService";22 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty,23 io.grpc.testing.integration.EmptyProtos.Empty> getEmptyCallMethod;27 requestType = io.grpc.testing.integration.EmptyProtos.Empty.class,28 responseType = io.grpc.testing.integration.EmptyProtos.Empty.class,30 public static io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty,31 io.grpc.testing.integration.EmptyProtos.Empty> getEmptyCallMethod() { in getEmptyCallMethod()32 …io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty, io.grpc.testing.integratio… in getEmptyCallMethod()[all …]
598 src/proto/grpc/testing/benchmark_service.proto src/proto/grpc/testing/benchmark_service.proto601 src/proto/grpc/testing/control.proto src/proto/grpc/testing/control.proto604 …src/proto/grpc/testing/duplicate/echo_duplicate.proto src/proto/grpc/testing/duplicate/echo_duplic…607 src/proto/grpc/testing/echo.proto src/proto/grpc/testing/echo.proto610 src/proto/grpc/testing/echo_messages.proto src/proto/grpc/testing/echo_messages.proto613 src/proto/grpc/testing/empty.proto src/proto/grpc/testing/empty.proto616 src/proto/grpc/testing/istio_echo.proto src/proto/grpc/testing/istio_echo.proto619 src/proto/grpc/testing/messages.proto src/proto/grpc/testing/messages.proto622 src/proto/grpc/testing/payloads.proto src/proto/grpc/testing/payloads.proto625 …src/proto/grpc/testing/report_qps_scenario_service.proto src/proto/grpc/testing/report_qps_scenari…[all …]
1 package io.grpc.testing.compiler;12 comments = "Source: grpc/testing/compiler/test.proto")18 public static final String SERVICE_NAME = "grpc.testing.compiler.TestService";21 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest,22 io.grpc.testing.compiler.Test.SimpleResponse> getUnaryCallMethod;26 requestType = io.grpc.testing.compiler.Test.SimpleRequest.class,27 responseType = io.grpc.testing.compiler.Test.SimpleResponse.class,29 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest,30 io.grpc.testing.compiler.Test.SimpleResponse> getUnaryCallMethod() {31 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest, io.grpc.testing.compiler.Tes…[all …]
690 src/proto/grpc/testing/benchmark_service.proto src/proto/grpc/testing/benchmark_service.proto693 src/proto/grpc/testing/control.proto src/proto/grpc/testing/control.proto696 …src/proto/grpc/testing/duplicate/echo_duplicate.proto src/proto/grpc/testing/duplicate/echo_duplic…699 src/proto/grpc/testing/echo.proto src/proto/grpc/testing/echo.proto702 src/proto/grpc/testing/echo_messages.proto src/proto/grpc/testing/echo_messages.proto705 src/proto/grpc/testing/empty.proto src/proto/grpc/testing/empty.proto708 src/proto/grpc/testing/istio_echo.proto src/proto/grpc/testing/istio_echo.proto711 src/proto/grpc/testing/messages.proto src/proto/grpc/testing/messages.proto714 src/proto/grpc/testing/payloads.proto src/proto/grpc/testing/payloads.proto717 …src/proto/grpc/testing/report_qps_scenario_service.proto src/proto/grpc/testing/report_qps_scenari…[all …]
2 package android.media.tuner.testing.configuration.V1_0 {26 …method @Nullable public android.media.tuner.testing.configuration.V1_0.DataFlowConfiguration.Clear…27 …method @Nullable public android.media.tuner.testing.configuration.V1_0.DataFlowConfiguration.Descr…28 …method @Nullable public android.media.tuner.testing.configuration.V1_0.DataFlowConfiguration.DvrPl…29 …method @Nullable public android.media.tuner.testing.configuration.V1_0.DataFlowConfiguration.DvrRe…30 …method @Nullable public android.media.tuner.testing.configuration.V1_0.DataFlowConfiguration.LnbDe…31 …method @Nullable public android.media.tuner.testing.configuration.V1_0.DataFlowConfiguration.LnbLi…32 …method @Nullable public android.media.tuner.testing.configuration.V1_0.DataFlowConfiguration.LnbRe…33 …method @Nullable public android.media.tuner.testing.configuration.V1_0.DataFlowConfiguration.Scan …34 …method @Nullable public android.media.tuner.testing.configuration.V1_0.DataFlowConfiguration.TimeF…[all …]
... com/google/android/apps/common/testing/ com/google/android/apps/common ...