| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| H A D | lexer_test.cc | 132 const char* input; member 312 const char* input; member 385 const char* input; member 430 const char* input; global() member 468 const char* input; global() member 527 const char* input; global() member [all...] |
| H A D | parser_impl_variable_decoration_test.cc | 80 const char* input; member
|
| /third_party/skia/third_party/externals/zlib/google/ |
| H A D | compression_utils.cc | 16 bool GzipCompress(base::span<const char> input, in GzipCompress() argument 37 bool GzipCompress(base::span<const char> input, std::string* output) { in GzipCompress() argument 41 bool GzipCompress(base::span<const uint8_t> input, std::string* output) { in GzipCompress() argument 76 bool GzipUncompress(const std::string& input, std::string* output) { in GzipUncompress() argument 93 GzipUncompress(base::span<const char> input, base::span<const char> output) GzipUncompress() argument 98 GzipUncompress(base::span<const uint8_t> input, base::span<const uint8_t> output) GzipUncompress() argument 109 GzipUncompress(base::span<const char> input, std::string* output) GzipUncompress() argument 113 GzipUncompress(base::span<const uint8_t> input, std::string* output) GzipUncompress() argument [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | generated_message_table_driven.cc | 95 MergePartialFromCodedStream(MessageLite* msg, const ParseTable& table, io::CodedInputStream* input) MergePartialFromCodedStream() argument
|
| /third_party/protobuf/src/google/protobuf/util/ |
| H A D | delimited_message_util.cc | 57 ParseDelimitedFromZeroCopyStream(MessageLite* message, io::ZeroCopyInputStream* input, bool* clean_eof) ParseDelimitedFromZeroCopyStream() argument 64 ParseDelimitedFromCodedStream(MessageLite* message, io::CodedInputStream* input, bool* clean_eof) ParseDelimitedFromCodedStream() argument [all...] |
| /third_party/skia/gm/ |
| H A D | resizeimagefilter.cpp | 38 draw(SkCanvas* canvas, const SkRect& rect, const SkSize& deviceSize, const SkSamplingOptions& sampling, sk_sp<SkImageFilter> input) draw() argument
|
| /third_party/spirv-tools/test/ |
| H A D | text_to_binary.annotation_test.cpp | 48 std::stringstream input; in TEST_P() local 71 std::stringstream input; in TEST_P() local 196 const std::string input = TEST_P() local 326 const std::string input = "OpDecorate %1 FPFastMathMode NotNaN|NotInf|NSZ"; TEST_F() local 356 const std::string input = "OpDecorate %1 LinkageAttributes \\"" + TEST_P() local 452 std::stringstream input; TEST_P() local [all...] |
| H A D | text_to_binary.mode_setting_test.cpp | 59 const std::string input = "OpMemoryModel " + GetParam().addressing_name + in TEST_P() local 110 const std::string input = "OpEntryPoint " + GetParam().execution_name + in TEST_P() local 144 std::stringstream input; in TEST_P() local 222 const std::string input = "OpCapability " + GetParam().name(); in TEST_P() local [all...] |
| /third_party/spirv-tools/test/val/ |
| H A D | val_modes_test.cpp | 513 sstr << "OpExecutionMode %main " << input << "\n"; in TEST_P() local
|
| /test/xts/acts/ai/nncore/opstest/src/ |
| H A D | swish_test.cpp | 30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 9*sizeof(float)};
member 44 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 6*sizeof(float)};
member 58 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 4*sizeof(float)};
member [all...] |
| H A D | round_test.cpp | 30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 6*sizeof(float)};
member 45 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 4*sizeof(float)};
member
|
| H A D | square_test.cpp | 30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 5*sizeof(float)};
member 45 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 0*sizeof(float)};
member
|
| H A D | sin_test.cpp | 30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 3*sizeof(float)};
member 45 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, 2*sizeof(bool)};
member
|
| H A D | reciprocal_test.cpp | 30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 4*sizeof(float)};
member 44 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 3*sizeof(float)};
member 58 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, sizeof(bool)};
member [all...] |
| H A D | rank_test.cpp | 30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 5*sizeof(float)};
member 44 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 120*sizeof(float)};
member
|
| H A D | log_softmax_test.cpp | 31 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 8*sizeof(float)};
member 47 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 8*sizeof(float)};
member 63 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 8*sizeof(float)};
member [all...] |
| H A D | hard_sigmoid_test.cpp | 30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 4*sizeof(float)};
member 44 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 4*sizeof(float)};
member
|
| H A D | log_test.cpp | 30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 3*sizeof(float)};
member 44 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, 3*sizeof(bool)};
member
|
| H A D | logical_not_test.cpp | 30 OHNNOperandTest input = {OH_NN_INT64, OH_NN_TENSOR, tensor_shape, inputValue, 3*sizeof(int64_t)};
member 44 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, sizeof(bool)};
member 58 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, sizeof(bool)};
member 72 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, 2*sizeof(bool)};
member 86 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, 3*sizeof(bool)};
member [all...] |
| H A D | neg_test.cpp | 30 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, sizeof(bool)};
member 44 OHNNOperandTest input = {OH_NN_INT64, OH_NN_TENSOR, tensor_shape, inputValue, 3*sizeof(int64_t)};
member
|
| H A D | flatten_test.cpp | 31 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, input_shape, inputValue, 9*sizeof(float)};
member 46 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, input_shape, inputValue, 8*sizeof(float)};
member 61 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, input_shape, inputValue, 9*sizeof(float)};
member 75 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 0*sizeof(float)};
member [all...] |
| H A D | depth_to_space_test.cpp | 35 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, input_shape, inputValue, 64*sizeof(float)};
member 52 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 12*sizeof(float)};
member
|
| H A D | gather_nd_test.cpp | 33 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, input_shape, inputValue, 6*sizeof(float)};
member 52 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, input_shape, inputValue, 6*sizeof(float)};
member
|
| H A D | erf_test.cpp | 30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 4*sizeof(float)};
member 44 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 0*sizeof(float)};
member 59 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 5*sizeof(float)};
member [all...] |
| H A D | floor_test.cpp | 30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 5*sizeof(float)};
member 45 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 4*sizeof(float)};
member
|