/prebuilts/sdk/renderscript/include/ |
rs_math.rsh | 196 * Pack floating point (0-1) RGB values into a uchar4. The alpha component is 208 * Pack floating point (0-1) RGBA values into a uchar4. 220 * Pack floating point (0-1) RGB values into a uchar4. The alpha component is 230 * Pack floating point (0-1) RGBA values into a uchar4.
|
/cts/suite/audio_quality/test_description/ |
processing_main.py | 178 raw = struct.pack("<i", i32) 182 raw = struct.pack("<q", i64) 186 raw = struct.pack("<d", val)
|
/external/chromium_org/chrome/browser/themes/ |
theme_properties.h | 22 // are used as a key to store the property in the browser theme pack. If you 114 // Used by the browser theme pack to parse alignments from something like 118 // Used by the browser theme pack to parse alignments from something like
|
/external/chromium_org/chrome_frame/ |
function_stub.h | 14 #pragma pack(push) 15 #pragma pack(1) 32 #pragma pack(pop)
|
/external/chromium_org/sandbox/win/src/ |
service_resolver_unittest.cc | 70 #pragma pack(push) 71 #pragma pack(1) 76 #pragma pack(pop)
|
/external/chromium_org/third_party/angle/extensions/ |
ANGLE_pack_reverse_row_order.txt | 46 in which image rows are written into a pack destination. This 87 "Placement in Pixel Pack Buffer or Client Memory" to read: 137 PACK_REVERSE_ROW_ORDER_ANGLE B GetIntegerv FALSE Pixel pack row order reversal 4.3.1
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prvrsion.h | 52 /* on NT, always pack the structure the same. */ 54 #pragma pack(push, 8) 87 #pragma pack(pop)
|
/external/clang/test/SemaObjCXX/ |
literals.mm | 135 id arr1 = @[ args ]; // expected-error{{initializer contains unexpanded parameter pack 'args'}} 148 id dict = @{ args : @17 }; // expected-error{{initializer contains unexpanded parameter pack 'args'}} 151 // Test array literal pack expansions.
|
/frameworks/base/docs/html/design/downloads/ |
index.jd | 56 <h2 id="action-bar-icon-pack">Action Bar Icon Pack</h2> 77 href="{@docRoot}downloads/design/Android_Design_Icons_20130926.zip">Action Bar Icon Pack</a>
|
/frameworks/base/media/java/android/media/ |
FocusRequester.java | 84 boolean hasSamePackage(String pack) { 86 return mPackageName.compareTo(pack) == 0; 139 + " -- pack: " + mPackageName
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
floatobject.h | 71 /* _PyFloat_{Pack,Unpack}{4,8} 75 * The Pack routines produce a string from a C double, and the Unpack 93 /* The pack routines write 4 or 8 bytes, starting at p. le is a bool
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
cfmfile.py | 95 data = struct.pack("8l", 0, 0, self.version, 0, 0, 0, 0, self.memberCount) 129 data = data + struct.pack("4lhBB4l", 144 data = data + struct.pack("hb", self.memberSize, len(self.name))
|
aetools.py | 3 pack(x) converts a Python object to an AEDesc object 14 and pack(x) will create an AE object reference equivalent to AppleScript's 19 files: the pack stuff from aepack, the objects from aetypes. 36 from aepack import packkey, pack, unpack, coerce, AEDescType namespace 103 ae.AEPutAttributeDesc(key, pack(value))
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
floatobject.h | 71 /* _PyFloat_{Pack,Unpack}{4,8} 75 * The Pack routines produce a string from a C double, and the Unpack 93 /* The pack routines write 4 or 8 bytes, starting at p. le is a bool
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
DelayedLaunchInfo.java | 86 * @param pack IFile to the package (.apk) file 93 IAndroidLaunchAction launchAction, IFile pack, Boolean debuggable, 98 mPackageFile = pack;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLTraceCollectorDialog.java | 123 sourceButton.pack(); 211 mFramesCollectedLabel.pack(); 212 mTraceFileSizeLabel.pack();
|
/external/clang/lib/Sema/ |
SemaTemplateDeduction.cpp | 291 case TemplateArgument::Pack: 292 if (Y.getKind() != TemplateArgument::Pack || 563 /// \brief Retrieve the depth and index of an unexpanded parameter pack. 595 // Save the deduced template arguments for each parameter pack expanded 596 // by this pack expansion, then clear out the deduction. 598 // Save the previously-deduced argument pack, then clear it out so that we 599 // can deduce a new argument pack. 606 // If the template argument pack was explicitly specified, add that to 634 // pack expansion. 637 // We were not able to deduce anything for this parameter pack, [all...] |
/external/clang/include/clang/AST/ |
ExprCXX.h | [all...] |
/external/chromium_org/chrome/browser/resources/extensions/ |
extensions.js | 111 // Set up the three dev mode buttons (load unpacked, pack and update). 114 $('pack-extension').addEventListener('click', 175 * Handles the Pack Extension button. 180 ExtensionSettings.showOverlay($('pack-extension-overlay')); 322 // Indicate that warning |message| has occured for pack of |crx_path| and 324 // |overrideFlags| to repeated 'pack' call to accomplish the override. 337 chrome.send('pack', [crx_path, pem_path, overrideFlags]);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
keybindingDialog.py | 50 frameMain.pack(side=TOP,expand=TRUE,fill=BOTH) 52 frameButtons.pack(side=BOTTOM,fill=X) 74 labelTitleBasic.pack(anchor=W) 77 labelKeysBasic.pack(ipadx=5,ipady=5,fill=X) 111 labelTitleAdvanced.pack(anchor=W) 114 self.entryKeysAdvanced.pack(fill=X) 267 Button(root,text='Dialog',command=run).pack()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
keybindingDialog.py | 50 frameMain.pack(side=TOP,expand=TRUE,fill=BOTH) 52 frameButtons.pack(side=BOTTOM,fill=X) 74 labelTitleBasic.pack(anchor=W) 77 labelKeysBasic.pack(ipadx=5,ipady=5,fill=X) 111 labelTitleAdvanced.pack(anchor=W) 114 self.entryKeysAdvanced.pack(fill=X) 267 Button(root,text='Dialog',command=run).pack()
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
gallery.css | 140 -webkit-box-pack: center; 168 -webkit-box-pack: start; 182 -webkit-box-pack: end; 214 -webkit-box-pack: center; 356 -webkit-box-pack: start; 437 -webkit-box-pack: center; 448 -webkit-box-pack: start; 465 -webkit-box-pack: center; 527 -webkit-box-pack: center; 540 -webkit-box-pack: center [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_drawpixels.c | 40 #include "main/pack.h" 920 /* now pack the stencil (and Z) values in the dest format */ 1338 struct gl_pixelstore_attrib pack, unpack; local 1432 struct gl_pixelstore_attrib pack = ctx->DefaultPacking; local [all...] |
/external/doclava/src/com/google/doclava/ |
Stubs.java | 788 for (PackageInfo pack : allPackages) { 789 writePackageXML(xmlWriter, pack, allClasses.get(pack), notStrippable); 811 static void writePackageXML(PrintStream xmlWriter, PackageInfo pack, 817 if (pack.name().equals(PackageInfo.DEFAULT_PACKAGE)) { 820 xmlWriter.println("<package name=\"" + pack.name() + "\"\n" 821 // + " source=\"" + pack.position() + "\"\n" [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_drawpixels.c | 40 #include "main/pack.h" 920 /* now pack the stencil (and Z) values in the dest format */ 1338 struct gl_pixelstore_attrib pack, unpack; local 1432 struct gl_pixelstore_attrib pack = ctx->DefaultPacking; local [all...] |