Home
last modified time | relevance | path

Searched refs:flash (Results 1 – 25 of 145) sorted by relevance

123456

/external/jmonkeyengine/engine/src/test/jme3test/effect/
DTestExplosionEffect.java51 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/
Dtest_flash_clipboard.cc46 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 …]
Dtest_flash_message_loop.h15 namespace flash {
35 pp::flash::MessageLoop* message_loop_;
Dtest_flash_message_loop.cc32 message_loop_ = new pp::flash::MessageLoop(instance_); in TestBasics()
48 message_loop_ = new pp::flash::MessageLoop(instance_); in TestRunWithoutQuit()
Dtest_flash_drm.cc23 using pp::flash::DeviceID;
24 using pp::flash::DRM;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DANTLRFileStream.as2 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/
Dinfobars.py57 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/
Dbackground.js23 function flash() { function
35 iconFlashTimer = window.setTimeout(flash, 500);
37 flash();
/external/chromium_org/ppapi/examples/printing/
DREADME.txt4 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/
Drt_dsfield10 0x60 flash
11 0x80 flash-override
/external/chromium_org/chrome/browser/policy/
Dpolicy_browsertest.cc392 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/
Dflash_device_id.h12 namespace flash {
Dflash_message_loop.h15 namespace flash {
Dflash_menu.h17 namespace flash {
Dflash_font_file.h17 namespace flash {
Dflash_drm.h16 namespace flash {
Dflash_device_id.cc21 namespace flash { namespace
Dflash_file.cc25 namespace flash { namespace
146 namespace flash { namespace
Dflash_message_loop.cc22 namespace flash { namespace
Dflash_menu.cc24 namespace flash { namespace
Dflash_font_file.cc23 namespace flash { namespace
Dflash_clipboard.h18 namespace flash {
Dflash_file.h18 namespace flash {
/external/skia/tools/skpdiff/
Dviewer_style.css101 .success-flash {
106 .failure-flash {
/external/chromium_org/ui/base/
Dbase_window.h87 virtual void FlashFrame(bool flash) = 0;

123456