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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/CXX/temp/temp.param/
p9-0x.cpp 4 // template-parameter that is not a template parameter pack.
5 template<typename ...Types = int> // expected-error{{template parameter pack cannot have a default argument}}
8 template<int ...Values = 0> // expected-error{{template parameter pack cannot have a default argument}}
13 template<template<class> class ...Templates = vector> // expected-error{{template parameter pack cannot have a default argument}}
p11-0x.cpp 5 // default template-argument supplied or be a template parameter pack.
25 // template parameter pack, it shall be the last template-parameter.
26 template<typename ...Types, // expected-error{{template parameter pack must be the last template parameter}}
29 template<typename ...Types, // expected-error{{template parameter pack must be the last template parameter}}
33 template<int ...Values, // expected-error{{template parameter pack must be the last template parameter}}
36 template<int ...Values, // expected-error{{template parameter pack must be the last template parameter}}
40 template<template<typename> class ...Templates, // expected-error{{template parameter pack must be the last template parameter}}
43 template<template<typename> class ...Templates, // expected-error{{template parameter pack must be the last template parameter}}
  /external/clang/test/CodeGen/
pragma-pack-3.c 8 #pragma pack(push, 2)
  /external/clang/test/Sema/
pragma-pack-4.c 5 #pragma pack(4)
  /external/chromium/chrome/browser/extensions/
extensions_startup.h 25 // Handle --pack-extension flag from the |cmd_line| by packing the specified
26 // extension. Returns false if the pack job failed.
  /external/chromium/chrome/browser/resources/chromeos/
mobile_dialogs.css 8 -webkit-box-pack: center;
45 -webkit-box-pack: end;
  /external/chromium/chrome/browser/resources/gpu_internals/
overlay.css 17 -webkit-box-pack: center;
32 -webkit-box-pack: center;
  /external/chromium/net/tools/testserver/
asn1der.py 28 return struct.pack(">BB", tag, 0);
30 return struct.pack(">BBH", tag, 0x82, len(data)) + data;
  /external/harfbuzz/src/
harfbuzz-stream.h 34 #pragma pack(push, 1)
46 #pragma pack(pop)
  /external/libvpx/vp8/common/x86/
recon_sse2.asm 32 packuswb xmm1, xmm0 ; pack and unpack to saturate
39 packuswb xmm2, xmm0 ; pack and unpack to saturate
46 packuswb xmm3, xmm0 ; pack and unpack to saturate
53 packuswb xmm4, xmm0 ; pack and unpack to saturate
87 packuswb xmm1, xmm5 ; pack and unpack to saturate
97 packuswb xmm2, xmm6 ; pack and unpack to saturate
107 packuswb xmm3, xmm7 ; pack and unpack to saturate
117 packuswb xmm4, xmm5 ; pack and unpack to saturate
  /external/llvm/lib/Target/Alpha/
README.txt 34 PKWB, UNPKBW pack/unpack word to byte
35 PKLB UNPKBL pack/unpack long to byte
  /external/stlport/stlport/stl/config/
_prolog.h 10 # pragma pack(push, 8)
12 # pragma pack(push, 16)
  /external/wpa_supplicant/
eap_gpsk_common.h 42 #pragma pack(push, 1)
51 #pragma pack(pop)
wpa_common.h 26 #pragma pack(push, 1)
37 #pragma pack(pop)
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_gpsk_common.h 42 #pragma pack(push, 1)
51 #pragma pack(pop)
  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.h 42 #pragma pack(push, 1)
51 #pragma pack(pop)
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h 10 # pragma pack(push, 8)
12 # pragma pack(push, 16)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h 10 # pragma pack(push, 8)
12 # pragma pack(push, 16)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h 10 # pragma pack(push, 8)
12 # pragma pack(push, 16)
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 111 ;// We then pack the two 16 bit multiplication result into a word and store at one go
125 PKHBT SrcDst00,SrcDst00,temp1,LSL #16 ;// Pack the first two product values
132 PKHBT SrcDst02,SrcDst02,temp2,LSL #16 ;// Pack the next two product values
136 PKHBT SrcDst10,SrcDst10,temp1,LSL #16 ;// Pack the next two product values
144 PKHBT SrcDst12,SrcDst12,temp2,LSL #16 ;// Pack the next two product values
148 PKHBT SrcDst20,SrcDst20,temp1,LSL #16 ;// Pack the next two product values
160 PKHBT SrcDst22,SrcDst22,temp2,LSL #16 ;// Pack the remaining product values
254 ;// We then pack the two 16 bit multiplication result into a word and store at one go
268 PKHBT SrcDst00,SrcDst00,temp1,LSL #16 ;// Pack the first two product values
275 PKHBT SrcDst02,SrcDst02,temp2,LSL #16 ;// Pack the next two product value
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
HardwarePropertyChooser.java 86 processSelection(name, true /* pack */);
102 processSelection(indexToName.get(0), false /* pack */);
106 private void processSelection(String name, boolean pack) {
123 if (pack) {
124 getShell().pack();
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 138 /// \brief Suppress traversal of template argument pack expansions.
146 /// \brief Suppress traversal of template argument pack expansions.
199 // An appearance of a name of a parameter pack that is not expanded is
215 // An appearance of a name of a parameter pack that is not expanded is
230 // An appearance of a name of a parameter pack that is not expanded is
248 // An appearance of a name of a parameter pack that is not expanded is
391 // Create the pack expansion type and source-location information.
414 // The pattern of a pack expansion shall name one or more
415 // parameter packs that are not expanded by a nested pack
436 // The pattern of a pack expansion shall name one or mor
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
SHA256Digest.java 5 import org.bouncycastle.crypto.util.Pack;
73 // X[xOff] = Pack.bigEndianToInt(in, inOff);
104 Pack.intToBigEndian(H1, out, outOff);
105 Pack.intToBigEndian(H2, out, outOff + 4);
106 Pack.intToBigEndian(H3, out, outOff + 8);
107 Pack.intToBigEndian(H4, out, outOff + 12);
108 Pack.intToBigEndian(H5, out, outOff + 16);
109 Pack.intToBigEndian(H6, out, outOff + 20);
110 Pack.intToBigEndian(H7, out, outOff + 24);
111 Pack.intToBigEndian(H8, out, outOff + 28)
    [all...]
  /external/chromium/chrome/browser/themes/
browser_theme_pack.cc 26 // Version number of the current theme pack. We just throw out and rebuild
32 // "header" to be written last. That way we can detect whether the pack was
34 // written (i.e. chrome crashed on a different thread while writing the pack).
83 // IDs when storing to a cached pack.
336 BrowserThemePack* pack = new BrowserThemePack; local
337 pack->BuildHeader(extension);
338 pack->BuildTintsFromJSON(extension->GetThemeTints());
339 pack->BuildColorsFromJSON(extension->GetThemeColors());
340 pack->BuildDisplayPropertiesFromJSON(extension->GetThemeDisplayProperties());
344 pack->ParseImageNamesFromJSON(extension->GetThemeImages()
    [all...]
  /external/skia/src/views/
SkStackViewLayout.cpp 35 void SkStackViewLayout::setPack(Pack pack)
37 SkASSERT((unsigned)pack < kPackCount);
38 fPack = SkToU8(pack);
215 if ((index = dom.findList(node, "pack", "start,center,end")) >= 0)
216 this->setPack((Pack)index);
218 assert_no_attr(dom, node, "pack");

Completed in 1273 milliseconds

1 23 4 5 6 7 8 91011>>