| /external/openscreen/cast/streaming/ |
| D | rtp_packet_parser_unittest.cc | 18 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
|
| D | packet_util_unittest.cc | 93 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/xfa/fxfa/parser/ |
| D | cxfa_document_parser_unittest.cpp | 36 static const char kInput[] = in TEST_F() local 53 static const char kInput[] = in TEST_F() local 71 static const char kInput[] = in TEST_F() local 88 static const char kInput[] = in TEST_F() local 105 static const char kInput[] = in TEST_F() local
|
| /external/webrtc/modules/audio_processing/transient/ |
| D | moving_moments_unittest.cc | 62 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/ |
| D | fx_crypt_unittest.cpp | 194 static const char kInput[] = ""; in TEST() local 209 static const char kInput[] = "abc"; in TEST() local 223 static const char kInput[] = in TEST() local 238 static const char kInput[] = ""; in TEST() local 252 static const char kInput[] = "abc"; in TEST() local 266 static const char kInput[] = in TEST() local 541 static const char kInput[] = ""; in TEST() local 556 static const char kInput[] = in TEST() local 572 static const char kInput[] = in TEST() local 589 static const char kInput[] = ""; in TEST() local [all …]
|
| /external/webrtc/common_audio/ |
| D | audio_util_unittest.cc | 35 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/pigweed/pw_string/ |
| D | util_test.cc | 56 static constexpr char kInput[] = "12345"; in TEST() local 63 static constexpr char kInput[] = "12345"; in TEST() local 73 static constexpr char kInput[] = "12345"; in TEST() local 97 static constexpr char kInput[] = "12345"; in TEST() local
|
| /external/tensorflow/tensorflow/core/kernels/image/ |
| D | mirror_pad_op_test.cc | 94 const int kInput = 1000; in REGISTER_TEST() local 128 const int kInput = 1000; in TEST_F() local
|
| /external/tensorflow/tensorflow/lite/delegates/coreml/builders/ |
| D | fully_connected_op_builder.cc | 108 const int kInput = 0; in RegisterInputs() local 148 const int kInput = 0; in IsFullyConnectedOpSupported() local
|
| /external/pdfium/core/fxcodec/ |
| D | progressivedecoder_unittest.cpp | 22 static constexpr uint8_t kInput[] = { in TEST() local
|
| /external/tensorflow/tensorflow/c/experimental/ops/gen/model/ |
| D | arg_type.h | 42 enum Kind { kInput = 0, kInputRef, kOutput }; enumerator
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/chacha/ |
| D | chacha_test.cc | 44 static const uint8_t kInput[] = { variable
|
| /external/boringssl/src/crypto/chacha/ |
| D | chacha_test.cc | 44 static const uint8_t kInput[] = { variable
|
| /external/webrtc/modules/audio_coding/codecs/opus/test/ |
| D | blocker_unittest.cc | 130 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/ |
| D | test_type.py | 10 kInput = """\ variable
|
| D | test_cursor.py | 12 kInput = """\ variable
|
| /external/boringssl/src/crypto/fipsmodule/self_check/ |
| D | self_check.c | 670 static const uint8_t kInput[16] = { in boringssl_self_test_sha256() local 688 static const uint8_t kInput[16] = { in boringssl_self_test_sha512() local 709 static const uint8_t kInput[16] = { in boringssl_self_test_hmac_sha256() local
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
| D | fixed_array_test.cc | 358 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/openscreen/third_party/abseil/src/absl/container/ |
| D | fixed_array_test.cc | 358 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/ |
| D | fixed_array_test.cc | 358 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/angle/third_party/abseil-cpp/absl/container/ |
| D | fixed_array_test.cc | 358 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/ |
| D | fixed_array_test.cc | 358 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/ |
| D | fixed_array_test.cc | 358 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/modules/audio_processing/vad/ |
| D | pole_zero_filter_unittest.cc | 26 static const int16_t kInput[kInputSamples] = { variable
|
| /external/tensorflow/tensorflow/lite/tools/optimize/calibration/ |
| D | calibration_common.h | 53 enum class OperatorTensorType { kNone, kInput, kOutput, kIntermediate }; enumerator
|