HomeSort by relevance Sort by last modified time
    Searched defs:LINEAR (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_surface.h 31 LINEAR = 0,
  /external/minijail/tools/
compiler.py 30 # Generate a linear chain of syscall number checks. Works best for policies
32 LINEAR = 'linear'
138 # Compiles the list of ranges into a simple linear list of comparisons. In
159 # Instead of generating a linear list of comparisons, this method generates
160 # a binary search tree, where some of the leaves can be linear chains of
174 # entries in a linear comparison chain as well as another BST, and chooses
182 # use the linear chain strategy (which has a completely different cost
217 # Try the linear model first and use that as the best estimate so far.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
MotionIndicatorView.java 328 LINEAR,
340 mMode = MODE.LINEAR;
356 if (mMode == MODE.LINEAR) {
366 * If it is LINEAR mode, the range will be quantized to nearest step boundary. If it is the
374 if (mMode == MODE.LINEAR) {
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_resource.c 820 #define LINEAR \
828 !(tmpl->bind & LINEAR)) {
    [all...]
  /frameworks/av/media/codec2/hidl/1.0/utils/
types.cpp 1173 std::shared_ptr<C2LinearBlock> linear; member in struct:android::hardware::media::c2::V1_0::utils::__anon50726::C2BaseBlock
    [all...]
  /device/google/contexthub/firmware/os/drivers/orientation/
orientation.c 83 LINEAR,
171 { DEC_INFO_RATE("Linear Acceleration", FusionRates, SENS_TYPE_LINEAR_ACCEL, NUM_AXIS_THREE,
379 && mTask.sensors[LINEAR].active) {
390 if (!addSample(&mTask.sensors[LINEAR],
573 mTask.sensors[LINEAR].active) {
855 mTask.sensors[LINEAR].use_mag_data = false;
  /external/deqp/framework/common/
tcuTexture.hpp 198 LINEAR,
    [all...]
  /external/icu/icu4c/source/common/
ucnvmbcs.cpp 326 * ASCII code points can be looked up with a linear array access into stage 3.
352 * ASCII code points can be looked up with a linear array access into stage 3.
524 /* helper macros for linear values for GB 18030 four-byte sequences */
529 #define LINEAR(x) LINEAR_18030(x>>24, (x>>16)&0xff, (x>>8)&0xff, x&0xff)
542 {0x10000, 0x10FFFF, LINEAR(0x90308130), LINEAR(0xE3329A35)},
543 {0x9FA6, 0xD7FF, LINEAR(0x82358F33), LINEAR(0x8336C738)},
544 {0x0452, 0x1E3E, LINEAR(0x8130D330), LINEAR(0x8135F436)}
1137 uint32_t linear; local
1196 uint32_t linear; local
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java 1889 int linear; local
3902 int linear; local
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
a3xx.xml.h 48 LINEAR = 0,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 1441 milliseconds