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

<<3132333435

  /external/clang/lib/AST/
ASTDumper.cpp 767 case TemplateArgument::Pack:
768 OS << " pack";
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 159 $char = pack('H2', $char);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPreferencePage.java 281 contents.pack(true);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 1040 ; FIXME(rbultje) the repeated pack/unpack here around m0/m2 is because we
1043 ; a byte costs 1 pack and 2 unpacks, but saves a register.
    [all...]
  /external/lldb/test/
lldbutil.py 73 packed = struct.pack(fmt, val)
  /external/ltrace/
output.c 405 param->u.pack.ppflavor) < 0)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 1040 ; FIXME(rbultje) the repeated pack/unpack here around m0/m2 is because we
1043 ; a byte costs 1 pack and 2 unpacks, but saves a register.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 463 newid = struct.pack('B'*_rowid_str_len, *blist)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 13 Widgets are positioned with one of the geometry managers Place, Pack
14 or Grid. These managers can be called with methods place, pack, grid
25 frame.pack(fill=BOTH,expand=1)
27 label.pack(fill=X, expand=1)
29 button.pack(side=BOTTOM)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 551 slen = struct.pack(">L", len(s))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
EasyDialogs.py 601 data = 'Pyth' + struct.pack("hh", 0, len(typeList))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 721 struct.pack('ii', 1, 0))
test_zipfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 463 newid = struct.pack('B'*_rowid_str_len, *blist)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 13 Widgets are positioned with one of the geometry managers Place, Pack
14 or Grid. These managers can be called with methods place, pack, grid
25 frame.pack(fill=BOTH,expand=1)
27 label.pack(fill=X, expand=1)
29 button.pack(side=BOTTOM)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 551 slen = struct.pack(">L", len(s))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 721 struct.pack('ii', 1, 0))
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof     [all...]
  /external/libvorbis/doc/
08-residue.tex 71 \includegraphics[width=\textwidth]{residue-pack}
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 111 // Most compilers naturally pack the on-the-wire structures correctly anyway, so a plain "struct" is usually fine.
263 #pragma pack(push,2)
271 #pragma pack(pop)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 57 #pragma pack(1)
63 #pragma pack()
    [all...]
  /external/sonivox/jet_tools/JetCreator/
midifile.py     [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 117 ; Note : these value are good with a 8 bytes boundary pack structure
  /external/zlib/src/contrib/masmx86/
match686.asm 82 ; Note : these value are good with a 8 bytes boundary pack structure
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winldap.h 128 #pragma pack(push,4)
237 #pragma pack(pop)
    [all...]

Completed in 2274 milliseconds

<<3132333435