HomeSort by relevance Sort by last modified time
    Searched refs:pack (Results 301 - 325 of 678) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/themes/
theme_service.cc 173 // Writes the theme pack to disk on a separate thread.
176 WritePackToDiskTask(BrowserThemePack* pack, const FilePath& path)
177 : theme_pack_(pack), pack_path_(path) {}
181 NOTREACHED() << "Could not write theme pack to disk";
566 // If we don't have a file pack, we're updating from an old version.
636 scoped_refptr<BrowserThemePack> pack(
638 if (!pack.get()) {
648 new WritePackToDiskTask(pack, pack_path));
651 theme_pack_ = pack;
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Address.java 78 // delimiters are chars that do not appear in an email address, used by pack/unpack
367 * Returns exactly the same result as Address.pack(Address.parse(textList)).
370 return Address.pack(Address.parse(textList));
394 * compatibility) previously packed with pack()
395 * @param addressList string packed with pack() or CSV of RFC822 addresses
444 * NOTE: We used to "pack" these addresses in an app-specific format, but no longer do so
446 public static String pack(Address[] addresses) { method in class:Address
451 * Produces the same result as pack(array), but only packs one (this) address.
453 public String pack() { method in class:Address
  /external/chromium_org/build/android/
surface_stats.py 53 struct.pack('HHHH', 0, 0, 0, 0)))
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen.css 38 -webkit-box-pack: end;
73 -webkit-box-pack: center;
screen_container.css 8 -webkit-box-pack: center;
76 -webkit-box-pack: center;
oobe_screen_oauth_enrollment.css 32 -webkit-box-pack: end;
screen_gaia_signin.css 103 -webkit-box-pack: center;
screen_password_changed.css 19 -webkit-box-pack: start;
  /external/chromium_org/remoting/tools/
native_messaging_host_test.py 137 child.stdin.write(struct.pack('I', len(message)))
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common.h 38 const struct gl_pixelstore_attrib *pack, GLvoid * pixels);
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawpixels.c 40 #include "main/pack.h"
920 /* now pack the stencil (and Z) values in the dest format */
1338 struct gl_pixelstore_attrib pack, unpack; local
1432 struct gl_pixelstore_attrib pack = ctx->DefaultPacking; local
    [all...]
  /external/chromium_org/ui/webui/resources/css/
overlay.css 9 -webkit-box-pack: center;
124 -webkit-box-pack: end;
  /external/chromium_org/v8/tools/testrunner/server/
compression.py 47 payload = struct.pack('>i', len(compressed)) + compressed
  /external/jmonkeyengine/engine/src/test/jme3test/awt/
TestAwtPanels.java 41 frame.pack();
  /external/jmonkeyengine/engine/src/test/jme3test/collision/
RayTrace.java 67 frame.pack();
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.h 110 // Structure packing macro. If we're not using GNUC, it's not fatal. Most compilers naturally pack the on-the-wire
161 # pragma pack(4)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.h 38 const struct gl_pixelstore_attrib *pack, GLvoid * pixels);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c 40 #include "main/pack.h"
920 /* now pack the stencil (and Z) values in the dest format */
1338 struct gl_pixelstore_attrib pack, unpack; local
1432 struct gl_pixelstore_attrib pack = ctx->DefaultPacking; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 108 lscale.pack()
138 x.pack()
165 x.pack(expand=True, fill='both')
246 optmenu.pack()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 108 lscale.pack()
138 x.pack()
165 x.pack(expand=True, fill='both')
246 optmenu.pack()
  /external/chromium_org/chrome/browser/resources/file_manager/css/
gallery.css 145 -webkit-box-pack: center;
173 -webkit-box-pack: start;
187 -webkit-box-pack: end;
219 -webkit-box-pack: center;
361 -webkit-box-pack: start;
442 -webkit-box-pack: center;
453 -webkit-box-pack: start;
470 -webkit-box-pack: center;
532 -webkit-box-pack: center;
545 -webkit-box-pack: center
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 55 $bits = reverse unpack('B*', pack('N', $args->{number}));
68 $bits .= reverse substr(unpack('B*', pack('h', hex $h)), 4);
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.css 91 -webkit-box-pack: center;
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
hybi00.py 207 challenge += struct.pack('!I', key1) # network byteorder int
208 challenge += struct.pack('!I', key2) # network byteorder int
  /external/chromium_org/chrome/browser/resources/
certificate_viewer.css 82 -webkit-box-pack: start;

Completed in 231 milliseconds

<<11121314151617181920>>