| /external/armnn/src/armnnUtils/test/ |
| D | PrototxtConversionsTest.cpp | 53 auto output_string = createAndConvert({5}); variable 54 CHECK(output_string.compare( 59 output_string = createAndConvert({4, 5}); 60 CHECK(output_string.compare( 69 output_string = createAndConvert({3, 4, 5}); 70 CHECK(output_string.compare( 82 output_string = createAndConvert({2, 3, 4, 5}); 83 CHECK(output_string.compare( 98 output_string = createAndConvert({1, 2, 3, 4, 5}); 99 CHECK(output_string.compare( [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strchr/ |
| D | 1-1.c | 43 char *output_string = malloc(len + 1); in random_string() local 44 if (output_string == NULL) { in random_string() 49 output_string[i] = rand() % 254 + 1; in random_string() 52 output_string[i] = MATCH_CHAR; in random_string() 54 else if (output_string[i] == SKIP_CHAR || output_string[i] == MATCH_CHAR) in random_string() 57 output_string[len] = '\0'; in random_string() 58 return output_string; in random_string()
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strlen/ |
| D | 1-1.c | 32 char *output_string; in random_string() local 33 output_string = malloc(len + 1); in random_string() 34 if (output_string == NULL) { in random_string() 39 output_string[i] = rand() % 254 + 1; in random_string() 40 output_string[len] = '\0'; in random_string() 41 return output_string; in random_string()
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strcpy/ |
| D | 1-1.c | 34 char *output_string; in random_string() local 35 output_string = malloc(len + 1); in random_string() 36 if (output_string == NULL) { in random_string() 42 output_string[i] = rand() % 254 + 1; in random_string() 43 output_string[len] = '\0'; in random_string() 44 return output_string; in random_string()
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strncpy/ |
| D | 1-1.c | 36 char *output_string = NULL; in random_string() local 37 output_string = malloc(len + 1); in random_string() 38 if (output_string == NULL) { in random_string() 44 output_string[i] = rand() % 254 + 1; in random_string() 45 output_string[len] = '\0'; in random_string() 46 return output_string; in random_string()
|
| D | 2-1.c | 37 char *output_string; in random_string() local 38 output_string = malloc(len + 1); in random_string() 39 if (output_string == NULL) { in random_string() 45 output_string[i] = rand() % 254 + 1; in random_string() 46 output_string[len] = '\0'; in random_string() 47 return output_string; in random_string()
|
| /external/tensorflow/tensorflow/tools/api/lib/ |
| D | python_object_to_proto_visitor.py | 134 output_string = '' 138 output_string += '%s=%s, ' % (clean_attr, 151 output_string += 'defaults=%s, ' % sanitized_defaults 154 output_string += 'defaults=None' 156 return output_string
|
| /external/grpc-grpc/test/core/util/ |
| D | test_config.cc | 219 static void output_string(const char* string) { in output_string() function 231 output_string(buf); in output_num() 238 output_string("\n\n\n*******************************\nCaught signal "); in crash_handler() 240 output_string(signal_names[signum]); in crash_handler() 244 output_string("\n"); in crash_handler() 249 output_string(" no backtrace\n"); in crash_handler()
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | decode_compressed_op.cc | 109 tstring output_string; in Compute() local 110 Status s = zlib_stream->ReadNBytes(INT_MAX, &output_string); in Compute() 112 output_flat(i) = std::move(output_string); in Compute()
|
| D | encode_proto_op.cc | 613 TStringOutputStream output_string(&bufs(message_index)); in Compute() local 614 CodedOutputStream out(&output_string); in Compute()
|
| /external/fonttools/Tests/ttLib/tables/ |
| D | ttProgram_test.py | 111 output_string = buf.getvalue() 112 assert output_string == ttProgramXML
|
| /external/libaom/ |
| D | docs.cmake | 206 unset(output_string) 208 set(output_string "${output_string} ${list_item} ") variable 210 string(STRIP "${output_string}" output_string) 211 file(APPEND "${AOM_DOXYFILE}" "${var_name} += ${output_string}\n")
|
| /external/tensorflow/tensorflow/core/platform/ |
| D | abi.cc | 31 extern "C" char* __unDName(char* output_string, const char* name,
|
| /external/grpc-grpc/src/core/lib/json/ |
| D | json_writer.h | 44 void (*output_string)(void* userdata, const char* str); member
|
| D | json_writer.cc | 31 writer->vtable->output_string(writer->userdata, str); in json_writer_output_string()
|
| /external/webrtc/logging/rtc_event_log/ |
| D | rtc_event_log_impl.cc | 266 void RtcEventLogImpl::WriteToOutput(absl::string_view output_string) { in WriteToOutput() argument 268 if (!event_output_->Write(output_string)) { in WriteToOutput()
|
| D | rtc_event_log_impl.h | 61 void WriteToOutput(absl::string_view output_string) RTC_RUN_ON(task_queue_);
|
| /external/cronet/url/ |
| D | url_util_unittest.cc | 187 std::string output_string; in CheckReplaceScheme() local 188 StdStringCanonOutput output(&output_string); in CheckReplaceScheme() 194 return output_string; in CheckReplaceScheme()
|
| /external/skia/bench/ |
| D | SkSLBench.cpp | 66 static const char* output_string(Output output) { in output_string() function in SkSLCompileBench 81 output_string(output) + name) in SkSLCompileBench()
|
| /external/llvm/test/Bindings/OCaml/ |
| D | diagnostic_handler.ml | 28 output_string oc "not a bitcode file\n";
|
| D | bitreader.ml | 65 output_string oc "not a bitcode file\n";
|
| /external/python/absl-py/absl/flags/tests/ |
| D | argparse_flags_test.py | 442 for output_string in output_strings: 443 self.assertIn(output_string, stdout)
|
| /external/webrtc/logging/rtc_event_log/encoder/ |
| D | rtc_event_log_encoder_legacy.cc | 800 std::string output_string = event_stream.SerializeAsString(); in Serialize() local 801 RTC_DCHECK(!output_string.empty()); in Serialize() 806 return output_string; in Serialize()
|
| /external/tensorflow/tensorflow/python/client/ |
| D | tf_session_wrapper.cc | 400 std::string output_string = in PYBIND11_MODULE() local 404 return py::bytes(output_string); in PYBIND11_MODULE()
|
| /external/deqp-deps/glslang/glslang/MachineIndependent/ |
| D | ShaderLang.cpp | 1926 std::string* output_string, in preprocess() argument 1939 forwardCompatible, message, includer, *intermediate, output_string, in preprocess()
|