HomeSort by relevance Sort by last modified time
    Searched refs:pack (Results 176 - 200 of 855) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/wpa_supplicant_8/src/eap_common/
eap_fast_common.h 40 #pragma pack(push, 1)
49 #pragma pack(pop)
eap_gpsk_common.h 36 #pragma pack(push, 1)
45 #pragma pack(pop)
eap_pax_common.h 13 #pragma pack(push, 1)
26 #pragma pack(pop)
eap_psk_common.h 29 #pragma pack(push, 1)
64 #pragma pack(pop)
eap_tlv_common.h 39 #pragma pack(push, 1)
103 #pragma pack(pop)
  /external/wpa_supplicant_8/wpa_supplicant/utils/
log2pcap.py 14 struct.pack('<IHHIIII',
21 pcap_file.write(struct.pack('<IIII',
  /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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
direct.h 12 #pragma pack(push,_CRT_PACKING)
67 #pragma pack(pop)
dirent.h 19 #pragma pack(push,_CRT_PACKING)
122 #pragma pack(pop)
locale.h 15 #pragma pack(push,_CRT_PACKING)
98 #pragma pack(pop)
ymath.h 12 #pragma pack(push,_CRT_PACKING)
51 #pragma pack(pop)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
timeb.h 15 #pragma pack(push,_CRT_PACKING)
122 #pragma pack(pop)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 49 self.frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
60 labelMenu.pack(anchor=W, padx=5, pady=3)
61 self.entryMenu.pack(anchor=W, padx=5, pady=3)
62 labelPath.pack(anchor=W, padx=5, pady=3)
63 self.entryPath.pack(anchor=W, padx=5, pady=3)
66 browseButton.pack(pady=3)
68 frameButtons.pack(side=BOTTOM, fill=X)
168 Button(root,text='Dialog', command=run).pack()
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()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 49 self.frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
60 labelMenu.pack(anchor=W, padx=5, pady=3)
61 self.entryMenu.pack(anchor=W, padx=5, pady=3)
62 labelPath.pack(anchor=W, padx=5, pady=3)
63 self.entryPath.pack(anchor=W, padx=5, pady=3)
66 browseButton.pack(pady=3)
68 frameButtons.pack(side=BOTTOM, fill=X)
168 Button(root,text='Dialog', command=run).pack()
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()
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
begin_code.h 137 #pragma pack(push,8)
139 #pragma pack(push,4)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
begin_code.h 137 #pragma pack(push,8)
139 #pragma pack(push,4)
  /prebuilts/tools/windows/sdl/include/SDL/
begin_code.h 137 #pragma pack(push,8)
139 #pragma pack(push,4)
  /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/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()
  /libcore/luni/src/main/java/java/net/
DatagramSocket.java 254 * pack}. All fields of {@code pack} must be set according to the data
259 * @param pack
264 public synchronized void receive(DatagramPacket pack) throws IOException {
267 if (pack == null) {
268 throw new NullPointerException("pack == null");
273 pack.resetLengthForReceive();
274 impl.receive(pack);
280 * @param pack
285 public void send(DatagramPacket pack) throws IOException
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
WebGLImageConversion.cpp 541 void pack(const SourceType*, DstType*, unsigned) function in namespace:blink::__anon15949
546 template<> void pack<WebGLImageConversion::DataFormatA8, WebGLImageConversion::AlphaDoNothing, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
555 template<> void pack<WebGLImageConversion::DataFormatR8, WebGLImageConversion::AlphaDoNothing, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
564 template<> void pack<WebGLImageConversion::DataFormatR8, WebGLImageConversion::AlphaDoPremultiply, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
576 template<> void pack<WebGLImageConversion::DataFormatR8, WebGLImageConversion::AlphaDoUnmultiply, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
587 template<> void pack<WebGLImageConversion::DataFormatRA8, WebGLImageConversion::AlphaDoNothing, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
597 template<> void pack<WebGLImageConversion::DataFormatRA8, WebGLImageConversion::AlphaDoPremultiply, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
610 template<> void pack<WebGLImageConversion::DataFormatRA8, WebGLImageConversion::AlphaDoUnmultiply, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
622 template<> void pack<WebGLImageConversion::DataFormatRGB8, WebGLImageConversion::AlphaDoNothing, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
633 template<> void pack<WebGLImageConversion::DataFormatRGB8, WebGLImageConversion::AlphaDoPremultiply, uint8_t, uint8_t>( (…) function in namespace:blink::__anon15949
649 template<> void pack<WebGLImageConversion::DataFormatRGB8, WebGLImageConversion::AlphaDoUnmultiply, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
665 template<> void pack<WebGLImageConversion::DataFormatRGBA8, WebGLImageConversion::AlphaDoNothing, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
670 template<> void pack<WebGLImageConversion::DataFormatRGBA8, WebGLImageConversion::AlphaDoPremultiply, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
687 template<> void pack<WebGLImageConversion::DataFormatRGBA8, WebGLImageConversion::AlphaDoUnmultiply, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
703 template<> void pack<WebGLImageConversion::DataFormatRGBA4444, WebGLImageConversion::AlphaDoNothing, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
718 template<> void pack<WebGLImageConversion::DataFormatRGBA4444, WebGLImageConversion::AlphaDoPremultiply, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
735 template<> void pack<WebGLImageConversion::DataFormatRGBA4444, WebGLImageConversion::AlphaDoUnmultiply, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
751 template<> void pack<WebGLImageConversion::DataFormatRGBA5551, WebGLImageConversion::AlphaDoNothing, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
766 template<> void pack<WebGLImageConversion::DataFormatRGBA5551, WebGLImageConversion::AlphaDoPremultiply, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
783 template<> void pack<WebGLImageConversion::DataFormatRGBA5551, WebGLImageConversion::AlphaDoUnmultiply, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
799 template<> void pack<WebGLImageConversion::DataFormatRGB565, WebGLImageConversion::AlphaDoNothing, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
813 template<> void pack<WebGLImageConversion::DataFormatRGB565, WebGLImageConversion::AlphaDoPremultiply, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
829 template<> void pack<WebGLImageConversion::DataFormatRGB565, WebGLImageConversion::AlphaDoUnmultiply, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
844 template<> void pack<WebGLImageConversion::DataFormatRGB32F, WebGLImageConversion::AlphaDoNothing, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
855 template<> void pack<WebGLImageConversion::DataFormatRGB32F, WebGLImageConversion::AlphaDoPremultiply, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
867 template<> void pack<WebGLImageConversion::DataFormatRGB32F, WebGLImageConversion::AlphaDoUnmultiply, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
880 template<> void pack<WebGLImageConversion::DataFormatRGBA32F, WebGLImageConversion::AlphaDoNothing, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
885 template<> void pack<WebGLImageConversion::DataFormatRGBA32F, WebGLImageConversion::AlphaDoPremultiply, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
898 template<> void pack<WebGLImageConversion::DataFormatRGBA32F, WebGLImageConversion::AlphaDoUnmultiply, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
911 template<> void pack<WebGLImageConversion::DataFormatA32F, WebGLImageConversion::AlphaDoNothing, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
920 template<> void pack<WebGLImageConversion::DataFormatR32F, WebGLImageConversion::AlphaDoNothing, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
929 template<> void pack<WebGLImageConversion::DataFormatR32F, WebGLImageConversion::AlphaDoPremultiply, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
939 template<> void pack<WebGLImageConversion::DataFormatR32F, WebGLImageConversion::AlphaDoUnmultiply, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
949 template<> void pack<WebGLImageConversion::DataFormatRA32F, WebGLImageConversion::AlphaDoNothing, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
959 template<> void pack<WebGLImageConversion::DataFormatRA32F, WebGLImageConversion::AlphaDoPremultiply, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
970 template<> void pack<WebGLImageConversion::DataFormatRA32F, WebGLImageConversion::AlphaDoUnmultiply, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
981 template<> void pack<WebGLImageConversion::DataFormatRGBA16F, WebGLImageConversion::AlphaDoNothing, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
993 template<> void pack<WebGLImageConversion::DataFormatRGBA16F, WebGLImageConversion::AlphaDoPremultiply, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
1006 template<> void pack<WebGLImageConversion::DataFormatRGBA16F, WebGLImageConversion::AlphaDoUnmultiply, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
1019 template<> void pack<WebGLImageConversion::DataFormatRGB16F, WebGLImageConversion::AlphaDoNothing, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
1030 template<> void pack<WebGLImageConversion::DataFormatRGB16F, WebGLImageConversion::AlphaDoPremultiply, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
1042 template<> void pack<WebGLImageConversion::DataFormatRGB16F, WebGLImageConversion::AlphaDoUnmultiply, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
1054 template<> void pack<WebGLImageConversion::DataFormatRA16F, WebGLImageConversion::AlphaDoNothing, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
1064 template<> void pack<WebGLImageConversion::DataFormatRA16F, WebGLImageConversion::AlphaDoPremultiply, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
1075 template<> void pack<WebGLImageConversion::DataFormatRA16F, WebGLImageConversion::AlphaDoUnmultiply, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
1086 template<> void pack<WebGLImageConversion::DataFormatR16F, WebGLImageConversion::AlphaDoNothing, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
1095 template<> void pack<WebGLImageConversion::DataFormatR16F, WebGLImageConversion::AlphaDoPremultiply, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
1105 template<> void pack<WebGLImageConversion::DataFormatR16F, WebGLImageConversion::AlphaDoUnmultiply, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
1115 template<> void pack<WebGLImageConversion::DataFormatA16F, WebGLImageConversion::AlphaDoNothing, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:blink::__anon15949
    [all...]
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
pack_tests.py 8 import pack namespace
22 ps = pack.PackedStruct(struct)
33 ps = pack.PackedStruct(struct)
42 ps = pack.PackedStruct(struct)
59 ps = pack.PackedStruct(struct)
126 ps = pack.PackedStruct(struct)
155 ps = pack.PackedStruct(struct)
  /external/chromium_org/ui/gfx/
icon_util.h 145 #pragma pack(push)
146 #pragma pack(2)
199 #pragma pack(pop)

Completed in 1629 milliseconds

1 2 3 4 5 6 78 91011>>