HomeSort by relevance Sort by last modified time
    Searched refs:Convert (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /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);
compile.h 60 using fst::Convert;
71 fst = Convert<Arc>(*fst, args->fst_type);
73 FSTERROR() << "Failed to convert FST to desired type: "
register.h 110 Class::Convert<Arc>))
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/chromium_org/content/common/
inter_process_time_ticks_converter.cc 47 DCHECK_EQ(target_range, Convert(source_range));
65 return LocalTimeDelta(Convert(remote_delta.value_));
68 int64 InterProcessTimeTicksConverter::Convert(int64 value) const {
inter_process_time_ticks_converter.h 65 int64 Convert(int64 value) const;
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
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}}
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}}
  /external/chromium_org/base/json/
json_value_converter.h 44 // Convert() method.
47 // converter.Convert(json, &message);
49 // Convert() returns false when it fails. Here "fail" means that the value is
52 // Also note that Convert() will modify the passed |message| even when it
72 // and specify a function to convert a StringPiece to your type.
111 virtual bool Convert(const base::Value& value, FieldType* field) const = 0;
127 return value_converter_->Convert(value, &(dst->*field_pointer_));
144 virtual bool Convert(const base::Value& value, int* field) const OVERRIDE {
157 virtual bool Convert(
171 virtual bool Convert(
    [all...]
json_value_converter_unittest.cc 112 EXPECT_TRUE(converter.Convert(*value.get(), &message));
154 EXPECT_TRUE(converter.Convert(*value.get(), &message));
196 EXPECT_FALSE(converter.Convert(*value.get(), &message));
198 // Convert() even it fails.
212 // Convert() still succeeds even if the input doesn't have "bar" field.
213 EXPECT_TRUE(converter.Convert(*value.get(), &message));
235 EXPECT_FALSE(converter.Convert(*value.get(), &message));
252 EXPECT_FALSE(converter.Convert(*value.get(), &message));
  /external/chromium_org/v8/src/
unicode.h 139 // Returns 0 if character does not convert to single latin-1 character
140 // or if the character doesn't not convert back to latin-1 via inverse
238 static int Convert(uchar c,
245 static int Convert(uchar c,
252 static int Convert(uchar c,
259 static int Convert(uchar c,
266 static int Convert(uchar c,
  /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/openfst/src/bin/
fstconvert.cc 23 #include <fst/script/convert.h>
52 ofst = s::Convert(*ifst, FLAGS_fst_type);
  /external/v8/src/
unicode.h 287 static int Convert(uchar c,
294 static int Convert(uchar c,
301 static int Convert(uchar c,
308 static int Convert(uchar c,
315 static int Convert(uchar c,
  /external/chromium_org/chrome/browser/policy/
policy_error_map.cc 131 Convert(error);
137 void PolicyErrorMap::Convert(const PendingError& error) {
163 Convert(pending_[i]);
policy_error_map.h 89 void Convert(const PendingError& error);
  /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_org/media/base/
audio_converter.h 42 // ac.Convert(output_audio_bus.get());
44 // Convert() will ask for input audio data from each InputCallback and convert
49 // removed from Convert() processing via AddInput() and RemoveInput().
79 void Convert(AudioBus* dest);
99 // Set of inputs for Convert().
audio_converter_unittest.cc 114 // Runs a single Convert() stage, fills |expected_audio_bus_| appropriately,
118 converter_->Convert(audio_bus_.get());
190 // Vector of all input callbacks used to drive AudioConverter::Convert().
218 converter.Convert(audio_bus.get());
267 // Create input and output parameters to convert between the two most common
283 // Benchmark Convert() w/ FIFO.
286 converter->Convert(output_bus.get());
290 printf("Convert() w/ Resampling took %.2fms.\n", total_time_ms);
293 // Create input and output parameters to convert between common buffer sizes
310 // Benchmark Convert() w/ FIFO
    [all...]
  /external/chromium_org/media/audio/
virtual_audio_input_stream.cc 42 audio_converter_.Convert(audio_bus);
141 mixer_.Convert(audio_bus);
  /external/chromium_org/third_party/lcov/bin/
gendesc 121 Convert a test case description file into a format as understood by genhtml.
136 # Read text file INPUT_FILENAME and convert the contained description to a
  /external/chromium_org/third_party/lcov-1.9/bin/
gendesc 124 Convert a test case description file into a format as understood by genhtml.
139 # Read text file INPUT_FILENAME and convert the contained description to a
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
screencastid.h 67 static cricket::ScreencastIdList Convert(const std::vector<T>& list) {
  /external/chromium_org/chrome/browser/google_apis/
drive_api_parser.cc 267 if (!converter.Convert(value, this)) {
332 if (!converter.Convert(value, this)) {
448 if (!converter.Convert(value, this)) {
502 if (!converter.Convert(value, this)) {
540 if (!converter.Convert(value, this)) {
648 if (!converter.Convert(value, this)) {
691 if (!converter.Convert(value, this)) {
730 if (!converter.Convert(value, this)) {
776 if (!converter.Convert(value, this)) {
818 if (!converter.Convert(value, this))
    [all...]

Completed in 926 milliseconds

1 2 3 4 5 6