/external/e2fsprogs/lib/uuid/ |
Android.mk | 9 pack.c \
|
/external/harfbuzz/src/ |
harfbuzz-gsub.h | 36 #pragma pack(push, 1) 143 #pragma pack(pop)
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-gsub.h | 36 #pragma pack(push, 1) 143 #pragma pack(pop)
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_sake_common.h | 44 #pragma pack(push, 1) 54 #pragma pack(pop)
|
/libcore/luni/src/main/java/java/util/jar/ |
Pack200.java | 91 static final String CLASS_ATTRIBUTE_PFX = "pack.class.attribute."; 96 static final String CODE_ATTRIBUTE_PFX = "pack.code.attribute."; 101 static final String DEFLATE_HINT = "pack.deflate.hint"; 106 static final String EFFORT = "pack.effort"; 121 static final String FIELD_ATTRIBUTE_PFX = "pack.field.attribute."; 131 static final String KEEP_FILE_ORDER = "pack.keep.file.order"; 141 static final String METHOD_ATTRIBUTE_PFX = "pack.method.attribute."; 147 static final String MODIFICATION_TIME = "pack.modification.time"; 157 static final String PASS_FILE_PFX = "pack.pass.file."; 162 static final String PROGRESS = "pack.progress" 201 void pack(JarFile in, OutputStream out) throws IOException; method in interface:Pack200.Packer 214 void pack(JarInputStream in, OutputStream out) throws IOException; method in interface:Pack200.Packer [all...] |
/prebuilts/python/darwin-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)
|
/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;
|
/external/chromium_org/chrome/browser/resources/file_manager/css/ |
select_album_dialog.css | 7 -webkit-box-pack: center; 50 -webkit-box-pack: end; 70 -webkit-box-pack: start;
|
video_player.css | 42 -webkit-box-pack: center; 74 -webkit-box-pack: center; 87 -webkit-box-pack: center;
|
/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/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/chromium_org/chrome/browser/themes/ |
browser_theme_pack.cc | 44 // Version number of the current theme pack. We just throw out and rebuild 51 // "header" to be written last. That way we can detect whether the pack was 53 // written (i.e. chrome crashed on a different thread while writing the pack). 99 // IDs when storing to a cached pack. 378 // The images which should be cropped before being saved to the data pack. The 644 scoped_refptr<BrowserThemePack> pack(new BrowserThemePack); 645 pack->BuildHeader(extension); 646 pack->BuildTintsFromJSON(extensions::ThemeInfo::GetTints(extension)); 647 pack->BuildColorsFromJSON(extensions::ThemeInfo::GetColors(extension)); 648 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...] |
/external/chromium_org/tools/grit/grit/format/ |
data_pack.py | 6 '''Support for formatting a data pack file used for platform agnostic resource 40 '''Writes out the data pack file format (platform agnostic resource file).''' 53 """Reads a data pack file and returns a dictionary.""" 80 """Write a map of id=>data into a string in the data pack format and return 86 ret.append(struct.pack("<IIB", PACK_FILE_VERSION, len(ids), encoding)) 96 ret.append(struct.pack("<HI", id, data_offset)) 99 ret.append(struct.pack("<HI", 0, data_offset)) 108 """Write a map of id=>data into output_file as a data pack.""" 115 """Write a new data pack to |output_file| based on a list of filenames
|
/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/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)
|
/external/chromium/net/disk_cache/ |
disk_format.h | 146 #pragma pack(push, 4) 157 #pragma pack(pop)
|
/external/chromium_org/chrome/browser/resources/print_preview/settings/ |
destination_settings.css | 42 -webkit-box-pack: center;
|