Home
last modified time | relevance | path

Searched refs:Generator (Results 1 – 25 of 96) sorted by relevance

1234

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc225 Generator::Generator() : file_(NULL) { in Generator() function in google::protobuf::compiler::python::Generator
228 Generator::~Generator() { in ~Generator()
231 bool Generator::Generate(const FileDescriptor* file, in Generate()
286 void Generator::PrintImports() const { in PrintImports()
296 void Generator::PrintFileDescriptor() const { in PrintFileDescriptor()
321 void Generator::PrintTopLevelEnums() const { in PrintTopLevelEnums()
344 void Generator::PrintAllNestedEnumsInFile() const { in PrintAllNestedEnumsInFile()
353 void Generator::PrintEnum(const EnumDescriptor& enum_descriptor) const { in PrintEnum()
390 void Generator::PrintNestedEnums(const Descriptor& descriptor) const { in PrintNestedEnums()
400 void Generator::PrintTopLevelExtensions() const { in PrintTopLevelExtensions()
[all …]
Dpython_generator.h61 class LIBPROTOC_EXPORT Generator : public CodeGenerator {
63 Generator();
64 virtual ~Generator();
147 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Generator);
Dpython_plugin_unittest.cc92 python::Generator python_generator; in TEST()
/external/webkit/Source/WebCore/platform/graphics/
DGenerator.h36 class Generator : public RefCounted<Generator> {
38 virtual ~Generator() {}; in ~Generator()
DGeneratedImage.h39 static PassRefPtr<GeneratedImage> create(PassRefPtr<Generator> generator, const IntSize& size) in create()
64 GeneratedImage(PassRefPtr<Generator> generator, const IntSize& size) in GeneratedImage()
70 RefPtr<Generator> m_generator;
DGradient.h75 class Gradient : public Generator {
/external/smack/src/org/xbill/DNS/
DMaster.java29 private Generator generator;
224 if (!Generator.supportedType(currentType)) in startGenerate()
236 generator = new Generator(start, end, step, nameSpec, in startGenerate()
DGenerator.java14 public class Generator { class
74 Generator(long start, long end, long step, String namePattern, in Generator() method in Generator
/external/protobuf/src/google/protobuf/compiler/
Dmain.cc58 google::protobuf::compiler::python::Generator py_generator; in main()
/external/apache-xml/
DNOTICE35 - CUP Parser Generator runtime (javacup\runtime) - see LICENSE.txt
50 - Lexical Analyzer Generator (JLex) - see LICENSE.txt
/external/llvm/test/Transforms/LoopUnswitch/
D2007-08-01-LCSSA.ll4 …%struct.Generator = type { %struct.FILE*, %struct.ClassDef*, %"struct.QList<ArgumentDef>", %struct…
20 define i32 @_ZN9Generator6strregEPKc(%struct.Generator* %this, i8* %s) {
/external/qemu/
DLICENSE13 3) The Tiny Code Generator (TCG) is released under the BSD license
/external/zlib/src/contrib/ada/
Dread.adb53 Gen : Random_Elements.Generator;
Dmtest.adb37 Gen : Random_Elements.Generator;
/external/webkit/Source/WebCore/gyp/
DWebCore.gyp228 'target_name': 'WebCoreExportFileGenerator Generator',
231 'action_name': 'Generate Export File Generator',
247 'WebCoreExportFileGenerator Generator',
/external/bison/
Dcfg.mk26 manual_title = The Yacc-compatible Parser Generator
/external/openssh/
Dmoduli2 # Time Type Tests Tries Size Generator Modulus
/external/protobuf/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump249 template <$for j, [[class Generator$j]]>
252 CartesianProductHolder$i($for j, [[const Generator$j& g$j]])
270 const Generator$j g$(j)_;
/external/expat/
DCMake.README37 special Generator for CMake:
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util-generated.h.pump266 template <$for j, [[class Generator$j]]>
269 CartesianProductHolder$i($for j, [[const Generator$j& g$j]])
287 const Generator$j g$(j)_;
/external/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump266 template <$for j, [[class Generator$j]]>
269 CartesianProductHolder$i($for j, [[const Generator$j& g$j]])
287 const Generator$j g$(j)_;
/external/chromium/testing/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump266 template <$for j, [[class Generator$j]]>
269 CartesianProductHolder$i($for j, [[const Generator$j& g$j]])
287 const Generator$j g$(j)_;
/external/icu4c/test/intltest/
Ducharstrietest.cpp339 class Generator { class
341 Generator() : value(4711), num(0) {} in Generator() function in __anone74b579e0111::Generator
370 Generator gen; in buildLargeTrie()
389 Generator gen; in TestLargeTrie()
/external/bison/runtime-po/
Del.po18 "X-Generator: KBabel 1.11.4\n"
Dth.po20 "X-Generator: Lokalize 1.0\n"

1234