HomeSort by relevance Sort by last modified time
    Searched full:pack (Results 351 - 375 of 2304) sorted by null

<<11121314151617181920>>

  /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)
xlocinfo.h 13 #pragma pack(push,_CRT_PACKING)
98 #pragma pack(pop)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_compileall.py 31 compare = struct.pack('<4sl', imp.get_magic(), mtime)
52 self.recreation_check(struct.pack('<4sl', imp.get_magic(), 1))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_compileall.py 31 compare = struct.pack('<4sl', imp.get_magic(), mtime)
52 self.recreation_check(struct.pack('<4sl', imp.get_magic(), 1))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compileall.py 31 compare = struct.pack('<4sl', imp.get_magic(), mtime)
52 self.recreation_check(struct.pack('<4sl', imp.get_magic(), 1))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compileall.py 31 compare = struct.pack('<4sl', imp.get_magic(), mtime)
52 self.recreation_check(struct.pack('<4sl', imp.get_magic(), 1))
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ImageProcessingTest.java 297 int pack(float a, float r, float g, float b) { method in class:ImageProcessingTest.BlendFunc
309 int pack(int a, int r, int g, int b) { method in class:ImageProcessingTest.BlendFunc
394 return pack(a, r, g, b);
409 return pack(a, r, g, b);
426 return pack(a, r, g, b);
439 return pack(0, 0, 0, 0);
451 return pack(dstA, dstR, dstG, dstB);
467 return pack(a, r, g, b);
482 return pack(a, r, g, b);
498 return pack(a, r, g, b)
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 118 dataList.append(sstruct.pack(eblcHeaderFormat, self))
183 data = struct.pack(indexSubHeaderFormat, i.firstGlyphIndex, i.lastGlyphIndex, i.additionalOffsetToIndexSubtable)
190 data = sstruct.pack(bitmapSizeTableFormatPart1, curTable)
194 data = sstruct.pack(sbitLineMetricsFormat, metricObj)
196 data = sstruct.pack(bitmapSizeTableFormatPart2, curTable)
346 return struct.pack(indexSubHeaderFormat, self.indexFormat, self.imageFormat, self.imageDataOffset)
466 # Now that all the locations are collected, pack them appropriately into
477 dataList += [struct.pack(dataFormat, offsetValue) for offsetValue in offsetArray]
480 dataList.append(struct.pack(dataFormat, 0))
536 dataList.append(struct.pack(">L", self.imageSize)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
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/gdb/linux-x86/lib/python2.7/idlelib/
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/darwin-x86/2.7.5/lib/python2.7/idlelib/
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/
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...]
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design.jd 21 <li><a href="#templatespack">Using the Icon Templates Pack</a></li>
41 Templates Pack, v4.0 &raquo;</a></li>
43 Templates Pack, v2.3 &raquo;</a></li>
45 Templates Pack, v2.0 &raquo;</a></li>
107 the Android Icon Templates Pack.</p>
113 <h2 id="templatespack">Using the Android Icon Templates Pack</h2>
115 <p>The Android Icon Templates Pack is a collection of template designs,
118 template pack archive before you start designing your icons.</p>
126 <p>You can obtain the latest Icon Templates Pack archive using the link below:
131 Pack for Android 4.0 &raquo;</a
    [all...]
  /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/python/darwin-x86/2.7.5/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...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 264 case TemplateArgument::Pack:
265 if (Y.getKind() != TemplateArgument::Pack ||
537 /// \brief Retrieve the depth and index of an unexpanded parameter pack.
558 /// A pack that we're currently deducing.
562 // The index of the pack.
565 // The old value of the pack before we started deducing it.
568 // A deferred value of this pack from an inner deduction, that couldn't be
572 // The new value of the pack.
575 // The outer deduction for this pack, if any.
580 /// A scope in which we're performing pack deduction
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /build/core/
dynamic_binary.mk 42 ## Pack relocation tables
58 # Do not pack relocations for executables. Because packing results in
71 # Pack relocations
73 $(pack-elf-relocations)
  /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),
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ANY/
SIG.py 21 return struct.pack('!HBBIIIH', self.type_covered,
SOA.py 82 five_ints = struct.pack('!IIIII', self.serial, self.refresh,
89 struct.pack('!IIIII', self.serial, self.refresh,
121 self_ints = struct.pack('!IIIII', self.serial, self.refresh,
123 other_ints = struct.pack('!IIIII', other.serial, other.refresh,

Completed in 1676 milliseconds

<<11121314151617181920>>