Searched defs:Result (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_IDCT8x8blk_s.s52 Result RN 0 label
68 MOV Result, #OMX_Sts_NoErr
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_IDCT8x8blk_s.s52 Result RN 0 label
68 MOV Result, #OMX_Sts_NoErr
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocationFactory.h40 enum Result { enum in class:mcld::RelocationFactory
54 virtual Result applyRelocation(Relocation& pRelocation,
H A DResolver.h41 /** \class Resolver::Result
47 struct Result { struct in class:mcld::Resolver
71 Result& pResult) const {
/frameworks/compile/mclinker/include/mcld/Support/
H A DHandleToArea.h58 struct Result { struct in class:mcld::HandleToArea
60 Result(FileHandle* pHandle, MemoryArea* pArea) function in struct:mcld::HandleToArea::Result
85 Result findFirst(const sys::fs::Path& pPath);
/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/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/compile/slang/
H A Dllvm-rs-link.cpp98 bool Result = true; local
101 Result |= GetExportSymbolNames(EV, RS_EXPORT_VAR_NAME, Names);
104 Result |= GetExportSymbolNames(EF, RS_EXPORT_FUNC_NAME, Names);
105 return Result;
H A Dslang_rs_spec_table.cpp385 int Result = 1; local
388 Result = GenRSDataTypeEnums(DataTypes, NumDataTypes);
390 Result = GenClangBuiltinEnum(ClangBuilitinsMap, NumClangBuilitins);
392 Result = GenRSMatrixTypeEnums(DataTypes, NumDataTypes);
394 Result = GenRSObjectTypeEnums(DataTypes, NumDataTypes);
396 Result = GenRSDataElementEnums(DataElements, NumDataElements);
410 return Result;
/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/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c495 * [out] Result of operation
502 OMX_S32 Result; local
504 Result = Value1 + Value2;
509 if( (Result^Value1) >= 0)
511 /*Result has not saturated*/
512 return Result;
518 /*Result has saturated in positive side*/
523 /*Result has saturated in negative side*/
532 return Result;
548 * [out] Result o
555 OMX_S64 Result; local
607 OMX_S32 Result; local
660 OMX_S32 Result; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c495 * [out] Result of operation
502 OMX_S32 Result; local
504 Result = Value1 + Value2;
509 if( (Result^Value1) >= 0)
511 /*Result has not saturated*/
512 return Result;
518 /*Result has saturated in positive side*/
523 /*Result has saturated in negative side*/
532 return Result;
548 * [out] Result o
555 OMX_S64 Result; local
607 OMX_S32 Result; local
660 OMX_S32 Result; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM.c495 * [out] Result of operation
502 OMX_S32 Result; local
504 Result = Value1 + Value2;
509 if( (Result^Value1) >= 0)
511 /*Result has not saturated*/
512 return Result;
518 /*Result has saturated in positive side*/
523 /*Result has saturated in negative side*/
532 return Result;
548 * [out] Result o
555 OMX_S64 Result; local
607 OMX_S32 Result; local
660 OMX_S32 Result; local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp118 StrTy &Result) {
123 Result += (char)Record[i];
117 ConvertToString(SmallVector<uint64_t, 64> &Record, unsigned Idx, StrTy &Result) argument
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp359 StrTy &Result) {
364 Result += (char)Record[i];
358 ConvertToString(SmallVector<uint64_t, 64> &Record, unsigned Idx, StrTy &Result) argument
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java375 public final class Result { class in class:MediaArtistNativeHelper

Completed in 358 milliseconds