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

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
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()
ToolTip.py 54 label.pack()
75 listbox.pack()
83 b.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()
FileDialog.py 56 self.botframe.pack(side=BOTTOM, fill=X)
59 self.selection.pack(side=BOTTOM, fill=X)
63 self.filter.pack(side=TOP, fill=X)
67 self.midframe.pack(expand=YES, fill=BOTH)
70 self.filesbar.pack(side=RIGHT, fill=Y)
73 self.files.pack(side=RIGHT, expand=YES, fill=BOTH)
81 self.dirsbar.pack(side=LEFT, fill=Y)
84 self.dirs.pack(side=LEFT, expand=YES, fill=BOTH)
94 self.ok_button.pack(side=LEFT)
98 self.filter_button.pack(side=LEFT, expand=YES
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3DImagePacking.cpp 560 void pack(const SourceType*, DstType*, unsigned) function in namespace:WebCore::__anon10841
565 template<> void pack<GraphicsContext3D::DataFormatA8, GraphicsContext3D::AlphaDoNothing, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
574 template<> void pack<GraphicsContext3D::DataFormatR8, GraphicsContext3D::AlphaDoNothing, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
583 template<> void pack<GraphicsContext3D::DataFormatR8, GraphicsContext3D::AlphaDoPremultiply, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
595 template<> void pack<GraphicsContext3D::DataFormatR8, GraphicsContext3D::AlphaDoUnmultiply, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
606 template<> void pack<GraphicsContext3D::DataFormatRA8, GraphicsContext3D::AlphaDoNothing, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
616 template<> void pack<GraphicsContext3D::DataFormatRA8, GraphicsContext3D::AlphaDoPremultiply, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
629 template<> void pack<GraphicsContext3D::DataFormatRA8, GraphicsContext3D::AlphaDoUnmultiply, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
641 template<> void pack<GraphicsContext3D::DataFormatRGB8, GraphicsContext3D::AlphaDoNothing, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
652 template<> void pack<GraphicsContext3D::DataFormatRGB8, GraphicsContext3D::AlphaDoPremultiply, uint8_t, uint8_t>(const (…) function in namespace:WebCore::__anon10841
668 template<> void pack<GraphicsContext3D::DataFormatRGB8, GraphicsContext3D::AlphaDoUnmultiply, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
684 template<> void pack<GraphicsContext3D::DataFormatRGBA8, GraphicsContext3D::AlphaDoNothing, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
689 template<> void pack<GraphicsContext3D::DataFormatRGBA8, GraphicsContext3D::AlphaDoPremultiply, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
706 template<> void pack<GraphicsContext3D::DataFormatRGBA8, GraphicsContext3D::AlphaDoUnmultiply, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
722 template<> void pack<GraphicsContext3D::DataFormatRGBA4444, GraphicsContext3D::AlphaDoNothing, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
737 template<> void pack<GraphicsContext3D::DataFormatRGBA4444, GraphicsContext3D::AlphaDoPremultiply, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
754 template<> void pack<GraphicsContext3D::DataFormatRGBA4444, GraphicsContext3D::AlphaDoUnmultiply, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
770 template<> void pack<GraphicsContext3D::DataFormatRGBA5551, GraphicsContext3D::AlphaDoNothing, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
785 template<> void pack<GraphicsContext3D::DataFormatRGBA5551, GraphicsContext3D::AlphaDoPremultiply, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
802 template<> void pack<GraphicsContext3D::DataFormatRGBA5551, GraphicsContext3D::AlphaDoUnmultiply, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
818 template<> void pack<GraphicsContext3D::DataFormatRGB565, GraphicsContext3D::AlphaDoNothing, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
832 template<> void pack<GraphicsContext3D::DataFormatRGB565, GraphicsContext3D::AlphaDoPremultiply, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
848 template<> void pack<GraphicsContext3D::DataFormatRGB565, GraphicsContext3D::AlphaDoUnmultiply, uint8_t, uint16_t>(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
863 template<> void pack<GraphicsContext3D::DataFormatRGB32F, GraphicsContext3D::AlphaDoNothing, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
874 template<> void pack<GraphicsContext3D::DataFormatRGB32F, GraphicsContext3D::AlphaDoPremultiply, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
886 template<> void pack<GraphicsContext3D::DataFormatRGB32F, GraphicsContext3D::AlphaDoUnmultiply, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
899 template<> void pack<GraphicsContext3D::DataFormatRGBA32F, GraphicsContext3D::AlphaDoNothing, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
904 template<> void pack<GraphicsContext3D::DataFormatRGBA32F, GraphicsContext3D::AlphaDoPremultiply, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
917 template<> void pack<GraphicsContext3D::DataFormatRGBA32F, GraphicsContext3D::AlphaDoUnmultiply, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
930 template<> void pack<GraphicsContext3D::DataFormatA32F, GraphicsContext3D::AlphaDoNothing, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
939 template<> void pack<GraphicsContext3D::DataFormatR32F, GraphicsContext3D::AlphaDoNothing, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
948 template<> void pack<GraphicsContext3D::DataFormatR32F, GraphicsContext3D::AlphaDoPremultiply, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
958 template<> void pack<GraphicsContext3D::DataFormatR32F, GraphicsContext3D::AlphaDoUnmultiply, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
968 template<> void pack<GraphicsContext3D::DataFormatRA32F, GraphicsContext3D::AlphaDoNothing, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
978 template<> void pack<GraphicsContext3D::DataFormatRA32F, GraphicsContext3D::AlphaDoPremultiply, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
989 template<> void pack<GraphicsContext3D::DataFormatRA32F, GraphicsContext3D::AlphaDoUnmultiply, float, float>(const float* source, float* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
1000 template<> void pack<GraphicsContext3D::DataFormatRGBA16F, GraphicsContext3D::AlphaDoNothing, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
1012 template<> void pack<GraphicsContext3D::DataFormatRGBA16F, GraphicsContext3D::AlphaDoPremultiply, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
1025 template<> void pack<GraphicsContext3D::DataFormatRGBA16F, GraphicsContext3D::AlphaDoUnmultiply, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
1038 template<> void pack<GraphicsContext3D::DataFormatRGB16F, GraphicsContext3D::AlphaDoNothing, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
1049 template<> void pack<GraphicsContext3D::DataFormatRGB16F, GraphicsContext3D::AlphaDoPremultiply, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
1061 template<> void pack<GraphicsContext3D::DataFormatRGB16F, GraphicsContext3D::AlphaDoUnmultiply, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
1073 template<> void pack<GraphicsContext3D::DataFormatRA16F, GraphicsContext3D::AlphaDoNothing, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
1083 template<> void pack<GraphicsContext3D::DataFormatRA16F, GraphicsContext3D::AlphaDoPremultiply, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
1094 template<> void pack<GraphicsContext3D::DataFormatRA16F, GraphicsContext3D::AlphaDoUnmultiply, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
1105 template<> void pack<GraphicsContext3D::DataFormatR16F, GraphicsContext3D::AlphaDoNothing, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
1114 template<> void pack<GraphicsContext3D::DataFormatR16F, GraphicsContext3D::AlphaDoPremultiply, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
1124 template<> void pack<GraphicsContext3D::DataFormatR16F, GraphicsContext3D::AlphaDoUnmultiply, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
1134 template<> void pack<GraphicsContext3D::DataFormatA16F, GraphicsContext3D::AlphaDoNothing, float, uint16_t>(const float* source, uint16_t* destination, unsigned pixelsPerRow) function in namespace:WebCore::__anon10841
    [all...]
  /external/chromium_org/ui/gfx/
icon_util.h 145 #pragma pack(push)
146 #pragma pack(2)
199 #pragma pack(pop)
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
StartedServiceMatcher.java 100 Package pack = serviceClass.getPackage(); local
103 if(pack != null) {
104 pack.getName();
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 54 label.pack()
75 listbox.pack()
83 b.pack()
  /external/chromium/chrome/browser/resources/gpu_internals/
tab_control.css 9 -webkit-box-pack: start;
24 -webkit-box-pack: start;
tracing_controller.css 12 -webkit-box-pack: center;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_update.css 13 -webkit-box-pack: center;
18 -webkit-box-pack: center;
screen_app_launch_splash.css 8 -webkit-box-pack: center;
16 -webkit-box-pack: center;
oobe_screen_autolaunch.css 14 -webkit-box-pack: center;
  /external/chromium_org/chrome/browser/resources/chromeos/
mobile_dialogs.css 13 -webkit-box-pack: center;
50 -webkit-box-pack: end;
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
destination_settings.css 42 -webkit-box-pack: center;
62 -webkit-box-pack: center;
  /external/chromium_org/net/data/websocket/
close-with-split-packet_wsh.py 26 code = struct.pack('!H', 1000)
  /external/chromium_org/tools/gyp/pylib/gyp/
flock_tool.py 43 op = struct.pack('hhllhhl', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 56 self.botframe.pack(side=BOTTOM, fill=X)
59 self.selection.pack(side=BOTTOM, fill=X)
63 self.filter.pack(side=TOP, fill=X)
67 self.midframe.pack(expand=YES, fill=BOTH)
70 self.filesbar.pack(side=RIGHT, fill=Y)
73 self.files.pack(side=RIGHT, expand=YES, fill=BOTH)
81 self.dirsbar.pack(side=LEFT, fill=Y)
84 self.dirs.pack(side=LEFT, expand=YES, fill=BOTH)
94 self.ok_button.pack(side=LEFT)
98 self.filter_button.pack(side=LEFT, expand=YES
    [all...]
  /cts/suite/cts/deviceTests/opengl/
cob_exporter.py 43 f.write(struct.pack(">i", len(uvtex.data) * 3))# write length
53 f.write(struct.pack(">ffffffff", v[0], v[1], v[2], n[0], n[1], n[2], t[0], 1 - t[1]))
  /external/chromium-trace/trace-viewer/src/about_tracing/
tracing_controller.css 9 -webkit-box-pack: center;
  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.h 62 #pragma pack(push, 4)
70 #pragma pack(pop)
  /external/chromium_org/net/disk_cache/
disk_format.h 136 #pragma pack(push, 4)
147 #pragma pack(pop)
  /external/clang/test/Sema/
ms_class_layout.cpp 4 #pragma pack(push, 8)
142 #pragma pack(pop)
  /external/e2fsprogs/lib/uuid/
Android.mk 9 pack.c \

Completed in 621 milliseconds

1 2 3 4 5 6 78 91011>>