HomeSort by relevance Sort by last modified time
    Searched full:pack (Results 251 - 275 of 1834) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 11 self.frame.pack(fill="both", expand=1)
13 self.vbar.pack(side="right", fill="y")
18 listbox.pack(expand=1, fill="both")
ToolTip.py 54 label.pack()
75 listbox.pack()
83 b.pack()
  /external/chromium/chrome/browser/themes/
browser_theme_pack.h 46 // Builds the theme pack from all data from |extension|. This is often done
51 // Builds the theme pack from a previously performed WriteToDisk(). This
57 // Builds a data pack on disk at |path| for future quick loading by
172 // Data pack, if we have one.
177 #pragma pack(push,1)
213 #pragma pack(pop)
  /bootable/recovery/tools/ota/
convert-to-bmp.py 47 header = struct.pack(BMP_HEADER_FMT,
54 info = struct.pack(BITMAPINFO_HEADER_FMT,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
Tables8kGCMMultiplier.java 3 import org.bouncycastle.crypto.util.Pack;
88 Pack.intToBigEndian(z, x, 0);
  /external/chromium_org/chrome/browser/extensions/
extension_loading_browsertest.cc 54 InstallExtension(extension_dir.Pack(), 1 /*new install*/);
74 new_tab_extension->id(), extension_dir.Pack(), 0 /*expected upgrade*/);
startup_helper.h 28 // Handle --pack-extension flag from the |cmd_line| by packing the specified
29 // extension. Returns false if the pack job failed.
  /external/chromium_org/chrome/browser/resources/chromeos/
sim_unlock.css 60 -webkit-box-pack: center;
64 -webkit-box-pack: center;
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.h 58 // Builds the theme pack from all data from |extension|. This is often done
64 // Builds the theme pack from a previously performed WriteToDisk(). This
74 // Builds a data pack on disk at |path| for future quick loading by
211 // Data pack, if we have one.
216 #pragma pack(push,1)
252 #pragma pack(pop)
254 // The scale factors represented by the images in the theme pack.
268 // Cache of images created in BuildFromExtension(). Once the theme pack is
  /external/chromium_org/chrome_frame/
simple_resource_loader.h 55 // Finds the most-preferred resource dll and language pack for the laguages
60 // |dll_handle|, the data pack in |data_pack| and the locale language in
  /external/chromium_org/mojo/public/bindings/lib/
bindings_internal.h 16 #pragma pack(push, 1)
50 #pragma pack(pop)
  /external/chromium_org/sandbox/win/src/
resolver_32.cc 11 #pragma pack(push, 1)
53 #pragma pack(pop)
  /external/chromium_org/third_party/WebKit/public/platform/
WebDeviceMotionData.h 42 #pragma pack(push, 1)
82 #pragma pack(pop)
WebGamepad.h 35 #pragma pack(push, 1)
82 #pragma pack(pop)
  /external/chromium_org/third_party/skia/src/sfnt/
SkIBMFamilyClass.h 14 #pragma pack(push, 1)
169 #pragma pack(pop)
SkOTTable_OS_2_V0.h 17 #pragma pack(push, 1)
144 #pragma pack(pop)
SkOTTable_OS_2_VA.h 17 #pragma pack(push, 1)
137 #pragma pack(pop)
  /external/chromium_org/v8/tools/testrunner/objects/
context.py 43 def Pack(self):
49 # For the order of the fields, refer to Pack() above.
output.py 54 def Pack(self):
59 # For the order of the fields, refer to Pack() above.
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p23.cpp 14 auto unexp = [values] {}; // expected-error{{initializer contains unexpanded parameter pack 'values'}}
40 auto l1 = [x...] {}; // expected-error{{pack expansion does not contain any unexpanded parameter packs}}
  /external/clang/test/CodeGenCXX/
class-layout.cpp 84 #pragma pack (1)
92 #pragma pack ()
mangle-variadic-templates.cpp 48 // Mangling of type pack expansions in a template argument
53 // Mangling of type pack expansions in a function type
  /external/clang/test/Parser/
objcxx11-attributes.mm 59 [[test::foo(bar, baz)...]]; // expected-error {{attribute 'foo' cannot be used as an attribute pack}} \
62 [[used(x)...]]; // expected-error {{attribute 'used' cannot be used as an attribute pack}} \
  /external/harfbuzz/src/
harfbuzz-buffer.h 36 #pragma pack(push, 1)
97 #pragma pack(pop)
harfbuzz-gdef-private.h 38 #pragma pack(push, 1)
130 #pragma pack(pop)

Completed in 505 milliseconds

<<11121314151617181920>>