HomeSort by relevance Sort by last modified time
    Searched full:pack (Results 451 - 475 of 938) sorted by null

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
mmintrin.h 139 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of
154 /* Pack the two 32-bit values from M1 in to the lower two 16-bit values of
169 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
mmintrin.h 139 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of
154 /* Pack the two 32-bit values from M1 in to the lower two 16-bit values of
169 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 282 assertEquals(Address.pack(new Address[] {new Address(ORGANIZER)}), msg.mTo);
328 assertEquals(Address.pack(new Address[] {new Address(ATTENDEE)}), msg.mTo);
390 assertEquals(Address.pack(new Address[] {new Address(ATTENDEE)}), msg.mTo);
456 assertEquals(Address.pack(new Address[] {new Address(ATTENDEE)}), msg.mTo);
537 assertEquals(Address.pack(new Address[] {new Address(ATTENDEE)}), msg.mTo);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 412 rlPreviewAreaPreviewArea.pack = true;
455 parent.pack();
699 mClipartPreviewPanel.pack();
726 outer.pack();
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaTemplate.cpp 451 "Only template template arguments can be pack expansions here");
453 "Template template argument pack expansion without packs");
554 // template-parameter that is not a template parameter pack.
684 // template-parameter that is not a template parameter pack.
750 // template-parameter that is not a template parameter pack.
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 404 // template parameter pack (14.5.3), the nth template argument is a pack
406 // pack.
    [all...]
TypeLoc.cpp 302 case TemplateArgument::Pack:
  /external/libvpx/vp8/common/x86/
subpixel_sse2.asm 390 packuswb xmm2, xmm0 ; pack and saturate
506 packuswb xmm1, xmm2 ; pack and saturate
877 packuswb xmm2, xmm0 ; pack and saturate
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp     [all...]
  /external/tremolo/Tremolo/
codebook.c 34 function: basic codebook pack/unpack/code/decode operations
49 /**** pack/unpack helpers ******************************************/
579 /* get the vals & pack them */
  /bionic/libc/netbsd/resolv/
res_comp.c 115 * Pack domain name 'exp_dn' in presentation form into 'comp_dn'.
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 435 // pack a list of strings into one.
  /external/chromium/chrome/browser/
spellcheck_host_impl.cc 226 "http://cache.pack.google.com/edgedl/chrome/dict/";
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.cc 59 // We pack the button manually (rather than using gtk_button_set_*) so that
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.cc 252 // Create and pack the close button.
  /external/chromium/net/base/
ssl_cipher_suite_names.cc 15 // those components from the name, number them and pack the result into a
  /external/icu4c/config/
mh-os390 24 # Link Pack Area (LPA), library lookaside facility (LLA) or other #
  /external/kernel-headers/original/linux/
genhd.h 297 char d_packname[16]; /* pack identifier */
tcp.h 250 /* XXX Two bytes hole, try to pack */
  /external/libvpx/examples/includes/geshi/geshi/
lscript.php 114 'pack', 'param', 'parse', 'paste', 'persist', 'polygonCount', 'position',
php-brief.php 84 'ereg', 'ereg_replace', 'eregi', 'eregi_replace', 'split', 'spliti', 'join', 'sql_regcase', 'dl', 'pclose', 'popen', 'readfile', 'rewind', 'rmdir', 'umask', 'fclose', 'feof', 'fgetc', 'fgets', 'fgetss', 'fread', 'fopen', 'fpassthru', 'ftruncate', 'fstat', 'fseek', 'ftell', 'fflush', 'fwrite', 'fputs', 'mkdir', 'rename', 'copy', 'tempnam', 'tmpfile', 'file', 'file_get_contents', 'stream_select', 'stream_context_create', 'stream_context_set_params', 'stream_context_set_option', 'stream_context_get_options', 'stream_filter_prepend', 'stream_filter_append', 'fgetcsv', 'flock', 'get_meta_tags', 'stream_set_write_buffer', 'set_file_buffer', 'set_socket_blocking', 'stream_set_blocking', 'socket_set_blocking', 'stream_get_meta_data', 'stream_register_wrapper', 'stream_wrapper_register', 'stream_set_timeout', 'socket_set_timeout', 'socket_get_status', 'realpath', 'fnmatch', 'fsockopen', 'pfsockopen', 'pack', 'unpack', 'get_browser', 'crypt', 'opendir', 'closedir', 'chdir', 'getcwd', 'rewinddir', 'readdir', 'dir', 'glob', 'fileatime', 'filectime', 'filegroup', 'fileinode', 'filemtime', 'fileowner', 'fileperms', 'filesize', 'filetype', 'file_exists', 'is_writable', 'is_writeable', 'is_readable', 'is_executable', 'is_file', 'is_dir', 'is_link', 'stat', 'lstat', 'chown',
  /external/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_armv5.asm 62 ; v is kept in r12 during the token pack loop
vp8_packtokens_mbrow_armv5.asm 84 ; v is kept in r12 during the token pack loop
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 36 packed pixel formats and types which pack both stencil and depth

Completed in 1805 milliseconds

<<11121314151617181920>>