Home
last modified time | relevance | path

Searched refs:current_output (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/test/SRecTestAudio/src/
DSRecTestAudio.c2560 char *current_output; in srec_test_clean_up_sentence() local
2566 current_output = sentence; in srec_test_clean_up_sentence()
2579 *current_output = '\0'; in srec_test_clean_up_sentence()
2584 *current_output = '\0'; in srec_test_clean_up_sentence()
2588 *current_output = '\0'; in srec_test_clean_up_sentence()
2592 *( current_output - 1 ) = '\0'; in srec_test_clean_up_sentence()
2597 *( current_output - 1 ) = '\0'; in srec_test_clean_up_sentence()
2601 *( current_output - 1 ) = '\0'; in srec_test_clean_up_sentence()
2605 *current_output = '\0'; in srec_test_clean_up_sentence()
2625 *current_output = ' '; in srec_test_clean_up_sentence()
[all …]
/external/srec/srec/test/SRecTest/src/
DSRecTest.c2945 char *current_output; in srec_test_clean_up_sentence() local
2951 current_output = sentence; in srec_test_clean_up_sentence()
2965 *current_output = '\0'; in srec_test_clean_up_sentence()
2970 *current_output = '\0'; in srec_test_clean_up_sentence()
2974 *current_output = '\0'; in srec_test_clean_up_sentence()
2978 *( current_output - 1 ) = '\0'; in srec_test_clean_up_sentence()
2983 *( current_output - 1 ) = '\0'; in srec_test_clean_up_sentence()
2987 *( current_output - 1 ) = '\0'; in srec_test_clean_up_sentence()
2991 *current_output = '\0'; in srec_test_clean_up_sentence()
3011 *current_output = ' '; in srec_test_clean_up_sentence()
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc1174 scoped_ptr<io::ZeroCopyOutputStream> current_output; in GeneratePluginOutput() local
1182 current_output.reset(); in GeneratePluginOutput()
1183 current_output.reset(output_directory->OpenForInsert( in GeneratePluginOutput()
1189 current_output.reset(); in GeneratePluginOutput()
1190 current_output.reset(output_directory->Open(output_file.name())); in GeneratePluginOutput()
1191 } else if (current_output == NULL) { in GeneratePluginOutput()
1200 io::CodedOutputStream writer(current_output.get()); in GeneratePluginOutput()