Searched refs:Result (Results 26 - 50 of 50) sorted by relevance

12

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
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;
36 import com.android.ide.common.rendering.api.Result;
37 import com.android.ide.common.rendering.api.Result.Status;
170 public Result init(long timeout) {
171 Result resul
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h82 virtual Result applyRelocation(Relocation& pRelocation) = 0;
144 Result applyRelocation(Relocation& pRelocation);
198 Result applyRelocation(Relocation& pRelocation);
H A DX86Relocator.cpp30 typedef Relocator::Result (*X86_32ApplyFunctionType)(Relocation& pReloc,
181 Relocator::Result
800 X86Relocator::Result none(Relocation& pReloc, X86_32Relocator& pParent)
808 X86Relocator::Result abs(Relocation& pReloc, X86_32Relocator& pParent)
868 X86Relocator::Result rel(Relocation& pReloc, X86_32Relocator& pParent)
911 X86Relocator::Result gotoff32(Relocation& pReloc, X86_32Relocator& pParent)
922 X86Relocator::Result gotpc32(Relocation& pReloc, X86_32Relocator& pParent)
932 X86Relocator::Result got32(Relocation& pReloc, X86_32Relocator& pParent)
947 X86Relocator::Result plt32(Relocation& pReloc, X86_32Relocator& pParent)
962 X86Relocator::Result tls_g
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp30 typedef Relocator::Result (*ApplyFunctionType)(Relocation& pReloc,
59 Relocator::Result
809 ARMRelocator::Result none(Relocation& pReloc, ARMRelocator& pParent)
815 ARMRelocator::Result abs32(Relocation& pReloc, ARMRelocator& pParent)
867 ARMRelocator::Result rel32(Relocation& pReloc, ARMRelocator& pParent)
891 ARMRelocator::Result base_prel(Relocation& pReloc, ARMRelocator& pParent)
900 ARMRelocator::Result gotoff32(Relocation& pReloc, ARMRelocator& pParent)
914 ARMRelocator::Result got_brel(Relocation& pReloc, ARMRelocator& pParent)
929 ARMRelocator::Result got_prel(Relocation& pReloc, ARMRelocator& pParent)
945 ARMRelocator::Result thm_jump1
[all...]
H A DARMRelocator.h79 Result applyRelocation(Relocation& pRelocation);
H A DARMRelocationFunctions.h11 static ARMRelocator::Result Name (Relocation& pEntry, \
/frameworks/compile/mclinker/lib/Support/
H A DMemoryAreaFactory.cpp38 HandleToArea::Result map_result = m_HandleToArea.findFirst(pPath);
62 HandleToArea::Result map_result = m_HandleToArea.findFirst(pPath);
/frameworks/testing/androidtestlib/src/com/android/test/runner/listener/
H A DInstrumentationResultPrinter.java22 import org.junit.runner.Result;
107 public void testRunFinished(Result result) throws Exception {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp28 typedef Relocator::Result (*ApplyFunctionType)(Relocation&, MipsRelocator&);
56 Relocator::Result
473 MipsRelocator::Result none(Relocation& pReloc, MipsRelocator& pParent)
480 MipsRelocator::Result abs32(Relocation& pReloc, MipsRelocator& pParent)
510 MipsRelocator::Result hi16(Relocation& pReloc, MipsRelocator& pParent)
540 MipsRelocator::Result lo16(Relocation& pReloc, MipsRelocator& pParent)
569 MipsRelocator::Result got16(Relocation& pReloc, MipsRelocator& pParent)
604 MipsRelocator::Result gothi16(Relocation& pReloc, MipsRelocator& pParent)
622 MipsRelocator::Result gotlo16(Relocation& pReloc, MipsRelocator& pParent)
634 MipsRelocator::Result call1
[all...]
H A DMipsRelocator.h61 Result applyRelocation(Relocation& pRelocation);
/frameworks/compile/mclinker/unittests/
H A DNamePoolTest.cpp78 Resolver::Result result1;
98 Resolver::Result result2;
129 Resolver::Result result1;
149 Resolver::Result result2;
162 Resolver::Result result3;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java19 import static com.android.ide.common.rendering.api.Result.Status.ERROR_UNKNOWN;
20 import static com.android.ide.common.rendering.api.Result.Status.SUCCESS;
26 import com.android.ide.common.rendering.api.Result;
27 import com.android.ide.common.rendering.api.Result.Status;
330 Result lastResult = SUCCESS.createResult();
359 public Result renderDrawable(DrawableParams params) {
361 Result lastResult = SUCCESS.createResult();
394 public Result getViewParent(Object viewObject) {
403 public Result getViewIndex(Object viewObject) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DNamePool.h74 Resolver::Result& pResult);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h87 Result applyRelocation(Relocation& pRelocation);
H A DHexagonRelocationFunctions.h37 static HexagonRelocator::Result Name (Relocation& pEntry, \
/frameworks/base/core/jni/android/graphics/
H A DInterpolator.cpp60 SkInterpolatorBase::Result result;
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp102 Relocator::Result result = pRelocator.applyRelocation(*this);
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp64 Resolver::Result& pResult)
/frameworks/testing/androidtestlib/src/com/android/test/runner/
H A DAndroidJUnitRunner.java35 import org.junit.runner.Result;
207 Result result = testRunner.run(testRequest.getRequest());
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp506 // Step 1. calculate a Resolver::Result
508 Resolver::Result resolved_result;
629 Resolver::Result resolved_result;
712 Resolver::Result result;
821 // Result is <info, existent, override>
822 Resolver::Result result;
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs185 Getting a Result from the Activity
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp117 StrTy &Result) {
122 Result += (char)Record[i];
116 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
/frameworks/base/core/java/android/view/
H A DView.java11926 Interpolator.Result.FREEZE_END) {

Completed in 473 milliseconds

12