/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
configSectionNameDialog.py | 42 self.frameMain.pack(side=TOP,expand=TRUE,fill=BOTH) 47 self.messageInfo.pack(padx=5,pady=5)#,expand=TRUE,fill=BOTH) 48 entryName.pack(padx=5,pady=5) 50 frameButtons.pack(side=BOTTOM,fill=X) 96 Button(root,text='Dialog',command=run).pack()
|
configDialog.py | 97 self.buttonHelp.pack(side=RIGHT,padx=5) 98 self.buttonOk.pack(side=LEFT,padx=5) 99 self.buttonApply.pack(side=LEFT,padx=5) 100 self.buttonCancel.pack(side=LEFT,padx=5) 101 frameActionButtons.pack(side=BOTTOM) 102 Frame(self, height=2, borderwidth=0).pack(side=BOTTOM) 103 self.tabPages.pack(side=TOP,expand=TRUE,fill=BOTH) 149 frameFont.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH) 150 frameIndent.pack(side=LEFT,padx=5,pady=5,fill=Y) 152 frameFontName.pack(side=TOP,padx=5,pady=5,fill=X [all...] |
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/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
SimpleDialog.py | 20 self.message.pack(expand=1, fill=BOTH) 22 self.frame.pack() 33 b.pack(side=LEFT, fill=BOTH, expand=1) 107 t.pack() 109 q.pack()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
configSectionNameDialog.py | 42 self.frameMain.pack(side=TOP,expand=TRUE,fill=BOTH) 47 self.messageInfo.pack(padx=5,pady=5)#,expand=TRUE,fill=BOTH) 48 entryName.pack(padx=5,pady=5) 50 frameButtons.pack(side=BOTTOM,fill=X) 96 Button(root,text='Dialog',command=run).pack()
|
configDialog.py | 97 self.buttonHelp.pack(side=RIGHT,padx=5) 98 self.buttonOk.pack(side=LEFT,padx=5) 99 self.buttonApply.pack(side=LEFT,padx=5) 100 self.buttonCancel.pack(side=LEFT,padx=5) 101 frameActionButtons.pack(side=BOTTOM) 102 Frame(self, height=2, borderwidth=0).pack(side=BOTTOM) 103 self.tabPages.pack(side=TOP,expand=TRUE,fill=BOTH) 149 frameFont.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH) 150 frameIndent.pack(side=LEFT,padx=5,pady=5,fill=Y) 152 frameFontName.pack(side=TOP,padx=5,pady=5,fill=X [all...] |
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/lib-tk/ |
SimpleDialog.py | 20 self.message.pack(expand=1, fill=BOTH) 22 self.frame.pack() 33 b.pack(side=LEFT, fill=BOTH, expand=1) 107 t.pack() 109 q.pack()
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
configDialog.py | 97 self.buttonHelp.pack(side=RIGHT,padx=5) 98 self.buttonOk.pack(side=LEFT,padx=5) 99 self.buttonApply.pack(side=LEFT,padx=5) 100 self.buttonCancel.pack(side=LEFT,padx=5) 101 frameActionButtons.pack(side=BOTTOM) 102 Frame(self, height=2, borderwidth=0).pack(side=BOTTOM) 103 self.tabPages.pack(side=TOP,expand=TRUE,fill=BOTH) 149 frameFont.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH) 150 frameIndent.pack(side=LEFT,padx=5,pady=5,fill=Y) 152 frameFontName.pack(side=TOP,padx=5,pady=5,fill=X [all...] |
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/gdb/linux-x86/lib/python2.7/idlelib/ |
configDialog.py | 97 self.buttonHelp.pack(side=RIGHT,padx=5) 98 self.buttonOk.pack(side=LEFT,padx=5) 99 self.buttonApply.pack(side=LEFT,padx=5) 100 self.buttonCancel.pack(side=LEFT,padx=5) 101 frameActionButtons.pack(side=BOTTOM) 102 Frame(self, height=2, borderwidth=0).pack(side=BOTTOM) 103 self.tabPages.pack(side=TOP,expand=TRUE,fill=BOTH) 149 frameFont.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH) 150 frameIndent.pack(side=LEFT,padx=5,pady=5,fill=Y) 152 frameFontName.pack(side=TOP,padx=5,pady=5,fill=X [all...] |
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")
|
/libcore/ojluni/src/main/java/java/util/jar/ |
Pack200.java | 76 * FileOutputStream fos = new FileOutputStream("/tmp/test.pack"); 78 * packer.pack(jarFile, fos); 82 * File f = new File("/tmp/test.pack"); 166 * making the pack stream highly compressible by a compressor such as 175 * The pack engine is initialized to an initial state as described 197 * and to pack a JAR, you must first pack and unpack the JAR to 212 * In order to maintain backward compatibility, the pack file's version is 214 * other words, the pack file version will be the latest, if the class files 215 * are the latest and conversely the pack file version will be the oldes 555 void pack(JarFile in, OutputStream out) throws IOException ; method in interface:Pack200.Packer 571 void pack(JarInputStream in, OutputStream out) throws IOException ; method in interface:Pack200.Packer [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Atlas.java | 77 * @param type The algorithm to use to pack rectangles in the atlas 92 * @param type The algorithm to use to pack rectangles in the atlas 107 * @param width The width of the rectangle to pack in the atlas 108 * @param height The height of the rectangle to pack in the atlas 113 * @see #pack(int, int, Atlas.Entry) 115 public Entry pack(int width, int height) { method in class:Atlas 116 return pack(width, height, null); 122 * @param width The width of the rectangle to pack in the atlas 123 * @param height The height of the rectangle to pack in the atlas 130 * @see #pack(int, int 132 public Entry pack(int width, int height, Entry entry) { method in class:Atlas 159 abstract Entry pack(int width, int height, Entry entry); method in class:Atlas.Policy 273 Entry pack(int width, int height, Entry entry) { method in class:Atlas.SlicePolicy [all...] |
/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");
|
/external/v8/test/mjsunit/compiler/ |
uint32.js | 177 function Pack(x, y) { 194 assertArrayEquals([0x0100, 0x01], Outer(0x0100, Pack)); 195 assertArrayEquals([0x0100, 0x01], Outer(0x0100, Pack)); 196 assertArrayEquals([0x0100, 0x01], Outer(0x0100, Pack)); 198 assertArrayEquals([0x0100, 0x01], Outer(0x0100, Pack)); 199 assertArrayEquals([0xFFFFFFFF, 0x00FFFFFF], Outer(-1, Pack)); 201 // Cause deopt inside InnerWithArguments by passing different pack function.
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/ |
tsig.py | 76 ctx.update(struct.pack('!H', ml)) 78 id = struct.pack('!H', original_id) 83 ctx.update(struct.pack('!H', dns.rdataclass.ANY)) 84 ctx.update(struct.pack('!I', 0)) 88 time_mac = struct.pack('!HIH', upper_time, lower_time, fudge) 93 post_mac = struct.pack('!HH', error, ol) + other_data 100 mpack = struct.pack('!H', len(mac)) 105 ctx.update(struct.pack('!H', ml)) 131 new_wire = wire[0:10] + struct.pack("!H", adcount) + wire[12:tsig_start]
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ANY/ |
SSHFP.py | 58 header = struct.pack("!BB", self.algorithm, self.fp_type) 72 hs = struct.pack("!BB", self.algorithm, self.fp_type) 73 ho = struct.pack("!BB", other.algorithm, other.fp_type)
|
/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/v1/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/gdb/darwin-x86/lib/python2.7/plat-mac/ |
aetypes.py | 15 def pack(*args, **kwargs): function 16 from aepack import pack 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...] |
/prebuilts/go/darwin-x86/src/cmd/pack/ |
pack_test.go | 51 name, err := ioutil.TempDir("", "pack") 60 name := filepath.Join(dir, "pack.a") 105 name := filepath.Join(dir, "pack.a") 163 name := filepath.Join(dir, "pack.a") 199 // Test that pack-created archives can be understood by the tools. 221 run("go", "build", "cmd/pack") // writes pack binary to dir 223 run("./pack", "grc", "hello.a", "hello.o") 231 // Test that pack works with very long lines in PKGDEF. 285 run("go", "build", "cmd/pack") // writes pack binary to di [all...] |
/prebuilts/go/linux-x86/src/cmd/pack/ |
pack_test.go | 51 name, err := ioutil.TempDir("", "pack") 60 name := filepath.Join(dir, "pack.a") 105 name := filepath.Join(dir, "pack.a") 163 name := filepath.Join(dir, "pack.a") 199 // Test that pack-created archives can be understood by the tools. 221 run("go", "build", "cmd/pack") // writes pack binary to dir 223 run("./pack", "grc", "hello.a", "hello.o") 231 // Test that pack works with very long lines in PKGDEF. 285 run("go", "build", "cmd/pack") // writes pack binary to di [all...] |
/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 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...] |