HomeSort by relevance Sort by last modified time
    Searched defs:Converter (Results 1 - 25 of 45) sorted by null

1 2

  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
Converter.java 18 public interface Converter {
  /external/chromium_org/gin/
converter.h 18 struct Converter {};
21 struct GIN_EXPORT Converter<bool> {
30 struct GIN_EXPORT Converter<int32_t> {
39 struct GIN_EXPORT Converter<uint32_t> {
48 struct GIN_EXPORT Converter<int64_t> {
58 struct GIN_EXPORT Converter<uint64_t> {
68 struct GIN_EXPORT Converter<float> {
77 struct GIN_EXPORT Converter<double> {
86 struct GIN_EXPORT Converter<base::StringPiece> {
93 struct GIN_EXPORT Converter<std::string>
    [all...]
dictionary.h 8 #include "gin/converter.h"
47 friend struct Converter<Dictionary>;
55 struct GIN_EXPORT Converter<Dictionary> {
array_buffer.h 11 #include "gin/converter.h"
47 struct GIN_EXPORT Converter<ArrayBuffer> {
73 struct GIN_EXPORT Converter<ArrayBufferView> {
handle.h 8 #include "gin/converter.h"
43 struct Converter<gin::Handle<T> > {
51 if (!Converter<T*>::FromV8(isolate, val, &object)) {
wrappable.h 9 #include "gin/converter.h"
99 // This converter handles any subclass of Wrappable.
101 struct Converter<T*, typename base::enable_if<
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
conv.py 36 class Converter(grammar.Grammar):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
conv.py 36 class Converter(grammar.Grammar):
  /external/chromium_org/mojo/bindings/js/
handle.h 9 #include "gin/converter.h"
44 // Note: It's important to use this converter rather than the one for
49 struct Converter<mojo::Handle> {
56 // We need to specialize the normal gin::Handle converter in order to handle
59 struct Converter<gin::Handle<gin::HandleWrapper> > {
73 if (!Converter<gin::HandleWrapper*>::FromV8(isolate, val, &object)) {
  /external/chromium_org/third_party/webrtc/tools/converter/
converter.h 23 class Converter {
25 Converter(int width, int height);
converter.cc 17 #include "webrtc/tools/converter/converter.h"
30 Converter::Converter(int width, int height)
35 bool Converter::ConvertRGBAToI420Video(std::string frames_dir,
109 bool Converter::AddYUVToFile(uint8* y_plane, int y_plane_size,
119 bool Converter::AddYUVPlaneToFile(uint8* yuv_plane, int yuv_plane_size,
131 bool Converter::ReadRGBAFrame(const char* input_file_name, int input_frame_size,
151 std::string Converter::FindFullFileName(std::string dir_name,
156 bool Converter:: FileExists(std::string file_name_to_check)
    [all...]
  /external/openfst/src/include/fst/
register.h 47 typedef Fst<A> *(*Converter)(const Fst<A> &fst);
50 Converter converter; member in struct:fst::FstRegisterEntry
51 FstRegisterEntry() : reader(0), converter(0) {}
52 FstRegisterEntry(Reader r, Converter c) : reader(r), converter(c) { }
56 // an FST type, and its reader and converter.
62 typedef typename FstRegisterEntry<A>::Converter Converter;
68 const Converter GetConverter(const string &type) const
121 converter = registr->GetConverter(ftype); local
    [all...]
  /external/openfst/src/include/fst/script/
register.h 38 template<class Reader, class Creator, class Converter>
42 Converter converter; member in struct:fst::script::FstClassRegEntry
44 FstClassRegEntry(Reader r, Creator cr, Converter co) :
45 reader(r), creator(cr), converter(co) { }
46 FstClassRegEntry() : reader(0), creator(0), converter(0) { }
49 template<class Reader, class Creator, class Converter>
52 FstClassRegEntry<Reader, Creator, Converter>,
54 Converter> > {
64 Converter GetConverter(const string &arc_type) const
    [all...]
  /external/chromium_org/mojo/apps/js/bindings/gl/
context.cc 18 struct Converter<GLboolean> {
22 if (!Converter<bool>::FromV8(isolate, val, &bool_val))
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
register.h 40 // and converter.
45 typedef Fst<A> *(*Converter)(const Fst<A> &fst);
49 Converter converter; member in struct:fst::FstRegister::Entry
50 Entry() : reader(0), converter(0) {}
62 Converter GetConverter(const string &type) const {
63 return GetEntry(type).converter;
141 entry.converter = &FstRegisterer<F>::Convert;
160 const typename FstRegister<A>::Converter
161 converter = registr->GetConverter(ftype) local
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.cpp 18 #define LOG_TAG "Converter"
21 #include "Converter.h"
43 Converter::Converter(
77 void Converter::releaseEncoder() {
90 Converter::~Converter() {
94 void Converter::shutdownAsync() {
99 status_t Converter::init() {
109 sp<IGraphicBufferProducer> Converter::getGraphicBufferProducer()
    [all...]
Converter.h 34 struct Converter : public AHandler {
46 Converter(const sp<AMessage> &notify,
81 virtual ~Converter();
151 DISALLOW_EVIL_CONSTRUCTORS(Converter);
  /external/doclava/src/com/google/doclava/
Converter.java 46 public class Converter {
55 Converter.obtainClass(c);
78 mRootClasses = Converter.convertClasses(classes);
117 cl.init(Converter.obtainType(c),
118 new ArrayList<ClassInfo>(Arrays.asList(Converter.convertClasses(c.interfaces()))),
119 new ArrayList<TypeInfo>(Arrays.asList(Converter.convertTypes(c.interfaceTypes()))),
120 new ArrayList<ClassInfo>(Arrays.asList(Converter.convertClasses(c.innerClasses()))),
122 Converter.convertMethods(c.constructors(false)))),
123 new ArrayList<MethodInfo>(Arrays.asList(Converter.convertMethods(c.methods(false)))),
124 new ArrayList<MethodInfo>(Arrays.asList(Converter.convertMethods(annotationElements)))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
convert.jar 
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 39 class Converter : public BuildUtil
42 Converter(Program *, struct nv50_ir_prog_info *);
43 ~Converter();
167 Converter::g3dPrim(const unsigned prim, unsigned *patchSize) const
195 Converter::cvtInterpMode(enum sm4_interpolation mode) const
230 Converter::cvtRoundingMode(enum sm4_opcode op) const
243 Converter::cvtCondCode(enum sm4_opcode op) const
266 Converter::inferSrcType(enum sm4_opcode op) const
327 Converter::inferDstType(enum sm4_opcode op) const
352 Converter::cvtOpcode(enum sm4_opcode op) cons
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 39 class Converter : public BuildUtil
42 Converter(Program *, struct nv50_ir_prog_info *);
43 ~Converter();
167 Converter::g3dPrim(const unsigned prim, unsigned *patchSize) const
195 Converter::cvtInterpMode(enum sm4_interpolation mode) const
230 Converter::cvtRoundingMode(enum sm4_opcode op) const
243 Converter::cvtCondCode(enum sm4_opcode op) const
266 Converter::inferSrcType(enum sm4_opcode op) const
327 Converter::inferDstType(enum sm4_opcode op) const
352 Converter::cvtOpcode(enum sm4_opcode op) cons
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
formatutils9.cpp 452 // Policy rules for use with Converter, to choose whether to use the preferred or fallback conversion.
457 // Converter ties it all together. Given an OpenGL type/norm/size and choice of preferred/fallback conversion,
461 struct Converter
502 Converter<type, norm, size, preferred>::identity, \
503 Converter<type, norm, size, preferred>::finalSize, \
504 Converter<type, norm, size, preferred>::convertArray, \
505 static_cast<D3DDECLTYPE>(Converter<type, norm, size, preferred>::declflag) \
510 Converter<type, norm, size, UsePreferred>::capflag, \
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 17 * converter name alias table to cnvalias.dat .
52 /* The combined tag and converter count can affect the number of lists
60 /* The maximum number of aliases that a standard tag/converter combination can have.
106 uint16_t converter; /* Index into stringStore */ member in struct:__anon17009
108 } Converter;
110 static Converter converters[MAX_CONV_COUNT];
166 addAlias(const char *alias, uint16_t standard, uint16_t converter, UBool defaultName);
169 addConverter(const char *converter);
184 addTaggedAlias(uint16_t tag, const char *alias, uint16_t converter);*/
299 /* write the table of aliases based on a tag/converter name combination *
414 char *converter, *alias; local
    [all...]
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 17 * converter name alias table to cnvalias.dat .
52 /* The combined tag and converter count can affect the number of lists
60 /* The maximum number of aliases that a standard tag/converter combination can have.
106 uint16_t converter; /* Index into stringStore */ member in struct:__anon5901
108 } Converter;
110 static Converter converters[MAX_CONV_COUNT];
166 addAlias(const char *alias, uint16_t standard, uint16_t converter, UBool defaultName);
169 addConverter(const char *converter);
184 addTaggedAlias(uint16_t tag, const char *alias, uint16_t converter);*/
299 /* write the table of aliases based on a tag/converter name combination *
414 char *converter, *alias; local
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 57 * of a {@link Converter}.
61 * Creates a new instance of a {@link Converter} to convert
64 Converter createInstance();
70 public static interface Converter<T> {
96 public Converter<String> createInstance() {
569 Converter<String> converter = (Converter<String>) converterFactory.createInstance(); local
572 textPositions[i] = converter.getPlainTextLength();
573 converter.addNode(nodes.get(i), i, ends.get(i))
618 Converter<Spanned> converter = (Converter<Spanned>) converterFactory.createInstance(); local
    [all...]

Completed in 485 milliseconds

1 2