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

1 2 3 4 5 6 7

  /external/chromium_org/ppapi/cpp/private/
flash_device_id.h 12 namespace flash { namespace in namespace:pp
23 } // namespace flash
flash_message_loop.h 15 namespace flash { namespace in namespace:pp
28 } // namespace flash
flash_drm.h 16 namespace flash { namespace in namespace:pp
32 } // namespace flash
flash_font_file.h 17 namespace flash { namespace in namespace:pp
34 } // namespace flash
flash_menu.h 17 namespace flash { namespace in namespace:pp
29 } // namespace flash
flash_device_id.cc 21 namespace flash { namespace in namespace:pp
44 } // namespace flash
flash_message_loop.cc 22 namespace flash { namespace in namespace:pp
50 } // namespace flash
flash_clipboard.h 18 namespace flash { namespace in namespace:pp
50 } // namespace flash
flash_font_file.cc 23 namespace flash { namespace in namespace:pp
55 } // namespace flash
flash_menu.cc 24 namespace flash { namespace in namespace:pp
46 } // namespace flash
flash.h 30 namespace flash { namespace in namespace:pp
32 class Flash {
77 } // namespace flash
flash_drm.cc 26 namespace flash { namespace in namespace:pp
77 } // namespace flash
flash_file.h 18 namespace flash { namespace in namespace:pp
69 } // namespace flash
  /external/chromium_org/ppapi/tests/
test_flash_message_loop.h 15 namespace flash { namespace in namespace:pp
35 pp::flash::MessageLoop* message_loop_;
test_flash_clipboard.cc 46 bool success = pp::flash::Clipboard::ReadData(
62 bool success = pp::flash::Clipboard::WriteData(
73 bool is_available = pp::flash::Clipboard::IsFormatAvailable(
145 ASSERT_TRUE(pp::flash::Clipboard::WriteData(
154 ASSERT_TRUE(pp::flash::Clipboard::ReadData(
175 pp::flash::Clipboard::RegisterCustomFormat(instance_, "my-format");
180 ASSERT_TRUE(pp::flash::Clipboard::WriteData(
189 ASSERT_TRUE(pp::flash::Clipboard::ReadData(
211 bool success = pp::flash::Clipboard::WriteData(
231 bool success = pp::flash::Clipboard::WriteData
    [all...]
test_flash_message_loop.cc 32 message_loop_ = new pp::flash::MessageLoop(instance_);
48 message_loop_ = new pp::flash::MessageLoop(instance_);
test_flash_drm.cc 23 using pp::flash::DeviceID;
24 using pp::flash::DRM;
46 // TODO(raymes): Remove this once Flash switches APIs.
  /device/common/
generate-factory-images-common.sh 86 # Write flash-all.sh
87 cat > tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
107 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
113 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
123 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
124 fastboot flash xloader xloader-$DEVICE-$XLOADER.img
127 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
128 fastboot flash bootloader bootloader-$DEVICE-$BOOTLOADER.img
132 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
133 fastboot flash bootloader2 bootloader-$DEVICE-$BOOTLOADER.im
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
ANTLRFileStream.as 2 import flash.filesystem.File;
3 import flash.filesystem.FileMode;
4 import flash.filesystem.FileStream;
5 import flash.system.System;
  /external/jmonkeyengine/engine/src/test/jme3test/effect/
TestExplosionEffect.java 51 private ParticleEmitter flame, flash, spark, roundspark, smoketrail, debris, field in class:TestExplosionEffect
90 flash = new ParticleEmitter("Flash", EMITTER_TYPE, 24 * COUNT_FACTOR);
91 flash.setSelectRandomImage(true);
92 flash.setStartColor(new ColorRGBA(1f, 0.8f, 0.36f, (float) (1f / COUNT_FACTOR_F)));
93 flash.setEndColor(new ColorRGBA(1f, 0.8f, 0.36f, 0f));
94 flash.setStartSize(.1f);
95 flash.setEndSize(3.0f);
96 flash.setShape(new EmitterSphereShape(Vector3f.ZERO, .05f));
97 flash.setParticlesPerSec(0)
    [all...]
  /external/chromium_org/ui/base/
base_window.h 82 // Set |flash| to true to initiate flashing, false to stop flashing.
83 virtual void FlashFrame(bool flash) = 0;
  /external/chromium_org/chrome/browser/resources/options/
clear_browser_data_overlay.css 20 #flash-storage-settings {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
background.js 23 function flash() {
35 iconFlashTimer = window.setTimeout(flash, 500);
37 flash();
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 678 // mapping flash UI mode from aeMode
681 ctl_info->flash.i_flashMode = request_shot->shot.ctl.aa.aeMode;
683 ctl_info->flash.i_flashMode = request_shot->shot.ctl.aa.aeMode;
    [all...]
  /external/chromium_org/chrome/test/functional/
infobars.py 39 # Sometimes flash files loaded too quickly after firing browser
53 flash_url = self.GetFileURLForContentDataPath('plugin', 'flash.swf')
54 # Trigger flash plugin
57 flash = [x for x in child_processes if
59 x['name'] == 'Shockwave Flash'][0]
60 self.assertTrue(flash)
61 logging.info('Killing flash plugin. pid %d' % flash['pid'])
62 self.Kill(flash['pid'])
121 """Returns the count of 'Shockwave Flash has crashed' infobars.""
    [all...]

Completed in 542 milliseconds

1 2 3 4 5 6 7