Home
last modified time | relevance | path

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

12345678910>>...428

/external/rust/crates/ahash/smhasher/
DahashOutput.txt2 --- Testing ahash64 "ahash 64bit" GOOD
68 Testing 24-bit keys -> 64-bit hashes, 300000 reps worst bias is 0.702667%
69 Testing 32-bit keys -> 64-bit hashes, 300000 reps worst bias is 0.670667%
70 Testing 40-bit keys -> 64-bit hashes, 300000 reps worst bias is 0.608667%
71 Testing 48-bit keys -> 64-bit hashes, 300000 reps worst bias is 0.670667%
72 Testing 56-bit keys -> 64-bit hashes, 300000 reps worst bias is 0.670000%
73 Testing 64-bit keys -> 64-bit hashes, 300000 reps worst bias is 0.663333%
74 Testing 72-bit keys -> 64-bit hashes, 300000 reps worst bias is 0.780667%
75 Testing 80-bit keys -> 64-bit hashes, 300000 reps worst bias is 0.716000%
76 Testing 96-bit keys -> 64-bit hashes, 300000 reps worst bias is 0.621333%
[all …]
DfallbackOutput.txt2 --- Testing ahash64 "ahash 64bit" GOOD
68 Testing 24-bit keys -> 64-bit hashes, 300000 reps worst bias is 0.700000%
69 Testing 32-bit keys -> 64-bit hashes, 300000 reps worst bias is 0.628000%
70 Testing 40-bit keys -> 64-bit hashes, 300000 reps worst bias is 0.628667%
71 Testing 48-bit keys -> 64-bit hashes, 300000 reps worst bias is 0.662000%
72 Testing 56-bit keys -> 64-bit hashes, 300000 reps worst bias is 0.699333%
73 Testing 64-bit keys -> 64-bit hashes, 300000 reps worst bias is 0.665333%
74 Testing 72-bit keys -> 64-bit hashes, 300000 reps worst bias is 0.630667%
75 Testing 80-bit keys -> 64-bit hashes, 300000 reps worst bias is 0.692000%
76 Testing 96-bit keys -> 64-bit hashes, 300000 reps worst bias is 0.774000%
[all …]
/external/grpc-grpc/test/cpp/ext/filters/census/
Dstats_plugin_end2end_test.cc29 #include "opencensus/stats/testing/test_utils.h"
31 #include "src/proto/grpc/testing/echo.grpc.pb.h"
35 namespace testing { namespace
42 using ::opencensus::stats::testing::TestUtils;
59 class StatsPluginEnd2EndTest : public ::testing::Test {
89 const std::string client_method_name_ = "grpc.testing.EchoTestService/Echo";
90 const std::string server_method_name_ = "grpc.testing.EchoTestService/Echo";
144 ::testing::UnorderedElementsAre(::testing::Pair( in TEST_F()
145 ::testing::ElementsAre(client_method_name_), 17))); in TEST_F()
147 ::testing::UnorderedElementsAre(::testing::Pair( in TEST_F()
[all …]
/external/tensorflow/tensorflow/lite/micro/kernels/
Dsoftmax_test.cc21 #include "tensorflow/lite/micro/testing/micro_test.h"
24 namespace testing { namespace
326 } // namespace testing
333 float output_data[tflite::testing::flat_size_1d]; in TF_LITE_MICRO_TEST()
334 tflite::testing::TestSoftmaxFloat( in TF_LITE_MICRO_TEST()
335 tflite::testing ::shape_1d, tflite::testing::input_data_1d, in TF_LITE_MICRO_TEST()
336 tflite::testing::shape_1d, tflite::testing::golden_1d, output_data); in TF_LITE_MICRO_TEST()
343 uint8_t input_quantized[tflite::testing::flat_size_1d]; in TF_LITE_MICRO_TEST()
344 uint8_t golden_quantized[tflite::testing::flat_size_1d]; in TF_LITE_MICRO_TEST()
345 uint8_t output_data[tflite::testing::flat_size_1d]; in TF_LITE_MICRO_TEST()
[all …]
Dmul_test.cc20 #include "tensorflow/lite/micro/testing/micro_test.h"
23 namespace testing { namespace
126 } // namespace testing
132 float output_data[tflite::testing::flat_size_simple]; in TF_LITE_MICRO_TEST()
134 tflite::testing::TestMulFloat( in TF_LITE_MICRO_TEST()
135 tflite::testing::dims_simple, tflite::testing::input1_simple, in TF_LITE_MICRO_TEST()
136 tflite::testing::dims_simple, tflite::testing::input2_simple, in TF_LITE_MICRO_TEST()
137 tflite::testing::dims_simple, tflite::testing::golden_simple, output_data, in TF_LITE_MICRO_TEST()
142 float output_data[tflite::testing::flat_size_simple]; in TF_LITE_MICRO_TEST()
144 tflite::testing::TestMulFloat( in TF_LITE_MICRO_TEST()
[all …]
Dconv_test.cc23 #include "tensorflow/lite/micro/testing/micro_test.h"
26 namespace testing { namespace
59 } // namespace testing
68 float output_data[tflite::testing::kOutputElements]; in TF_LITE_MICRO_TEST()
72 tflite::testing::TestConvFloat( in TF_LITE_MICRO_TEST()
73 tflite::testing::kInputShape, tflite::testing::kInputData, in TF_LITE_MICRO_TEST()
74 tflite::testing::kFilterShape, tflite::testing::kFilterData, in TF_LITE_MICRO_TEST()
75 tflite::testing::kBiasShape, tflite::testing::kBiasData, in TF_LITE_MICRO_TEST()
76 tflite::testing::kOutputShape, tflite::testing::kGoldenData, in TF_LITE_MICRO_TEST()
77 &tflite::testing::common_conv_params, tflite::Register_CONV_2D(), in TF_LITE_MICRO_TEST()
[all …]
Ddetection_postprocess_test.cc21 #include "tensorflow/lite/micro/testing/micro_test.h"
27 namespace testing { namespace
213 } // namespace testing
224 tflite::testing::TestDetectionPostprocess( in TF_LITE_MICRO_TEST()
225 tflite::testing::kInputShape1, tflite::testing::kInputData1, in TF_LITE_MICRO_TEST()
226 tflite::testing::kInputShape2, tflite::testing::kInputData2, in TF_LITE_MICRO_TEST()
227 tflite::testing::kInputShape3, tflite::testing::kInputData3, in TF_LITE_MICRO_TEST()
228 tflite::testing::kOutputShape1, output_data1, in TF_LITE_MICRO_TEST()
229 tflite::testing::kOutputShape2, output_data2, in TF_LITE_MICRO_TEST()
230 tflite::testing::kOutputShape3, output_data3, in TF_LITE_MICRO_TEST()
[all …]
Dreduce_test.cc21 #include "tensorflow/lite/micro/testing/micro_test.h"
24 namespace testing { namespace
223 } // namespace testing
229 float output_data[tflite::testing::kOutputElements2D]; in TF_LITE_MICRO_TEST()
233 tflite::testing::TestMeanFloatInput4D( in TF_LITE_MICRO_TEST()
234 tflite::testing::kInputShape2D, tflite::testing::kInputData2D, in TF_LITE_MICRO_TEST()
235 tflite::testing::kAxisShape2D, tflite::testing::kAxisData2D, in TF_LITE_MICRO_TEST()
236 tflite::testing::kOutputShape2D, tflite::testing::kGoldenData2D, in TF_LITE_MICRO_TEST()
241 int8_t expected_output_data_quant[tflite::testing::kOutputElements2D]; in TF_LITE_MICRO_TEST()
242 int8_t output_data_quant[tflite::testing::kOutputElements2D]; in TF_LITE_MICRO_TEST()
[all …]
/external/toybox/tests/
Dsed.test3 #testing "name" "command" "result" "infile" "stdin"
5 testing 'as cat' 'sed ""' "one\ntwo\nthree" "" "one\ntwo\nthree"
7 testing 'sed - - twice' 'sed "" - -' "hello\n" "" "hello\n"
8 testing '-n' 'sed -n ""' "" "" "one\ntwo\nthree"
9 testing '-n p' 'sed -n p' "one\ntwo\nthree" "" "one\ntwo\nthree"
10 testing 'explicit pattern' 'sed -e p -n' "one\ntwo\nthree" "" \
14 testing '' 'sed -n 1p' "one\n" "" "one\ntwo\nthree"
15 testing '' 'sed 2p' "one\ntwo\ntwo\nthree" "" "one\ntwo\nthree"
16 testing '' 'sed -n 2p' "two\n" "" "one\ntwo\nthree"
17 testing '-n $p' 'sed -n \$p' "three" "" "one\ntwo\nthree"
[all …]
Dgrep.test3 [ -f testing.sh ] && . testing.sh
8 #testing "name" "command" "result" "infile" "stdin"
10 testing "-c" "grep -c 123 input" "3\n" "123\ncount 123\n123\nfasdfasdf" ""
15 testing "-l" "grep -l test foo foo2 foo3" "foo\nfoo2\n" "" ""
18 testing "-q" "grep -q test input && echo yes" "yes\n" "this is a test\n" ""
19 testing "-E" "grep -E '[0-9]' input" "1234123asdfas123123\n1\n" \
21 testing "-e" "grep -e '[0-9]' input" "1234123asdfas123123\n1\n" \
23 testing "-e -e" "grep -e one -e two -e three input" \
25 testing "-F" "grep -F is input" "this is test\nthis is test2\n" \
31 testing "-H" "grep -H is foo foo2 foo3" "foo:this is test\nfoo:this is test2\nfoo2:hello this is te…
[all …]
Dsh.test35 # Testing shell corner cases _within_ a shell script is kind of hard.
37 [ -f testing.sh ] && . testing.sh
41 #testing "name" "command" "result" "infile" "stdin"
64 testing '-c "" exit status 0' '$SH -c "" && echo $?' '0\n' '' ''
65 testing '-c args' "\$SH -c 'echo \$0,\$1,\$2,\$3' one two three four five" \
67 testing '-c args2' "\$SH -c 'echo \${10}' a b c d e f g h i j k l" "k\n" "" ""
68 testing '-c arg split' \
71 testing '-c arg split2' \
74 testing '-c arg count' "$SH -c 'echo \$#' 9 8 7 6 1 2 3 4" "7\n" "" ""
75 testing "exec3" '$C -c "{ exec readlink /proc/self/fd/0;} < /proc/self/exe"' \
[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 …]
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
Dcontrol_pb.rb2 # source: src/proto/grpc/testing/control.proto
6 require 'src/proto/grpc/testing/payloads_pb'
7 require 'src/proto/grpc/testing/stats_pb'
9 add_message "grpc.testing.PoissonParams" do
12 add_message "grpc.testing.ClosedLoopParams" do
14 add_message "grpc.testing.LoadParams" do
16 optional :closed_loop, :message, 1, "grpc.testing.ClosedLoopParams"
17 optional :poisson, :message, 2, "grpc.testing.PoissonParams"
20 add_message "grpc.testing.SecurityParams" do
25 add_message "grpc.testing.ChannelArg" do
[all …]
Dmessages_pb.rb2 # source: src/proto/grpc/testing/messages.proto
7 add_message "grpc.testing.BoolValue" do
10 add_message "grpc.testing.Payload" do
11 optional :type, :enum, 1, "grpc.testing.PayloadType"
14 add_message "grpc.testing.EchoStatus" do
18 add_message "grpc.testing.SimpleRequest" do
19 optional :response_type, :enum, 1, "grpc.testing.PayloadType"
21 optional :payload, :message, 3, "grpc.testing.Payload"
24 optional :response_compressed, :message, 6, "grpc.testing.BoolValue"
25 optional :response_status, :message, 7, "grpc.testing.EchoStatus"
[all …]
/external/tensorflow/tensorflow/lite/testing/
Dgenerate_examples_lib.py22 bazel run //tensorflow/lite/testing:generate_examples
46 from tensorflow.lite.testing.op_tests.abs import make_abs_tests
47 from tensorflow.lite.testing.op_tests.add_n import make_add_n_tests
48 from tensorflow.lite.testing.op_tests.arg_min_max import make_arg_min_max_tests
49 from tensorflow.lite.testing.op_tests.batch_to_space_nd import make_batch_to_space_nd_tests
50 from tensorflow.lite.testing.op_tests.binary_op import make_add_tests, make_div_tests, make_sub_tes…
51 from tensorflow.lite.testing.op_tests.cast import make_cast_tests
52 from tensorflow.lite.testing.op_tests.ceil import make_ceil_tests
53 from tensorflow.lite.testing.op_tests.concat import make_concat_tests
54 from tensorflow.lite.testing.op_tests.constant import make_constant_tests
[all …]
/external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/
Dmessages_pb.rb2 # source: src/proto/grpc/testing/messages.proto
7 add_message "grpc.testing.BoolValue" do
10 add_message "grpc.testing.Payload" do
11 optional :type, :enum, 1, "grpc.testing.PayloadType"
14 add_message "grpc.testing.EchoStatus" do
18 add_message "grpc.testing.SimpleRequest" do
19 optional :response_type, :enum, 1, "grpc.testing.PayloadType"
21 optional :payload, :message, 3, "grpc.testing.Payload"
24 optional :response_compressed, :message, 6, "grpc.testing.BoolValue"
25 optional :response_status, :message, 7, "grpc.testing.EchoStatus"
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.h25 namespace testing {
27 class HloMatcher : public ::testing::MatcherInterface<const HloInstruction*> {
30 std::vector<::testing::Matcher<const HloInstruction*>> operands) in HloMatcher()
34 ::testing::MatchResultListener* listener) const override;
40 std::vector<::testing::Matcher<const HloInstruction*>> operands_;
51 ::testing::MatchResultListener* listener) const override;
62 std::vector<::testing::Matcher<const HloInstruction*>> operands) in HloComparisonMatcher()
66 ::testing::MatchResultListener* listener) const override;
76 HloGetTupleElementMatcher(::testing::Matcher<const HloInstruction*> operand, in HloGetTupleElementMatcher()
82 ::testing::MatchResultListener* listener) const override;
[all …]
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/
Dconv_slicing_test.cc29 #include "tensorflow/lite/micro/testing/micro_test.h"
30 #include "tensorflow/lite/micro/testing/test_utils.h"
33 namespace testing { namespace
274 } // namespace testing
287 int8_t input_quantized[tflite::testing::kInput1Elements]; in TF_LITE_MICRO_TEST()
288 int8_t filter_quantized[tflite::testing::kFilter1Elements]; in TF_LITE_MICRO_TEST()
289 int32_t bias_quantized[tflite::testing::kBias1Elements]; in TF_LITE_MICRO_TEST()
290 int8_t golden_quantized[tflite::testing::kOutput1Elements]; in TF_LITE_MICRO_TEST()
293 int zero_points[tflite::testing::kBias1Elements + 1]; in TF_LITE_MICRO_TEST()
294 float scales[tflite::testing::kBias1Elements + 1]; in TF_LITE_MICRO_TEST()
[all …]
/external/linux-kselftest/
DAndroid.bp104 "tools/testing/selftests/breakpoints/step_after_suspend_test.c",
113 "tools/testing/selftests/breakpoints/breakpoint_test_arm64.c",
118 "tools/testing/selftests/breakpoints/breakpoint_test.c",
129 "tools/testing/selftests/capabilities/test_execve.c",
130 "tools/testing/selftests/capabilities/validate_cap.c",
140 src: "tools/testing/selftests/cpu-hotplug/cpu-on-off-test.sh",
150 "tools/testing/selftests/efivarfs/open-unlink.c",
151 "tools/testing/selftests/efivarfs/create-read.c",
159 src: "tools/testing/selftests/efivarfs/efivarfs.sh",
169 "tools/testing/selftests/exec/execveat.c",
[all …]
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
DTestServiceGrpc.java1 package io.grpc.testing.integration;
26 comments = "Source: grpc/testing/test.proto")
31 public static final String SERVICE_NAME = "grpc.testing.TestService";
34 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty,
35 io.grpc.testing.integration.EmptyProtos.Empty> getEmptyCallMethod;
39 requestType = io.grpc.testing.integration.EmptyProtos.Empty.class,
40 responseType = io.grpc.testing.integration.EmptyProtos.Empty.class,
42 public static io.grpc.MethodDescriptor<io.grpc.testing.integration.EmptyProtos.Empty,
43 io.grpc.testing.integration.EmptyProtos.Empty> getEmptyCallMethod() { in getEmptyCallMethod()
44 …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 {
59 return "grpc.testing.ServiceA";
65 …MethodA1(::grpc::ClientContext* context, const ::grpc::testing::Request& request, ::grpc::testing:…
66 …ResponseReaderInterface< ::grpc::testing::Response>> AsyncMethodA1(::grpc::ClientContext* context,…
67 …return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::grpc::testing::Response>>(As…
69 …onseReaderInterface< ::grpc::testing::Response>> PrepareAsyncMethodA1(::grpc::ClientContext* conte…
70 …return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::grpc::testing::Response>>(Pr…
77 …::grpc::ClientWriterInterface< ::grpc::testing::Request>> MethodA2(::grpc::ClientContext* context,…
[all …]
/external/grpc-grpc-java/compiler/src/testNano/golden/
DTestService.java.txt1 package io.grpc.testing.compiler.nano;
27 comments = "Source: grpc/testing/compiler/test.proto")
32 public static final String SERVICE_NAME = "grpc.testing.compiler.TestService";
37 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.nano.Test.SimpleRequest,
38 io.grpc.testing.compiler.nano.Test.SimpleResponse> getUnaryCallMethod;
40 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.nano.Test.SimpleRequest,
41 io.grpc.testing.compiler.nano.Test.SimpleResponse> getUnaryCallMethod() {
42 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.nano.Test.SimpleRequest, io.grpc.testing.compile…
47 …io.grpc.MethodDescriptor.<io.grpc.testing.compiler.nano.Test.SimpleRequest, io.grpc.testing.compil…
50 "grpc.testing.compiler.TestService", "UnaryCall"))
[all …]
/external/grpc-grpc-java/compiler/src/test/golden/
DTestService.java.txt1 package io.grpc.testing.compiler;
25 comments = "Source: grpc/testing/compiler/test.proto")
30 public static final String SERVICE_NAME = "grpc.testing.compiler.TestService";
33 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest,
34 io.grpc.testing.compiler.Test.SimpleResponse> getUnaryCallMethod;
38 requestType = io.grpc.testing.compiler.Test.SimpleRequest.class,
39 responseType = io.grpc.testing.compiler.Test.SimpleResponse.class,
41 public static io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest,
42 io.grpc.testing.compiler.Test.SimpleResponse> getUnaryCallMethod() {
43 …io.grpc.MethodDescriptor<io.grpc.testing.compiler.Test.SimpleRequest, io.grpc.testing.compiler.Tes…
[all …]
/external/guice/lib/build/
Dguava-testlib-19.0.jar ... com/google/common/util/concurrent/testing/ com/google/common/escape/ com ...

12345678910>>...428