HomeSort by relevance Sort by last modified time
    Searched full:pack (Results 601 - 625 of 1834) sorted by null

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
StackViewer.py 13 sc.frame.pack(expand=1, fill="both")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
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")
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SdkLocationChooserDialog.java 108 mStatusLabel.pack();
  /sdk/emulator/opengl/host/tools/emugen/
Var.h 104 std::string m_packExpression; // an expression to pack data into the stream
  /external/bison/m4/
lib-link.m4 167 pushdef([PACK],[$2])
168 pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-],
173 popdef([PACK])
186 pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])])
187 pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-],
191 pushdef([P_A_C_K],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[m4_translit(PACK,[.],[_])],PACK)])
676 popdef([PACK])
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
LongDigest.java 4 import org.bouncycastle.crypto.util.Pack;
173 W[wOff] = Pack.bigEndianToLong(in, inOff);
  /external/chromium/chrome/browser/themes/
theme_service.h 255 // Saves the filename of the cached theme pack.
262 // case we don't have a theme pack).
  /external/chromium_org/chrome/browser/themes/
theme_service_unittest.cc 54 // Let the ThemeService finish creating the theme pack.
76 // Let the ThemeService finish creating the theme pack.
  /external/chromium_org/chrome_frame/
simple_resource_loader.cc 202 // Attempt to load both the resource pack and the dll. We return success
247 // Data pack encodes strings as either UTF8 or UTF16.
  /external/chromium_org/ipc/
ipc_message.h 232 #pragma pack(push, 4)
242 #pragma pack(pop)
  /external/chromium_org/net/disk_cache/v3/
disk_format_v3.h 118 #pragma pack(push, 1)
147 #pragma pack(pop)
  /external/chromium_org/sandbox/win/wow_helper/
service64_resolver.cc 11 #pragma pack(push, 1)
102 #pragma pack(pop)
  /external/chromium_org/third_party/skia/src/sfnt/
SkPanose.h 14 #pragma pack(push, 1)
634 #pragma pack(pop)
  /external/clang/include/clang/Sema/
ParsedTemplate.h 99 /// template argument into a pack expansion.
106 /// \brief Retrieve a pack expansion of the given template template
  /external/clang/test/SemaCXX/
alias-template.cpp 57 template<typename Z> using U = T*; // expected-error {{declaration type contains unexpanded parameter pack 'T'}}
82 template<typename U> using f = T; // expected-error {{declaration type contains unexpanded parameter pack 'T'}}
  /external/harfbuzz/src/
harfbuzz-gsub-private.h 36 #pragma pack(push, 1)
478 #pragma pack(pop)
harfbuzz-shaper.h 38 #pragma pack(push, 1)
262 #pragma pack(pop)
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h 36 #pragma pack(push, 1)
478 #pragma pack(pop)
harfbuzz-shaper.h 38 #pragma pack(push, 1)
231 #pragma pack(pop)
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.h 110 // Structure packing macro. If we're not using GNUC, it's not fatal. Most compilers naturally pack the on-the-wire
161 # pragma pack(4)
  /external/oprofile/events/i386/atom/
unit_masks 62 0x04 s SIMD pack micro-ops executed
63 0x84 ar SIMD pack micro-ops retired
  /external/skia/src/sfnt/
SkPanose.h 14 #pragma pack(push, 1)
634 #pragma pack(pop)
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 385 jet_header = struct.pack(JET_HEADER_STRUCT, JET_HEADER_TAG, 0)
389 jet_info = struct.pack(JINF_STRUCT,
404 jet_copyright = struct.pack(JCOP_STRUCT, JCOP_CHUNK, size)
419 jet_app_data = struct.pack(JAPP_STRUCT, JAPP_CHUNK, size)
460 smf_header = struct.pack(JET_HEADER_STRUCT, JET_SMF_CHUNK, 0)
475 smf_header = struct.pack(JET_HEADER_STRUCT, JET_SMF_CHUNK, file_size)
491 dls_header = struct.pack(JET_HEADER_STRUCT, JET_DLS_CHUNK, file_size)
501 jet_header = struct.pack(JET_HEADER_STRUCT, JET_HEADER_TAG, file_size - struct.calcsize(JET_HEADER_STRUCT))
    [all...]

Completed in 2100 milliseconds

<<21222324252627282930>>