HomeSort by relevance Sort by last modified time
    Searched full:cout (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/stlport/test/eh/
locale.cpp 17 cout.imbue(sys);
19 cout<<"Locale name is: "<<sys.name().c_str()<<'\n';
21 cout<<"Enter real number:";
24 cout<<value<<'\n';
31 const numpunct<char>& num_punct=use_facet<numpunct<char> >(cout.getloc());
32 cout << num_punct.decimal_point() << '\n';
34 use_facet<time_put<char, ostreambuf_iterator<char, char_traits<char> > > >(cout.getloc());
35 time_fac.put(cout, cout, NULL, cur_time, 'x'); cout<<'\n'
    [all...]
test.cpp 9 std::cout << msg;
11 std::cout << *it << ' ';
13 std::cout << std:: endl;
40 std::cout<<"hello world\n";
bug.cpp 26 std::cout << "vector fill: " << t.elapsed() << std::endl;
33 std::cout << "map fill 1: " << t.elapsed() << std::endl;
38 std::cout << "map fill 2: " << t.elapsed() << std::endl;
  /system/extras/tests/bionic/libc/common/
hello_world.cpp 6 cout << "Hello World" << endl;
  /external/astl/tests/
test_iostream.cpp 43 mPassed = std::cout.precision() == 6;
56 EXPECT_TRUE(std::cout.precision() == 6);
59 std::cout.precision(20);
62 EXPECT_TRUE(std::cout.precision() == 20);
65 std::cout.precision(6);
71 std::cout << "Hi from stdout\n"; member in class:android::std
77 std::cout << "line 1" << std::endl
84 using std::cout;
86 cout << endl << "Int: " << numeric_limits<int>::max() << endl;
87 cout << "Negative int: " << numeric_limits<int>::min() << endl
    [all...]
  /external/stlport/stlport/using/h/
iostream.h 8 #if !defined(cout)
9 using _STLP_OLD_IO_NAMESPACE::cout;
  /external/srec/tools/grxmlcompile/
testhashmap.cpp 49 std::cout << "Index 1 has value= " << value <<std::endl;
51 std::cout << "value " << value << " has index " << i <<std::endl;
54 std::cout << "index " << i << " has numeric index " << j <<std::endl;
56 std::cout << "value " << value << " has numeric index " << j <<std::endl;
76 std::cout << "Index 1 has value= " << value <<std::endl;
78 std::cout << "value " << value << " has index " << i <<std::endl;
81 std::cout << "index " << i << " has numeric index " << j <<std::endl;
83 std::cout << "value " << value << " has numeric index " << j <<std::endl;
87 std::cout << "First iterator values are " << i <<", " << value <<std::endl;
89 std::cout << "Iterator values are " << i <<", " << value <<std::endl
    [all...]
vocab.cpp 44 std::cout << "Error: " << ESR_rc2str(rc) <<std::endl;
88 std::cout << "DEBUG: " << phrase <<" to be looked up" << std::endl;
92 // std::cout <<"ERORORORORROOR!" <<std::endl;
93 std::cout <<"ERROR: " << ESR_rc2str(rc) << std::endl;
96 std::cout <<"OUTPUT: " << prons << " num " << len << std::endl;
104 std::cout << "DEBUG: used " << len_used << " now " << LSTRLEN(pron) << std::endl;
109 std::cout << "DEBUG: " << phrase << " " << pron << std::endl;
146 std::cout << "Pron #" << ii << ": " << s << std::endl;
157 std::cout << " Pron #" << ii << ": " << s << std::endl;
158 std::cout << " Model IDs: " member in class:std
    [all...]
sub_phon.cpp 58 // std::cout << "Found slot "<< word <<std::endl;
81 //std::cout << "ExpandPhonemes adding "<< modelLabel <<std::endl;
171 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl;
176 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl;
190 std::cout << "HMM phoneme: " << modelSequence[jj] << " ";
195 std::cout << " centre " << arc[ii]->GetInput() << std::endl;
218 std::cout << "Intra sil search " << intraId << std::endl;
224 std::cout << "Intra sil: " << arc[ii]->GetFromId() << " " << arc[ii]->GetToId() << std::endl;
238 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl;
244 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl
    [all...]
sub_min.cpp 481 // std::cout << " (" << arc[ii]->GetToId() << " " << QueryNodeProperty (arc[ii]->GetToId()) << ") ";
483 // std::cout << std::endl;
492 // std::cout << " [" << currId << " " << QueryNodeProperty (currId) << "] ";
494 // std::cout << " [" << currId << "] ";
518 // std::cout << " (" << currId << ") ";
534 // std::cout << " (" << currId << " " << QueryNodeProperty (currId) << ") ";
546 // std::cout << "Count: ";
548 // std::cout << ii << " (" << vertexProp[ii] << ") ";
551 // std::cout << std::endl;
557 // std::cout << "Failure list: "
    [all...]
grxmlcompile.cpp 172 cout << OPENFST_ACKNOWLEDGEMENT <<std::endl;
173 cout << TINYXML_ACKNOWLEDGEMENT <<std::endl;
174 cout << NUANCE_COPYRIGHT <<std::endl;
211 cout << "processing [" << filename << "] ..." << endl;
216 std::cout << "Error: while creating TiXmlDocument from " << filename << std::endl;
217 std::cout << "Error: " << node.Error() << " id " << node.ErrorId() << " row " << node.ErrorRow() << " col " << node.ErrorCol() << std::endl;
218 std::cout << "Error: " << node.ErrorDesc() << std::endl;
219 std::cout << "Error: near " << showline( filename.c_str(), node.ErrorRow()) << std::endl;
369 std::cout << "Error: internal error in FstMergeOLabelsToILabels() " << std::endl;
467 std::cout << "info: FstPushSlotLikeOLabels() at state " << s << " arc ilabel " << arc.ilabel << " olabel " < (…)
    [all...]
  /external/gtest/test/
gtest_env_var_test_.cc 43 using ::std::cout;
55 cout << GTEST_FLAG(break_on_failure);
60 cout << GTEST_FLAG(catch_exceptions);
65 cout << GTEST_FLAG(color);
70 cout << GTEST_FLAG(death_test_style);
75 cout << GTEST_FLAG(death_test_use_fork);
80 cout << GTEST_FLAG(filter);
85 cout << GTEST_FLAG(output);
90 cout << GTEST_FLAG(print_time);
95 cout << GTEST_FLAG(repeat)
    [all...]
  /external/zlib/contrib/iostream3/
test.cc 9 #include <iostream> // for cout
21 std::cout << "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n"
25 std::cout << "\nReading 'test1.txt.gz' (buffered) produces:\n"; member in class:std
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
38 std::cout << "\nWrote the same message to 'test2.txt.gz' in uncompressed form"; member in class:std
40 std::cout << "\nReading 'test2.txt.gz' (unbuffered) produces:\n"; member in class:std
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
  /frameworks/base/tools/aidl/
options_test.cpp 42 cout << prefix << *expected << endl;
52 cout << prefix << got[i] << endl;
71 cout << "mismatch: result: got " << result << " expected " <<
83 cout << "mismatch: systemSearchPath: got" << endl;
85 cout << " expected" << endl;
92 cout << "mismatch: localSearchPath: got" << endl;
94 cout << " expected" << endl;
101 cout << "mismatch: inputFileName: got " << options.inputFileName
108 cout << "mismatch: nativeLanguage: got " << options.nativeLanguage
115 cout << "mismatch: outputH: got " << options.output
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
testxxLexer.l 42 {number} cout << "number " << YYText() << '\n';
46 {name} cout << "name " << YYText() << '\n';
48 {string} cout << "string " << YYText() << '\n';
  /cts/tools/dx-tests/scripts/
assemble_cfh.sh 20 cout=$abase/out/classes_cfh
25 rm -rf $cout/*
32 java -cp $cout:$cp:$cp2 dxconvext.ClassFileAssembler $myfile $cout
  /external/stlport/stlport/using/
iostream 5 using _STLP_VENDOR_STD::cout;
  /external/astl/include/
iostream 41 * initialize the cout/cerr streams and that statics are initialized
43 * just in case another included one uses cout/cerr in a static
46 * The storage for cout and cerr is in ios_globals.cpp.
52 extern ostream cout; // Linked to standard output
57 // streams (cout, cerr, etc...) have been initialized.
  /external/astl/src/
ios_globals.cpp 31 // contains forward declarations for cout, cerr... that will conflict
38 // Global instances of cout and cerr. Here we reserve the memory for
43 // - cout and cerr are mandated by the standard.
45 // stderr streambuf implementation used to build the cout and cerr
55 ostream_mem cout; member in namespace:std
ios_base.cpp 32 #include <iostream> // For cout, cerr
107 // Create the global cout and cerr
109 // cout/cerr storage are in ios_globals.cpp.
112 new (&cout) ostream(&stdio_filebuf_cout);
121 cout.flush();
  /external/stlport/stlport/
iostream 52 # define cout _STLP_cout
61 // program; the same applies to cout and wcout, and cerr/clog and
67 extern _STLP_DECLSPEC ofstream cout;
71 extern _STLP_DECLSPEC ostream cout;
  /external/icu4c/i18n/unicode/
gregocal.h 84 * cout << "Current Time" << endl;
98 * cout << "ERA: " << calendar->get( UCAL_ERA, success ) << endl;
99 * cout << "YEAR: " << calendar->get( UCAL_YEAR, success ) << endl;
100 * cout << "MONTH: " << calendar->get( UCAL_MONTH, success ) << endl;
101 * cout << "WEEK_OF_YEAR: " << calendar->get( UCAL_WEEK_OF_YEAR, success ) << endl;
102 * cout << "WEEK_OF_MONTH: " << calendar->get( UCAL_WEEK_OF_MONTH, success ) << endl;
103 * cout << "DATE: " << calendar->get( UCAL_DATE, success ) << endl;
104 * cout << "DAY_OF_MONTH: " << calendar->get( UCAL_DAY_OF_MONTH, success ) << endl;
105 * cout << "DAY_OF_YEAR: " << calendar->get( UCAL_DAY_OF_YEAR, success ) << endl;
106 * cout << "DAY_OF_WEEK: " << calendar->get( UCAL_DAY_OF_WEEK, success ) << endl
    [all...]
  /external/zlib/contrib/iostream2/
zstream_test.cpp 17 cout << x << endl << y << endl << z << endl;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 154 std::cout << ", default = "; member in class:FlagRegister::std
155 std::cout << (default_value ? "true" : "false");
158 std::cout << ", default = "; member in class:FlagRegister::std
159 std::cout << "\"" << default_value << "\"";
162 std::cout << ", default = "; member in class:FlagRegister::std
163 std::cout << default_value;
172 std::cout << " --" << name
175 std::cout << "\n " << desc.doc_string << "\n";
  /external/icu4c/i18n/
currpinf.cpp 127 std::cout << "same plural rules\n"; member in class:std
130 std::cout << "same locale\n"; member in class:std
133 std::cout << "same pattern\n"; member in class:std
264 std::cout << "in set up\n"; member in class:std
280 std::cout << "pluralCount: " << pluralCount << "; pattern: " << result_1 << "\n";
296 std::cout << "pluralCount: " << pluralCount << "; pattern: " << result_1 << "\n";

Completed in 330 milliseconds

1 2 3 4 5