HomeSort by relevance Sort by last modified time
    Searched refs:pack (Results 201 - 225 of 1007) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/services/net/java/android/net/netlink/
RtNetlinkNeighborMessage.java 133 nlmsghdr.pack(byteBuffer);
136 ndmsg.pack(byteBuffer);
165 msg.pack(byteBuffer);
224 nlAttr.pack(byteBuffer);
227 public void pack(ByteBuffer byteBuffer) { method in class:RtNetlinkNeighborMessage
228 getHeader().pack(byteBuffer) ;
229 mNdmsg.pack(byteBuffer);
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/IN/
SRV.py 61 three_ints = struct.pack("!HHH", self.priority, self.weight, self.port)
84 sp = struct.pack("!HHH", self.priority, self.weight, self.port)
85 op = struct.pack("!HHH", other.priority, other.weight, other.port)
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/
dsbase.py 70 header = struct.pack("!HBB", self.key_tag, self.algorithm,
85 hs = struct.pack("!HBB", self.key_tag, self.algorithm,
87 ho = struct.pack("!HBB", other.key_tag, other.algorithm,
mxbase.py 54 pref = struct.pack("!H", self.preference)
59 return struct.pack("!H", self.preference) + \
80 sp = struct.pack("!H", self.preference)
81 op = struct.pack("!H", other.preference)
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
StartedServiceMatcher.java 100 Package pack = serviceClass.getPackage(); local
103 if(pack != null) {
104 pack.getName();
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ToolTip.py 54 label.pack()
75 listbox.pack()
83 b.pack()
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ToolTip.py 54 label.pack()
75 listbox.pack()
83 b.pack()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 54 label.pack()
75 listbox.pack()
83 b.pack()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 54 label.pack()
75 listbox.pack()
83 b.pack()
  /external/autotest/client/site_tests/network_WlanHasIP/
network_WlanHasIP.py 37 struct.pack('256s', device[:15])
  /external/autotest/client/tests/kvm/scripts/
multicast_guest.py 27 mreq = struct.pack("4sl", socket.inet_aton(mcast),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mssip.h 13 #pragma pack (8)
79 #pragma pack()
92 #pragma pack(8)
123 #pragma pack()
excpt.h 11 #pragma pack(push,_CRT_PACKING)
128 #pragma pack(pop)
  /prebuilts/gdb/darwin-x86/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...]
  /prebuilts/gdb/linux-x86/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...]
  /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...]
  /prebuilts/python/linux-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/tests/openglperf2/
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/autotest/client/site_tests/platform_DMVerityBitCorruption/
platform_DMVerityBitCorruption.py 26 dev.write(struct.pack('B', byte ^ self._mask))
41 dev.write(struct.pack('B', byte ^ self._mask))
  /external/clang/test/Sema/
ms_bitfield_layout.c 163 #pragma pack(push, 1)
320 #pragma pack(pop)
ms_class_layout.cpp 4 #pragma pack(push, 8)
142 #pragma pack(pop)
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_a_s_p.py 32 data = data + struct.pack(">HH", rangeMaxPPEM, rangeGaspBehavior)
35 data = struct.pack(">HH", version, numRanges) + data
  /external/wpa_supplicant_8/src/eap_common/
eap_pax_common.h 13 #pragma pack(push, 1)
26 #pragma pack(pop)
eap_sake_common.h 44 #pragma pack(push, 1)
54 #pragma pack(pop)
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Skype_VideoExtensions.h 39 #pragma pack(push, 1)
149 #pragma pack(pop)

Completed in 1005 milliseconds

1 2 3 4 5 6 7 891011>>