/external/jmonkeyengine/engine/src/test/jme3test/effect/ |
D | TestExplosionEffect.java | 51 private ParticleEmitter flame, flash, spark, roundspark, smoketrail, debris, field in TestExplosionEffect 90 flash = new ParticleEmitter("Flash", EMITTER_TYPE, 24 * COUNT_FACTOR); in createFlash() 91 flash.setSelectRandomImage(true); in createFlash() 92 flash.setStartColor(new ColorRGBA(1f, 0.8f, 0.36f, (float) (1f / COUNT_FACTOR_F))); in createFlash() 93 flash.setEndColor(new ColorRGBA(1f, 0.8f, 0.36f, 0f)); in createFlash() 94 flash.setStartSize(.1f); in createFlash() 95 flash.setEndSize(3.0f); in createFlash() 96 flash.setShape(new EmitterSphereShape(Vector3f.ZERO, .05f)); in createFlash() 97 flash.setParticlesPerSec(0); in createFlash() 98 flash.setGravity(0, 0, 0); in createFlash() [all …]
|
/external/chromium_org/ppapi/tests/ |
D | test_flash_clipboard.cc | 46 bool success = pp::flash::Clipboard::ReadData( in ReadStringVar() 62 bool success = pp::flash::Clipboard::WriteData( in WriteStringVar() 73 bool is_available = pp::flash::Clipboard::IsFormatAvailable( in IsFormatAvailableMatches() 145 ASSERT_TRUE(pp::flash::Clipboard::WriteData( in TestReadWriteRTF() 154 ASSERT_TRUE(pp::flash::Clipboard::ReadData( in TestReadWriteRTF() 175 pp::flash::Clipboard::RegisterCustomFormat(instance_, "my-format"); in TestReadWriteCustomData() 180 ASSERT_TRUE(pp::flash::Clipboard::WriteData( in TestReadWriteCustomData() 189 ASSERT_TRUE(pp::flash::Clipboard::ReadData( in TestReadWriteCustomData() 211 bool success = pp::flash::Clipboard::WriteData( in TestReadWriteMultipleFormats() 231 bool success = pp::flash::Clipboard::WriteData( in TestClear() [all …]
|
D | test_flash_message_loop.h | 15 namespace flash { 35 pp::flash::MessageLoop* message_loop_;
|
D | test_flash_message_loop.cc | 32 message_loop_ = new pp::flash::MessageLoop(instance_); in TestBasics() 48 message_loop_ = new pp::flash::MessageLoop(instance_); in TestRunWithoutQuit()
|
D | test_flash_drm.cc | 23 using pp::flash::DeviceID; 24 using pp::flash::DRM;
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | ANTLRFileStream.as | 2 import flash.filesystem.File; 3 import flash.filesystem.FileMode; 4 import flash.filesystem.FileStream; 5 import flash.system.System;
|
/external/chromium_org/chrome/test/functional/ |
D | infobars.py | 57 flash = [x for x in child_processes if 60 self.assertTrue(flash) 61 logging.info('Killing flash plugin. pid %d' % flash['pid']) 62 self.Kill(flash['pid']) 143 flash = [x for x in child_processes if 146 self.assertTrue(flash) 147 self.Kill(flash['pid'])
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/ |
D | background.js | 23 function flash() { function 35 iconFlashTimer = window.setTimeout(flash, 500); 37 flash();
|
/external/chromium_org/ppapi/examples/printing/ |
D | README.txt | 4 One cheesy way to do this is to register as "application/x-shockwave-flash", 5 disable flash in about:plugins, and navigate to any .swf on the internet.
|
/external/iproute2/etc/iproute2/ |
D | rt_dsfield | 10 0x60 flash 11 0x80 flash-override
|
/external/chromium_org/chrome/browser/policy/ |
D | policy_browsertest.cc | 392 const content::WebPluginInfo* flash = NULL; in GetFlashPlugin() local 395 flash = &plugins[i]; in GetFlashPlugin() 401 EXPECT_TRUE(flash); in GetFlashPlugin() 403 if (!flash) in GetFlashPlugin() 406 return flash; in GetFlashPlugin() 1194 const content::WebPluginInfo* flash = GetFlashPlugin(plugins); in IN_PROC_BROWSER_TEST_F() local 1195 if (!flash) in IN_PROC_BROWSER_TEST_F() 1199 EXPECT_TRUE(plugin_prefs->IsPluginEnabled(*flash)); in IN_PROC_BROWSER_TEST_F() 1200 EXPECT_TRUE(SetPluginEnabled(plugin_prefs, flash, false)); in IN_PROC_BROWSER_TEST_F() 1201 EXPECT_FALSE(plugin_prefs->IsPluginEnabled(*flash)); in IN_PROC_BROWSER_TEST_F() [all …]
|
/external/chromium_org/ppapi/cpp/private/ |
D | flash_device_id.h | 12 namespace flash {
|
D | flash_message_loop.h | 15 namespace flash {
|
D | flash_menu.h | 17 namespace flash {
|
D | flash_font_file.h | 17 namespace flash {
|
D | flash_drm.h | 16 namespace flash {
|
D | flash_device_id.cc | 21 namespace flash { namespace
|
D | flash_file.cc | 25 namespace flash { namespace 146 namespace flash { namespace
|
D | flash_message_loop.cc | 22 namespace flash { namespace
|
D | flash_menu.cc | 24 namespace flash { namespace
|
D | flash_font_file.cc | 23 namespace flash { namespace
|
D | flash_clipboard.h | 18 namespace flash {
|
D | flash_file.h | 18 namespace flash {
|
/external/skia/tools/skpdiff/ |
D | viewer_style.css | 101 .success-flash { 106 .failure-flash {
|
/external/chromium_org/ui/base/ |
D | base_window.h | 87 virtual void FlashFrame(bool flash) = 0;
|