/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue132/ |
ScalarEventTagTest.java | 52 assertEquals("Without the tag emitter would not know how to emit '7'",
|
/frameworks/base/services/core/java/com/android/server/ |
ConsumerIrService.java | 65 throw new UnsupportedOperationException("IR emitter not available");
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/ |
viddec_emitter.h | 40 Init function for setting up emitter context.
|
/external/deqp/framework/referencerenderer/ |
rrPrimitivePacket.hpp | 49 * \brief Geometry emitter 51 * Geometry emitter handles outputting of new vertices from geometry shader
|
/external/llvm/docs/CommandGuide/ |
tblgen.rst | 68 .. option:: -gen-emitter 70 Generate machine code emitter.
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
R600MCCodeEmitter.cpp | 1 //===- R600MCCodeEmitter.cpp - Code Emitter for R600->Cayman GPU families -===// 12 /// \brief The R600 code emitter produces machine code that can be executed
|
SIMCCodeEmitter.cpp | 1 //===-- SIMCCodeEmitter.cpp - SI Code Emitter -------------------------------===// 11 /// \brief The SI code emitter produces machine code that can be executed
|
/external/llvm/utils/TableGen/ |
TableGen.cpp | 53 clEnumValN(GenEmitter, "gen-emitter", 54 "Generate machine code emitter"),
|
X86ModRMFilters.h | 10 // This file is part of the X86 Disassembler Emitter. 13 // Documentation for the disassembler emitter in general can be found in
|
X86DisassemblerTables.h | 10 // This file is part of the X86 Disassembler Emitter. 12 // Documentation for the disassembler emitter in general can be found in 31 /// the table emitter. Contains functions to populate the tables as well as
|
CTagsEmitter.cpp | 25 #define DEBUG_TYPE "ctags-emitter"
|
/external/snakeyaml/src/test/java/examples/jodatime/ |
JodaTimeFlowStylesTest.java | 72 // Nodes and Events are the same. Only emitter may influence the output. 110 * style in the FLOW mapping style. Emitter suggests single quoted scalar
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/ |
FlameMain.java | 83 import com.badlogic.gdx.graphics.g3d.particles.emitters.Emitter; 129 public ControllerData (ParticleController emitter) { 130 controller = emitter; 280 addRow(controllerPropertiesPanel, getPanel(controller.emitter)); 296 protected JPanel getPanel (Emitter emitter) { 297 if(emitter instanceof RegularEmitter){ 298 return new RegularEmitterPanel(this, (RegularEmitter) emitter); 398 public void addEmitter (ParticleController emitter) { 399 controllersData.add(new ControllerData(emitter)); [all...] |
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/ |
Yaml.java | 33 import org.yaml.snakeyaml.emitter.Emitable; 34 import org.yaml.snakeyaml.emitter.Emitter; 237 Serializer serializer = new Serializer(new Emitter(output, dumperOptions), resolver, 336 SilentEmitter emitter = new SilentEmitter(); local 337 Serializer serializer = new Serializer(emitter, resolver, dumperOptions, null); 345 return emitter.getEvents();
|
/external/llvm/include/llvm/Support/ |
TargetRegistry.h | 134 MCCodeEmitter *Emitter, 138 MCCodeEmitter *Emitter, 143 MCCodeEmitter *Emitter, 420 /// createMCCodeEmitter - Create a target specific code emitter. 435 /// \param Emitter The target independent assembler object.Takes ownership. 439 MCCodeEmitter *Emitter, 449 S = COFFStreamerCtorFn(Ctx, TAB, OS, Emitter, RelaxAll, 454 S = MachOStreamerCtorFn(Ctx, TAB, OS, Emitter, RelaxAll, 457 S = createMachOStreamer(Ctx, TAB, OS, Emitter, RelaxAll, 462 S = ELFStreamerCtorFn(T, Ctx, TAB, OS, Emitter, RelaxAll) [all...] |
/external/llvm/lib/CodeGen/ |
LLVMTargetMachine.cpp | 180 // Create a code emitter if asked to show the encoding. 196 // Create the code emitter for the target if it exists. If not, .o file 249 // Create the code emitter for the target if it exists. If not, .o file
|
/external/gemmlowp/meta/generators/ |
cc_emitter.py | 1 """CC code emitter.
|
/external/jsoncpp/scons-tools/ |
substinfile.py | 74 env['BUILDERS']['SubstInFile'] = Builder(action=subst_action, emitter=subst_emitter)
|
/external/libgdx/extensions/gdx-tools/assets/ |
defaultTemplate.pfx | 1 {unique:{pointSpriteBatch:{class:com.badlogic.gdx.graphics.g3d.particles.ResourceData$SaveData,data:{},indices:[0]},billboardBatch:{class:com.badlogic.gdx.graphics.g3d.particles.ResourceData$SaveData,data:{cfg:{class:com.badlogic.gdx.graphics.g3d.particles.batches.BillboardParticleBatch$Config,mode:Screen}},indices:[0]}},data:[],assets:[{filename:pre_particle.png,type:com.badlogic.gdx.graphics.Texture}],resource:{class:com.badlogic.gdx.graphics.g3d.particles.ParticleEffect,controllers:[{name:"Billboard Controller",emitter:{class:com.badlogic.gdx.graphics.g3d.particles.emitters.RegularEmitter,minParticleCount:0,maxParti (…)
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/ |
ModelInfluencer.java | 37 for(int i=0, c = controller.emitter.maxParticleCount; i < c; ++i){
|
/external/llvm/lib/Target/ARM/ |
ARMAsmPrinter.h | 64 return "ARM Assembly / Object Emitter";
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMCTargetDesc.h | 89 MCCodeEmitter *Emitter, bool RelaxAll,
|
/external/freetype/include/ |
ftimage.h | [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
ftimage.h | [all...] |
/external/pdfium/third_party/freetype/include/freetype/ |
ftimage.h | [all...] |