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

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_slist.h 726 // linear in __x.size().
736 // Linear in distance(begin(), __pos), and linear in __x.size().
751 // Linear in distance(begin(), __pos), and in distance(__x.begin(), __i).
764 // Linear in distance(begin(), __pos), in distance(__x.begin(), __first),
873 // time rather than linear time.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
slist 655 // linear in __x.size().
660 // Linear in distance(begin(), __pos), and linear in __x.size().
669 // Linear in distance(begin(), __pos), and in distance(__x.begin(), __i).
676 // Linear in distance(begin(), __pos), in distance(__x.begin(), __first),
1029 // time rather than linear time.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_slist.h 726 // linear in __x.size().
736 // Linear in distance(begin(), __pos), and linear in __x.size().
751 // Linear in distance(begin(), __pos), and in distance(__x.begin(), __i).
764 // Linear in distance(begin(), __pos), in distance(__x.begin(), __first),
873 // time rather than linear time.
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
slist 655 // linear in __x.size().
660 // Linear in distance(begin(), __pos), and linear in __x.size().
669 // Linear in distance(begin(), __pos), and in distance(__x.begin(), __i).
676 // Linear in distance(begin(), __pos), in distance(__x.begin(), __first),
1029 // time rather than linear time.
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_slist.h 726 // linear in __x.size().
736 // Linear in distance(begin(), __pos), and linear in __x.size().
751 // Linear in distance(begin(), __pos), and in distance(__x.begin(), __i).
764 // Linear in distance(begin(), __pos), in distance(__x.begin(), __first),
873 // time rather than linear time.
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 287 tmu.linear = GGL_READ_NEEDS(T_LINEAR, needs.t[i])
290 // 5551 linear filtering is not supported
292 tmu.linear = 0;
396 cb_format_idx == tmu.format_idx && !tmu.linear &&
419 if (tmu.linear) {
420 // we may run out of register if we have linear filtering
460 comment("reload s/t (multitexture or linear filtering)");
479 if (tmu.linear) {
480 // linear interpolation
506 if (tmu.linear) {
    [all...]
  /external/mesa3d/docs/
conform.html 179 Fog Linear test passed.
292 Fog Linear test passed.
405 Fog Linear test passed.
518 Fog Linear test passed.
631 Fog Linear test passed.
  /external/webkit/Source/WebCore/css/
html.css 644 background: -webkit-gradient(linear, left top, left bottom, from(#f8ecec), to(#e8cccc));
688 background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ddd), color-stop(0.20, #eee), color-stop(0.45, #ccc), color-stop(0.55, #ccc));
694 background: -webkit-gradient(linear, left top, left bottom, from(#ad7), to(#ad7), color-stop(0.20, #cea), color-stop(0.45, #7a3), color-stop(0.55, #7a3));
700 background: -webkit-gradient(linear, left top, left bottom, from(#fe7), to(#fe7), color-stop(0.20, #ffc), color-stop(0.45, #db3), color-stop(0.55, #db3));
706 background: -webkit-gradient(linear, left top, left bottom, from(#f77), to(#f77), color-stop(0.20, #fcc), color-stop(0.45, #d44), color-stop(0.55, #d44));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_multiset.h 148 * [first,last). This is linear in N if the range is already sorted,
164 * [first,last). This is linear in N if the range is already sorted,
202 * the list. This is linear in N if the list is already sorted,
618 * This is an equivalence relation. It is linear in the size of the
635 * This is a total ordering relation. It is linear in the size of the
stl_set.h 155 * This is linear in N if the range is already sorted, and NlogN
171 * This is linear in N if the range is already sorted, and NlogN
209 * This is linear in N if the list is already sorted, and NlogN
633 * This is an equivalence relation. It is linear in the size of the sets.
649 * This is a total ordering relation. It is linear in the size of the
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multiset.h 148 * [first,last). This is linear in N if the range is already sorted,
164 * [first,last). This is linear in N if the range is already sorted,
202 * the list. This is linear in N if the list is already sorted,
618 * This is an equivalence relation. It is linear in the size of the
635 * This is a total ordering relation. It is linear in the size of the
stl_set.h 155 * This is linear in N if the range is already sorted, and NlogN
171 * This is linear in N if the range is already sorted, and NlogN
209 * This is linear in N if the list is already sorted, and NlogN
633 * This is an equivalence relation. It is linear in the size of the sets.
649 * This is a total ordering relation. It is linear in the size of the
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multiset.h 148 * [first,last). This is linear in N if the range is already sorted,
164 * [first,last). This is linear in N if the range is already sorted,
202 * the list. This is linear in N if the list is already sorted,
618 * This is an equivalence relation. It is linear in the size of the
635 * This is a total ordering relation. It is linear in the size of the
stl_set.h 155 * This is linear in N if the range is already sorted, and NlogN
171 * This is linear in N if the range is already sorted, and NlogN
209 * This is linear in N if the list is already sorted, and NlogN
633 * This is an equivalence relation. It is linear in the size of the sets.
649 * This is a total ordering relation. It is linear in the size of the
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multiset.h 148 * [first,last). This is linear in N if the range is already sorted,
164 * [first,last). This is linear in N if the range is already sorted,
202 * the list. This is linear in N if the list is already sorted,
618 * This is an equivalence relation. It is linear in the size of the
635 * This is a total ordering relation. It is linear in the size of the
stl_set.h 155 * This is linear in N if the range is already sorted, and NlogN
171 * This is linear in N if the range is already sorted, and NlogN
209 * This is linear in N if the list is already sorted, and NlogN
633 * This is an equivalence relation. It is linear in the size of the sets.
649 * This is a total ordering relation. It is linear in the size of the
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h 195 int FrameMap; // [IN] Encoding input mode(tile mode or linear mode)
238 int FrameMap; // [IN] Encoding input mode(tile mode or linear mode)
270 int FrameMap; // [IN] Encoding input mode(tile mode or linear mode)
  /external/chromium/chrome/browser/resources/file_manager/css/
file_manager.css 11 -webkit-transition: opacity 0.07s linear;
26 background-image: -webkit-linear-gradient(top, #fff,#f6f6f6);
202 background-image: -webkit-linear-gradient(top, #f9f9f9, #e8e8e8);
  /external/webkit/Source/WebCore/svg/
SVGAnimationElement.cpp 237 DEFINE_STATIC_LOCAL(const AtomicString, linear, ("linear"));
243 if (value == linear)
  /frameworks/base/core/java/android/animation/
Keyframe.java 50 * (the default) results in linear interpolation over the interval.
204 * that there is no interpolation, which is the same as linear interpolation.
214 * that there is no interpolation, which is the same as linear interpolation.
  /frameworks/base/core/tests/coretests/
AndroidManifest.xml 232 <activity android:name="android.widget.layout.linear.BaselineAlignmentCenterGravity" android:label="BaselineAlignmentCenterGravity">
239 <activity android:name="android.widget.layout.linear.BaselineButtons" android:label="BaselineButtons">
246 <activity android:name="android.widget.layout.linear.FillInWrap" android:label="FillInWrap">
253 <activity android:name="android.widget.layout.linear.BaselineAlignmentZeroWidthAndWeight" android:label="Baseline0WidthAndWeight">
260 <activity android:name="android.widget.layout.linear.HorizontalOrientationVerticalAlignment" android:label="HorizontalOrientationVerticalAlignment">
267 <activity android:name="android.widget.layout.linear.LLEditTextThenButton" android:label="LLEditTextThenButton">
274 <activity android:name="android.widget.layout.linear.LLOfButtons1" android:label="LLOfButtons1">
281 <activity android:name="android.widget.layout.linear.LinearLayoutEditTexts" android:label="LinearLayoutEditTexts">
288 <activity android:name="android.widget.layout.linear.LLOfButtons2" android:label="LLOfButtons2">
295 <activity android:name="android.widget.layout.linear.LLOfTwoFocusableInTouchMode" android:label="LLOfTwoFocusableInTouchMode"
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_MotionEstimationMB.c 42 * [in] pSrcCurrBuf pointer to the current macroblock extracted from original plane (linear array,
122 * [in] pSrcCurrBuf pointer to the current macroblock extracted from original plane (linear array,
318 /* Preparing a linear buffer for block match */
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java 19 import static android.renderscript.Sampler.Value.LINEAR;
358 samplerBuilder.setMinification(LINEAR);
359 samplerBuilder.setMagnification(LINEAR);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 204 builder.setMinification(Value.LINEAR);
205 builder.setMagnification(Value.LINEAR);
214 builder.setMagnification(Value.LINEAR);
  /external/neven/Embedded/common/src/b_TensorEm/
RBFMap2D.c 206 /* Set up linear matrix to invert */
269 /* compute right side vector of linear system to be solved, for x */
284 /* solve linear system in x */
307 /* compute right side vector of linear system to be solved, for y */
317 /* solve linear system in y */
425 /** R, A are rbf and A affine linear transformations

Completed in 570 milliseconds

<<11121314151617181920>>