HomeSort by relevance Sort by last modified time
    Searched defs:Convert (Results 1 - 15 of 15) sorted by null

  /external/openfst/src/script/
convert.cc 20 #include <fst/script/convert.h>
25 FstClass *Convert(const FstClass &ifst, const string &new_type) {
29 Apply<Operation<ConvertArgs> >("Convert", ifst.ArcType(),
35 REGISTER_FST_OPERATION(Convert, StdArc, ConvertArgs);
36 REGISTER_FST_OPERATION(Convert, LogArc, ConvertArgs);
37 REGISTER_FST_OPERATION(Convert, Log64Arc, ConvertArgs);
  /external/openfst/src/include/fst/script/
convert.h 32 void Convert(ConvertArgs *args) {
36 Fst<Arc> *result = Convert(fst, new_type);
42 %newobject Convert;
44 FstClass *Convert(const FstClass& f, const string &new_type);
fst-class.h 232 static FstClassImplBase *Convert(const FstClass &other) {
233 LOG(ERROR) << "Doesn't make sense to convert any class to type FstClass.";
313 static MutableFstClass *Read(const string &fname, bool convert = false);
325 static FstClassImplBase *Convert(const FstClass &other) {
326 LOG(ERROR) << "Doesn't make sense to convert any class to type "
369 static FstClassImplBase *Convert(const FstClass &other) {
  /external/openfst/src/include/fst/
register.h 104 &FstRegisterer<F>::Convert);
107 static Fst<Arc> *Convert(const Fst<Arc> &fst) { return new F(fst); }
118 Fst<A> *Convert(const Fst<A> &fst, const string &ftype) {
124 LOG(ERROR) << "Fst::Convert: Unknown FST type \"" << ftype
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 101 /// Convert - Create a new persistent APSInt with the same value as 'From'
103 const llvm::APSInt &Convert(const llvm::APSInt& To,
109 return getValue(TargetType.convert(From));
112 const llvm::APSInt &Convert(QualType T, const llvm::APSInt &From) {
117 return getValue(TargetType.convert(From));
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
register.h 141 entry.converter = &FstRegisterer<F>::Convert;
147 static Fst<Arc> *Convert(const Fst<Arc> &fst) { return new F(fst); }
158 Fst<A> *Convert(const Fst<A> &fst, const string &ftype) {
164 LOG(ERROR) << "Fst::Convert: Unknown FST type \"" << ftype
  /external/chromium/base/
string_number_conversions.cc 99 // Utility to convert a character to a digit in a given base
106 static bool Convert(CHAR c, uint8* digit) {
118 static bool Convert(CHAR c, uint8* digit) {
133 return BaseCharToDigit<CHAR, BASE, BASE <= 10>::Convert(c, digit);
498 // convert to 8-bit and then use the 8-bit version.
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 36 struct Convert {
37 constexpr Convert(T v) : v(v) {}
41 template<typename T> Convert<T> ConvertVar();
59 Agg<char> ce1 = { Convert<float>(1.0) }; // expected-warning {{type 'float' cannot be narrowed to 'char'}} expected-note {{override}}
105 Agg<float> ce1 = { Convert<double>(1e300) }; // expected-warning {{constant expression evaluates to 1.000000e+300 which cannot be narrowed to type 'float'}} expected-note {{override}}
126 Agg<float> ce1 = { Convert<int>(123456789) }; // expected-warning {{constant expression evaluates to 123456789 which cannot be narrowed to type 'float'}} expected-note {{override}}
169 Agg<short> ce1 = { Convert<int>(100000) }; // expected-warning {{constant expression evaluates to 100000 which cannot be narrowed to type 'short'}} expected-note {{override}} expected-warning {{changes value from 100000 to -31072}}
p7-0x.cpp 35 struct Convert {
36 constexpr Convert(T v) : v(v) {}
40 template<typename T> Convert<T> ConvertVar();
58 Agg<char> ce1 = { Convert<float>(1.0) }; // expected-error {{type 'float' cannot be narrowed to 'char'}} expected-note {{override}}
104 Agg<float> ce1 = { Convert<double>(1e300) }; // expected-error {{constant expression evaluates to 1.000000e+300 which cannot be narrowed to type 'float'}} expected-note {{override}}
125 Agg<float> ce1 = { Convert<int>(123456789) }; // expected-error {{constant expression evaluates to 123456789 which cannot be narrowed to type 'float'}} expected-note {{override}}
168 Agg<short> ce1 = { Convert<int>(100000) }; // expected-error {{constant expression evaluates to 100000 which cannot be narrowed to type 'short'}} expected-note {{override}} expected-warning {{changes value from 100000 to -31072}}
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 632 # If the callee does not care about tabs we simply convert them to
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/v8/src/
unicode.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 249 milliseconds