Searched refs:Result (Results 1 - 25 of 54) sorted by relevance

123

/frameworks/support/v4/java/android/support/v4/os/
H A DAsyncTaskCompat.java36 public static <Params, Progress, Result> AsyncTask<Params, Progress, Result> executeParallel(
37 AsyncTask<Params, Progress, Result> task,
/frameworks/support/v4/honeycomb/android/support/v4/os/
H A DAsyncTaskCompatHoneycomb.java26 static <Params, Progress, Result> void executeParallel(
27 AsyncTask<Params, Progress, Result> task,
/frameworks/base/core/java/android/database/
H A DCursorJoiner.java30 * for (CursorJointer.Result joinerResult : joiner) {
46 implements Iterator<CursorJoiner.Result>, Iterable<CursorJoiner.Result> {
50 private Result mCompareResult;
58 public enum Result { enum in class:CursorJoiner
98 public Iterator<Result> iterator() {
156 public Result next() {
171 mCompareResult = Result.LEFT;
174 mCompareResult = Result.BOTH;
177 mCompareResult = Result
[all...]
/frameworks/support/v4/java/android/support/v4/content/
H A DModernAsyncTask.java47 abstract class ModernAsyncTask<Params, Progress, Result> {
78 private final WorkerRunnable<Params, Result> mWorker;
79 private final FutureTask<Result> mFuture;
118 mWorker = new WorkerRunnable<Params, Result>() {
119 public Result call() throws Exception {
127 mFuture = new FutureTask<Result>(mWorker) {
131 final Result result = get();
149 private void postResultIfNotInvoked(Result result) {
156 private Result postResult(Result resul
[all...]
/frameworks/base/core/java/android/os/
H A DAsyncTask.java48 * types, called <code>Params</code>, <code>Progress</code> and <code>Result</code>,
101 * <li><code>Result</code>, the type of the result of the background
177 public abstract class AsyncTask<Params, Progress, Result> {
215 private final WorkerRunnable<Params, Result> mWorker;
216 private final FutureTask<Result> mFuture;
286 mWorker = new WorkerRunnable<Params, Result>() {
287 public Result call() throws Exception {
296 mFuture = new FutureTask<Result>(mWorker) {
313 private void postResultIfNotInvoked(Result result) {
320 private Result postResul
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DPlayAnimationThread.java20 import com.android.ide.common.rendering.api.Result;
21 import com.android.ide.common.rendering.api.Result.Status;
37 public Result preAnimation() {
H A DRenderAction.java19 import static com.android.ide.common.rendering.api.Result.Status.ERROR_LOCK_INTERRUPTED;
20 import static com.android.ide.common.rendering.api.Result.Status.ERROR_TIMEOUT;
21 import static com.android.ide.common.rendering.api.Result.Status.SUCCESS;
28 import com.android.ide.common.rendering.api.Result;
95 public Result init(long timeout) {
98 Result result = acquireLock(timeout);
142 * {@link Result#SUCCESS}.
155 public Result acquire(long timeout) {
162 Result result = acquireLock(timeout);
176 * {@link Result#SUCCES
[all...]
H A DRenderDrawable.java19 import static com.android.ide.common.rendering.api.Result.Status.ERROR_UNKNOWN;
24 import com.android.ide.common.rendering.api.Result;
25 import com.android.ide.common.rendering.api.Result.Status;
58 public Result render() {
H A DRenderSessionImpl.java19 import static com.android.ide.common.rendering.api.Result.Status.ERROR_ANIM_NOT_FOUND;
20 import static com.android.ide.common.rendering.api.Result.Status.ERROR_INFLATION;
21 import static com.android.ide.common.rendering.api.Result.Status.ERROR_NOT_INFLATED;
22 import static com.android.ide.common.rendering.api.Result.Status.ERROR_UNKNOWN;
23 import static com.android.ide.common.rendering.api.Result.Status.ERROR_VIEWGROUP_NO_CHILDREN;
24 import static com.android.ide.common.rendering.api.Result.Status.SUCCESS;
35 import com.android.ide.common.rendering.api.Result;
36 import com.android.ide.common.rendering.api.Result.Status;
187 public Result init(long timeout) {
188 Result resul
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DInterpolator.java111 public enum Result { enum in class:Interpolator
121 public Result timeToValues(float[] values) {
136 public Result timeToValues(int msec, float[] values) {
141 case 0: return Result.NORMAL;
142 case 1: return Result.FREEZE_START;
143 default: return Result.FREEZE_END;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeRenderSession.java23 import com.android.ide.common.rendering.api.Result;
44 private Result mLastResult;
47 public Result getResult() {
77 public Result getProperty(Object objectView, String propertyName) {
83 public Result setProperty(Object objectView, String propertyName, String propertyValue) {
89 public Result render(long timeout) {
105 public Result animate(Object targetObject, String animationName,
123 public Result insertChild(Object parentView, ILayoutPullParser childXml, int index,
146 public Result moveChild(Object parentView, Object childView, int index,
171 public Result removeChil
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c510 * [out] Result of operation
517 OMX_S32 Result; local
519 Result = Value1 + Value2;
524 if( (Result^Value1) >= 0)
526 /*Result has not saturated*/
527 return Result;
533 /*Result has saturated in positive side*/
538 /*Result has saturated in negative side*/
547 return Result;
563 * [out] Result o
570 OMX_S64 Result; local
622 OMX_S32 Result; local
675 OMX_S32 Result; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c510 * [out] Result of operation
517 OMX_S32 Result; local
519 Result = Value1 + Value2;
524 if( (Result^Value1) >= 0)
526 /*Result has not saturated*/
527 return Result;
533 /*Result has saturated in positive side*/
538 /*Result has saturated in negative side*/
547 return Result;
563 * [out] Result o
570 OMX_S64 Result; local
622 OMX_S32 Result; local
675 OMX_S32 Result; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM.c510 * [out] Result of operation
517 OMX_S32 Result; local
519 Result = Value1 + Value2;
524 if( (Result^Value1) >= 0)
526 /*Result has not saturated*/
527 return Result;
533 /*Result has saturated in positive side*/
538 /*Result has saturated in negative side*/
547 return Result;
563 * [out] Result o
570 OMX_S64 Result; local
622 OMX_S32 Result; local
675 OMX_S32 Result; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_IDCT8x8blk_s.s66 Result RN 0 label
82 MOV Result, #OMX_Sts_NoErr
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_IDCT8x8blk_s.s66 Result RN 0 label
82 MOV Result, #OMX_Sts_NoErr
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolver.h39 /** \class Resolver::Result
45 struct Result { struct in class:mcld::Resolver
69 Result& pResult) const {
H A DRelocator.h36 enum Result { enum in class:mcld::Relocator
52 virtual Result applyRelocation(Relocation& pRelocation) = 0;
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
H A DAnimationThread.java21 import com.android.ide.common.rendering.api.Result;
22 import com.android.ide.common.rendering.api.Result.Status;
80 public abstract Result preAnimation();
105 Result result = preAnimation();
/frameworks/compile/libbcc/tools/bcc_strip_attr/
H A Dbcc_strip_attr.cpp96 Module* Result = ParseIRFile(FN, Err, Context); local
97 if (Result) {
98 return std::unique_ptr<Module>(Result); // Load successful!
/frameworks/native/services/sensorservice/
H A Dtraits.h68 typedef T Result; typedef in struct:android::Select
72 typedef U Result; typedef in struct:android::Select
112 typedef typename Select<isStdArith || isPointer, T, const T&>::Result ParameterType;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFunctions.h11 static X86Relocator::Result Name(Relocation& pEntry, X86_32Relocator& pParent);
78 static X86Relocator::Result Name(Relocation& pEntry, X86_64Relocator& pParent);
H A DX86Relocator.h71 virtual Result applyRelocation(Relocation& pRelocation) = 0;
134 Result applyRelocation(Relocation& pRelocation);
193 Result applyRelocation(Relocation& pRelocation);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp154 typedef Relocator::Result (*ApplyFunctionType)(MipsRelocationInfo&,
184 Relocator::Result
202 Result res = triple.func(info, *this);
795 MipsRelocator::Result none(MipsRelocationInfo& pReloc, MipsRelocator& pParent)
802 MipsRelocator::Result abs32(MipsRelocationInfo& pReloc, MipsRelocator& pParent)
833 MipsRelocator::Result rel26(MipsRelocationInfo& pReloc, MipsRelocator& pParent)
857 MipsRelocator::Result hi16(MipsRelocationInfo& pReloc, MipsRelocator& pParent)
881 MipsRelocator::Result lo16(MipsRelocationInfo& pReloc, MipsRelocator& pParent)
907 MipsRelocator::Result gprel16(MipsRelocationInfo& pReloc, MipsRelocator& pParent)
928 MipsRelocator::Result got1
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp34 typedef Relocator::Result (*ApplyFunctionType)(Relocation& pReloc,
73 Relocator::Result AArch64Relocator::applyRelocation(Relocation& pRelocation)
413 Relocator::Result none(Relocation& pReloc, AArch64Relocator& pParent)
418 Relocator::Result unsupport(Relocation& pReloc, AArch64Relocator& pParent)
426 Relocator::Result abs(Relocation& pReloc, AArch64Relocator& pParent)
474 Relocator::Result rel(Relocation& pReloc, AArch64Relocator& pParent)
508 Relocator::Result add_abs_lo12(Relocation& pReloc, AArch64Relocator& pParent)
522 Relocator::Result
543 Relocator::Result call(Relocation& pReloc, AArch64Relocator& pParent)
574 Relocator::Result condb
[all...]

Completed in 533 milliseconds

123