Searched
full:pack (Results
426 -
450 of
1834) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
declarative_apitest.cc | 175 ext_dir.Pack(), 1 /*+1 installed extension*/, browser()); 207 extension_id, ext_dir.Pack(), 0 /*no new installed extension*/)); 242 ext_dir.Pack(), 1 /*+1 installed extension*/, browser());
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
p4.cpp | 23 // In a function parameter pack, the pattern is the parameter-declaration 115 struct BrokenMixins : public Mixins... { }; // expected-error{{pack expansion does not contain any unexpanded parameter packs}} 137 X() : member()... { } // expected-error{{pack expansion for initialization of member 'member'}}
|
/external/llvm/include/llvm/Object/ |
MachOFormat.h | 315 #pragma pack(push) 316 #pragma pack(4) 324 #pragma pack(pop)
|
/packages/apps/Email/tests/src/com/android/emailcommon/mail/ |
AddressUnitTests.java | 555 * Simple quick checks of empty-input edge conditions for pack() 564 result = Address.pack(null); 568 result = Address.pack(new Address[] { }); 617 String packed = Address.pack(list); 630 String packed = Address.pack(list); 638 * Tests that parseAndPack() returns the same result as pack(parse()). 642 String s2 = Address.pack(Address.parse(MULTI_ADDRESSES_LIST)); 649 String packed1 = address.pack(); 651 String packed2 = Address.pack(addrArray); 666 String packed = Address.pack(list) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
posixfile.py | 186 flock = struct.pack('lxxxxlxxxxlhh', \ 189 flock = struct.pack('hhlllii', \ 192 flock = struct.pack('hhllhh', \
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
posixfile.py | 186 flock = struct.pack('lxxxxlxxxxlhh', \ 189 flock = struct.pack('hhlllii', \ 192 flock = struct.pack('hhllhh', \
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GestureToolTip.java | 140 // Pack the label to its minimum size -- unless we are positioning the tooltip 146 // left. To work around this, we simply pass false to pack such that it will reuse 154 mShell.pack(changed);
|
/bionic/libm/include/i387/ |
fenv.h | 37 * To preserve binary compatibility with FreeBSD 5.3, we pack the
|
/development/ndk/platforms/android-9/arch-x86/include/ |
fenv.h | 37 * To preserve binary compatibility with FreeBSD 5.3, we pack the
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
GLClientState.cpp | 225 size_t GLClientState::pixelDataSize(GLsizei width, GLsizei height, GLenum format, GLenum type, int pack) const 229 int alignment = pack ? m_pixelStore.pack_alignment : m_pixelStore.unpack_alignment; 232 ERR("unknown pixel size: width: %d height: %d format: %d type: %d pack: %d align: %d\n", 233 width, height, format, type, pack, alignment);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
SlimToken.cs | 38 [StructLayout( LayoutKind.Sequential, Pack = 2 )]
|
/external/chromium/base/ |
sys_info_win.cc | 70 // patchlevel/service pack number.
|
/external/chromium/chrome/browser/ |
bug_report_util.h | 52 // but doesn't include the build or service pack. That function
|
/external/chromium/chrome/browser/resources/picasaweb_uploader/css/ |
upload.css | 121 -webkit-box-pack: center;
|
/external/chromium/chrome/browser/ui/gtk/ |
first_run_bubble.h | 52 // Create and pack widgets for different bubble types.
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/ |
close_wsh.py | 52 # > data = struct.pack('!H', int(code)) + reason.encode('UTF-8')
|
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/ |
kiosk_mode_settings.h | 43 // very late, or even never (depending on the state of the app pack).
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_mode_site_list.h | 23 // This class represents a "site list" that is part of a content pack. It is
|
/external/chromium_org/chrome/browser/resources/ |
certificate_viewer.css | 82 -webkit-box-pack: start;
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
oobe_screen_oauth_enrollment.css | 32 -webkit-box-pack: end;
|
screen_password_changed.css | 19 -webkit-box-pack: start;
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
nav_dot.css | 12 -webkit-box-pack: center;
|
/external/chromium_org/chrome/browser/resources/ntp_android/ |
ntp_android.css | 27 -webkit-box-pack: center;
|
/external/chromium_org/chrome/browser/themes/ |
theme_properties.cc | 17 // Defaults for properties which are stored in the browser theme pack. If you 81 // Defaults for properties which are not stored in the browser theme pack. 244 // Properties stored in theme pack. 282 // Properties not stored in theme pack.
|
/external/chromium_org/chrome/common/ |
chrome_result_codes.h | 65 // Failed to pack an extension via the cmd line.
|
Completed in 367 milliseconds
<<11121314151617181920>>