Searched refs:std (Results 251 - 275 of 33291) sorted by last modified time

<<11121314151617181920>>

/external/stlport/test/unit/
H A Dtransform_test.cpp9 using namespace std;
H A Dtype_traits_test.cpp8 using namespace std;
60 # define __true_type std::__true_type
61 # define __false_type std::__false_type
116 namespace std { namespace
511 namespace std { namespace
H A Dtypeinfo_header_test.cpp18 const std::type_info& ti = typeid(A);
H A Dunary.h8 using std::unary_function;
H A Dunary_test.cpp8 using namespace std;
H A Duninitialized_test.cpp8 using namespace std;
55 namespace std { namespace
H A Dunique_test.cpp6 using namespace std;
H A Dunordered_test.cpp14 using namespace std;
16 using namespace std::tr1;
H A Dvalarray_test.cpp6 using namespace std;
33 using std::abs;
H A Dvector_test.cpp14 using namespace std;
416 namespace std { namespace
/external/stressapptest/
H A Dconfigure4200 as 'x'. The following induces an error, until -std is added to get
4203 that's true only with -std. */
4225 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
/external/stressapptest/src/
H A Ddisk_blocks.cc81 addr_to_block_.insert(std::make_pair(address, sd));
H A Derror_diag.cc37 for (std::map<string, DeviceTree*>::iterator itr = subdevices_.begin();
43 for (std::list<ErrorInstance*>::iterator itr = errors_.begin();
64 std::map<string, DeviceTree*>::iterator itr = subdevices_.find(name);
69 for (std::map<string, DeviceTree*>::iterator itr = subdevices_.begin();
98 for (std::map<string, DeviceTree*>::iterator itr = subdevices_.begin();
123 for (std::list<ErrorInstance*>::iterator itr = errors_.begin();
H A Derror_diag.h60 std::map<string, DeviceTree*> subdevices_; // Map of sub-devices.
61 std::list<ErrorInstance*> errors_; // Log of errors.
89 std::set<DeviceTree*> causes_; // Devices that can cause this type of error.
H A Dos.h298 OsLayer *OsLayerFactory(const std::map<std::string, std::string> &options);
H A Dos_factory.cc30 OsLayer *OsLayerFactory(const std::map<std::string, std::string> &options) { argument
H A Dsat.cc562 std::map<std::string, std::string> options;
1041 void Sat::GoogleOsOptions(std::map<std::string, std::string> *options) {
H A Dsat.h295 virtual void GoogleOsOptions(std::map<std::string, std::string> *options);
H A Dsattypes.h35 using namespace std;
H A Dworker.h754 std::queue<BlockData*> in_flight_sectors_; // Queue of sectors written but
/external/speex/libspeex/
H A Dmath_approx.h49 static inline spx_word16_t speex_rand(spx_word16_t std, spx_int32_t *seed) argument
57 return 3.4642*std*ran.f;
122 static inline spx_word16_t speex_rand(spx_word16_t std, spx_int32_t *seed) argument
126 res = MULT16_16(EXTRACT16(SHR32(*seed,16)),std);
/external/srec/tools/grxmlcompile/
H A DAndroid.mk68 LOCAL_CPPFLAGS += -std=c++11
H A Dfst-io.h156 ostream *ostrm = &std::cout;
198 if (ostrm != &std::cout)
321 typename std::unordered_map<StateId, StateId>::const_iterator it =
357 std::unordered_map<StateId, StateId> states_; // state ID map
371 istream *istrm = &std::cin;
407 if (istrm != &std::cin)
H A Dgrxmlcompile.cpp118 using namespace std;
121 const std::string& grxmlBasename,
136 std::string ExtractFileName(const std::string& full)
138 std::string::size_type idx = full.find_last_of("/");
140 if (idx != std::string::npos)
163 std::string outdir("."); // default output dir is current directory
172 cout << OPENFST_ACKNOWLEDGEMENT <<std::endl;
173 cout << TINYXML_ACKNOWLEDGEMENT <<std::endl;
174 cout << NUANCE_COPYRIGHT <<std
[all...]
H A Dgrxmldoc.cpp25 #include <algorithm> // for std::sort
37 #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;
44 //#define PRINT_EXPRESSION(x) std::cout << (x) << std::endl;
51 using namespace std;
[all...]

Completed in 7960 milliseconds

<<11121314151617181920>>