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

123

/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/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/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/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/compile/mclinker/include/mcld/LD/
H A DRelocator.h33 enum Result { OK, BadReloc, Overflow, Unsupported, Unknown }; enum in class:mcld::Relocator
41 virtual Result applyRelocation(Relocation& pRelocation) = 0;
H A DNamePool.h75 Resolver::Result& pResult);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFunctions.h13 static X86Relocator::Result Name(Relocation& pEntry, \
80 static X86Relocator::Result Name(Relocation& pEntry, \
H A DX86Relocator.h67 virtual Result applyRelocation(Relocation& pRelocation) = 0;
129 Result applyRelocation(Relocation& pRelocation);
193 Result applyRelocation(Relocation& pRelocation);
H A DX86Relocator.cpp136 typedef Relocator::Result (*X86_32ApplyFunctionType)(Relocation& pReloc,
278 Relocator::Result X86_32Relocator::applyRelocation(Relocation& pRelocation) {
855 Relocator::Result none(Relocation& pReloc, X86_32Relocator& pParent) {
862 Relocator::Result abs(Relocation& pReloc, X86_32Relocator& pParent) {
899 Relocator::Result rel(Relocation& pReloc, X86_32Relocator& pParent) {
933 Relocator::Result gotoff32(Relocation& pReloc, X86_32Relocator& pParent) {
943 Relocator::Result gotpc32(Relocation& pReloc, X86_32Relocator& pParent) {
952 Relocator::Result got32(Relocation& pReloc, X86_32Relocator& pParent) {
973 Relocator::Result plt32(Relocation& pReloc, X86_32Relocator& pParent) {
987 Relocator::Result tls_g
[all...]
/frameworks/compile/mclinker/unittests/
H A DNamePoolTest.cpp72 Resolver::Result result1;
85 Resolver::Result result2;
109 Resolver::Result result1;
122 Resolver::Result result2;
128 Resolver::Result result3;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java28 import com.android.ide.common.rendering.api.Result;
29 import com.android.ide.common.rendering.api.Result.Status;
96 import static com.android.ide.common.rendering.api.Result.Status.ERROR_ANIM_NOT_FOUND;
97 import static com.android.ide.common.rendering.api.Result.Status.ERROR_INFLATION;
98 import static com.android.ide.common.rendering.api.Result.Status.ERROR_NOT_INFLATED;
99 import static com.android.ide.common.rendering.api.Result.Status.ERROR_UNKNOWN;
100 import static com.android.ide.common.rendering.api.Result.Status.ERROR_VIEWGROUP_NO_CHILDREN;
101 import static com.android.ide.common.rendering.api.Result.Status.SUCCESS;
163 public Result init(long timeout) {
164 Result resul
[all...]
H A DRenderDrawable.java22 import com.android.ide.common.rendering.api.Result;
23 import com.android.ide.common.rendering.api.Result.Status;
64 public Result render() {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp120 typedef Relocator::Result (*ApplyFunctionType)(MipsRelocationInfo&,
146 Relocator::Result MipsRelocator::applyRelocation(Relocation& pReloc) {
162 Result res = triple.func(info, *this);
743 static MipsRelocator::Result none(MipsRelocationInfo& pReloc,
749 static MipsRelocator::Result abs32(MipsRelocationInfo& pReloc,
780 static MipsRelocator::Result rel26(MipsRelocationInfo& pReloc,
803 static MipsRelocator::Result hi16(MipsRelocationInfo& pReloc,
825 static MipsRelocator::Result lo16(MipsRelocationInfo& pReloc,
849 static MipsRelocator::Result gprel16(MipsRelocationInfo& pReloc,
869 static MipsRelocator::Result got1
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h64 Result applyRelocation(Relocation& pRelocation);
H A DARMRelocator.cpp282 typedef Relocator::Result (*ApplyFunctionType)(Relocation& pReloc,
307 Relocator::Result ARMRelocator::applyRelocation(Relocation& pRelocation) {
782 ARMRelocator::Result none(Relocation& pReloc, ARMRelocator& pParent) {
787 ARMRelocator::Result abs32(Relocation& pReloc, ARMRelocator& pParent) {
824 ARMRelocator::Result rel32(Relocation& pReloc, ARMRelocator& pParent) {
848 ARMRelocator::Result base_prel(Relocation& pReloc, ARMRelocator& pParent) {
856 ARMRelocator::Result gotoff32(Relocation& pReloc, ARMRelocator& pParent) {
869 ARMRelocator::Result got_brel(Relocation& pReloc, ARMRelocator& pParent) {
887 ARMRelocator::Result got_prel(Relocation& pReloc, ARMRelocator& pParent) {
906 ARMRelocator::Result thm_jump
[all...]
H A DARMRelocationFunctions.h13 static ARMRelocator::Result Name(Relocation& pEntry, ARMRelocator& pParent);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java24 import com.android.ide.common.rendering.api.Result;
25 import com.android.ide.common.rendering.api.Result.Status;
62 import static com.android.ide.common.rendering.api.Result.Status.ERROR_UNKNOWN;
63 import static com.android.ide.common.rendering.api.Result.Status.SUCCESS;
420 Result lastResult = SUCCESS.createResult();
449 public Result renderDrawable(DrawableParams params) {
451 Result lastResult = SUCCESS.createResult();
484 public Result getViewParent(Object viewObject) {
493 public Result getViewIndex(Object viewObject) {
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp34 typedef Relocator::Result (*ApplyFunctionType)(Relocation& pReloc,
72 Relocator::Result AArch64Relocator::applyRelocation(Relocation& pRelocation) {
424 Relocator::Result none(Relocation& pReloc, AArch64Relocator& pParent) {
428 Relocator::Result unsupported(Relocation& pReloc, AArch64Relocator& pParent) {
435 Relocator::Result abs(Relocation& pReloc, AArch64Relocator& pParent) {
481 Relocator::Result rel(Relocation& pReloc, AArch64Relocator& pParent) {
514 Relocator::Result add_abs_lo12(Relocation& pReloc, AArch64Relocator& pParent) {
526 Relocator::Result adr_prel_lo21(Relocation& pReloc, AArch64Relocator& pParent) {
544 Relocator::Result adr_prel_pg_hi21(Relocation& pReloc,
564 Relocator::Result cal
[all...]
H A DAArch64Relocator.h65 Result applyRelocation(Relocation& pRelocation);
/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/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocationFunctions.h40 static HexagonRelocator::Result Name(Relocation& pEntry, \
H A DHexagonRelocator.h70 Result applyRelocation(Relocation& pRelocation);
H A DHexagonRelocator.cpp127 typedef Relocator::Result (*ApplyFunctionType)(Relocation& pReloc,
176 Relocator::Result HexagonRelocator::applyRelocation(Relocation& pRelocation) {
499 Relocator::Result none(Relocation& pReloc, HexagonRelocator& pParent) {
506 Relocator::Result applyAbs(Relocation& pReloc) {
584 Relocator::Result applyRel(Relocation& pReloc, int64_t pResult) {
695 Relocator::Result relocAbs(Relocation& pReloc, HexagonRelocator& pParent) {
735 Relocator::Result relocPCREL(Relocation& pReloc, HexagonRelocator& pParent) {
767 Relocator::Result relocGPREL(Relocation& pReloc, HexagonRelocator& pParent) {
817 Relocator::Result relocPLTB22PCREL(Relocation& pReloc,
835 Relocator::Result relocGO
[all...]
/frameworks/base/core/jni/android/graphics/
H A DInterpolator.cpp54 SkInterpolatorBase::Result result;
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp97 Relocator::Result result = pRelocator.applyRelocation(*this);

Completed in 2743 milliseconds

123