/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_applesingle.py | 17 applesingledata = struct.pack(">ll16sh", AS_MAGIC, AS_VERSION, "foo", 2) + \ 18 struct.pack(">llllll", 1, 50, len(dataforkdata),
|
test_fcntl.py | 39 lockdata = struct.pack(off_t + off_t + pid_t + 'hh', 0, 0, 0, 42 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0) 46 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0) 49 print 'struct.pack: ', repr(lockdata)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
DelayedLaunchInfo.java | 86 * @param pack IFile to the package (.apk) file 93 IAndroidLaunchAction launchAction, IFile pack, Boolean debuggable, 98 mPackageFile = pack;
|
/frameworks/base/graphics/java/android/graphics/ |
Atlas.java | 82 * @param type The algorithm to use to pack rectangles in the atlas 97 * @param type The algorithm to use to pack rectangles in the atlas 112 * @param width The width of the rectangle to pack in the atlas 113 * @param height The height of the rectangle to pack in the atlas 118 * @see #pack(int, int, Atlas.Entry) 120 public Entry pack(int width, int height) { method in class:Atlas 121 return pack(width, height, null); 127 * @param width The width of the rectangle to pack in the atlas 128 * @param height The height of the rectangle to pack in the atlas 135 * @see #pack(int, int 137 public Entry pack(int width, int height, Entry entry) { method in class:Atlas 164 abstract Entry pack(int width, int height, Entry entry); method in class:Atlas.Policy 280 Entry pack(int width, int height, Entry entry) { method in class:Atlas.SlicePolicy [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dxva.h | 28 #pragma pack(push, 1) 54 #pragma pack(pop) 101 #pragma pack(push, 1) 114 #pragma pack(pop) 206 #pragma pack(push, 1) 212 #pragma pack(pop)
|
/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")
|
tabbedpages.py | 64 self.padding_frame.pack(side=TOP, fill=X, expand=False) 106 tab_row.pack(side=TOP, fill=X, expand=0) 113 tab_row.pack(side=TOP, fill=X, expand=0) 120 tab.pack(side=LEFT, fill=X, expand=True) 122 tab.pack(side=LEFT) 200 self.button.pack(side=LEFT, fill=X, expand=True) 299 TabbedPageSet. Do not call the page's pack/place/grid/destroy methods. 348 """Page class using the pack placement manager's "forget" mechanism.""" 350 self.frame.pack(fill=BOTH, expand=True) 381 * PagePackForget - This mechanism uses the pack placement manager [all...] |
/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")
|
tabbedpages.py | 64 self.padding_frame.pack(side=TOP, fill=X, expand=False) 106 tab_row.pack(side=TOP, fill=X, expand=0) 113 tab_row.pack(side=TOP, fill=X, expand=0) 120 tab.pack(side=LEFT, fill=X, expand=True) 122 tab.pack(side=LEFT) 200 self.button.pack(side=LEFT, fill=X, expand=True) 299 TabbedPageSet. Do not call the page's pack/place/grid/destroy methods. 348 """Page class using the pack placement manager's "forget" mechanism.""" 350 self.frame.pack(fill=BOTH, expand=True) 381 * PagePackForget - This mechanism uses the pack placement manager [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
S_V_G_.py | 191 datum = struct.pack(">H",numEntries) 198 entry = struct.pack(">HHLL", startGlyphID, endGlyphID, docOffset, docLength) 212 datum = struct.pack(">H", numColorParams) 215 datum = struct.pack(">H", uiNameId) 218 datum = struct.pack(">H", numColorPalettes) 221 datum = struct.pack(">H", colorPalette.uiNameID) 224 data = struct.pack(">BBBB", colorRecord.red, colorRecord.green, colorRecord.blue, colorRecord.alpha) 228 header = struct.pack(">HLL", version, offsetToSVGDocIndex, offsetToColorPalettes) 236 header = struct.pack(">HH", version, numEntries) 244 entry = struct.pack(">HHLL", startGlyphID, endGlyphID, docOffset, docLength [all...] |
M_E_T_A_.py | 110 metaData = sstruct.pack(METAHeaderFormat, self) 220 data = sstruct.pack(METAGlyphRecordFormat, self) 222 datum = struct.pack(">H", self.offset) 224 datum = struct.pack(">L", self.offset) 296 data = sstruct.pack(METAStringRecordFormat, self) 298 datum = struct.pack(">H", self.offset) 300 datum = struct.pack(">L", self.offset)
|
O_S_2f_2.py | 125 self.panose = sstruct.pack(panoseFormat, self.panose) 127 data = sstruct.pack(OS2_format_0, self) 129 data = sstruct.pack(OS2_format_1, self) 131 data = sstruct.pack(OS2_format_2, self) 136 data = sstruct.pack(OS2_format_5, d)
|
C_P_A_L_.py | 31 dataList = [struct.pack(">HHHHL", self.version, self.numPaletteEntries, len(self.palettes), self.numPaletteEntries * len(self.palettes), 12+2*len(self.palettes))] 33 dataList.append(struct.pack(">H", i*self.numPaletteEntries)) 37 dataList.append(struct.pack(">BBBB", color.blue,color.green,color.red,color.alpha))
|
sbixBitmap.py | 59 self.gid = struct.pack(">H", ttFont.getGlyphID(self.glyphName)) 63 self.rawdata = sstruct.pack(sbixBitmapHeaderFormat, self) + self.imageData 99 self.imageData = struct.pack(">H", ttFont.getGlyphID(attrs["glyphname"]))
|
/external/chromium_org/chrome/browser/themes/ |
browser_theme_pack.cc | 43 // Version number of the current theme pack. We just throw out and rebuild 50 // "header" to be written last. That way we can detect whether the pack was 52 // written (i.e. chrome crashed on a different thread while writing the pack). 98 // IDs when storing to a cached pack. 401 // The images which should be cropped before being saved to the data pack. The 660 scoped_refptr<BrowserThemePack> pack(new BrowserThemePack); 661 pack->BuildHeader(extension); 662 pack->BuildTintsFromJSON(extensions::ThemeInfo::GetTints(extension)); 663 pack->BuildColorsFromJSON(extensions::ThemeInfo::GetColors(extension)); 664 pack->BuildDisplayPropertiesFromJSON [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pickle.py | 53 # Why use struct.pack() for pickling but marshal.loads() for 54 # unpickling? struct.pack() is 40% faster than marshal.dumps(), but 250 def put(self, i, pack=struct.pack): 255 return LONG_BINPUT + pack("<i", i) 260 def get(self, i, pack=struct.pack): 265 return LONG_BINGET + pack("<i", i) 437 def save_int(self, obj, pack=struct.pack) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pickle.py | 53 # Why use struct.pack() for pickling but marshal.loads() for 54 # unpickling? struct.pack() is 40% faster than marshal.dumps(), but 250 def put(self, i, pack=struct.pack): 255 return LONG_BINPUT + pack("<i", i) 260 def get(self, i, pack=struct.pack): 265 return LONG_BINGET + pack("<i", i) 437 def save_int(self, obj, pack=struct.pack) [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
OldURLClassLoaderTest.java | 151 Package pack = tucl.definePackage(packageName + i, manifest, urls[i]); local 152 assertEquals(packageName + i, pack.getName()); 154 pack.getImplementationTitle()); 156 pack.getImplementationVendor()); 158 pack.getImplementationVersion());
|
/external/chromium_org/net/data/ssl/scripts/ |
crlsetutil.py | 180 outfile.write(struct.pack('<H', len(header))) 184 outfile.write(struct.pack('<I', len(serials))) 194 outfile.write(struct.pack('<B', len(raw_serial)))
|
/external/fonttools/Lib/fontTools/misc/ |
sstruct.py | 25 pack(fmt, object): 62 def pack(fmt, obj): function 75 data = struct.pack(*(formatstring,) + tuple(elements)) 203 data = pack(fmt, i)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_fcntl.py | 39 lockdata = struct.pack(off_t + off_t + pid_t + 'hh', 0, 0, 0, 42 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0) 46 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0) 49 print 'struct.pack: ', repr(lockdata)
|
/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/ui/file_manager/video_player/css/ |
video_player.css | 121 -webkit-box-pack: center; 149 -webkit-box-pack: center; 162 -webkit-box-pack: center;
|
/bionic/libc/kernel/uapi/linux/ |
cciss_defs.h | 62 #pragma pack(1) 146 #pragma pack()
|
/development/ndk/platforms/android-L/include/linux/ |
cciss_defs.h | 62 #pragma pack(1) 146 #pragma pack()
|