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

1 2

  /external/webkit/Source/WebCore/platform/graphics/
Generator.h 36 class Generator : public RefCounted<Generator> {
38 virtual ~Generator() {};
GeneratedImage.h 31 #include "Generator.h"
39 static PassRefPtr<GeneratedImage> create(PassRefPtr<Generator> generator, const IntSize& size)
41 return adoptRef(new GeneratedImage(generator, size));
64 GeneratedImage(PassRefPtr<Generator> generator, const IntSize& size)
65 : m_generator(generator)
70 RefPtr<Generator> m_generator;
Gradient.h 33 #include "Generator.h"
75 class Gradient : public Generator {
GraphicsContext.h 129 class Generator;
330 void fillRect(const FloatRect&, Generator&);
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 41 // generator that outputs a Python/C extension module that lets
117 // file output by this generator.
225 Generator::Generator() : file_(NULL) {
228 Generator::~Generator() {
231 bool Generator::Generate(const FileDescriptor* file,
241 // the stack and use that, so that the Generator class itself does not need
286 void Generator::PrintImports() const {
296 void Generator::PrintFileDescriptor() const
    [all...]
python_generator.h 61 class LIBPROTOC_EXPORT Generator : public CodeGenerator {
63 Generator();
64 virtual ~Generator();
147 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Generator);
python_plugin_unittest.cc 92 python::Generator python_generator;
  /external/protobuf/src/google/protobuf/compiler/
main.cc 58 google::protobuf::compiler::python::Generator py_generator;
  /external/smack/src/org/xbill/DNS/
Master.java 29 private Generator generator; field in class:Master
224 if (!Generator.supportedType(currentType))
236 generator = new Generator(start, end, step, nameSpec,
241 generators.add(generator);
249 generator = null;
255 return generator.nextRecord();
283 if (generator != null) {
344 if (generator != null
    [all...]
Generator.java 14 public class Generator {
74 Generator(long start, long end, long step, String namePattern,
  /external/chromium/testing/gmock/scripts/generator/cpp/
gmock_class.py 157 sys.stderr.write('Google Mock Class Generator v%s\n\n' %
  /cts/
CtsBuild.mk 22 # the XML generator to produce test XMLs.
27 # Generator of test XMLs from scanner output.
28 CTS_XML_GENERATOR := $(HOST_OUT_EXECUTABLES)/cts-xml-generator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algo.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
  /external/icu4c/test/intltest/
ucharstrietest.cpp 339 class Generator {
341 Generator() : value(4711), num(0) {}
370 Generator gen;
389 Generator gen;
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 83 'Fixnum', 'FloatDomainError', 'Forwardable', 'GC', 'Generator',
rails.php 76 'Fixnum', 'FloatDomainError', 'Forwardable', 'GC', 'Generator',
  /external/bison/
cfg.mk 26 manual_title = The Yacc-compatible Parser Generator
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 757 OnDiskChainedHashTableGenerator<IdentifierIndexWriterTrait> Generator;
764 Generator.insert(I->first(), I->second, Trait);
774 BucketOffset = Generator.Emit(Out, Trait);
ASTWriter.cpp     [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/v8/src/
builtins.cc 1567 byte* generator; member in struct:v8::internal::__anon15877::BuiltinDesc
    [all...]
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 762 milliseconds

1 2