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

1 2 3 4 5 6 7 8

  /external/jmonkeyengine/engine/src/test/jme3test/effect/
TestPointSprite.java 55 final ParticleEmitter emit = new ParticleEmitter("Emitter", Type.Point, 10000); local
56 emit.setShape(new EmitterBoxShape(new Vector3f(-1.8f, -1.8f, -1.8f),
58 emit.setGravity(0, 0, 0);
59 emit.setLowLife(60);
60 emit.setHighLife(60);
61 emit.getParticleInfluencer().setInitialVelocity(new Vector3f(0, 0, 0));
62 emit.setImagesX(15);
63 emit.setStartSize(0.05f);
64 emit.setEndSize(0.05f);
65 emit.setStartColor(ColorRGBA.White)
    [all...]
TestMovingParticle.java 51 private ParticleEmitter emit; field in class:TestMovingParticle
61 emit = new ParticleEmitter("Emitter", Type.Triangle, 300);
62 emit.setGravity(0, 0, 0);
63 emit.setVelocityVariation(1);
64 emit.setLowLife(1);
65 emit.setHighLife(1);
66 emit.setInitialVelocity(new Vector3f(0, .5f, 0));
67 emit.setImagesX(15);
70 emit.setMaterial(mat);
72 rootNode.attachChild(emit);
    [all...]
TestParticleExportingCloning.java 55 ParticleEmitter emit = new ParticleEmitter("Emitter", Type.Triangle, 200); local
56 emit.setShape(new EmitterSphereShape(Vector3f.ZERO, 1f));
57 emit.setGravity(0, 0, 0);
58 emit.setLowLife(5);
59 emit.setHighLife(10);
60 emit.setInitialVelocity(new Vector3f(0, 0, 0));
61 emit.setImagesX(15);
64 emit.setMaterial(mat);
66 ParticleEmitter emit2 = emit.clone();
69 rootNode.attachChild(emit);
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
IContent.java 20 void emit (final HTMLWriter out); method in interface:IContent
TextContent.java 25 public void emit (final HTMLWriter out) method in class:TextContent
ElementList.java 33 public void emit (final HTMLWriter out) method in class:ElementList
38 content.emit (out);
Text.java 28 public void emit (final HTMLWriter out) method in class:Text
IElement.java 47 public void emit (final HTMLWriter out) method in class:IElement.Factory.ElementImpl
57 m_attrs.emit (out);
65 content.emit (out);
  /external/jmonkeyengine/engine/src/android/jme3test/android/
TestMovingParticle.java 53 private ParticleEmitter emit; field in class:TestMovingParticle
63 emit = new ParticleEmitter("Emitter", Type.Triangle, 300);
64 emit.setGravity(0, 0, 0);
65 emit.setVelocityVariation(1);
66 emit.setLowLife(1);
67 emit.setHighLife(1);
68 emit.setInitialVelocity(new Vector3f(0, .5f, 0));
69 emit.setImagesX(15);
72 emit.setMaterial(mat);
74 rootNode.attachChild(emit);
    [all...]
  /external/webkit/Tools/QtTestBrowser/
webinspector.h 47 emit visibleChanged(true);
52 emit visibleChanged(false);
  /external/v8/src/x64/
assembler-x64.cc 559 // Emit updated ModR/M byte containing the given register.
563 // Emit the rest of the encoded operand.
574 emit(opcode);
585 emit(opcode ^ 0x02);
589 emit(opcode);
600 emit(0x66);
602 emit(opcode ^ 0x02);
605 emit(0x66);
607 emit(opcode);
617 emit(0x66)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
emit-rtl.h 1 /* Exported functions from emit-rtl.c
71 return crtl->emit.x_first_insn;
80 crtl->emit.x_first_insn = insn;
88 return crtl->emit.x_last_insn;
97 crtl->emit.x_last_insn = insn;
105 return crtl->emit.x_cur_insn_uid;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
emit-rtl.h 1 /* Exported functions from emit-rtl.c
71 return crtl->emit.x_first_insn;
80 crtl->emit.x_first_insn = insn;
88 return crtl->emit.x_last_insn;
97 crtl->emit.x_last_insn = insn;
105 return crtl->emit.x_cur_insn_uid;
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
emit-rtl.h 1 /* Exported functions from emit-rtl.c
71 return crtl->emit.x_first_insn;
80 crtl->emit.x_first_insn = insn;
88 return crtl->emit.x_last_insn;
97 crtl->emit.x_last_insn = insn;
105 return crtl->emit.x_cur_insn_uid;
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
emit-rtl.h 1 /* Exported functions from emit-rtl.c
71 return crtl->emit.x_first_insn;
80 crtl->emit.x_first_insn = insn;
88 return crtl->emit.x_last_insn;
97 crtl->emit.x_last_insn = insn;
105 return crtl->emit.x_cur_insn_uid;
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
ClientImpl.cpp 45 emit toQWKPage(clientInfo)->loadFinished(ok);
53 emit toQWKPage(clientInfo)->loadStarted();
73 emit toQWKPage(clientInfo)->urlChanged(qUrl);
97 emit toQWKPage(clientInfo)->titleChanged(qTitle);
104 emit toQWKPage(clientInfo)->initialLayoutCompleted();
116 // FIXME: emit toWKView(clientInfo)->initialLayoutCompleted();
121 emit toQWKPage(clientInfo)->loadProgress(0);
126 emit toQWKPage(clientInfo)->loadProgress(WKPageGetEstimatedProgress(page) * 100);
131 emit toQWKPage(clientInfo)->loadProgress(100);
165 emit toQWKPage(clientInfo)->windowCloseRequested()
    [all...]
  /cts/tools/dasm/src/java_cup/
Main.java 128 /* Additional timing information is also collected in emit */
263 emit.package_name = argv[i];
273 emit.parser_class_name = argv[i];
282 emit.input_file_name = argv[i];
292 emit.symbol_const_class_name = argv[i];
330 else if (argv[i].equals("-nowarn")) emit.nowarn = true;
370 if (emit.input_file_name != null)
372 input_file = new BufferedInputStream(new FileInputStream(emit.input_file_name));
385 out_name = out_path + emit.parser_class_name + ".java";
396 out_name = out_path + emit.symbol_const_class_name + ".java"
    [all...]
  /external/emma/core/java12/com/vladium/jcd/lib/
Types.java 407 emit ('('); parameterTypes (_parameterTypes); emit (')'); returnType (_returnType);
435 emit ('V');
447 if (byte.class == _parameterType) emit ('B');
448 else if (char.class == _parameterType) emit ('C');
449 else if (double.class == _parameterType) emit ('D');
450 else if (float.class == _parameterType) emit ('F');
451 else if (int.class == _parameterType) emit ('I');
452 else if (long.class == _parameterType) emit ('J');
453 else if (short.class == _parameterType) emit ('S')
468 private void emit (String s) method in class:Types.signatureCompiler
473 private void emit (char c) method in class:Types.signatureCompiler
    [all...]
  /external/qemu/
json-streamer.h 22 void (*emit)(struct JSONMessageParser *parser, QList *tokens); member in struct:JSONMessageParser
  /external/valgrind/main/exp-sgcheck/
pc_common.c 279 static void emit ( HChar* format, ... ) PRINTF_CHECK(1, 2);
280 static void emit ( HChar* format, ... ) function
313 emit( " <kind>%s</kind>\n", pc_get_error_name(err));
322 emit( " <what>Invalid %s of size %ld</what>\n",
327 emit( " <auxwhat>Address %#lx expected vs actual:</auxwhat>\n",
336 emit( "Invalid %s of size %ld\n",
341 emit( " Address %#lx expected vs actual:\n", xe->XE.SorG.addr );
342 emit( " Expected: %s\n", &xe->XE.SorG.expect[0] );
343 emit( " Actual: %s\n", &xe->XE.SorG.actual[0] );
345 emit(" Actual: is %s Expected\n", &xe->XE.SorG.delta[0])
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
build_clcore.sh 12 clang -ccc-host-triple armv7-none-linux-gnueabi -I${scriptc_path} -I${clang_header_path} -c -std=c99 -O3 rs_cl.c -emit-llvm -o rs_cl.bc
17 clang -ccc-host-triple armv7-none-linux-gnueabi -I${scriptc_path} -I${clang_header_path} -c -std=c99 -O3 rs_core.c -emit-llvm -o rs_core.bc
  /frameworks/compile/linkloader/tests/images/
gen-testcases.sh 23 clang -emit-llvm -std=c89 -Wall -c test.c -o test.bc
24 clang -emit-llvm -std=c89 -Wall -c simple-test.c -o simple-test.bc
25 clang -emit-llvm -std=c89 -Wall -c rodata-test.c -o rodata-test.bc
  /frameworks/compile/mclinker/lib/LD/
MsgHandler.cpp 20 emit();
23 bool MsgHandler::emit() function in class:MsgHandler
26 return m_Engine.emit();
  /external/valgrind/main/helgrind/
hg_errors.c 750 static void emit ( HChar* format, ... ) PRINTF_CHECK(1, 2);
751 static void emit ( HChar* format, ... ) function
939 emit( " <kind>%s</kind>\n", HG_(get_error_name)(err));
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
sigslotrepeater.h 53 void reemit() { signal0<mt_policy>::emit(); }
68 void reemit(arg1_type a1) { signal1<arg1_type, mt_policy>::emit(a1); }
83 void reemit(arg1_type a1, arg2_type a2) { signal2<arg1_type, arg2_type, mt_policy>::emit(a1,a2); }
100 signal3<arg1_type, arg2_type, arg3_type, mt_policy>::emit(a1,a2,a3);

Completed in 537 milliseconds

1 2 3 4 5 6 7 8