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

<<11121314151617181920>>

  /ndk/sources/host-tools/sed-4.2.1/m4/
lib-link.m4 154 pushdef([PACK],[$2])
155 pushdef([PACKUP],[translit(PACK,[abcdefghijklmnopqrstuvwxyz./-],
160 popdef([PACK])
173 pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])])
174 pushdef([PACKUP],[translit(PACK,[abcdefghijklmnopqrstuvwxyz./-],
178 pushdef([P_A_C_K],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[translit(PACK,[.],[_])],PACK)])
663 popdef([PACK])
  /external/chromium/chrome/common/extensions/docs/
packaging.html 386 Click the <b>Pack extension</b> button.
444 Click the <b>Pack extension</b> button.
475 Use the <code>--pack-extension</code> flag
477 Use <code>--pack-extension-key</code>
482 <pre>chrome.exe --pack-extension=c:\myext --pack-extension-key=c:\myext.pem
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
TreeTransform.h 96 /// pack.
205 /// \brief Determine whether we should expand a pack expansion with the
209 /// By default, the transformer never tries to expand pack expansions.
213 /// pack expansion.
216 /// the pack expansion.
225 /// expand the corresponding pack expansions into separate arguments. When
229 /// pack expansion after all of the expanded arguments. This is used
234 /// the expanded form of the corresponding pack expansion. This is both an
256 /// \brief "Forget" about the partially-substituted pack template argument,
257 /// when performing an instantiation that must preserve the parameter pack
    [all...]
  /bionic/libc/netbsd/resolv/
res_cache.c 1085 DnsPacket pack[1]; local
1087 _dnsPacket_init(pack, e->query, e->querylen);
1088 return _dnsPacket_hashQuery(pack);
1096 DnsPacket pack[1]; local
1104 _dnsPacket_init(pack, query, querylen);
1106 return _dnsPacket_checkQuery(pack);
1261 DnsPacket pack[1]; local
1424 DnsPacket pack[1]; local
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 212 /// PackContext - Manages the stack for #pragma pack. An alignment
    [all...]
  /external/speex/libspeex/
filters_bfin.h 128 "R2 = PACK(R1.L, R2.L);\n\t" /* pack x16 and y16 */
160 "R2 = PACK(R4.L, R2.L);\n\t" /* pack x16 and y16 */
194 "R5 = PACK(R0.L, R5.L) || W[P1++] = R0;\n\t" /* shift y | store y */
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 134 localMessage.mFrom = Address.pack(from);
137 localMessage.mTo = Address.pack(to);
138 localMessage.mCc = Address.pack(cc);
139 localMessage.mBcc = Address.pack(bcc);
140 localMessage.mReplyTo = Address.pack(replyTo);
  /external/chromium/chrome/browser/importer/
profile_import_process_messages.h 27 // Traits for importer::SourceProfile struct to pack/unpack.
73 // Traits for history::URLRow to pack/unpack.
128 // Traits for ProfileWriter::BookmarkEntry to pack/unpack.
  /external/clang/test/CodeGen/
bitfield-2.c 74 #pragma pack(push)
75 #pragma pack(1)
80 #pragma pack(pop)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 152 * @param performLayout if true, call {@link #layout} and {@link #pack} when done
163 pack(); method
171 * @param performLayout if true, call {@link #layout} and {@link #pack} when done
  /external/chromium/chrome/browser/
bug_report_util.cc 168 os_version->append(StringPrintf("Service Pack %d", service_pack));
310 // Add OS version (eg, for WinXP SP2: "5.1.2600 Service Pack 2").
  /external/harfbuzz/src/
harfbuzz-gpos-private.h 36 #pragma pack(push, 1)
724 #pragma pack(pop)
  /external/openssl/crypto/objects/
obj_dat.pl 290 $ret.=pack("C*",$a[0]*40+$a[1]);
304 $ret.=pack("C*",reverse(@r));
  /external/webp/src/dec/
io_sse2.c 49 // pack and store two alterning pixel rows
84 /* pack the alternate pixels */ \
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
ieee802_11_defs.h 233 #pragma pack(push, 1)
341 #pragma pack(pop)
wpa_common.h 103 #pragma pack(push, 1)
288 #pragma pack(pop)
  /external/wpa_supplicant_8/src/common/
wpa_common.h 105 #pragma pack(push, 1)
302 #pragma pack(pop)
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 159 ;//----------------Pack q0-q1-----------------------
200 ;//----------------Pack p0-p1-----------------------
  /frameworks/base/services/java/com/android/server/
WiredAccessoryObserver.java 238 // Pack up the values and broadcast them to everyone
264 // Pack up the values and broadcast them to everyone
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LocaleUtils.java 30 * the one in the dictionary pack. They need to be kept synchronized; for any
32 * dictionary pack.
  /sdk/ddms/app/src/com/android/ddms/
StaticPortConfigDialog.java 108 mShell.pack();
257 mShell.pack();
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
NativeHeapPanel.java 649 mBase.pack();
733 mBase.pack();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceExplorerView.java 287 // text and pack the column.
291 col.pack();
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 956 milliseconds

<<11121314151617181920>>