HomeSort by relevance Sort by last modified time
    Searched full:unpacked (Results 76 - 100 of 314) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
floatobject.h 89 * precision, or smaller dynamic range, not all values can be unpacked. What
113 * Return value: The unpacked double. On error, this is -1.0 and
  /external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker.cc 50 // file being unpacked from a CRX exceeds the max length, we might
56 // Record a rate (kB per second) at which extensions are unpacked.
87 // unpacked in kB/s.
179 // |extension_path| is the path to the extension we unpacked that wrote the
195 // |extension_path| is the path to the extension we unpacked that wrote the
265 // Initialize the path that will eventually contain the unpacked extension.
364 // extension was unpacked to. We use this until the extension is finally
crx_installer.h 241 // Runs on File thread. Install the unpacked extension into the profile and
328 // The temp directory extension resources were unpacked to. We own this and
341 // The root of the unpacked extension directory. This is a subdirectory of
extension_browsertest.h 83 // Loads unpacked extension from |path| with manifest |manifest_relative_path|
90 // Loads unpacked extension from |path| and imitates that it is a component
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 394 unpacked = struct.unpack("<f", packed)[0]
395 # This failed at base = 2, 4, and 32, with unpacked = 1, 2, and
397 self.assertEqual(base, unpacked)
400 unpacked = struct.unpack(">f", bigpacked)[0]
401 self.assertEqual(base, unpacked)
407 unpacked = struct.unpack(">f", packed)[0]
408 self.assertEqual(big, unpacked)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 394 unpacked = struct.unpack("<f", packed)[0]
395 # This failed at base = 2, 4, and 32, with unpacked = 1, 2, and
397 self.assertEqual(base, unpacked)
400 unpacked = struct.unpack(">f", bigpacked)[0]
401 self.assertEqual(base, unpacked)
407 unpacked = struct.unpack(">f", packed)[0]
408 self.assertEqual(big, unpacked)
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_per_browser_unittest.cc 55 extension1_ = Extension::Create(base::FilePath(), Manifest::UNPACKED,
60 extension2_ = Extension::Create(base::FilePath(), Manifest::UNPACKED,
66 extension3_ = Extension::Create(base::FilePath(), Manifest::UNPACKED,
72 extension4_ = Extension::Create(base::FilePath(), Manifest::UNPACKED,
  /external/chromium_org/chrome/common/extensions/api/
alarms.idl 60 // To help you debug your app or extension, when you've loaded it unpacked,
  /external/chromium_org/chrome/common/extensions/api/storage/
storage_schema_manifest_handler_unittest.cc 41 temp_dir_.path(), Manifest::UNPACKED, manifest_,
  /external/chromium_org/chrome/utility/extensions/
unpacker.h 87 // The place we unpacked the extension to.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 4 distribution -- i.e., just an archive to be unpacked under $prefix or
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 4 distribution -- i.e., just an archive to be unpacked under $prefix or
  /external/chromium/chrome/browser/
utility_process_host.h 44 // Called when the extension has unpacked successfully. |manifest| is the
130 // (thumbnails, etc.) will be unpacked in resource_dir.
  /external/chromium_org/chrome/browser/extensions/api/power/
power_api_unittest.cc 137 extensions::Manifest::UNPACKED);
266 utils::CreateExtension(extensions::Manifest::UNPACKED,
  /external/chromium_org/chrome/common/extensions/permissions/
permissions_data.h 116 // Users must approve permissions for unpacked and packed extensions in the
119 // - when installing unpacked extensions that have NPAPI plugins
  /frameworks/base/docs/html/sdk/installing/
index.jd 45 <li>Unpack the ZIP file you've downloaded. By default, it's unpacked
69 <li>Unpack the {@code .tgz} file you've downloaded. By default, the SDK files are unpacked
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.cc 38 // file being unpacked from a CRX exceeds the max length, we might
90 // Initialize the path that will eventually contain the unpacked extension.
183 // extension was unpacked to. We use this until the extension is finally
convert_web_app.cc 168 // Finally, create the extension object to represent the unpacked directory.
extension_browsertest.h 34 // By default, unpacked extensions have file access: this loads them with
sandboxed_extension_unpacker_unittest.cc 90 // Build a temp area where the extension will be unpacked.
  /external/chromium_org/chrome/browser/resources/extensions/
extension_list.js 38 * link. It is used to refresh the icon of an unpacked extension.
271 // Then the path, if provided by unpacked extension.
  /bootable/recovery/minzip/
Zip.h 210 * If callback is non-NULL, it will be invoked with each unpacked file.
  /device/generic/goldfish/opengl/system/renderControl_enc/
README 136 pixels are always unpacked with alignment of 1.
  /external/chromium/chrome/common/extensions/docs/static/
getstarted.html 78 Click the <b>Load unpacked extension</b> button.
  /external/chromium_org/chrome/browser/extensions/api/discovery/
discovery_api_unittest.cc 74 extension_ = utils::CreateEmptyExtensionWithLocation(Manifest::UNPACKED);

Completed in 2565 milliseconds

1 2 34 5 6 7 8 91011>>