/external/chromium_org/ppapi/tests/ |
test_flash.cc | 11 #include "ppapi/cpp/private/flash.h" 15 REGISTER_TEST_CASE(Flash); 17 using pp::flash::Flash; 35 Flash::SetInstanceAlwaysOnTop(instance_, PP_TRUE); 36 Flash::SetInstanceAlwaysOnTop(instance_, PP_FALSE); 41 Var result = Flash::GetProxyForURL(instance_, "http://127.0.0.1/foobar/"); 46 result = Flash::GetProxyForURL(instance_, "http://www.google.com"); 50 result = Flash::GetProxyForURL(instance_, "file:///tmp"); 55 result = Flash::GetProxyForURL(instance_, "this_isnt_an_url") [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/ |
CameraPairwiseTest.java | 42 * Settings tested against: flash mode, exposure compensation, white balance, 62 public enum Flash { ON, OFF, AUTO }; 130 * Flash: Auto / Exposure: None / WB: Daylight 135 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.DAYLIGHT, SceneMode.SUNSET, 140 * Flash: On / Exposure: Min / WB: Fluorescent 145 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO, 150 * Flash: Off / Exposure: Max / WB: Auto 155 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT, 160 * Flash: Off / Exposure: Max / WB: Cloudy 165 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.CLOUDY, SceneMode.AUTO [all...] |
/external/chromium_org/ppapi/cpp/private/ |
flash.cc | 5 #include "ppapi/cpp/private/flash.h" 49 // The combined Flash interface is all Flash v12.* interfaces. All v12 58 // is no Flash interface supported, all functions will be NULL. 77 namespace flash { namespace in namespace:pp 80 bool Flash::IsAvailable() { 88 void Flash::SetInstanceAlwaysOnTop(const InstanceHandle& instance, 101 bool Flash::DrawGlyphs(const InstanceHandle& instance, 145 Var Flash::GetProxyForURL(const InstanceHandle& instance, 160 int32_t Flash::Navigate(const URLRequestInfo& request_info [all...] |
flash.h | 30 namespace flash { namespace in namespace:pp 32 class Flash { 77 } // namespace flash
|
/external/chromium_org/chrome/browser/resources/ |
about_flash.js | 19 * Asks the C++ FlashUIDOMHandler to get details about the Flash and return 28 * current state of Flash.
|
about_version.js | 28 * Callback from the backend with the Flash version to display. 29 * @param {string} flashVersion The Flash version to display.
|
/external/yaffs2/yaffs2/ |
Kconfig | 12 YAFFS2, or Yet Another Flash Filing System, is a filing system 13 optimised for NAND Flash chips. 117 Enabling this forces on the test that chunks are erased in flash
|
/external/chromium_org/ppapi/examples/enumerate_devices/ |
enumerate_devices.cc | 18 #include "ppapi/cpp/private/flash.h" 87 int32_t result = pp::flash::Flash::EnumerateVideoCaptureDevices(
|
/external/chromium_org/ppapi/examples/flash_topmost/ |
flash_topmost.cc | 10 #include "ppapi/cpp/private/flash.h" 90 uint32_t fill_color = pp::flash::Flash::IsRectTopmost(this, rect) ?
|
/external/chromium_org/third_party/usb_ids/ |
usb.ids | 25 7778 Counterfeit flash drive [Kingston] 39 6025 CBM2080 Flash drive controller 40 6026 CBM1180 Flash drive controller 47 bc06 OCZ ATV USB 2.0 Flash Drive 48 bc08 OCZ Rally2/ATV USB 2.0 Flash Drive 50 ac02 ATV Turbo / Rally2 Dual Channel USB 2.0 Flash Drive 333 231d 4 GB Flash Drive 387 3207 4 GB flash drive 408 3807 c485w Flash Drive 581 b107 v255w/c310w Flash Driv [all...] |
/external/chromium/chrome/browser/resources/file_manager/js/ |
mock_chrome.js | 158 DEVICE_TYPE_FLASH: 'Flash Device',
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
rails.php | 137 'ActionController::Flash', 138 'ActionController::Flash::FlashHash', 271 'layout', 'flash', 'auto_complete_for', 'in_place_editor_for',
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/ |
exif.js | 58 0x9209 : "Flash", // Flash status 187 4 : "Flash", 205 Flash : { 206 0x0000 : "Flash did not fire", 207 0x0001 : "Flash fired", 210 0x0009 : "Flash fired, compulsory flash mode", 211 0x000D : "Flash fired, compulsory flash mode, return light not detected" [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/ |
exif.js | 58 0x9209 : "Flash", // Flash status 187 4 : "Flash", 205 Flash : { 206 0x0000 : "Flash did not fire", 207 0x0001 : "Flash fired", 210 0x0009 : "Flash fired, compulsory flash mode", 211 0x000D : "Flash fired, compulsory flash mode, return light not detected" [all...] |
/external/chromium_org/content/browser/ |
plugin_browsertest.cc | 425 IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(Flash)) { 426 TestPlugin("flash.html"); 432 TestPlugin("flash.html"); 462 TestPlugin("flash-octet-stream.html"); 471 TestPlugin("flash-layout-while-painting.html");
|
/external/chromium/chrome/browser/resources/options/ |
options.js | 200 if (navigator.plugins['Shockwave Flash'])
|
/external/chromium_org/chrome/test/functional/ |
stress.py | 28 4. A "plugin" folder containing doubleAnimation.xaml, flash.swf, FlashSpin.swf, 61 os.path.join(pyauto.PyUITest.DataDir(), 'plugin', 'flash.swf')) 146 Eg: "Shockwave Flash" 176 """Load Flash in multiple tabs in first window.""" 178 # Open 18 tabs with flash 184 """Stress test for flash in multiple tabs.""" 187 self._CheckForPluginProcess('Shockwave Flash') 191 """Stress test for flash in multiple windows.""" 224 """Stress test by killing flash process and reloading tabs.""" 226 flash_process_id1 = self._GetPluginProcessId('Shockwave Flash') [all...] |
/external/chromium_org/tools/ |
bisect-builds.py | 369 testargs.append('--ppapi-flash-path=%s' % context.flash_path) 370 # We have to pass a large enough Flash version, which currently needs not 373 testargs.append('--ppapi-flash-version=99.9.999.999') 732 help = 'Absolute path to a recent Adobe Pepper Flash ' + 800 msg = 'Could not find Flash binary at %s' % flash_path [all...] |
/external/chromium_org/chrome/test/ppapi/ |
ppapi_browsertest.cc | [all...] |
/external/skia/tools/skpdiff/ |
diff_viewer.js | 252 // Flash status indicator on the page, and then remove it so the style can potentially be 255 var flashStyle = success ? "success-flash" : "failure-flash";
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/ |
gallery.js | 329 // Flash the toolbar briefly to show it is there.
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifInterface.java | 466 * short flash = FIRED | RETURN_STROBE_RETURN_LIGHT_DETECTED | 469 public static interface Flash { 546 public static final short FLASH = 4; [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifInterface.java | 466 * short flash = FIRED | RETURN_STROBE_RETURN_LIGHT_DETECTED | 469 public static interface Flash { 546 public static final short FLASH = 4; [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifInterface.java | 466 * short flash = FIRED | RETURN_STROBE_RETURN_LIGHT_DETECTED | 469 public static interface Flash { 546 public static final short FLASH = 4; [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifInterface.java | 466 * short flash = FIRED | RETURN_STROBE_RETURN_LIGHT_DETECTED | 469 public static interface Flash { 546 public static final short FLASH = 4; [all...] |