HomeSort by relevance Sort by last modified time
    Searched full:partial (Results 251 - 275 of 3925) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/
CREDITS.TXT 1 This file is a partial list of people who have contributed to the LLVM/CompilerRT
  /external/eigen/bench/btl/data/
action_settings.txt 13 partial_lu_decomp ; "{/*1.5 Partial LU decomposition}" ; "matrix size" ; 4:3000
  /external/libvpx/libvpx/vp8/common/arm/armv6/
vp8_variance16x16_armv6.asm 50 ; calculate partial sums
73 ; calculate partial sums
97 ; calculate partial sums
123 ; calculate partial sums
vp8_variance_halfpixvar16x16_h_armv6.asm 55 ; calculate partial sums
85 ; calculate partial sums
116 ; calculate partial sums
149 ; calculate partial sums
vp8_variance_halfpixvar16x16_v_armv6.asm 56 ; calculate partial sums
86 ; calculate partial sums
117 ; calculate partial sums
150 ; calculate partial sums
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_mse16x16_armv6.asm 51 ; calculate partial sums
72 ; calculate partial sums
91 ; calculate partial sums
114 ; calculate partial sums
  /external/llvm/test/Linker/
partial-type-refinement.ll 1 ; RUN: llvm-link %s %p/partial-type-refinement-link.ll -S | FileCheck %s
  /external/llvm/test/Transforms/LoopUnroll/
partial-unroll-optsize.ll 1 ; RUN: opt < %s -S -loop-unroll -unroll-allow-partial | FileCheck %s
  /external/skia/src/core/
SkMath.cpp 239 int partial = findex & 255; local
240 sinValue = interp_table(gSkSinTable, index, partial);
244 partial = findex & 255;
245 cosValue = interp_table(gSkSinTable, index, partial);
  /external/skia/src/gpu/
GrSurface.cpp 45 remove(filename); // remove any partial file
  /frameworks/base/services/core/java/com/android/server/power/
SuspendBlocker.java 20 * Low-level suspend blocker mechanism equivalent to holding a partial wake lock.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
vp8_variance16x16_armv6.asm 50 ; calculate partial sums
73 ; calculate partial sums
97 ; calculate partial sums
123 ; calculate partial sums
vp8_variance_halfpixvar16x16_h_armv6.asm 55 ; calculate partial sums
85 ; calculate partial sums
116 ; calculate partial sums
149 ; calculate partial sums
vp8_variance_halfpixvar16x16_v_armv6.asm 56 ; calculate partial sums
86 ; calculate partial sums
117 ; calculate partial sums
150 ; calculate partial sums
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
vp8_mse16x16_armv6.asm 51 ; calculate partial sums
72 ; calculate partial sums
91 ; calculate partial sums
114 ; calculate partial sums
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.h 143 /* check if we can use layer cache to do at least partial MDP comp */
145 /* Partial MDP comp that uses caching to save power as primary goal */
147 /* Partial MDP comp that uses number of pixels to optimize perf goal */
149 /* Checks if its worth doing load based partial comp */
  /ndk/sources/android/support/src/musl-multibyte/
mbsnrtowcs.c 48 /* have to roll back partial character */
  /packages/apps/QuickSearchBox/tests/partial/res/values/
strings.xml 19 <string name="app_label" translatable="false">Partial Suggestions</string>
  /packages/apps/QuickSearchBox/tests/partial/res/xml/
searchable.xml 21 android:searchSuggestAuthority="com.android.quicksearchbox.tests.partial"
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 11 /// \brief Implements a partial diagnostic that can be emitted anwyhere
77 /// objects, used to reduce malloc()/free() traffic for partial diagnostics.
148 // can't do decent partial inlining.
179 /// \brief Create a null partial diagnostic, which cannot carry a payload,
180 /// and only exists to be swapped with a real partial diagnostic.
323 /// \brief Clear out this partial diagnostic, giving it a new diagnostic ID
405 /// \brief A partial diagnostic along with the source location where this
  /external/libcxx/include/
__std_stream 143 case codecvt_base::partial:
161 } while (__r == _VSTD::codecvt_base::partial);
205 case codecvt_base::partial:
294 else if (__r == codecvt_base::ok || __r == codecvt_base::partial)
299 if (__r == codecvt_base::partial)
306 } while (__r == codecvt_base::partial);
340 } while (__r == codecvt_base::partial);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__std_stream 143 case codecvt_base::partial:
161 } while (__r == _VSTD::codecvt_base::partial);
205 case codecvt_base::partial:
294 else if (__r == codecvt_base::ok || __r == codecvt_base::partial)
299 if (__r == codecvt_base::partial)
306 } while (__r == codecvt_base::partial);
340 } while (__r == codecvt_base::partial);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
__std_stream 143 case codecvt_base::partial:
161 } while (__r == _VSTD::codecvt_base::partial);
205 case codecvt_base::partial:
294 else if (__r == codecvt_base::ok || __r == codecvt_base::partial)
299 if (__r == codecvt_base::partial)
306 } while (__r == codecvt_base::partial);
340 } while (__r == codecvt_base::partial);
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Utf8.java 56 * <p>This class supports decoding of partial byte sequences, so that the
58 * segments. Methods typically return {@link #MALFORMED} if the partial
63 * passed to a subsequent invocation of a partial decoding method.
82 // Other state values include the partial bytes of the incomplete
97 // to, because partial bytes must always be negative. When building
132 * operation) or the value returned from a call to a partial decoding method
135 * @return {@link #MALFORMED} if the partial byte sequence is
141 * partial decoding method.
240 * @return {@link #MALFORMED} if the partial byte sequence is
246 * partial decoding method
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 158 /* check if we can use layer cache to do at least partial MDP comp */
160 /* Partial MDP comp that uses caching to save power as primary goal */
162 /* Partial MDP comp that balances the load between MDP and GPU such that
167 /* Checks if its worth doing load based partial comp */
223 /* Enables Partial frame composition */

Completed in 1146 milliseconds

<<11121314151617181920>>