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

  /external/doclava/src/com/google/doclava/
Converter.java 26 public class Converter {
38 Converter.obtainClass(classDocs[i]);
58 mRootClasses = Converter.convertClasses(r.classes());
78 cl.init(Converter.obtainType(c),
79 new ArrayList<ClassInfo>(Arrays.asList(Converter.convertClasses(c.interfaces()))),
80 new ArrayList<TypeInfo>(Arrays.asList(Converter.convertTypes(c.interfaceTypes()))),
81 new ArrayList<ClassInfo>(Arrays.asList(Converter.convertClasses(c.innerClasses()))),
83 Converter.convertMethods(c.constructors(false)))),
84 new ArrayList<MethodInfo>(Arrays.asList(Converter.convertMethods(c.methods(false)))),
85 new ArrayList<MethodInfo>(Arrays.asList(Converter.convertMethods(annotationElements)))
    [all...]
Doclava.java 223 Converter.makeInfo(r);
252 sinceTagger.tagAll(Converter.rootClasses());
255 federationTagger.tagAll(Converter.rootClasses());
561 ClassInfo[] classes = Converter.rootClasses();
700 ClassInfo[] classes = Converter.rootClasses();
773 ClassInfo[] all = Converter.allClasses();
805 ClassInfo[] classes = Converter.rootClasses();
888 TagInfo.makeHDF(data, "root.descr", Converter.convertTags(root.inlineTags(), null));
893 Proofread.writePackages(filename, Converter.convertTags(root.inlineTags(), null));
927 ClassInfo[] classes = PackageInfo.filterHidden(Converter.convertClasses(root.classes()))
    [all...]
  /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 const 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...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.cpp 59 const FormatConverter &converter = formatConverter(attribute); local
90 if (converter.identity && inputStride == elementSize)
96 converter.convertArray(input, inputStride, count, output);
206 const FormatConverter &converter = formatConverter(attribs[i]); local
228 streamOffset += (start + attribs[i].mOffset / attribs[i].stride()) * converter.outputElementSize;
242 translated[i].type = converter.d3dDeclType;
243 translated[i].stride = converter.outputElementSize;
415 // Policy rules for use with Converter, to choose whether to use the preferred or fallback conversion.
420 // Converter ties it all together. Given an OpenGL type/norm/size and choice of preferred/fallback conversion,
424 struct Converter
    [all...]
  /external/icu4c/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:__anon6505
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);*/
298 /* write the table of aliases based on a tag/converter name combination *
404 char *converter, *alias; local
    [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 106 milliseconds