/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_list.h | 374 * @brief A standard container with linear time access to elements, 386 * %list requires linear time, but adding and removing elements (or 552 * initializer_list @a l. This is linear in l.size(). 567 * [@a first,@a last). This is linear in N (where N is 620 * in the initializer_list @a l. This is linear in l.size(). 671 * in the initializer_list @a l. This is linear in l.size(). 1006 * This operation is linear in the number of elements inserted and 1023 * This operation is linear in the number of elements inserted and [all...] |
/external/icu4c/common/ |
ucnvmbcs.c | 321 * ASCII code points can be looked up with a linear array access into stage 3. 347 * ASCII code points can be looked up with a linear array access into stage 3. 365 /* helper macros for linear values for GB 18030 four-byte sequences */ 370 #define LINEAR(x) LINEAR_18030(x>>24, (x>>16)&0xff, (x>>8)&0xff, x&0xff) 383 {0x10000, 0x10FFFF, LINEAR(0x90308130), LINEAR(0xE3329A35)}, 384 {0x9FA6, 0xD7FF, LINEAR(0x82358F33), LINEAR(0x8336C738)}, 385 {0x0452, 0x200F, LINEAR(0x8130D330), LINEAR(0x8136A531)} 990 uint32_t linear; local 1049 uint32_t linear; local [all...] |
/dalvik/vm/ |
LinearAlloc.cpp | 18 * Linear memory allocation, tied to class loaders. 88 * Someday, retrieve the linear alloc struct associated with a particular 106 * Create a new linear allocation block. 221 * Destroy a linear allocation area. 240 LOGV("Unmapping linear allocator base=%p", pHdr->mapAddr); 588 * For debugging, dump the contents of a linear alloc area. 690 * a single LinearAlloc. The full set of linear allocators is scanned.
|
/external/chromium/chrome/browser/resources/ |
mediaplayer.html | 28 background: -webkit-linear-gradient(transparent, white); 68 background: -webkit-linear-gradient(#323232, #070707); 78 background: -webkit-linear-gradient(#ced9fa, #e8ecf9); 90 background: -webkit-linear-gradient(#4a5d84, #232c3d); 112 background: -webkit-linear-gradient(#323232, #070707); 145 background: -webkit-linear-gradient(#323232, #070707); 279 background: -webkit-linear-gradient(#6a7eac, #000);
|
new_new_tab_theme.css | 55 background-image: -webkit-linear-gradient(
|
offline_load.html | 13 background-image: -webkit-linear-gradient(white 50%, rgb(236, 244, 255));
|
/cts/apps/CtsVerifier/jni/audioquality/ |
LinearityTestRms.cpp | 66 * Solves a linear least squares problem to obtain a N degree polynomial that fits 91 * Finally we solve the system of linear equations given by R1 B = (Qtranspose Y) 266 LOGI(" coeffs offset %f linear %f", coeffs[0], coeffs[1]);
|
/development/samples/RenderScript/MiscSamples/src/com/example/android/rs/miscsamples/ |
RsRenderStatesRS.java | 363 bs.setMinification(Sampler.Value.LINEAR); 364 bs.setMagnification(Sampler.Value.LINEAR); 375 bs.setMagnification(Sampler.Value.LINEAR);
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_mdls.h | 160 * power-of-two exponent for conversion to linear gain using our 161 * piece-wise linear approximator. Note that we ignore the lower 181 * piece-wise linear approximator.
|
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/ |
FallRS.java | 21 import static android.renderscript.Sampler.Value.LINEAR; 255 sampleBuilder.setMinification(LINEAR); 256 sampleBuilder.setMagnification(LINEAR);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
inspector.css | 80 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(191, 191, 191)), to(rgb(151, 151, 151))); 88 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 233, 233)), to(rgb(207, 207, 207))); 196 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 251, 0.9)), to(rgba(231, 231, 231, 0.9))); 200 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 191, 191, 0.7)), to(rgba(171, 171, 171, 0.5))); 204 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(111, 111, 111, 0.8)), to(rgba(91, 91, 91, 0.8))); 219 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(191, 191, 191)), to(rgb(151, 151, 151))); 240 background: -webkit-gradient(linear, left top, left bottom, from(rgba(128, 128, 128, 0.6)), to(rgba(128, 128, 128, 0.6)), color-stop(20%, rgba(158, 158, 158, 0.2)), color-stop(80%, rgba(158, 158, 158, 0.2))); 279 background: -webkit-gradient(linear, left top, right top, from(rgb(192, 192, 192)), to(rgb(192, 192, 192)), color-stop(40%, rgb(214, 214, 214))); 286 background: -webkit-gradient(linear, left top, right top, from(rgb(230, 230, 230)), to(rgb(230, 230, 230)), color-stop(40%, rgb(252, 252, 252))); 290 background: -webkit-gradient(linear, left top, right top, from(rgb(128, 128, 128)), to(rgb(164, 164, 164)), color-stop(25%, rgb(164, 1 (…) [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
RemoteViewsActivityTest.java | 60 assertTrue("LinearLayout not inflated", result.findViewById(R.id.linear) != null);
|
/development/apps/launchperf/res/values/ |
strings.xml | 32 <string name="header_linear">Linear layout</string>
|
/development/samples/SkeletonApp/res/layout/ |
skeleton_activity.xml | 41 <!-- Next view is another linear layout manager, now horizontal. We
|
/external/chromium/base/ |
cpu.cc | 90 // not in linear order. The code below arranges the information
|
/external/chromium/chrome/browser/chromeos/ |
external_metrics.h | 64 // Passes a linear histogram event to the UMA service. |histogram_data| is
|
/external/chromium/chrome/browser/chromeos/status/ |
network_dropdown_button.cc | 37 animation_connecting_.SetTweenType(ui::Tween::LINEAR);
|
/external/chromium/chrome/browser/ui/gtk/infobars/ |
infobar_arrow_model.cc | 19 animation_.SetTweenType(ui::Tween::LINEAR);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/ |
styles.css | 60 background: -webkit-linear-gradient(#aaa, white);
|
/external/chromium/chrome/common/ |
visitedlink_common.cc | 25 // FIXME: this uses linear probing, it should be replaced with quadratic
|
/external/freetype/src/base/ |
ftadvanc.c | 45 /* this must be the same scaling as to get linear{Hori,Vert}Advance */
|
/external/libgsm/src/ |
preprocess.c | 19 * After A-law to linear conversion (or directly from the
|
/external/libvpx/vpx/ |
vp8.h | 22 * - 128 level linear quantizer
|
/external/llvm/docs/HistoricalNotes/ |
2002-05-12-InstListChange.txt | 17 linear search of the basic block the instruction is contained in... just
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
xf86dga.h | 68 int imageWidth; /* linear accessible portion (pixels) */
|