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

<<21222324252627282930>>

  /external/chromium_org/chrome/tools/
history-viz.py 171 trans = struct.unpack('I', struct.pack('i', int(trans)))[0]
  /external/chromium_org/net/tools/testserver/
testserver_base.py 256 startup_pipe.write(struct.pack('=L', server_data_len))
  /external/chromium_org/tools/grit/grit/node/
message.py 218 accepted by util.Encode. This is used to generate the data pack data file.
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 196 _signature = struct.pack('8B', 137, 80, 78, 71, 13, 10, 26, 10)
226 return struct.pack('%dB' % l, *row)
676 struct.pack("!2I5B", self.width, self.height,
684 struct.pack("!L", int(round(self.gamma*1e5))))
690 struct.pack('%dB' % self.planes,
709 struct.pack("!1H", *self.transparent))
712 struct.pack("!3H", *self.transparent))
718 struct.pack("!1H", *self.background))
721 struct.pack("!3H", *self.background))
739 data.extend(array('B', struct.pack(fmt, *sl))
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
G_P_K_G_.py 54 dataList =[ sstruct.pack(GPKGFormat, self)]
  /external/libvorbis/lib/
info.c 435 /* pack side **********************************************************/
512 if(_floor_P[ci->floor_type[i]]->pack)
513 _floor_P[ci->floor_type[i]]->pack(ci->floor_param[i],opb);
522 _residue_P[ci->residue_type[i]]->pack(ci->residue_param[i],opb);
529 _mapping_P[ci->map_type[i]]->pack(vi,ci->map_param[i],opb);
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 131 self.file.write(struct.pack('><'[self.isLSB] + 'B', value))
134 self.file.write(struct.pack('><'[self.isLSB] + 'H', value))
137 self.file.write(struct.pack('><'[self.isLSB] + 'I', value))
140 self.file.write(struct.pack('><'[self.isLSB] + 'Q', value))
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-ia64.pl 106 { $big_endian=(unpack('L',pack('N',1))==1); }
  /external/oprofile/events/i386/atom/
unit_masks 62 0x04 s SIMD pack micro-ops executed
63 0x84 ar SIMD pack micro-ops retired
  /external/proguard/src/proguard/gui/
FilterDialog.java 292 pack(); method
OptimizationsDialog.java 223 pack(); method
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
compileall.py 90 expect = struct.pack('<4sl', imp.get_magic(), mtime)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py 80 # Pack the label widget before and above the text_frame widget,
82 self.label.pack(side=TOP, fill=X, expand=False,
GrepDialog.py 51 btn.pack(side="top", fill="both")
ObjectBrowser.py 144 sc.frame.pack(expand=1, fill="both")
StackViewer.py 13 sc.frame.pack(expand=1, fill="both")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
compileall.py 90 expect = struct.pack('<4sl', imp.get_magic(), mtime)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py 80 # Pack the label widget before and above the text_frame widget,
82 self.label.pack(side=TOP, fill=X, expand=False,
GrepDialog.py 51 btn.pack(side="top", fill="both")
ObjectBrowser.py 144 sc.frame.pack(expand=1, fill="both")
StackViewer.py 13 sc.frame.pack(expand=1, fill="both")
  /external/fonttools/Lib/fontTools/
cffLib.py 57 writer.add(sstruct.pack(cffHeaderFormat, self))
214 pack = struct.pack
216 binOffset = pack(">l", offset)[offSize:]
267 pack = struct.pack
269 binOffset = pack(">l", offset)[offSize:]
615 file.write(struct.pack(">H", value))
621 return struct.pack(">H", value)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
echo_client.py 634 challenge = struct.pack('!I', self._number1)
635 challenge += struct.pack('!I', self._number2)
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history_mobile.css 238 -webkit-box-pack: center;
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview.css 292 -webkit-box-pack: end;

Completed in 2094 milliseconds

<<21222324252627282930>>