Home
last modified time | relevance | path

Searched refs:endl (Results 1 – 25 of 82) sorted by relevance

1234

/external/astl/tests/
Dtest_iostream.cpp77 std::cout << "line 1" << std::endl in testManip()
83 using std::endl; in testOutputFormat()
86 cout << endl << "Int: " << numeric_limits<int>::max() << endl; in testOutputFormat()
87 cout << "Negative int: " << numeric_limits<int>::min() << endl; in testOutputFormat()
88 cout << "Unsigned int: " << numeric_limits<unsigned int>::max() << endl; in testOutputFormat()
89 cout << "Long: " << numeric_limits<long>::max() << endl; in testOutputFormat()
90 cout << "Negative long: " << numeric_limits<long>::min() << endl; in testOutputFormat()
91 cout << "Unsigned long int: " << numeric_limits<unsigned long>::max() << endl; in testOutputFormat()
92 cout << "Long long: " << numeric_limits<long long>::max() << endl; in testOutputFormat()
93 cout << "Negative long long: " << numeric_limits<long long>::min() << endl; in testOutputFormat()
[all …]
/external/stlport/test/eh/
Dmain.cpp131 cerr<<"\t[-n <iterations>] : number of test iterations, default==100;"<<endl; in usage()
132 cerr<<"\t[-s <size>] : base value for random container sizes, default==1000;"<<endl; in usage()
133 cerr<<"\t[-e] : don't throw exceptions, test for leak in normal conditions;"<<endl; in usage()
136 cerr<<"\t[-q] : quiet mode;"<<endl; in usage()
137 cerr<<"\t[-v] : verbose mode;"<<endl; in usage()
138 cerr<<"\t[-t] : track each allocation;"<<endl; in usage()
139 …r<<"\t[test name [test name...]] : run only some of the tests by name (default==all tests):"<<endl; in usage()
140 …go vector bit_vector list slist deque set map hash_set hash_map rope string bitset valarray"<<endl; in usage()
282 cerr << "EH test : algobase" << endl; in main()
287 cerr << "EH test : algo" << endl; in main()
[all …]
Dbug.cpp26 std::cout << "vector fill: " << t.elapsed() << std::endl; in main()
33 std::cout << "map fill 1: " << t.elapsed() << std::endl; in main()
38 std::cout << "map fill 2: " << t.elapsed() << std::endl; in main()
/external/srec/tools/grxmlcompile/
Dtesthashmap.cpp49 std::cout << "Index 1 has value= " << value <<std::endl; in test1()
51 std::cout << "value " << value << " has index " << i <<std::endl; in test1()
54 std::cout << "index " << i << " has numeric index " << j <<std::endl; in test1()
56 std::cout << "value " << value << " has numeric index " << j <<std::endl; in test1()
76 std::cout << "Index 1 has value= " << value <<std::endl; in test2()
78 std::cout << "value " << value << " has index " << i <<std::endl; in test2()
81 std::cout << "index " << i << " has numeric index " << j <<std::endl; in test2()
83 std::cout << "value " << value << " has numeric index " << j <<std::endl; in test2()
87 std::cout << "First iterator values are " << i <<", " << value <<std::endl; in test2()
89 std::cout << "Iterator values are " << i <<", " << value <<std::endl; in test2()
[all …]
Dvocab.cpp44 std::cout << "Error: " << ESR_rc2str(rc) <<std::endl; in Vocabulary()
88 std::cout << "DEBUG: " << phrase <<" to be looked up" << std::endl; in lookup()
93 std::cout <<"ERROR: " << ESR_rc2str(rc) << std::endl; in lookup()
96 std::cout <<"OUTPUT: " << prons << " num " << len << std::endl; in lookup()
104 std::cout << "DEBUG: used " << len_used << " now " << LSTRLEN(pron) << std::endl; in lookup()
109 std::cout << "DEBUG: " << phrase << " " << pron << std::endl; in lookup()
135 std::cerr << "out_of_range: " << err.what() << std::endl; in getPron()
146 std::cout << "Pron #" << ii << ": " << s << std::endl; in print()
157 std::cout << " Pron #" << ii << ": " << s << std::endl; in printModelIDs()
164 std::cout << std::endl; in printModelIDs()
[all …]
Dgrxmlcompile.cpp172 cout << OPENFST_ACKNOWLEDGEMENT <<std::endl; in main()
173 cout << TINYXML_ACKNOWLEDGEMENT <<std::endl; in main()
174 cout << NUANCE_COPYRIGHT <<std::endl; in main()
211 cout << "processing [" << filename << "] ..." << endl; in main()
216 std::cout << "Error: while creating TiXmlDocument from " << filename << std::endl; in main()
217 … " id " << node.ErrorId() << " row " << node.ErrorRow() << " col " << node.ErrorCol() << std::endl; in main()
218 std::cout << "Error: " << node.ErrorDesc() << std::endl; in main()
219 std::cout << "Error: near " << showline( filename.c_str(), node.ErrorRow()) << std::endl; in main()
369 std::cout << "Error: internal error in FstMergeOLabelsToILabels() " << std::endl; in FstMergeOLabelsToILabels()
467 …OLabels() at state " << s << " arc ilabel " << arc.ilabel << " olabel " << arc.olabel << std::endl; in FstPushSlotLikeOLabels()
[all …]
Dnetw_dump.cpp63 outfile << arc[loc]->fromId << std::endl; in WriteForwardGraphFile()
66 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << std::endl; in WriteForwardGraphFile()
84 …e << arc[loc]->fromId << separator << arc[loc]->toId << separator << inLabel.c_str() << std::endl; in WriteForwardGraphFile()
172 outfile << arc[loc]->fromId << std::endl; in WriteForwardGraphWithSemantic()
174 … << arc[loc]->toId << Separator << inLabel.c_str() << Separator << outLabel.c_str() << std::endl; in WriteForwardGraphWithSemantic()
209 outfile << arc[loc]->fromId << std::endl; in WriteHMMGraphFile()
218 … << separator << arc[loc]->toId << separator << Eps << separator << outLabel.c_str() << std::endl; in WriteHMMGraphFile()
221 …[loc]->fromId << separator << arc[loc]->toId << separator << Eps << separator << Eps << std::endl; in WriteHMMGraphFile()
230 …< separator << arc[loc]->toId << separator << ".wb" << separator << outLabel.c_str() << std::endl; in WriteHMMGraphFile()
233 …oc]->fromId << separator << arc[loc]->toId << separator << ".wb" << separator << Eps << std::endl; in WriteHMMGraphFile()
[all …]
Dsub_phon.cpp171 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl; in ExpandToHMMs()
176 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl; in ExpandToHMMs()
195 std::cout << " centre " << arc[ii]->GetInput() << std::endl; in ExpandToHMMs()
218 std::cout << "Intra sil search " << intraId << std::endl; in ExpandIntraWordSilence()
224 … std::cout << "Intra sil: " << arc[ii]->GetFromId() << " " << arc[ii]->GetToId() << std::endl; in ExpandIntraWordSilence()
238 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl; in ExpandIntraWordSilence()
244 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl; in ExpandIntraWordSilence()
259 std::cout << " " << centre << std::endl; in ExpandIntraWordSilence()
277 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl; in ExpandIntraWordSilence()
283 … std::cout << "HMM: " << centre << " number of HMMs = " << followCount <<std::endl; in ExpandIntraWordSilence()
[all …]
Dgrxmldoc.cpp37 #define FATAL_ERROR(x,y) { std::cout << (x) << std::endl; exit ((y)); }
38 #define WARNING(x) std::cout << (x) << std::endl;
42 #define DEBUG_PRINT(x) std::cout << (x) << std::endl;
55 std::cout << "ERROR: Empty string of type " << t <<std::endl; \
788 std::cout << "Error: not sure what to do here" << std::endl; in printNode()
792 std::cout << c << name.c_str() << "[" << c_data << "]" << std::endl; in printNode()
795 std::cout << c << name.c_str() << std::endl; in printNode()
806 std::cout << attr->Name() << ": " << attr->Value() << std::endl; in printNode()
829 std::cout << "Rule " << ruleName << std::endl; in addRuleToList()
1053 std::cout << label << " "<< label.find_first_of ("@") << std::endl; in writeMapFile()
[all …]
/external/chromium/third_party/icu/source/tools/tzcode/
Dtz2icu.cpp495 cerr << os.str() << "; using 0" << endl; in readzoneinfo()
507 cerr << "Warning: unused abbreviation: " << ii << endl; in readzoneinfo()
631 cerr << "Error: Invalid directory: " << dirname << endl; in scandir()
647 << e.what() << endl; in scandir()
672 cerr << "Error: Invalid directory: " << dir << endl; in scandir()
676 cerr << "Error: Directory name too long" << endl; in scandir()
698 << e.what() << endl; in scandir()
711 << e.what() << endl; in scandir()
1046 os << ":array {" << endl; in print()
1058 os << " }" << endl; in print()
[all …]
Dicuzdump.cpp178 out << endl; in dump()
298 cerr << "Illegal command line argument(s)" << endl << endl; in main()
303 << "Usage: icuzdump [-options] [zoneid1 zoneid2 ...]" << endl in main()
304 << endl in main()
305 << "\tDump all offset transitions for the specified zones." << endl in main()
306 << endl in main()
307 << "Options:" << endl in main()
308 << "\t-a : Dump all available zones." << endl in main()
309 << "\t-d <dir> : When specified, write transitions in a file under" << endl in main()
310 << "\t the directory for each zone." << endl in main()
[all …]
/external/icu4c/tools/tzcode/
Dtz2icu.cpp496 cerr << os.str() << "; using 0" << endl; in readzoneinfo()
508 cerr << "Warning: unused abbreviation: " << ii << endl; in readzoneinfo()
612 cerr << "Error: Invalid directory: " << dirname << endl; in scandir()
628 << e.what() << endl; in scandir()
653 cerr << "Error: Invalid directory: " << dir << endl; in scandir()
657 cerr << "Error: Directory name too long" << endl; in scandir()
679 << e.what() << endl; in scandir()
692 << e.what() << endl; in scandir()
1027 os << ":table {" << endl; in print()
1029 os << ":array {" << endl; in print()
[all …]
Dicuzdump.cpp178 out << endl; in dump()
298 cerr << "Illegal command line argument(s)" << endl << endl; in main()
303 << "Usage: icuzdump [-options] [zoneid1 zoneid2 ...]" << endl in main()
304 << endl in main()
305 << "\tDump all offset transitions for the specified zones." << endl in main()
306 << endl in main()
307 << "Options:" << endl in main()
308 << "\t-a : Dump all available zones." << endl in main()
309 << "\t-d <dir> : When specified, write transitions in a file under" << endl in main()
310 << "\t the directory for each zone." << endl in main()
[all …]
/external/zlib/contrib/iostream2/
Dzstream_test.cpp17 cout << x << endl << y << endl << z << endl; in main()
20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl; in main()
21 out << z << endl << y << endl << x << endl; in main()
22 out << 1.1234567890123456789 << endl; in main()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc148 cerr << path << ": " << strerror(errno) << endl; in VerifyDirectoryExists()
169 << path_so_far << ": " << strerror(errno) << endl; in TryCreateParentDirectory()
208 cerr << ": " << message << endl; in AddError()
346 cerr << filename << ": write() returned zero?" << endl; in WriteAllToDisk()
396 cerr << filename << ": " << strerror(stream.GetErrno()) << endl; in WriteAllToZip()
400 cerr << filename << ": " << strerror(stream.GetErrno()) << endl; in WriteAllToZip()
455 cerr << filename_ << ": Tried to write the same file twice." << endl; in ~MemoryOutputStream()
473 << endl; in ~MemoryOutputStream()
486 << "\" not found." << endl; in ~MemoryOutputStream()
601 "--disallow_services was used." << endl; in Run()
[all …]
Dplugin.cc91 cerr << argv[0] << ": Unknown option: " << argv[1] << endl; in PluginMain()
102 cerr << argv[0] << ": protoc sent unparseable request to plugin." << endl; in PluginMain()
124 << request.file_to_generate(i) << endl; in PluginMain()
143 cerr << argv[0] << ": Error writing to stdout." << endl; in PluginMain()
/external/chromium/sdch/open-vcdiff/src/
Dvcdiff_main.cc227 << "': " << strerror(errno) << std::endl; in OpenDictionary()
233 << "': " << strerror(errno) << std::endl; in OpenDictionary()
241 << "': " << strerror(errno) << std::endl; in OpenDictionary()
268 << file_name << "': " << strerror(errno) << std::endl; in OpenFileForReading()
275 << file_name << "': " << strerror(errno) << std::endl; in OpenFileForReading()
304 << "': " << strerror(errno) << std::endl; in OpenOutputFile()
317 << "': " << strerror(errno) << std::endl; in ReadInput()
331 << "': " << strerror(errno) << std::endl; in WriteOutput()
352 << output_file_name_ << "': " << strerror(errno) << std::endl; in CompareOutput()
357 << std::endl; in CompareOutput()
[all …]
/external/webkit/WebKitTools/Scripts/
Dcommit-log-editor111 my $endl = "\n";
112 $endl = $1 if $logContents =~ /(\r?\n)/;
235 print NEWLOG normalizeLineEndings($_, $endl);
240 print NEWLOG normalizeLineEndings($commonPrefix, $endl);
244 print NEWLOG normalizeLineEndings("\n", $endl) if !$first;
246 print NEWLOG normalizeLineEndings("$label: ", $endl);
248 print NEWLOG normalizeLineEndings($changeLogContents{$label}, $endl);
277 my ($string, $endl) = @_;
278 $string =~ s/\r?\n/$endl/g;
Dprepare-ChangeLog349 my $endl = "\n";
363 $endl = "$1";
371 print CHANGE_LOG normalizeLineEndings("$date $name <$emailAddress>\n\n", $endl);
376 print CHANGE_LOG normalizeLineEndings(" Reviewed by $reviewer.\n\n", $endl);
377 print CHANGE_LOG normalizeLineEndings($description . "\n", $endl) if $description;
380 print CHANGE_LOG normalizeLineEndings(" $bugDescription\n", $endl) if $bugDescription;
381 print CHANGE_LOG normalizeLineEndings(" $bugURL\n", $endl) if $bugURL;
382 print CHANGE_LOG normalizeLineEndings("\n", $endl);
386 … print CHANGE_LOG normalizeLineEndings(testListForChangeLog(sort @addedRegressionTests), $endl);
388 print CHANGE_LOG normalizeLineEndings(" No new tests. (OOPS!)\n\n", $endl);
[all …]
/external/protobuf/examples/
Dlist_people.cc14 cout << "Person ID: " << person.id() << endl; in ListPeople()
15 cout << " Name: " << person.name() << endl; in ListPeople()
17 cout << " E-mail address: " << person.email() << endl; in ListPeople()
34 cout << phone_number.number() << endl; in ListPeople()
47 cerr << "Usage: " << argv[0] << " ADDRESS_BOOK_FILE" << endl; in main()
57 cerr << "Failed to parse address book." << endl; in main()
Dadd_person.cc48 cout << "Unknown phone type. Using default." << endl; in PromptForAddress()
62 cerr << "Usage: " << argv[0] << " ADDRESS_BOOK_FILE" << endl; in main()
72 cout << argv[1] << ": File not found. Creating a new file." << endl; in main()
74 cerr << "Failed to parse address book." << endl; in main()
86 cerr << "Failed to write address book." << endl; in main()
/external/oprofile/libabi/
Dopimport.cpp64 << " endian" << endl; in extractor()
103 cerr << " = " << targ << endl; in extract()
149 cerr << "extracting " << node_nr << " nodes of " << step << " bytes each " << endl; in import_from_abi()
160 cerr << strerror(rc) << endl; in import_from_abi()
175 cerr << "error: must specify exactly 1 input file" << endl; in main()
185 << abi_filename << endl; in main()
193 << "no conversion necessary." << endl; in main()
212 << strerror(rc) << endl; in main()
219 cerr << "caught abi exception: " << e.desc << endl; in main()
/external/zlib/contrib/iostream/
Dtest.cpp12 os << "Hello, Mommy" << endl; in main()
15 os << "hello, hello, hi, ho!" << endl; in main()
18 << "I'm compressing again" << endl; in main()
/external/zlib/contrib/iostream3/
Dtest.cc19 << 1.3 << "\nPlan " << 9 << std::endl; in main()
23 << 1.3 << "\nPlan " << 9 << std::endl; in main()
36 << 1.3 << "\nPlan " << 9 << std::endl; in main()
/external/stlport/test/unit/
Dswap_test.cpp124 cerr << "false type" << endl; in swap_container_spec()
126 cerr << "true type" << endl; in swap_container_spec()
128 cerr << "unknown type" << endl; in swap_container_spec()

1234