/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
tkSimpleDialog.py | 65 body.pack(padx=5, pady=5) 114 w.pack(side=LEFT, padx=5, pady=5) 116 w.pack(side=LEFT, padx=5, pady=5) 121 box.pack()
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
xdrlib.py | 40 """Pack various data representations into a buffer.""" 54 self.__buf.write(struct.pack('>L', x)) 57 self.__buf.write(struct.pack('>l', x)) 72 try: self.__buf.write(struct.pack('>f', x)) 77 try: self.__buf.write(struct.pack('>d', x))
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
tkSimpleDialog.py | 65 body.pack(padx=5, pady=5) 114 w.pack(side=LEFT, padx=5, pady=5) 116 w.pack(side=LEFT, padx=5, pady=5) 121 box.pack()
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
xdrlib.py | 40 """Pack various data representations into a buffer.""" 54 self.__buf.write(struct.pack('>L', x)) 57 self.__buf.write(struct.pack('>l', x)) 72 try: self.__buf.write(struct.pack('>f', x)) 77 try: self.__buf.write(struct.pack('>d', x))
|
/prebuilts/go/darwin-x86/src/net/http/cgi/testdata/ |
test.cgi | 89 $v =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg;
|
/prebuilts/go/linux-x86/src/net/http/cgi/testdata/ |
test.cgi | 89 $v =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
tkSimpleDialog.py | 65 body.pack(padx=5, pady=5) 114 w.pack(side=LEFT, padx=5, pady=5) 116 w.pack(side=LEFT, padx=5, pady=5) 121 box.pack()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
xdrlib.py | 40 """Pack various data representations into a buffer.""" 54 self.__buf.write(struct.pack('>L', x)) 57 self.__buf.write(struct.pack('>l', x)) 72 try: self.__buf.write(struct.pack('>f', x)) 77 try: self.__buf.write(struct.pack('>d', x))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
tkSimpleDialog.py | 65 body.pack(padx=5, pady=5) 114 w.pack(side=LEFT, padx=5, pady=5) 116 w.pack(side=LEFT, padx=5, pady=5) 121 box.pack()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
xdrlib.py | 40 """Pack various data representations into a buffer.""" 54 self.__buf.write(struct.pack('>L', x)) 57 self.__buf.write(struct.pack('>l', x)) 72 try: self.__buf.write(struct.pack('>f', x)) 77 try: self.__buf.write(struct.pack('>d', x))
|
/system/extras/tests/net_test/ |
net_test.py | 99 sock.setsockopt(SOL_SOCKET, SO_RCVTIMEO, struct.pack("LL", s, us)) 157 sock.setsockopt(SOL_SOCKET, SO_LINGER, struct.pack("ii", 1, 0)) 176 ifr = struct.pack("%dsi" % IFNAMSIZ, ifname, 0) 187 ifr = struct.pack("%dsH6s" % IFNAMSIZ, ifname, scapy.ARPHDR_ETHER, hwaddr) 193 ifr = struct.pack("%dsH" % IFNAMSIZ, ifname, 0) 200 ifr = struct.pack("%dsH" % IFNAMSIZ, ifname, flags) 295 return struct.pack(fmt, addr, label, action, share, flags, 0, 0, pad)
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
_k_e_r_n.py | 57 data = struct.pack(">ll", fl2fi(self.version, 16), nTables) 59 data = struct.pack(">HH", self.version, nTables) 120 data = struct.pack(">HHHH", nPairs, searchRange, entrySelector, rangeShift) 126 data = data + struct.pack(">HHh", left, right, value) 127 return struct.pack(">HHH", self.version, len(data) + 6, self.coverage) + data
|
_c_m_a_p.py | 60 data = struct.pack(">HH", self.tableVersion, numSubTables) 74 data = data + struct.pack(">HHl", table.platformID, table.platEncID, offset) 197 return struct.pack(">HHH", 0, 262, self.language) + self.data 206 data = struct.pack(">HHH", 0, 262, self.language) + glyphIdArray.tostring() 383 return struct.pack(">HHH", self.format, self.length, self.language) + self.data 515 dataList = [struct.pack(">HHH", 2, length, self.language)] 517 dataList.append(struct.pack(">H", index*8)) 519 dataList.append(struct.pack(subHeaderFormat, subhead.firstCode, subhead.entryCount, subhead.idDelta, subhead.idRangeOffset)) 522 dataList.append(struct.pack(">H", gi)) 702 return struct.pack(">HHH", self.format, self.length, self.language) + self.dat [all...] |
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
CheckAPI.java | 104 private String pack; // package field in class:CheckAPI.Info 120 case PAK: return pack; 142 case PAK: pack = val; break; 389 int result = lhi.pack.compareTo(rhi.pack); 414 int result = lhi.pack.compareTo(rhi.pack); 439 int result = lhi.pack.compareTo(rhi.pack); 826 String pack = null local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
Debugger.py | 95 self.bframe.pack(anchor="w") 111 b.pack(side="left") 114 self.cframe.pack(side="left") 140 self.status.pack(anchor="w") 142 self.error.pack(anchor="w", fill="x") 146 self.fstack.pack(expand=1, fill="both") 148 self.flocals.pack(expand=1, fill="both") 150 self.fglobals.pack(expand=1, fill="both") 421 self.frame.pack(expand=1, fill="both") 423 self.label.pack(fill="x" [all...] |
keybindingDialog.py | 50 frameMain.pack(side=TOP,expand=TRUE,fill=BOTH) 52 frameButtons.pack(side=BOTTOM,fill=X) 74 labelTitleBasic.pack(anchor=W) 77 labelKeysBasic.pack(ipadx=5,ipady=5,fill=X) 111 labelTitleAdvanced.pack(anchor=W) 114 self.entryKeysAdvanced.pack(fill=X) 267 Button(root,text='Dialog',command=run).pack()
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
Debugger.py | 95 self.bframe.pack(anchor="w") 111 b.pack(side="left") 114 self.cframe.pack(side="left") 140 self.status.pack(anchor="w") 142 self.error.pack(anchor="w", fill="x") 146 self.fstack.pack(expand=1, fill="both") 148 self.flocals.pack(expand=1, fill="both") 150 self.fglobals.pack(expand=1, fill="both") 421 self.frame.pack(expand=1, fill="both") 423 self.label.pack(fill="x" [all...] |
keybindingDialog.py | 50 frameMain.pack(side=TOP,expand=TRUE,fill=BOTH) 52 frameButtons.pack(side=BOTTOM,fill=X) 74 labelTitleBasic.pack(anchor=W) 77 labelKeysBasic.pack(ipadx=5,ipady=5,fill=X) 111 labelTitleAdvanced.pack(anchor=W) 114 self.entryKeysAdvanced.pack(fill=X) 267 Button(root,text='Dialog',command=run).pack()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
Debugger.py | 95 self.bframe.pack(anchor="w") 111 b.pack(side="left") 114 self.cframe.pack(side="left") 140 self.status.pack(anchor="w") 142 self.error.pack(anchor="w", fill="x") 146 self.fstack.pack(expand=1, fill="both") 148 self.flocals.pack(expand=1, fill="both") 150 self.fglobals.pack(expand=1, fill="both") 421 self.frame.pack(expand=1, fill="both") 423 self.label.pack(fill="x" [all...] |
keybindingDialog.py | 50 frameMain.pack(side=TOP,expand=TRUE,fill=BOTH) 52 frameButtons.pack(side=BOTTOM,fill=X) 74 labelTitleBasic.pack(anchor=W) 77 labelKeysBasic.pack(ipadx=5,ipady=5,fill=X) 111 labelTitleAdvanced.pack(anchor=W) 114 self.entryKeysAdvanced.pack(fill=X) 267 Button(root,text='Dialog',command=run).pack()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
Debugger.py | 95 self.bframe.pack(anchor="w") 111 b.pack(side="left") 114 self.cframe.pack(side="left") 140 self.status.pack(anchor="w") 142 self.error.pack(anchor="w", fill="x") 146 self.fstack.pack(expand=1, fill="both") 148 self.flocals.pack(expand=1, fill="both") 150 self.fglobals.pack(expand=1, fill="both") 421 self.frame.pack(expand=1, fill="both") 423 self.label.pack(fill="x" [all...] |
keybindingDialog.py | 50 frameMain.pack(side=TOP,expand=TRUE,fill=BOTH) 52 frameButtons.pack(side=BOTTOM,fill=X) 74 labelTitleBasic.pack(anchor=W) 77 labelKeysBasic.pack(ipadx=5,ipady=5,fill=X) 111 labelTitleAdvanced.pack(anchor=W) 114 self.entryKeysAdvanced.pack(fill=X) 267 Button(root,text='Dialog',command=run).pack()
|
/development/ndk/tools/ |
headers-diff-bionic-vs-ndk.py | 103 for pack in new_includes[arch]: 104 self.append_sysincludes(arch, pack[0], pack[1], platform) 150 for pack in self.bionic_includes[arch]: 151 root = pack[0] 154 for include in pack[1]:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/ |
socks.py | 208 self.sendall(struct.pack('BBBB', 0x05, 0x02, 0x00, 0x02)) 212 self.sendall(struct.pack('BBB', 0x05, 0x01, 0x00)) 245 req = struct.pack('BBB', 0x05, 0x01, 0x00) 261 req = req + struct.pack(">H", destport) 321 ipaddr = struct.pack("BBBB", 0x00, 0x00, 0x00, 0x01) 326 req = struct.pack(">BBH", 0x04, 0x01, destport) + ipaddr
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/socksipy-branch/ |
socks.py | 169 self.sendall(struct.pack('BBBB', 0x05, 0x02, 0x00, 0x02)) 173 self.sendall(struct.pack('BBB', 0x05, 0x01, 0x00)) 206 req = struct.pack('BBB', 0x05, 0x01, 0x00) 222 req = req + struct.pack(">H", destport) 282 ipaddr = struct.pack("BBBB", 0x00, 0x00, 0x00, 0x01) 287 req = struct.pack(">BBH", 0x04, 0x01, destport) + ipaddr
|