HomeSort by relevance Sort by last modified time
    Searched full:linear (Results 426 - 450 of 1643) sorted by null

<<11121314151617181920>>

  /external/v8/src/
list.h 104 // removed element. This function's complexity is linear in the
string-search.h 240 // Linear Search Strategy
260 // Simple linear search for short patterns. Never bails out.
497 // Linear string search with bailout to BMH.
500 // Simple linear search for short patterns, which bails out if the string
  /external/valgrind/main/helgrind/
hg_errors.h 74 Slow linear search accelerated in some special cases normal hash
  /external/valgrind/main/include/
pub_tool_hashtable.h 40 // - Separate chaining gives bad cache behaviour. Hash tables with linear
  /external/valgrind/main/lackey/docs/
lk-manual.xml 115 (a single entry, multiple exit, linear chunk of code) executed by the
  /external/webkit/Source/WebCore/css/
CSSGradientValue.h 87 // Points. Some of these may be null for linear gradients.
fullscreenQuickTime.css 40 linear,
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayer.h 54 enum FilterType { Linear, Nearest, Trilinear };
  /external/webkit/Source/WebCore/storage/
IDBTransactionBackendImpl.cpp 70 // Does a linear search, but it really shouldn't be that slow in practice.
  /external/webkit/Source/WebCore/svg/
SVGComponentTransferFunctionElement.cpp 61 else if (value == "linear")
  /external/webkit/Source/WebCore/xml/
XPathNodeSet.cpp 115 // If parentNodes contains the node, perform a linear search to move its children in the node-set to the beginning.
  /external/webkit/Source/WebKit/android/wds/
Command.cpp 138 // Linear search of commands. TODO: binary search when more commands are
  /frameworks/base/core/java/android/database/
MergeCursor.java 20 * A convience class that lets you present an array of Cursors as a single linear Cursor.
  /frameworks/base/core/java/android/hardware/
Sensor.java 94 * A constant describing a linear acceleration sensor type.
  /frameworks/base/core/java/android/util/
SparseBooleanArray.java 174 * Beware that this is a linear search, unlike lookups by key,
SparseIntArray.java 185 * Beware that this is a linear search, unlike lookups by key,
  /frameworks/base/core/java/com/android/internal/view/
BaseSurfaceHolder.java 76 // This is a linear search, but in practice we'll
  /frameworks/base/core/tests/coretests/res/values/
strings.xml 70 <!-- Linear Layout show/hide & sizing -->
  /frameworks/base/docs/html/guide/topics/sensors/
index.jd 78 gravity sensor, and linear acceleration sensor. Also learn how to use the sensors that
  /frameworks/base/docs/html/guide/webapps/
best-practices.jd 81 <li>Use a vertical linear layout
  /frameworks/base/docs/html/reference/renderscript/
doxygen.css 168 background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
169 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
456 background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F7F8FB 95%, #EEF1F7);
461 background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F7F8FB), to(#EEF1F7));
  /frameworks/base/docs/html/resources/tutorials/views/
index.jd 35 <a href="hello-linearlayout.html">Linear Layout</a><br/>
  /frameworks/base/graphics/java/android/graphics/
Interpolator.java 65 * values (with an implicity blend array of [0, 0, 1, 1] giving linear
  /frameworks/base/libs/hwui/
SkiaShader.h 171 * A shader that draws a linear gradient.
  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Tables.c 352 /* dB to linear conversion table */

Completed in 424 milliseconds

<<11121314151617181920>>