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

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/emitters/
Emitter.java 7 /** An {@link Emitter} is a {@link ParticleControllerComponent} which will handle the particles emission.
8 * It must update the {@link Emitter#percent} to reflect the current percentage of the current emission cycle.
9 * It should consider {@link Emitter#minParticleCount} and {@link Emitter#maxParticleCount} to rule particle emission.
12 public abstract class Emitter extends ParticleControllerComponent implements Json.Serializable{
20 public Emitter (Emitter regularEmitter) {
24 public Emitter () {}
61 public void set(Emitter emitter){
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 46 std::unique_ptr<MCCodeEmitter> Emitter;
63 MCInstPrinter *printer, MCCodeEmitter *emitter,
66 MAI(Context.getAsmInfo()), InstPrinter(printer), Emitter(emitter),
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 35 #define DEBUG_TYPE "decoder-emitter"
109 // run - Output the code emitter
333 // Parent emitter
334 const FixedLenDecoderEmitter *Emitter;
347 BitWidth(BW), Emitter(E) {
359 Emitter(parent.Emitter) {
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 576 MCCodeEmitter &Emitter;
735 MCCodeEmitter &getEmitter() const { return Emitter; }
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
Emitter.java 16 package org.yaml.snakeyaml.emitter;
54 * Emitter expects events obeying the following grammar:
62 public final class Emitter implements Emitable {
98 // Emitter is a state machine with a stack of states to handle nested
154 public Emitter(Writer stream, DumperOptions opts) {
157 // Emitter is a state machine with a stack of states to handle nested
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 318 NeonEmitter &Emitter;
323 TypeSpec InTS, ClassKind CK, ListInit *Body, NeonEmitter &Emitter,
328 BaseType(OutTS, 'd'), InBaseType(InTS, 'd'), Emitter(Emitter) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 741 milliseconds