Home
last modified time | relevance | path

Searched defs:kInput (Results 1 – 25 of 53) sorted by relevance

123

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document_builder_unittest.cpp50 static const char kInput[] = ""; in TEST_F() local
57 static const char kInput[] = "<<<>bar?>>>>>>>"; in TEST_F() local
64 static const char kInput[] = in TEST_F() local
80 static const char kInput[] = in TEST_F() local
97 static const char kInput[] = in TEST_F() local
113 static const char kInput[] = in TEST_F() local
129 static const char kInput[] = in TEST_F() local
/external/openscreen/cast/streaming/
Drtp_packet_parser_unittest.cc18 const uint8_t kInput[] = { in TEST() local
54 const uint8_t kInput[] = { in TEST() local
93 const uint8_t kInput[] = { in TEST() local
129 const uint8_t kInput[] = { in TEST() local
168 const uint8_t kInput[] = { in TEST() local
208 const uint8_t kInput[] = { in TEST() local
232 const uint8_t kInput[] = { in TEST() local
275 const uint8_t kInput[] = { in TEST() local
Dpacket_util_unittest.cc93 const uint8_t kInput[] = { in TEST() local
118 const uint8_t kInput[] = { in TEST() local
141 const uint8_t kInput[] = { in TEST() local
161 const uint8_t kInput[] = {}; in TEST() local
171 const uint8_t kInput[] = { in TEST() local
/external/pdfium/core/fxcodec/
Dprogressive_decoder_unittest.cpp62 static constexpr uint8_t kInput[] = { in TEST() local
95 static constexpr uint8_t kInput[] = { in TEST() local
127 static constexpr uint8_t kInput[] = { in TEST() local
159 static constexpr uint8_t kInput[] = { in TEST() local
191 static constexpr uint8_t kInput[] = { in TEST() local
223 static constexpr uint8_t kInput[] = { in TEST() local
308 static constexpr uint8_t kInput[] = { in TEST() local
338 static constexpr uint8_t kInput[] = { in TEST() local
371 static constexpr uint8_t kInput[] = { in TEST() local
404 static constexpr uint8_t kInput[] = { in TEST() local
[all …]
/external/webrtc/modules/audio_processing/transient/
Dmoving_moments_unittest.cc62 const float kInput[] = {0.f, 0.f, 0.f, 0.f, 0.f}; in TEST_F() local
73 const float kInput[] = {5.f, 5.f, 5.f, 5.f, 5.f, 5.f, 5.f, 5.f, 5.f, 5.f}; in TEST_F() local
86 const float kInput[] = {1.f, 2.f, 3.f, 4.f, 5.f, 6.f, 7.f, 8.f, 9.f}; in TEST_F() local
99 const float kInput[] = {-1.f, -2.f, -3.f, -4.f, -5.f, -6.f, -7.f, -8.f, -9.f}; in TEST_F() local
114 const float kInput[] = {1.f, -1.f, 1.f, -1.f, 1.f, in TEST_F() local
128 const float kInput[] = {0.2f, 0.3f, 0.5f, 0.7f, 0.11f, in TEST_F() local
184 const float kInput[] = {0.2f, 0.3f, 0.5f, 0.7f, 0.11f, in TEST_F() local
/external/pdfium/core/fdrm/
Dfx_crypt_unittest.cpp195 static const char kInput[] = ""; in TEST() local
210 static const char kInput[] = "abc"; in TEST() local
224 static const char kInput[] = in TEST() local
239 static const char kInput[] = ""; in TEST() local
253 static const char kInput[] = "abc"; in TEST() local
267 static const char kInput[] = in TEST() local
544 static const char kInput[] = ""; in TEST() local
559 static const char kInput[] = in TEST() local
575 static const char kInput[] = in TEST() local
592 static const char kInput[] = ""; in TEST() local
[all …]
/external/pdfium/core/fxge/dib/
Dcfx_dibbase_unittest.cpp62 const Input kInput = {/*src_top_left=*/{0, 0}, /*src_size=*/{400, 300}, in TEST() local
75 const Input kInput = {/*src_top_left=*/{35, 41}, /*src_size=*/{400, 300}, in TEST() local
88 const Input kInput = {/*src_top_left=*/{141, 154}, /*src_size=*/{400, 300}, in TEST() local
101 const Input kInput = {/*src_top_left=*/{35, 41}, /*src_size=*/{400, 300}, in TEST() local
/external/webrtc/common_audio/
Daudio_util_unittest.cc35 static constexpr int16_t kInput[] = {0, 1, -1, 16384, -16384, 32767, -32768}; in TEST() local
46 static constexpr float kInput[] = {0.f, 0.4f, 0.5f, -0.4f, in TEST() local
57 static constexpr float kInput[] = {0.f, in TEST() local
76 static constexpr float kInput[] = {0.f, 0.4f, 0.6f, -0.4f, -0.6f, in TEST() local
95 static constexpr float kInput[] = {-90.f, -70.f, -30.f, -20.f, -10.f, in TEST() local
110 static constexpr float kInput[] = {1.036215143f, 10.36215143f, 1036.215143f, in TEST() local
/external/cronet/net/http/
Dtransport_security_persister_unittest.cc200 const std::string kInput = in TEST_F() local
215 const std::string kInput = in TEST_F() local
255 const std::string kInput = in TEST_F() local
/external/tensorflow/tensorflow/core/kernels/image/
Dmirror_pad_op_test.cc94 const int kInput = 1000; in REGISTER_TEST() local
128 const int kInput = 1000; in TEST_F() local
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
Dfully_connected_op_builder.cc112 const int kInput = 0; in RegisterInputs() local
152 const int kInput = 0; in IsFullyConnectedOpSupported() local
/external/pigweed/pw_string/
Dutil_test.cc58 static constexpr char kInput[] = "12345"; in TEST() local
65 static constexpr char kInput[] = "12345"; in TEST() local
75 static constexpr char kInput[] = "12345"; in TEST() local
99 static constexpr char kInput[] = "12345"; in TEST() local
/external/tensorflow/tensorflow/c/experimental/ops/gen/model/
Darg_type.h42 enum Kind { kInput = 0, kInputRef, kOutput }; enumerator
/external/rust/crates/quiche/deps/boringssl/src/crypto/chacha/
Dchacha_test.cc44 static const uint8_t kInput[] = { variable
/external/boringssl/src/crypto/chacha/
Dchacha_test.cc44 static const uint8_t kInput[] = { variable
/external/cronet/third_party/boringssl/src/crypto/chacha/
Dchacha_test.cc44 static const uint8_t kInput[] = { variable
/external/webrtc/modules/audio_coding/codecs/opus/test/
Dblocker_unittest.cc130 const float kInput[kNumInputChannels][kNumFrames] = { in TEST_F() local
171 const float kInput[kNumInputChannels][kNumFrames] = { in TEST_F() local
212 const float kInput[kNumInputChannels][kNumFrames] = { in TEST_F() local
/external/clang/bindings/python/tests/cindex/
Dtest_type.py10 kInput = """\ variable
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/self_check/
Dself_check.c673 static const uint8_t kInput[16] = { in boringssl_self_test_sha256() local
691 static const uint8_t kInput[16] = { in boringssl_self_test_sha512() local
712 static const uint8_t kInput[16] = { in boringssl_self_test_hmac_sha256() local
/external/openscreen/third_party/abseil/src/absl/container/
Dfixed_array_test.cc358 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
368 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
378 char const* kInput[] = {"red", "orange", "yellow", "green", in TEST() local
396 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
406 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
524 static const int kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
/external/webrtc/third_party/abseil-cpp/absl/container/
Dfixed_array_test.cc358 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
368 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
378 char const* kInput[] = {"red", "orange", "yellow", "green", in TEST() local
396 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
406 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
524 static const int kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
/external/cronet/third_party/abseil-cpp/absl/container/
Dfixed_array_test.cc358 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
368 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
378 char const* kInput[] = {"red", "orange", "yellow", "green", in TEST() local
396 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
406 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
524 static const int kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
/external/libtextclassifier/abseil-cpp/absl/container/
Dfixed_array_test.cc358 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
368 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
378 char const* kInput[] = {"red", "orange", "yellow", "green", in TEST() local
396 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
406 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
524 static const int kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dfixed_array_test.cc358 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
368 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
378 char const* kInput[] = {"red", "orange", "yellow", "green", in TEST() local
396 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
406 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
524 static const int kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
/external/abseil-cpp/absl/container/
Dfixed_array_test.cc358 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
368 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
378 char const* kInput[] = {"red", "orange", "yellow", "green", in TEST() local
396 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
406 int const kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local
524 static const int kInput[] = {2, 3, 5, 7, 11, 13, 17}; in TEST() local

123