/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
MultiStatusBar.py | 14 label.pack(side=side) 23 c.pack(side=TOP) 27 a.pack(side=BOTTOM, fill=X) 28 b.pack()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
MultiStatusBar.py | 14 label.pack(side=side) 23 c.pack(side=TOP) 27 a.pack(side=BOTTOM, fill=X) 28 b.pack()
|
/external/clang/test/CodeGen/ |
2007-09-12-PragmaPack.c | 7 #pragma pack(push, 1) 26 #pragma pack(pop)
|
2007-09-28-PackedUnionMember.c | 3 #pragma pack(push, 2) 16 #pragma pack(pop)
|
/external/clang/test/CodeGenCXX/ |
2007-04-10-PackedUnion.cpp | 4 #pragma pack(push, 2) 15 #pragma pack(pop)
|
2009-09-09-packed-layout.cpp | 7 #pragma pack(push, 1) 12 #pragma pack(pop)
|
pragma-pack-2.cpp | 8 #pragma pack(push, 2) 15 #pragma pack(pop)
|
/external/skia/src/sfnt/ |
SkOTTable_maxp_CFF.h | 14 #pragma pack(push, 1) 23 #pragma pack(pop)
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
p13.cpp | 4 // pack is a function parameter pack. 12 // template-parameter-list and the parameter pack is a template 13 // parameter pack; see 14.1. -- end note ] 40 // expected-error{{data member type contains unexpanded parameter pack}} 43 // The type T of the declarator-id of the function parameter pack 44 // shall contain a template parameter pack; each template parameter 45 // pack in T is expanded by the function parameter pack. 47 void f4(T ...args); // expected-error{{type 'T' of function parameter pack does not contain any unexpanded parameter packs} [all...] |
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
parameter-matching.cpp | 3 // Check for template type parameter pack (mis-)matches with template 8 template<typename ...T> struct X1t; // expected-note{{previous template type parameter pack declared here}} 9 template<typename T> struct X1t; // expected-error{{template type parameter conflicts with previous template type parameter pack}} 12 template<typename ...T> struct X2t; // expected-error{{template type parameter pack conflicts with previous template type parameter}} 17 template<template<typename ...T> class> struct X1t_intt; // expected-note{{previous template type parameter pack declared here}} 18 template<template<typename T> class> struct X1t_intt; // expected-error{{template type parameter conflicts with previous template type parameter pack}} 21 template<template<typename ...T> class> struct X2t_intt; // expected-error{{template type parameter pack conflicts with previous template type parameter}} 23 template<int ...Values> struct X1nt; // expected-note{{previous non-type template parameter pack declared here}} 24 template<int Values> struct X1nt; // expected-error{{non-type template parameter conflicts with previous non-type template parameter pack}} 27 template<template<class T> class...> class X1tt; // expected-error{{template template parameter pack conflicts with previous template template parameter} [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
SHA384Digest.java | 4 import org.bouncycastle.util.Pack; 60 Pack.longToBigEndian(H1, out, outOff); 61 Pack.longToBigEndian(H2, out, outOff + 8); 62 Pack.longToBigEndian(H3, out, outOff + 16); 63 Pack.longToBigEndian(H4, out, outOff + 24); 64 Pack.longToBigEndian(H5, out, outOff + 32); 65 Pack.longToBigEndian(H6, out, outOff + 40);
|
/external/clang/test/Preprocessor/ |
_Pragma-location.c | 7 #define push_p _Pragma ("pack(push)") 9 // CHECK: #pragma pack(push) 11 push_p _Pragma("pack(push)") __pragma(pack(push)) function 12 // CHECK: #pragma pack(push) 14 // CHECK-NEXT: #pragma pack(push) 16 // CHECK-NEXT: #pragma pack(push)
|
/external/mesa3d/src/mesa/main/ |
pixelstore.c | 50 if (param == (GLint)ctx->Pack.SwapBytes) 53 ctx->Pack.SwapBytes = param ? GL_TRUE : GL_FALSE; 58 if (param == (GLint)ctx->Pack.LsbFirst) 61 ctx->Pack.LsbFirst = param ? GL_TRUE : GL_FALSE; 70 if (ctx->Pack.RowLength == param) 73 ctx->Pack.RowLength = param; 82 if (ctx->Pack.ImageHeight == param) 85 ctx->Pack.ImageHeight = param; 94 if (ctx->Pack.SkipPixels == param) 97 ctx->Pack.SkipPixels = param [all...] |
/external/autotest/client/site_tests/power_LoadTest/ |
README.txt | 1 power_LoadTest does not need to pack the extension to run it, but it 7 /opt/google/chrome/chrome --pack-extension=./extension \ 8 --pack-extension-key=./extension.pem --no-message-box
|
/external/clang/test/Sema/ |
pragma-align-packed.c | 4 #pragma pack(push, 1) 10 #pragma pack(pop) 26 #pragma pack(1)
|
/prebuilts/eclipse/deltapack/ |
PREBUILT | 3 http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/download.php?dropFile=eclipse-3.7.2-delta-pack.zip 4 http://download.eclipse.org/eclipse/downloads/drops4/R-4.2.2-201302041200/download.php?dropFile=eclipse-4.2.2-delta-pack.zip 5 http://download.eclipse.org/eclipse/downloads/drops4/R-4.3.1-201309111000/download.php?dropFile=eclipse-4.3.1-delta-pack.zip
|
/prebuilts/eclipse/platform/ |
org.eclipse.platform-3.7.2.zip | |
/external/autotest/client/tests/scrashme/ |
scrashme-git-snapshot-03-18-2010.tar.bz2 | |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
ScrolledText.py | 10 Most methods calls are inherited from the Text widget; Pack, Grid and 16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place 23 self.vbar.pack(side=RIGHT, fill=Y) 27 self.pack(side=LEFT, fill=BOTH, expand=True) 33 methods = vars(Pack).keys() + vars(Grid).keys() + vars(Place).keys() 50 stext.pack(fill=BOTH, side=LEFT, expand=True)
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
ScrolledText.py | 10 Most methods calls are inherited from the Text widget; Pack, Grid and 16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place 23 self.vbar.pack(side=RIGHT, fill=Y) 27 self.pack(side=LEFT, fill=BOTH, expand=True) 33 methods = vars(Pack).keys() + vars(Grid).keys() + vars(Place).keys() 50 stext.pack(fill=BOTH, side=LEFT, expand=True)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
ScrolledText.py | 10 Most methods calls are inherited from the Text widget; Pack, Grid and 16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place 23 self.vbar.pack(side=RIGHT, fill=Y) 27 self.pack(side=LEFT, fill=BOTH, expand=True) 33 methods = vars(Pack).keys() + vars(Grid).keys() + vars(Place).keys() 50 stext.pack(fill=BOTH, side=LEFT, expand=True)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
ScrolledText.py | 10 Most methods calls are inherited from the Text widget; Pack, Grid and 16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place 23 self.vbar.pack(side=RIGHT, fill=Y) 27 self.pack(side=LEFT, fill=BOTH, expand=True) 33 methods = vars(Pack).keys() + vars(Grid).keys() + vars(Place).keys() 50 stext.pack(fill=BOTH, side=LEFT, expand=True)
|
/toolchain/binutils/binutils-2.25/opcodes/ |
frv-desc.c | [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/ |
.travis.yml | 10 - sudo apt-get --reinstall install -qq language-pack-en language-pack-de
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/ |
build-windows64-only.xml | 10 <target name="pack-natives"> 16 <target name="all" depends="compile-natives,pack-natives"/>
|