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

<<2122232425262728

  /external/libvpx/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_armv5.asm 79 ; v is kept in r12 during the token pack loop
vp8_packtokens_mbrow_armv5.asm 100 ; v is kept in r12 during the token pack loop
vp8_packtokens_partitions_armv5.asm 129 ; v is kept in r12 during the token pack loop
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 433 The layout mechanism uses a simplified version of the pack
    [all...]
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/lib-tk/
ttk.py 433 The layout mechanism uses a simplified version of the pack
    [all...]
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...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_sse2.asm 391 packuswb xmm2, xmm0 ; pack and saturate
507 packuswb xmm1, xmm2 ; pack and saturate
878 packuswb xmm2, xmm0 ; pack and saturate
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 80 ; Note : these value are good with a 8 bytes boundary pack structure
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 197 pack(); method
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 583 @image_urls = binary_contents.collect { |content| (content and not content.empty?) ? "data:image/png;base64," + [content].pack("m") : nil }
  /external/clang/lib/AST/
ASTDumper.cpp 690 case TemplateArgument::Pack:
691 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...]
  /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/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))
  /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/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))

Completed in 1180 milliseconds

<<2122232425262728