Home
last modified time | relevance | path

Searched full:testing (Results 1 – 25 of 15789) sorted by relevance

12345678910>>...632

/external/grpc-grpc/tools/bazelify_tests/
Ddockerimage_current_versions.bzl17 It makes the info from testing docker image *.current_version files
22 …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 …]
/external/tensorflow/tensorflow/lite/testing/
Dgenerate_examples_lib.py21 bazel run //tensorflow/lite/testing:generate_examples
41 from tensorflow.lite.testing.op_tests.abs import make_abs_tests
42 from tensorflow.lite.testing.op_tests.add_n import make_add_n_tests
43 from tensorflow.lite.testing.op_tests.arg_min_max import make_arg_min_max_tests
44 from tensorflow.lite.testing.op_tests.atan2 import make_atan2_tests
45 from tensorflow.lite.testing.op_tests.batch_to_space_nd import make_batch_to_space_nd_tests
46 from tensorflow.lite.testing.op_tests.batchmatmul import make_batchmatmul_tests
47 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_tests
49 from tensorflow.lite.testing.op_tests.broadcast_gradient_args import make_broadcast_gradient_args_t…
[all …]
/external/grpc-grpc/src/php/tests/interop/GPBMetadata/Src/Proto/Grpc/Testing/
DTest.php3 # source: src/proto/grpc/testing/test.proto
5 namespace GPBMetadata\Src\Proto\Grpc\Testing;
17 \GPBMetadata\Src\Proto\Grpc\Testing\PBEmpty::initOnce();
18 \GPBMetadata\Src\Proto\Grpc\Testing\Messages::initOnce();
22 !src/proto/grpc/testing/test.proto grpc.testing%src/proto/grpc/testing/messages.proto2�
24 EmptyCall.grpc.testing.EmptyMessage.grpc.testing.EmptyMessageF
25 UnaryCall.grpc.testing.SimpleRequest.grpc.testing.SimpleResponseO
26 CacheableUnaryCall.grpc.testing.SimpleRequest.grpc.testing.SimpleResponsel
27 StreamingOutputCall(.grpc.testing.StreamingOutputCallRequest).grpc.testing.StreamingOutputCallRe…
28 StreamingInputCall\'.grpc.testing.StreamingInputCallRequest(.grpc.testing.StreamingInputCallResp…
[all …]
DMessages.php3 # source: src/proto/grpc/testing/messages.proto
5 namespace GPBMetadata\Src\Proto\Grpc\Testing;
20 %src/proto/grpc/testing/messages.proto grpc.testing"
24 type (2.grpc.testing.PayloadType
33 response_type (2.grpc.testing.PayloadType
36 payload ( 2.grpc.testing.Payload
40 response_compressed ( 2.grpc.testing.BoolValue1
41 response_status ( 2.grpc.testing.EchoStatus2
42 expect_compressed ( 2.grpc.testing.BoolValue
46 orca_per_query_report ( 2.grpc.testing.TestOrcaReport"�
[all …]
/external/toybox/tests/
Dsh.test3 [ -f testing.sh ] && . testing.sh
7 # testing "name" "command" "result" "infile" "stdin"
17 # Wrap txpect for shell testing
31 testing '-c "" exit status 0' '$SH -c "" && echo $?' '0\n' '' ''
32 testing '-c args' "\$SH -c 'echo \$0,\$1,\$2,\$3' one two three four five" \
34 testing '-c args2' "\$SH -c 'echo \${10}' a b c d e f g h i j k l" "k\n" "" ""
35 testing '-c arg split' \
38 testing '-c arg split2' \
41 testing '-c arg count' "$SH -c 'echo \$#' 9 8 7 6 1 2 3 4" "7\n" "" ""
42 testing 'trailing \' "$SH -c 'echo \'" '\\\n' '' ''
[all …]
Dexpr.test3 [ -f testing.sh ] && . testing.sh
5 testing "integer" "expr 5" "5\n" "" ""
6 testing "integer negative" "expr -5" "-5\n" "" ""
7 testing "string" "expr astring" "astring\n" "" ""
8 testing "addition" "expr 1 + 3" "4\n" "" ""
9 testing "5 + 6 * 3" "expr 5 + 6 \* 3" "23\n" "" ""
10 testing "( 5 + 6 ) * 3" "expr \( 5 + 6 \) \* 3" "33\n" "" ""
11 testing ">" "expr 3 \> 2" "1\n" "" ""
12 testing "* / same priority" "expr 4 \* 3 / 2" "6\n" "" ""
13 testing "/ * same priority" "expr 3 / 2 \* 4" "4\n" "" ""
[all …]
Dfind.test3 [ -f testing.sh ] && . testing.sh
19 #testing "name" "command" "result" "infile" "stdin"
21 # Testing operators
23 testing "-type l -a -type d -o -type p" \
25 testing "-type l -type d -o -type p" "find dir -type l -type d -o -type p" \
27 testing "-type l -o -type d -a -type p" \
29 testing "-type l -o -type d -type p" "find dir -type l -o -type d -type p" \
31 testing "-type l ( -type d -o -type l )" \
33 testing "extra parentheses" \
36 testing "( -type p -o -type d ) -type p" \
[all …]
Dseq.test3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
7 testing "(exit with error)" "seq 2> /dev/null || echo yes" "yes\n" "" ""
8 testing "(exit with error)" "seq 1 2 3 4 2> /dev/null || echo yes" \
10 testing "one argument" "seq 3" "1\n2\n3\n" "" ""
11 testing "two arguments" "seq 5 7" "5\n6\n7\n" "" ""
12 testing "two arguments reversed" "seq 7 5" "" "" ""
13 testing "two arguments equal" "seq 3 3" "3\n" "" ""
14 testing "two arguments equal, arbitrary negative step" "seq 1 -15 1" \
16 testing "two arguments equal, arbitrary positive step" "seq 1 +15 1" \
[all …]
Dxargs.test3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
7 testing "xargs" "xargs && echo yes" "hello\nyes\n" "" "hello"
8 testing "spaces" "xargs" \
11 testing "-n 0" "xargs -n 0 2>/dev/null || echo ok" "ok\n" \
13 testing "-n 1" "xargs -n 1" "one\n" "" "one\n"
14 testing "-n 2" "xargs -n 2" "one two\nthree\n" "" "one \ntwo\n three"
15 testing "-n exact match" "xargs -n 3" "one two three\n" "" "one two three"
16 testing "xargs2" "xargs -n2" "one two\nthree four\nfive\n" "" \
18 testing "-s too long" "xargs -s 9 echo 2>/dev/null; echo \$?" \
[all …]
/external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/
Dtest_pb.rb3 # source: src/proto/grpc/testing/test.proto
7 require 'src/proto/grpc/testing/empty_pb'
8 require 'src/proto/grpc/testing/messages_pb'
11testing/test.proto\x12\x0cgrpc.testing\x1a\"src/proto/grpc/testing/empty.proto\x1a%src/proto/grpc/
38 module Testing module
Dtest_services_pb.rb2 # Source: src/proto/grpc/testing/test.proto for package 'grpc.testing'
23 require 'src/proto/grpc/testing/test_pb'
26 module Testing module
36 self.service_name = 'grpc.testing.TestService'
39 rpc :EmptyCall, ::Grpc::Testing::Empty, ::Grpc::Testing::Empty
41 rpc :UnaryCall, ::Grpc::Testing::SimpleRequest, ::Grpc::Testing::SimpleResponse
45 rpc :CacheableUnaryCall, ::Grpc::Testing::SimpleRequest, ::Grpc::Testing::SimpleResponse
48 …rpc :StreamingOutputCall, ::Grpc::Testing::StreamingOutputCallRequest, stream(::Grpc::Testing::Str…
51 …rpc :StreamingInputCall, stream(::Grpc::Testing::StreamingInputCallRequest), ::Grpc::Testing::Stre…
55 …rpc :FullDuplexCall, stream(::Grpc::Testing::StreamingOutputCallRequest), stream(::Grpc::Testing::…
[all …]
Dmessages_pb.rb3 # source: src/proto/grpc/testing/messages.proto
8testing/messages.proto\x12\x0cgrpc.testing\"\x1a\n\tBoolValue\x12\r\n\x05value\x18\x01 \x01(\x08\"…
35 module Testing module
36 …BoolValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.BoolValue").msg…
37 …Payload = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.Payload").msgclass
38 …EchoStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.EchoStatus").m…
39 …SimpleRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.SimpleReque…
40 …SimpleResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.SimpleResp…
41 …Request = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.StreamingInputCal…
42 …esponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.StreamingInputCal…
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.h28 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 …]
/external/grpc-grpc/test/cpp/ext/filters/census/
Dstats_plugin_end2end_test.cc28 #include "opencensus/stats/testing/test_utils.h"
39 #include "src/proto/grpc/testing/echo.grpc.pb.h"
44 namespace testing { namespace
51 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 …]
/external/grpc-grpc-java/android-interop-testing/src/generated/release/grpc/io/grpc/testing/integration/
DTestServiceGrpc.java1 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 …]
/external/grpc-grpc-java/android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/
DTestServiceGrpc.java1 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 …]
/external/grpc-grpc/test/cpp/codegen/
Dcompiler_test_golden3 // source: src/proto/grpc/testing/compiler_test.proto
27 #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 …]
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
Dmessages_pb.rb3 # source: src/proto/grpc/testing/messages.proto
8testing/messages.proto\x12\x0cgrpc.testing\"\x1a\n\tBoolValue\x12\r\n\x05value\x18\x01 \x01(\x08\"…
35 module Testing module
36 …BoolValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.BoolValue").msg…
37 …Payload = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.Payload").msgclass
38 …EchoStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.EchoStatus").m…
39 …SimpleRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.SimpleReque…
40 …SimpleResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.SimpleResp…
41 …Request = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.StreamingInputCal…
42 …esponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.StreamingInputCal…
[all …]
Dcontrol_pb.rb3 # source: src/proto/grpc/testing/control.proto
7 require 'src/proto/grpc/testing/payloads_pb'
8 require 'src/proto/grpc/testing/stats_pb'
12testing/control.proto\x12\x0cgrpc.testing\x1a%src/proto/grpc/testing/payloads.proto\x1a\"src/proto…
27 ["grpc.testing.PayloadConfig", "src/proto/grpc/testing/payloads.proto"],
28 ["grpc.testing.HistogramParams", "src/proto/grpc/testing/stats.proto"],
42 module Testing module
43 …PoissonParams = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.PoissonPara…
44 …ClosedLoopParams = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.ClosedLo…
45 …LoadParams = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.LoadParams").m…
[all …]
/external/grpc-grpc-java/compiler/src/test/golden/
DTestService.java.txt1 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 …]
/external/grpc-grpc-java/compiler/src/testLite/golden/
DTestService.java.txt1 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 …]
/external/flac/test/
Dpicture.ok4 testing grabbag__picture_parse_specification("")... OK (failed as expected, error: error opening pi…
5 testing grabbag__picture_parse_specification("||||")... OK (failed as expected: error opening pictu…
6 testing grabbag__picture_parse_specification("|image/gif|||")... OK (failed as expected: error open…
7 testing grabbag__picture_parse_specification("|image/gif|desc|320|0.gif")... OK (failed as expected…
8 testing grabbag__picture_parse_specification("|image/gif|desc|320x240|0.gif")... OK (failed as expe…
9 testing grabbag__picture_parse_specification("|image/gif|desc|320x240x9|")... OK (failed as expecte…
10 testing grabbag__picture_parse_specification("|image/gif|desc|320x240x9/2345|0.gif")... OK (failed …
11 testing grabbag__picture_parse_specification("1|-->|desc|32x24x9|0.gif")... OK (failed as expected:…
12 testing grabbag__picture_parse_specification("|-->|desc||http://blah.blah.blah/z.gif")... OK (faile…
13 testing grabbag__picture_parse_specification("|-->|desc|320x240x9|http://blah.blah.blah/z.gif")... …
[all …]
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
DTestServiceGrpc.java1 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 …]
/external/grpc-grpc/test/core/transport/binder/end2end/
Dend2end_binder_transport_test.cc39 : public ::testing::TestWithParam<absl::Duration> {
44 service_ = std::make_unique<grpc::testing::TestServiceImpl>(); in End2EndBinderTransportTest()
57 std::unique_ptr<grpc::testing::EchoTestService::Stub> NewStub() { in NewStub()
60 return grpc::testing::EchoTestService::NewStub(channel); in NewStub()
72 std::unique_ptr<grpc::testing::TestServiceImpl> service_;
93 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub = NewStub(); in TEST_P()
95 grpc::testing::EchoRequest request; in TEST_P()
96 grpc::testing::EchoResponse response; in TEST_P()
104 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub = NewStub(); in TEST_P()
106 grpc::testing::EchoRequest request; in TEST_P()
[all …]
/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
Dnghttp2_test_utils.cc16 const testing::Matcher<int> flags) in FrameHeaderMatcher()
20 testing::MatchResultListener* listener) const { in Match()
53 const testing::Matcher<int> flags_;
58 public testing::MatcherInterface<const nghttp2_frame_hd*> {
61 const testing::Matcher<int> flags) in PointerToFrameHeaderMatcher()
65 testing::MatchResultListener* listener) const override { in MatchAndExplain()
80 public testing::MatcherInterface<const nghttp2_frame_hd&> {
83 const testing::Matcher<int> flags) in ReferenceToFrameHeaderMatcher()
87 testing::MatchResultListener* listener) const override { in MatchAndExplain()
100 class DataMatcher : public testing::MatcherInterface<const nghttp2_frame*> {
[all …]

12345678910>>...632