OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Convert
(Results
1 - 25
of
143
) 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: "
/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
239
static int
Convert
(uchar c,
247
static int
Convert
(uchar c,
254
static int
Convert
(uchar c,
261
static int
Convert
(uchar c,
268
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/chromium_org/third_party/markupsafe/
_speedups.c
155
/*
convert
the unicode string into a markup object. */
188
"
Convert
the characters &, <, >, ', and \" in string s to HTML-safe\n"
/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/components/policy/core/browser/
policy_error_map.cc
131
Convert
(error);
137
void PolicyErrorMap::
Convert
(const PendingError& error) {
163
Convert
(pending_[i]);
policy_error_map.h
90
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/google_apis/drive/
drive_api_parser.cc
238
if (!converter.
Convert
(value, this)) {
277
if (!converter.
Convert
(value, this)) {
345
if (!converter.
Convert
(value, this)) {
379
if (!converter.
Convert
(value, this)) {
417
if (!converter.
Convert
(value, this)) {
510
if (!converter.
Convert
(value, this)) {
553
if (!converter.
Convert
(value, this)) {
592
if (!converter.
Convert
(value, this)) {
638
if (!converter.
Convert
(value, this)) {
680
if (!converter.
Convert
(value, this))
[
all
...]
/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_perftest.cc
44
converter.
Convert
(output_bus.get());
53
// Create input and output parameters to
convert
between the two most common
60
RunConvertBenchmark(input_params, output_params, false, "
convert
");
64
// Create input and output parameters to
convert
between common buffer sizes
/external/chromium_org/chrome/renderer/resources/extensions/
file_system_provider_custom_bindings.js
32
//
Convert
a Dictionary to a DOMError.
/external/chromium_org/media/audio/
virtual_audio_input_stream.cc
42
audio_converter_.
Convert
(audio_bus);
141
mixer_.
Convert
(audio_bus);
/external/chromium_org/content/renderer/media/
media_stream_audio_processor.cc
64
// And it must be the same thread as calling
Convert
().
69
bool
Convert
(webrtc::AudioFrame* out) {
78
//
Convert
10ms data to the output format, this will trigger ProvideInput().
79
audio_converter_.
Convert
(audio_wrapper_.get());
108
// TODO(xians): Figure out why the first
Convert
() triggers ProvideInput
174
while (render_converter_->
Convert
(&render_frame_))
185
if (!capture_converter_->
Convert
(&capture_frame_))
/external/chromium_org/third_party/lcov/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) {
Completed in 564 milliseconds
1
2
3
4
5
6