Searched refs:std (Results 1 - 25 of 33291) sorted by path

1234567891011>>

/external/android-clat/
H A Dclatd_test.cpp657 << std::showbase << std::hex
678 << std::showbase << std::hex
865 << "Incorrect checksum" << std::showbase << std::hex
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
H A DCPP.stg539 std::cout \<\< (*tt) \<\< std::endl;
/external/bison/
H A Dconfigure5178 as 'x'. The following induces an error, until -std is added to get
5181 that's true only with -std. */
5203 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5518 for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
5581 as 'x'. The following induces an error, until -std is added to get
5584 that's true only with -std. */
5606 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
8111 using namespace std;
8115 std
[all...]
/external/bison/data/
H A Dglr.cc140 yycdebug_ (&std::cerr)]m4_ifset([b4_parse_param], [,])[
167 std::ostream& yyoutput = debug_stream ();
168 std::ostream& yyo = yyoutput;
191 std::ostream&
198 ]b4_parser_class_name[::set_debug_stream (std::ostream& o)
288 std::ostream& debug_stream () const;
290 void set_debug_stream (std::ostream &);
305 virtual void error (const location_type& loc, const std::string& msg);
326 std::ostream* yycdebug_;
H A Dlalr1.cc97 std::ostream& debug_stream () const;
99 void set_debug_stream (std::ostream &);
113 virtual void error (const location_type& loc, const std::string& msg);
118 virtual std::string yysyntax_error_ (int yystate, int tok);
196 static std::string yytnamerr_ (const char *n);])[
219 std::ostream* yycdebug_;
320 *yycdebug_ << std::endl; \
338 # define YYCDEBUG if (false) std::cerr
360 std::string
365 std
[all...]
H A Dlocation.cc30 # include <algorithm> // std::max
75 column = std::max (]b4_location_initial_column[u, column + count);
140 inline std::basic_ostream<YYChar>&
141 operator<< (std::basic_ostream<YYChar>& ostr, const position& pos)
280 inline std::basic_ostream<YYChar>&
281 operator<< (std::basic_ostream<YYChar>& ostr, const location& loc)
H A Dstack.hh35 template <class T, class S = std::deque<T> >
/external/bison/examples/calc++/
H A Dcalc++-driver.cc17 calcxx_driver::parse (const std::string &f)
29 calcxx_driver::error (const yy::location& l, const std::string& m)
31 std::cerr << l << ": " << m << std::endl;
35 calcxx_driver::error (const std::string& m)
37 std::cerr << m << std::endl;
H A Dcalc++-driver.hh24 std::map<std::string, int> variables;
34 int parse (const std::string& f);
35 std::string file;
39 void error (const yy::location& l, const std::string& m);
40 void error (const std::string& m);
H A Dcalc++-parser.cc113 *yycdebug_ << std::endl; \
131 # define YYCDEBUG if (false) std::cerr
156 std::string
161 std::string yyr = "";
194 yycdebug_ (&std::cerr),
215 std::ostream& yyo = debug_stream ();
216 std::ostream& yyoutput = yyo;
294 std::ostream&
301 calcxx_parser::set_debug_stream (std::ostream& o)
367 YYCDEBUG << "Starting parse" << std
[all...]
H A Dcalc++-parser.hh82 std::string *sval;
118 std::ostream& debug_stream () const;
120 void set_debug_stream (std::ostream &);
134 virtual void error (const location_type& loc, const std::string& msg);
139 virtual std::string yysyntax_error_ (int yystate, int tok);
217 static std::string yytnamerr_ (const char *n);
240 std::ostream* yycdebug_;
H A Dcalc++-scanner.cc964 yylval->sval = new std::string (yytext);
H A Dcalc++.cc11 if (argv[i] == std::string ("-p"))
13 else if (argv[i] == std::string ("-s"))
16 std::cout << driver.result << std::endl;
H A Dlocation.hh68 explicit location (std::string* f,
78 void initialize (std::string* f = YY_NULL,
160 inline std::basic_ostream<YYChar>&
161 operator<< (std::basic_ostream<YYChar>& ostr, const location& loc)
H A Dposition.hh41 # include <algorithm> // std::max
63 explicit position (std::string* f = YY_NULL,
74 void initialize (std::string* fn = YY_NULL,
95 column = std::max (1u, column + count);
100 std::string* filename;
160 inline std::basic_ostream<YYChar>&
161 operator<< (std::basic_ostream<YYChar>& ostr, const position& pos)
H A Dstack.hh47 template <class T, class S = std::deque<T> >
/external/bison/tests/
H A Dtestsuite[all...]
/external/bluetooth/bluedroid/audio_a2dp_hw/
H A DAndroid.mk12 LOCAL_CFLAGS += -std=c99
/external/bluetooth/bluedroid/bta/
H A DAndroid.mk9 LOCAL_CFLAGS += -DBUILDCFG $(bdroid_CFLAGS) -std=c99
/external/bluetooth/bluedroid/gki/
H A DAndroid.mk13 LOCAL_CFLAGS += -Wno-error=unused-parameter $(bdroid_CFLAGS) -std=c99
/external/bluetooth/bluedroid/hci/
H A DAndroid.mk31 LOCAL_CFLAGS += -std=c99
/external/bluetooth/bluedroid/main/
H A DAndroid.mk107 LOCAL_CONLYFLAGS := -std=c99
/external/bluetooth/bluedroid/osi/
H A DAndroid.mk17 LOCAL_CFLAGS := -std=c99 -Wall -Werror
/external/bluetooth/bluedroid/stack/
H A DAndroid.mk34 LOCAL_CFLAGS += $(bdroid_CFLAGS) -std=c99
/external/bluetooth/bluedroid/test/bluedroidtest/
H A DAndroid.mk27 LOCAL_CFLAGS += -std=c99
29 LOCAL_CFLAGS += -std=c99

Completed in 3068 milliseconds

1234567891011>>