Searched
full:linear (Results
276 -
300 of
1576) sorted by null
<<11121314151617181920>>
/external/webkit/Source/WebCore/platform/audio/ |
AudioResamplerKernel.h | 35 // It uses a simple linear interpolation for good performance.
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
Ease.java | 26 static class Linear {
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
HorizontalFocusSearchTest.java | 31 * Tests that focus searching works on a horizontal linear layout of buttons of
|
ListOfEditTexts.java | 44 // create linear layout
|
VerticalFocusSearchTest.java | 30 * Tests that focus searching works on a vertical linear layout of buttons of
|
/frameworks/base/libs/hwui/ |
GradientCache.h | 140 * Adds a new linear gradient to the cache. The generated texture is
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
log2.c | 45 * The function Log2(L_x) is approximated by a table and linear
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_QuantInvInter_I_s.s | 38 ; * shortVideoHeader==1 selects linear intra DC mode,
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_BlockMatch_Half_16x16.c | 46 * buffer extracted from the original plane (linear array, 256
|
omxVCM4P2_BlockMatch_Half_8x8.c | 47 * buffer extracted from the original plane (linear array, 128
|
omxVCM4P2_BlockMatch_Integer_16x16.c | 49 * buffer extracted from the original plane (linear array, 256
|
omxVCM4P2_QuantInvIntra_I.c | 75 /* linear intra DC mode */
|
/frameworks/base/services/audioflinger/ |
AudioResampler.h | 31 // LOW_QUALITY: linear interpolator (1st order)
|
/frameworks/base/services/sensorservice/ |
GravitySensor.cpp | 55 // translates to an offset in the linear-acceleration sensor.
|
LinearAccelerationSensor.cpp | 64 hwSensor.name = "Linear Acceleration Sensor";
|
/hardware/libhardware/include/hardware/ |
sensors.h | 248 * Linear Acceleration 250 * Indicates the linear acceleration of the device in device coordinates, not including gravity. 253 * The output of the accelerometer, gravity and linear-acceleration sensors must obey the 256 * acceleration = gravity + linear-acceleration
|
/libcore/luni/src/test/java/libcore/java/lang/ |
CharacterTest.java | 83 assertEquals("LINEAR B SYLLABLE B008 A", Character.getName(0x010000));
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netax25/ |
ax25.h | 151 #define AX25_VALUES_BACKOFF 4 /* 'E'=Exponential 'L'=Linear */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
HorizontalScrollViewRule.java | 56 // Insert a horizontal linear layout which is commonly used with horizontal scrollbars
|
ScrollViewRule.java | 54 // Insert a default linear layout (which will in turn be registered as
|
/bionic/libc/netbsd/resolv/ |
res_random.c | 47 * X[n] = a*X[n-1]+b mod m is a Linear Congruential Generator 242 /* Linear Congruential Generator */
|
/cts/tests/src/android/widget/cts/util/ |
ListItemFactory.java | 84 * Create a horizontal linear layout divided into thirds (with some margins 89 * @return The linear layout.
|
/external/chromium/chrome/browser/resources/ntp/ |
most_visited.css | 103 background-image: -webkit-linear-gradient(hsl(213, 87%, 67%), 200 background-image: -webkit-linear-gradient(hsla(0, 0%, 0%, 0),
|
/external/chromium/net/http/ |
http_auth_cache.cc | 74 // Linear scan through the realm entries. 99 // Linear scan through the realm entries.
|
/external/icu4c/common/ |
utrie.h | 117 * The number of bytes works for Latin-1-linear tries with 32-bit data 122 * Latin-1-linear array + 1 data block for lead surrogate code points 265 * Must be used only if the Latin-1 range is in fact linear 276 * Must be used only if the Latin-1 range is in fact linear 512 * The Latin-1 part is always set up to be linear. 599 * Although the trie is never fully expanded to a linear array, especially when 617 * kept in a linear, contiguous part of the data array 787 * as a simple, linear array at data+UTRIE_DATA_BLOCK_LENGTH.
|
Completed in 1492 milliseconds
<<11121314151617181920>>