/external/skia/src/sfnt/ |
SkIBMFamilyClass.h | 14 #pragma pack(push, 1) 169 #pragma pack(pop)
|
SkOTTable_EBLC.h | 16 #pragma pack(push, 1) 150 #pragma pack(pop)
|
SkOTTable_OS_2_V0.h | 17 #pragma pack(push, 1) 144 #pragma pack(pop)
|
SkOTTable_OS_2_VA.h | 17 #pragma pack(push, 1) 137 #pragma pack(pop)
|
SkOTTable_head.h | 15 #pragma pack(push, 1) 143 #pragma pack(pop)
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
SoftVorbis.cpp | 385 ogg_packet pack; local 386 pack.packet = &ref; 387 pack.bytes = ref.length; 388 pack.b_o_s = 0; 389 pack.e_o_s = 0; 390 pack.granulepos = 0; 391 pack.packetno = 0; 396 int err = vorbis_dsp_synthesis(mState, &pack, 1);
|
/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
cciss_defs.h | 53 #pragma pack(1) 128 #pragma pack()
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/ |
utime.h | 15 #pragma pack(push,_CRT_PACKING) 127 #pragma pack(pop)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
vadefs.h | 12 #pragma pack(push,_CRT_PACKING) 101 #pragma pack(pop)
|
ws2dnet.h | 11 #pragma pack(push,ws2dnet,1) 115 #pragma pack(pop,ws2dnet)
|
xlocinfo.h | 13 #pragma pack(push,_CRT_PACKING) 98 #pragma pack(pop)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
aepack.py | 4 pack(x) converts a Python object to an AEDesc object 76 ae.AEPutParamDesc(keystr, pack(value)) 78 def pack(x, forcetype = None): function 79 """Pack a python object into an AE descriptor""" 85 return pack(x).AECoerceDesc(forcetype) 99 return AE.AECreateDesc('long', struct.pack('l', x)) 101 return AE.AECreateDesc('doub', struct.pack('d', x)) 112 list.AEPutDesc(0, pack(item)) 118 #record.AEPutParamDesc(key, pack(value)) 257 pdata = pack(data [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_ioctl.py | 79 struct.pack("I", termios.TIOCSWINSZ)) 81 our_winsz = struct.pack("HHHH",80,25,0,0)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_ioctl.py | 79 struct.pack("I", termios.TIOCSWINSZ)) 81 our_winsz = struct.pack("HHHH",80,25,0,0)
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/ |
cciss_defs.h | 62 #pragma pack(1) 146 #pragma pack()
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/ |
cciss_defs.h | 62 #pragma pack(1) 146 #pragma pack()
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/ |
cciss_defs.h | 62 #pragma pack(1) 146 #pragma pack()
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/ |
cciss_defs.h | 62 #pragma pack(1) 146 #pragma pack()
|
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/ |
cciss_defs.h | 62 #pragma pack(1) 146 #pragma pack()
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/ |
cciss_defs.h | 62 #pragma pack(1) 146 #pragma pack()
|
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/ |
cciss_defs.h | 62 #pragma pack(1) 146 #pragma pack()
|
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/ |
cciss_defs.h | 62 #pragma pack(1) 146 #pragma pack()
|
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/ |
cciss_defs.h | 62 #pragma pack(1) 146 #pragma pack()
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/ |
cciss_defs.h | 62 #pragma pack(1) 146 #pragma pack()
|