/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/ |
stdint.h | 86 * and 64-bit widths regardless of whether there are corresponding exact-width 93 * descending widths. 100 * wide enough to represent all of the required widths (8-, 16-, 32-, 64-bit). 466 * 16, 32, 64) bit widths when they don't have exact representations. It is 468 * widths.
|
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/ |
stdint.h | 86 * and 64-bit widths regardless of whether there are corresponding exact-width 93 * descending widths. 100 * wide enough to represent all of the required widths (8-, 16-, 32-, 64-bit). 466 * 16, 32, 64) bit widths when they don't have exact representations. It is 468 * widths.
|
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/ |
stdint.h | 86 * and 64-bit widths regardless of whether there are corresponding exact-width 93 * descending widths. 100 * wide enough to represent all of the required widths (8-, 16-, 32-, 64-bit). 466 * 16, 32, 64) bit widths when they don't have exact representations. It is 468 * widths.
|
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/ |
stdint.h | 86 * and 64-bit widths regardless of whether there are corresponding exact-width 93 * descending widths. 100 * wide enough to represent all of the required widths (8-, 16-, 32-, 64-bit). 466 * 16, 32, 64) bit widths when they don't have exact representations. It is 468 * widths.
|
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/ |
stdint.h | 86 * and 64-bit widths regardless of whether there are corresponding exact-width 93 * descending widths. 100 * wide enough to represent all of the required widths (8-, 16-, 32-, 64-bit). 466 * 16, 32, 64) bit widths when they don't have exact representations. It is 468 * widths.
|
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/ |
stdint.h | 86 * and 64-bit widths regardless of whether there are corresponding exact-width 93 * descending widths. 100 * wide enough to represent all of the required widths (8-, 16-, 32-, 64-bit). 466 * 16, 32, 64) bit widths when they don't have exact representations. It is 468 * widths.
|
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/ |
stdint.h | 86 * and 64-bit widths regardless of whether there are corresponding exact-width 93 * descending widths. 100 * wide enough to represent all of the required widths (8-, 16-, 32-, 64-bit). 466 * 16, 32, 64) bit widths when they don't have exact representations. It is 468 * widths.
|
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/ |
stdint.h | 86 * and 64-bit widths regardless of whether there are corresponding exact-width 93 * descending widths. 100 * wide enough to represent all of the required widths (8-, 16-, 32-, 64-bit). 466 * 16, 32, 64) bit widths when they don't have exact representations. It is 468 * widths.
|
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/ |
stdint.h | 86 * and 64-bit widths regardless of whether there are corresponding exact-width 93 * descending widths. 100 * wide enough to represent all of the required widths (8-, 16-, 32-, 64-bit). 466 * 16, 32, 64) bit widths when they don't have exact representations. It is 468 * widths.
|
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/ |
stdint.h | 87 * and 64-bit widths regardless of whether there are corresponding exact-width 94 * descending widths. 101 * wide enough to represent all of the required widths (8-, 16-, 32-, 64-bit). 467 * 16, 32, 64) bit widths when they don't have exact representations. It is 469 * widths.
|
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
stdint.h | 87 * and 64-bit widths regardless of whether there are corresponding exact-width 94 * descending widths. 101 * wide enough to represent all of the required widths (8-, 16-, 32-, 64-bit). 467 * 16, 32, 64) bit widths when they don't have exact representations. It is 469 * widths.
|
/prebuilts/sdk/renderscript/clang-include/ |
stdint.h | 86 * and 64-bit widths regardless of whether there are corresponding exact-width 93 * descending widths. 100 * wide enough to represent all of the required widths (8-, 16-, 32-, 64-bit). 466 * 16, 32, 64) bit widths when they don't have exact representations. It is 468 * widths.
|
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/ |
rect_track_test.html | 92 var widths = [10, 5, 4, 3, 2, 1, 0.5, 0.4, 0.3, 0.2, 0.1, 0.05]; 94 for (var i = 0; i < widths.length; i++) { 95 var s = new Rect(undefined, 'a', 1, x, widths[i]);
|
/external/skia/tests/ |
StrokerTest.cpp | 15 const SkScalar widths[] = {-FLT_MAX, -1, -0.1f, -FLT_EPSILON, 0, FLT_EPSILON, variable 19 size_t widths_count = SK_ARRAY_COUNT(widths); 26 p.setStrokeWidth(widths[index]);
|
/frameworks/base/docs/html/training/design-navigation/ |
multiple-sizes.jd | 70 <p class="note"><strong>Implementation Note:</strong> After deciding on the screen size at which to draw the line between single-pane and multi-pane layouts, you can provide different layouts containing one or multiple panes for devices in varying screen size buckets (such as <code>large</code>/<code>xlarge</code>) or varying minimum screen widths (such as <code>sw600dp</code>).</p> 85 <p>The most straightforward strategy is to simply stretch each pane's width to best present the content in each pane in the portrait orientation. Panes could have fixed widths or take a certain percentage of the available screen width.</p></li>
|
/art/test/011-array-copy/src/ |
Main.java | 80 * element widths.
|
/dalvik/dx/src/com/android/dx/ssa/ |
InterferenceRegisterMapper.java | 31 * have variable register widths/categories, and the new namespace does.
|
package-info.java | 98 * number (register categories or widths, significant in Rop form, do not
|
/external/chromium-trace/catapult/third_party/graphy/graphy/ |
line_chart.py | 46 # Widths
|
/external/clang/test/SemaOpenCL/ |
cond.cl | 15 // all scalars, but widths do not match.
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
InterferenceRegisterMapper.java | 33 * have variable register widths/categories, and the new namespace does.
|
/external/freetype/include/ |
ftadvanc.h | 5 /* Quick computation of advance widths (specification only). */
|
/external/freetype/src/truetype/ |
ttsubpix.c | 216 /* Define this to force natural (i.e. not bitmap-compatible) widths. */ 217 /* The default leans strongly towards natural widths except for a few */ 609 /* Use compatible widths with these glyphs. Compatible widths is always */ [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-head-table.hh | 78 * (the advance widths might not scale linearly);
|
/external/iw/ |
info.c | 399 unsigned long widths = nla_get_u32(tb_comb[NL80211_IFACE_COMB_RADAR_DETECT_WIDTHS]); local 401 if (widths) { 405 printf(", radar detect widths: {"); 407 if (widths & (1 << width)) {
|