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

/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/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DAbstractStatementRetriever.java69 public abstract Result retrieveStatements(AbstractAsset source)
75 public interface Result { interface in class:AbstractStatementRetriever
H A DDirectStatementRetriever.java51 public static class Result implements AbstractStatementRetriever.Result { class in class:DirectStatementRetriever
66 private Result(List<Statement> statements, Long expireMillis) { method in class:DirectStatementRetriever.Result
71 public static Result create(List<Statement> statements, Long expireMillis) {
72 return new Result(statements, expireMillis);
78 result.append("Result: ");
94 Result result = (Result) o;
121 public Result retrieveStatements(AbstractAsset source) throws AssociationServiceException {
141 private Result retrieveStatementFromUr
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolver.h33 /** \class Resolver::Result
39 struct Result { struct in class:mcld::Resolver
64 Result& pResult) const {
H A DRelocator.h33 enum Result { OK, BadReloc, Overflow, Unsupported, Unknown }; enum in class:mcld::Relocator
41 virtual Result applyRelocation(Relocation& pRelocation) = 0;
/frameworks/compile/libbcc/tools/bcc_strip_attr/
H A Dbcc_strip_attr.cpp100 std::unique_ptr<Module> Result = parseIRFile(FN, Err, Context); local
101 if (Result) {
102 return Result; // Load successful!
/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/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/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java62 private enum Result { DISMISSED, UNWANTED, WANTED_AS_IS }; enum in class:CaptivePortalLoginActivity
84 done(Result.WANTED_AS_IS);
107 if (mNetwork.equals(lostNetwork)) done(Result.UNWANTED);
152 private void done(Result result) {
191 done(Result.WANTED_AS_IS);
195 done(Result.UNWANTED);
246 done(Result.DISMISSED);
272 done(Result.WANTED_AS_IS);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java99 public void run(Result result) {
186 public static class Result { class in class:KeyguardClockPositionAlgorithm
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBlasBenchmark.java97 class Result { class in class:BlasBenchmark.Processor
105 private Result runBenchmarkLoop(float minTime) {
106 Result r = new Result();
132 private Result getBenchmark() {
146 Result r = runBenchmarkLoop(runtime);
194 Result r = getBenchmark();
/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/base/media/java/android/service/media/
H A DMediaBrowserService.java114 public class Result<T> { class in class:MediaBrowserService
119 Result(Object debug) { method in class:MediaBrowserService.Result
332 * Implementations must call {@link Result#sendResult result.sendResult}
335 * {@link Result#detach result.detach} may be called before returning from
336 * this function, and then {@link Result#sendResult result.sendResult}
341 * @param result The Result to send the list of children to, or null if the
345 @NonNull Result<List<MediaBrowser.MediaItem>> result);
350 * Implementations must call {@link Result#sendResult result.sendResult}. If
351 * loading the item will be an expensive operation {@link Result#detach
353 * then {@link Result#sendResul
[all...]
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java277 class Result { class in class:ImageProcessingActivity2.Processor
284 private Result runBenchmarkLoop(float minTime) {
286 Result r = new Result();
370 Result r = runBenchmarkLoop(runtime);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java243 class Result { class in class:ImageProcessingActivityJB.Processor
250 private Result runBenchmarkLoop(float minTime) {
252 Result r = new Result();
327 Result r = runBenchmarkLoop(runtime);

Completed in 645 milliseconds