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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/skia/src/views/
SkStackViewLayout.cpp 42 void SkStackViewLayout::setPack(Pack pack)
44 SkASSERT((unsigned)pack < kPackCount);
45 fPack = SkToU8(pack);
225 if ((index = dom.findList(node, "pack", "start,center,end")) >= 0)
226 this->setPack((Pack)index);
228 assert_no_attr(dom, node, "pack");
  /external/skia/src/views/
SkStackViewLayout.cpp 42 void SkStackViewLayout::setPack(Pack pack)
44 SkASSERT((unsigned)pack < kPackCount);
45 fPack = SkToU8(pack);
225 if ((index = dom.findList(node, "pack", "start,center,end")) >= 0)
226 this->setPack((Pack)index);
228 assert_no_attr(dom, node, "pack");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 87 btn.pack(side="left", fill="both")
94 btn.pack(side="left", fill="both")
101 btn.pack(side="left", fill="both")
109 btn.pack(side="left", fill="both")
117 #lbl.pack(side="left")
122 btn.pack(side="left", fill="both")
129 btn.pack(side="left", fill="both")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 87 btn.pack(side="left", fill="both")
94 btn.pack(side="left", fill="both")
101 btn.pack(side="left", fill="both")
109 btn.pack(side="left", fill="both")
117 #lbl.pack(side="left")
122 btn.pack(side="left", fill="both")
129 btn.pack(side="left", fill="both")
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
video_player.css 42 -webkit-box-pack: center;
74 -webkit-box-pack: center;
87 -webkit-box-pack: center;
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_browsertest.js 56 assertFalse($('pack-extension-overlay').classList.contains('showing'));
59 cr.dispatchSimpleEvent($('pack-extension'), 'click');
60 assertTrue($('pack-extension-overlay').classList.contains('showing'));
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pbo.h 35 const struct gl_pixelstore_attrib *pack,
59 const struct gl_pixelstore_attrib *pack,
72 const struct gl_pixelstore_attrib *pack);
  /external/mesa3d/src/mesa/main/
pbo.h 35 const struct gl_pixelstore_attrib *pack,
59 const struct gl_pixelstore_attrib *pack,
72 const struct gl_pixelstore_attrib *pack);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
StartedServiceMatcher.java 100 Package pack = serviceClass.getPackage(); local
103 if(pack != null) {
104 pack.getName();
  /frameworks/native/opengl/tools/glgen/src/
Jsr239CodeEmitter.java 43 * @param java11ExtPackInterfaceStream the PrintStream to which to emit the Java interface for GL 1.1 Extension Pack functions
69 public void setVersion(int version, boolean ext, boolean pack) {
75 (pack ? mJava11ExtPackInterfaceStream :
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 15 def pack(*args, **kwargs): function
16 from aepack import pack namespace
17 return pack( *args, **kwargs)
35 return pack(self.data, self.type)
50 return pack(self.enum, typeEnumeration)
70 return pack(rec, forcetype='insl')
95 return pack(struct.pack('b', self.bool), 'bool')
117 return pack(self.type, typeType)
140 return pack(self.keyword, typeKeyword
    [all...]
  /external/chromium_org/ui/base/resource/
resource_bundle.h 66 // Delegate class that allows interception of pack file loading and resource
70 // Called before a resource pack file is loaded. Return the full path for
71 // the pack file to continue loading or an empty value to cancel loading.
72 // |pack_path| will contain the complete default path for the pack file if
73 // known or just the pack file name otherwise.
78 // Called before a locale pack file is loaded. Return the full path for
79 // the pack file to continue loading or an empty value to cancel loading.
80 // |pack_path| will contain the complete default path for the pack file if
81 // known or just the pack file name otherwise.
141 // Initialize the ResourceBundle using given data pack path for testing
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoderUtils.h 20 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack);
  /external/chromium/chrome/browser/resources/
login_ui.css 17 -webkit-box-pack: center;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
demo_user_login.css 21 -webkit-box-pack: center;
oobe_screen_enable_kiosk.css 14 -webkit-box-pack: center;
oobe_screen_reset.css 14 -webkit-box-pack: center;
screen_wrong_hwid.css 27 -webkit-box-pack: center;
  /external/chromium_org/chrome/browser/resources/inline_login/
inline_login.css 28 -webkit-box-pack: center;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/
infobar.html 19 -webkit-box-pack: center;
  /external/chromium_org/net/data/websocket/
close-with-split-packet_wsh.py 26 code = struct.pack('!H', 1000)
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
blocks.mm 96 (void)^(Args args) { // expected-error{{block contains unexpanded parameter pack 'Args'}}
104 ^(Args args) // expected-error{{block contains unexpanded parameter pack 'Args'}}
106 ... // expected-error{{pack expansion does not contain any unexpanded parameter packs}}
112 (void)[](Args args) { // expected-error{{expression contains unexpanded parameter pack 'Args'}}
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p1-0x.cpp 25 // For a function parameter pack that occurs at the end of the
28 // function parameter pack.
79 // For a function parameter pack that does not occur at the end of the
80 // parameter-declaration-list, the type of the parameter pack is a
  /external/clang/test/CodeGen/
ms_struct-pack.c 4 #pragma pack(1)
34 #pragma pack(2)
65 #pragma pack(4)
95 #pragma pack(8)
pragma-pack-2.c 10 #pragma pack(4)

Completed in 2393 milliseconds

1 2 3 4 5 6 78 91011>>