/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorGenerator.h | 23 template<typename Generator, typename XprType> 24 struct traits<TensorGeneratorOp<Generator, XprType> > : public traits<XprType> 36 template<typename Generator, typename XprType> 37 struct eval<TensorGeneratorOp<Generator, XprType>, Eigen::Dense> 39 typedef const TensorGeneratorOp<Generator, XprType>& type; 42 template<typename Generator, typename XprType> 43 struct nested<TensorGeneratorOp<Generator, XprType>, 1, typename eval<TensorGeneratorOp<Generator, … 45 typedef TensorGeneratorOp<Generator, XprType> type; 52 template<typename Generator, typename XprType> 53 class TensorGeneratorOp : public TensorBase<TensorGeneratorOp<Generator, XprType>, ReadOnlyAccessor… [all …]
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 295 Generator::Generator() : file_(NULL) { in Generator() function in google::protobuf::compiler::python::Generator 298 Generator::~Generator() { in ~Generator() 301 bool Generator::Generate(const FileDescriptor* file, in Generate() 359 void Generator::PrintImports() const { in PrintImports() 379 void Generator::PrintFileDescriptor() const { in PrintFileDescriptor() 418 void Generator::PrintTopLevelEnums() const { in PrintTopLevelEnums() 446 void Generator::PrintAllNestedEnumsInFile() const { in PrintAllNestedEnumsInFile() 455 void Generator::PrintEnum(const EnumDescriptor& enum_descriptor) const { in PrintEnum() 496 void Generator::PrintNestedEnums(const Descriptor& descriptor) const { in PrintNestedEnums() 506 void Generator::PrintTopLevelExtensions() const { in PrintTopLevelExtensions() [all …]
|
D | python_generator.h | 62 class LIBPROTOC_EXPORT Generator : public CodeGenerator { 64 Generator(); 65 virtual ~Generator(); 164 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Generator);
|
/external/pdfium/third_party/agg23/ |
D | agg_conv_adaptor_vcgen.h | 32 class Generator, 49 Generator& generator() in generator() 53 const Generator& generator() const in generator() 72 conv_adaptor_vcgen(const conv_adaptor_vcgen<VertexSource, Generator, Markers>&); 73 const conv_adaptor_vcgen<VertexSource, Generator, Markers>& 74 operator = (const conv_adaptor_vcgen<VertexSource, Generator, Markers>&); 76 Generator m_generator; 83 template<class VertexSource, class Generator, class Markers> 84 unsigned conv_adaptor_vcgen<VertexSource, Generator, Markers>::vertex(FX_FLOAT* x, FX_FLOAT* y) in vertex()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | main.cc | 61 google::protobuf::compiler::python::Generator py_generator; in main() 76 google::protobuf::compiler::ruby::Generator rb_generator; in main() 81 google::protobuf::compiler::csharp::Generator csharp_generator; in main() 91 google::protobuf::compiler::js::Generator js_generator; in main()
|
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
D | DynamicSymmetry.h | 18 …), m_elements(), m_generators(), m_globalFlags(0) { m_elements.push_back(ge(Generator(0, 0, 0))); } in DynamicSGroup() 78 struct Generator { struct 82 …constexpr inline Generator(int one_, int two_, int flags_) : one(one_), two(two_), flags(flags_) {} in Generator() argument 87 std::vector<Generator> m_generators; 108 inline GroupElement ge(Generator const& g) const in ge() 125 inline GroupElement mul(Generator g1, GroupElement g2) const in mul() 130 inline GroupElement mul(GroupElement g1, Generator g2) const in mul() 135 inline GroupElement mul(Generator g1, Generator g2) const in mul() 211 Generator g{one, two, flags}; in add()
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 1372 void Generator::GenerateHeader(const GeneratorOptions& options, in GenerateHeader() 1383 void Generator::FindProvidesForFile(const GeneratorOptions& options, in FindProvidesForFile() 1395 void Generator::FindProvides(const GeneratorOptions& options, in FindProvides() 1406 void Generator::FindProvidesForMessage( in FindProvidesForMessage() 1424 void Generator::FindProvidesForEnum(const GeneratorOptions& options, in FindProvidesForEnum() 1432 void Generator::FindProvidesForFields( in FindProvidesForFields() 1450 void Generator::GenerateProvides(const GeneratorOptions& options, in GenerateProvides() 1460 void Generator::GenerateRequiresForMessage(const GeneratorOptions& options, in GenerateRequiresForMessage() 1475 void Generator::GenerateRequiresForLibrary( in GenerateRequiresForLibrary() 1515 void Generator::GenerateRequiresForExtensions( in GenerateRequiresForExtensions() [all …]
|
D | js_generator.h | 93 class LIBPROTOC_EXPORT Generator : public CodeGenerator { 95 Generator() {} in Generator() function 96 virtual ~Generator() {} in ~Generator() 273 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Generator);
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | video_file_frame_generator_unittest.py | 36 generator = fg.Generator 52 next(fg.Generator) 64 next(fg.Generator) 66 next(fg.Generator)
|
D | frame_generator.py | 36 def Generator(self): member in FrameGenerator
|
/external/llvm/lib/Support/ |
D | RandomNumberGenerator.cpp | 52 Generator.seed(SeedSeq); in RandomNumberGenerator() 56 return Generator(); in operator ()()
|
/external/v8/src/interpreter/ |
D | interpreter.h | 80 template <class Generator> 95 template <class Generator> 100 template <class Generator>
|
/external/icu/icu4j/tools/build/ |
D | manifest.stub | 14 Specification-Title: ICU for Java Resource Index Generator 17 Implementation-Title: ICU for Java Resource Index Generator
|
/external/flatbuffers/include/flatbuffers/ |
D | flatc.h | 33 struct Generator { struct 67 const Generator* generators; argument
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.csproj | 84 <Generator>SettingsSingleFileGenerator</Generator>
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_generator.h | 43 class LIBPROTOC_EXPORT Generator
|
/external/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generator.h | 43 class LIBPROTOC_EXPORT Generator
|
/external/llvm/include/llvm/Support/ |
D | RandomNumberGenerator.h | 48 std::mt19937_64 Generator; variable
|
/external/llvm/test/Transforms/LoopUnswitch/ |
D | 2007-08-01-LCSSA.ll | 4 …%struct.Generator = type { %struct.FILE*, %struct.ClassDef*, %"struct.QList<ArgumentDef>", %struct… 20 define i32 @_ZN9Generator6strregEPKc(%struct.Generator* %this, i8* %s) {
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnswitch/ |
D | 2007-08-01-LCSSA.ll | 4 …%struct.Generator = type { %struct.FILE*, %struct.ClassDef*, %"struct.QList<ArgumentDef>", %struct… 20 define i32 @_ZN9Generator6strregEPKc(%struct.Generator* %this, i8* %s) {
|
/external/apache-xml/ |
D | NOTICE | 35 - CUP Parser Generator runtime (javacup\runtime) - see LICENSE.txt 50 - Lexical Analyzer Generator (JLex) - see LICENSE.txt
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | CharsTrieTest.java | 278 private static final class Generator { class in CharsTrieTest 279 public Generator() { in Generator() method in CharsTrieTest.Generator 307 Generator gen=new Generator(); in buildLargeTrie() 323 Generator gen=new Generator(); in Test37LargeTrie()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | CharsTrieTest.java | 279 private static final class Generator { class in CharsTrieTest 280 public Generator() { in Generator() method in CharsTrieTest.Generator 308 Generator gen=new Generator(); in buildLargeTrie() 324 Generator gen=new Generator(); in Test37LargeTrie()
|
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/ |
D | generator_unittest.py | 20 gen = generator.Generator(module)
|
/external/robolectric/v3/ |
D | robolectric-processor-3.1-SNAPSHOT.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
org/
... |