/frameworks/rs/driver/runtime/ |
D | rs_element.c | 8 rsElementGetSubElementCount(rs_element e) { in rsElementGetSubElementCount() 17 rsElementGetSubElement(rs_element e, uint32_t index) { in rsElementGetSubElement() 35 rsElementGetSubElementNameLength(rs_element e, uint32_t index) { in rsElementGetSubElementNameLength() 44 rsElementGetSubElementName(rs_element e, uint32_t index, char *name, uint32_t nameLength) { in rsElementGetSubElementName() 66 rsElementGetSubElementArraySize(rs_element e, uint32_t index) { in rsElementGetSubElementArraySize() 75 rsElementGetSubElementOffsetBytes(rs_element e, uint32_t index) { in rsElementGetSubElementOffsetBytes() 84 rsElementGetBytesSize(rs_element e) { in rsElementGetBytesSize() 93 rsElementGetDataType(rs_element e) { in rsElementGetDataType() 102 rsElementGetDataKind(rs_element e) { in rsElementGetDataKind() 111 rsElementGetVectorSize(rs_element e) { in rsElementGetVectorSize()
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
D | UncheckedThrow.java | 28 public static void throwAnyException(Exception e) { in throwAnyException() 40 public static void throwAnyException(Throwable e) { in throwAnyException() 49 private static<T extends Throwable> void throwAnyImpl(Throwable e) throws T { in throwAnyImpl()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 35 ScriptIntrinsic::ScriptIntrinsic(sp<RS> rs, int id, sp<const Element> e) in ScriptIntrinsic() 46 sp<ScriptIntrinsic3DLUT> ScriptIntrinsic3DLUT::create(const sp<RS>& rs, const sp<const Element>& e)… in create() 54 ScriptIntrinsic3DLUT::ScriptIntrinsic3DLUT(sp<RS> rs, sp<const Element> e) in ScriptIntrinsic3DLUT() 80 sp<ScriptIntrinsicBlend> ScriptIntrinsicBlend::create(const sp<RS>& rs, const sp<const Element>& e)… in create() 88 ScriptIntrinsicBlend::ScriptIntrinsicBlend(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicBlend() 215 sp<ScriptIntrinsicBlur> ScriptIntrinsicBlur::create(const sp<RS>& rs, const sp<const Element>& e) { in create() 224 ScriptIntrinsicBlur::ScriptIntrinsicBlur(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicBlur() 259 ScriptIntrinsicColorMatrix::ScriptIntrinsicColorMatrix(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicColorMatrix() 348 …nsicConvolve3x3> ScriptIntrinsicConvolve3x3::create(const sp<RS>& rs, const sp<const Element>& e) { in create() 364 ScriptIntrinsicConvolve3x3::ScriptIntrinsicConvolve3x3(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicConvolve3x3() [all …]
|
/frameworks/native/services/sensorservice/ |
D | SensorList.cpp | 56 handle, [] (const Entry& e) -> String8 {return e.si->getSensor().getName();}, in getName() 62 handle, [] (const Entry& e) -> String8 {return e.si->getSensor().getStringType();}, in getStringType() 68 handle, [] (const Entry& e) -> sp<SensorInterface> {return e.si;}, nullptr); in getInterface() 81 [&sensors] (const Entry& e) -> bool { in getUserSensors() 94 [&sensors] (const Entry& e) -> bool { in getUserDebugSensors() 107 [&sensors] (const Entry& e) -> bool { in getDynamicSensors() 120 [&sensors] (const Entry& e) -> bool { in getVirtualSensors()
|
/frameworks/base/core/java/android/view/ |
D | GestureDetector.java | 73 boolean onDown(@NonNull MotionEvent e); in onDown() 83 void onShowPress(@NonNull MotionEvent e); in onShowPress() 92 boolean onSingleTapUp(@NonNull MotionEvent e); in onSingleTapUp() 118 void onLongPress(@NonNull MotionEvent e); in onLongPress() 153 boolean onSingleTapConfirmed(@NonNull MotionEvent e); in onSingleTapConfirmed() 161 boolean onDoubleTap(@NonNull MotionEvent e); in onDoubleTap() 170 boolean onDoubleTapEvent(@NonNull MotionEvent e); in onDoubleTapEvent() 185 boolean onContextClick(@NonNull MotionEvent e); in onContextClick() 197 public boolean onSingleTapUp(@NonNull MotionEvent e) { in onSingleTapUp() 201 public void onLongPress(@NonNull MotionEvent e) { in onLongPress() [all …]
|
D | InputQueue.java | 47 private static native long nativeSendKeyEvent(long ptr, KeyEvent e, boolean preDispatch); in nativeSendKeyEvent() 48 private static native long nativeSendMotionEvent(long ptr, MotionEvent e); in nativeSendMotionEvent() 93 public void sendInputEvent(InputEvent e, Object token, boolean predispatch, in sendInputEvent() 109 ActiveInputEvent e = mActiveEventArray.valueAt(index); in finishInputEvent() local 118 ActiveInputEvent e = mActiveInputEventPool.acquire(); in obtainActiveInputEvent() local 127 private void recycleActiveInputEvent(ActiveInputEvent e) { in recycleActiveInputEvent()
|
/frameworks/native/libs/binder/ |
D | Binder.cpp | 336 Extras* e = getOrCreateExtras(); in attachObject() local 345 Extras* e = mExtras.load(std::memory_order_acquire); in findObject() local 353 Extras* e = mExtras.load(std::memory_order_acquire); in detachObject() local 361 Extras* e = getOrCreateExtras(); in withLock() local 375 Extras* e = mExtras.load(std::memory_order_acquire); in isRequestingSid() local 386 Extras* e = mExtras.load(std::memory_order_acquire); in setRequestingSid() local 402 Extras* e = mExtras.load(std::memory_order_acquire); in getExtension() local 424 Extras* e = mExtras.load(std::memory_order_acquire); in setMinSchedulerPolicy() local 441 Extras* e = mExtras.load(std::memory_order_acquire); in getMinSchedulerPolicy() local 447 Extras* e = mExtras.load(std::memory_order_acquire); in getMinSchedulerPriority() local [all …]
|
/frameworks/base/cmds/hid/src/com/android/commands/hid/ |
D | Hid.java | 75 Event e = null; in run() local 88 private void process(Event e) { in process() 110 private void registerDevice(Event e) { in registerDevice() 125 private static void error(String msg, Exception e) { in error()
|
/frameworks/base/cmds/uinput/src/com/android/commands/uinput/ |
D | Uinput.java | 84 Event e = null; in run() local 97 private void process(Event e) { in process() 119 private void registerDevice(Event e) { in registerDevice() 134 private static void error(String msg, Exception e) { in error()
|
/frameworks/base/services/backup/java/com/android/server/backup/keyvalue/ |
D | KeyValueBackupReporter.java | 122 void onInitializeTransportError(Exception e) { in onInitializeTransportError() 130 void onExtractPmAgentDataError(Exception e) { in onExtractPmAgentDataError() 163 void onBindAgentError(String packageName, SecurityException e) { in onBindAgentError() 193 void onCallAgentDoBackupError(String packageName, boolean callingAgent, Exception e) { in onCallAgentDoBackupError() 228 void onAgentDataError(String packageName, IOException e) { in onAgentDataError() 232 void onDigestError(NoSuchAlgorithmException e) { in onDigestError() 288 void onAgentDoQuotaExceededError(Exception e) { in onAgentDoQuotaExceededError() 315 void onPackageBackupTransportError(String packageName, Exception e) { in onPackageBackupTransportError() 380 void onTransportRequestBackupTimeError(Exception e) { in onTransportRequestBackupTimeError() 394 void onSetCurrentTokenError(Exception e) { in onSetCurrentTokenError() [all …]
|
/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
D | OmniFunction.java | 69 abstract R invoke(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in invoke() 156 public R apply(A a, B b, C c, D d, E e) { in apply() 161 public R apply(A a, B b, C c, D d, E e, F f) { in apply() 166 public R apply(A a, B b, C c, D d, E e, F f, G g) { in apply() 171 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply() 176 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in apply() 181 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j) { in apply() 186 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k) { in apply() 196 public void accept(A a, B b, C c, D d, E e) { in accept() 201 public void accept(A a, B b, C c, D d, E e, F f) { in accept() [all …]
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 148 for (unsigned i = 0, e = Str.size(); i != e; ++i) { in WriteStringRecord() local 167 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) { in WriteAttributeTable() local 169 for (unsigned i = 0, e = A.getNumSlots(); i != e; ++i) { in WriteAttributeTable() local 245 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) { in WriteTypeTable() local 283 for (unsigned i = 0, e = FT->getNumParams(); i != e; ++i) in WriteTypeTable() local 555 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i) { in WriteMDTuple() local 697 for (unsigned i = 0, e = MDs.size(); i != e; ++i) { in WriteFunctionLocalMetadata() local 732 for (unsigned i = 0, e = MDs.size(); i != e; ++i) { in WriteMetadataAttachment() local 755 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) { in WriteModuleMetadataStore() local 829 for (unsigned i = 0, e = AsmStr.size(); i != e; ++i) in WriteConstants() local [all …]
|
D | ValueEnumerator.cpp | 109 for (unsigned i = 0, e = MDs.size(); i != e; ++i) in ValueEnumerator() local 245 for (unsigned i = 0, e = MD->getNumOperands(); i != e; ++i) in EnumerateNamedMDNode() local 252 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i) { in EnumerateMDNodeOperands() local 348 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in EnumerateValue() local 422 for (unsigned i = 0, e = C->getNumOperands(); i != e; ++i) { in EnumerateOperandType() local 446 for (unsigned i = 0, e = PAL.getNumSlots(); i != e; ++i) { in EnumerateAttributes() local 508 for (unsigned i = 0, e = FnLocalMDVector.size(); i != e; ++i) in incorporateFunction() local 514 for (unsigned i = NumModuleValues, e = Values.size(); i != e; ++i) in purgeFunction() local 516 for (unsigned i = NumModuleMDs, e = MDs.size(); i != e; ++i) in purgeFunction() local 518 for (unsigned i = 0, e = BasicBlocks.size(); i != e; ++i) in purgeFunction() local
|
/frameworks/base/core/java/com/android/internal/os/ |
D | RpmStats.java | 38 PowerStatePlatformSleepState e = mPlatformLowPowerStats.get(name); in getAndUpdatePlatformState() local 52 PowerStateSubsystem e = mSubsystemLowPowerStats.get(name); in getSubsystem() local 83 PowerStateElement e = mVoters.get(name); in putVoter() local 103 PowerStateElement e = mStates.get(name); in putState() local
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 125 for (unsigned i = 0, e = Str.size(); i != e; ++i) { in WriteStringRecord() local 144 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) { in WriteAttributeTable() local 146 for (unsigned i = 0, e = A.getNumSlots(); i != e; ++i) { in WriteAttributeTable() local 175 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) { in WriteTypeSymbolTable() local 192 for (unsigned i = 0, e = Str.size(); i != e; ++i) { in WriteTypeSymbolTable() local 260 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) { in WriteTypeTable() local 298 for (unsigned i = 0, e = FT->getNumParams(); i != e; ++i) in WriteTypeTable() local 557 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i) { in WriteMDTuple() local 699 for (unsigned i = 0, e = MDs.size(); i != e; ++i) { in WriteFunctionLocalMetadata() local 734 for (unsigned i = 0, e = MDs.size(); i != e; ++i) { in WriteMetadataAttachment() local [all …]
|
D | ValueEnumerator.cpp | 109 for (unsigned i = 0, e = MDs.size(); i != e; ++i) in ValueEnumerator() local 245 for (unsigned i = 0, e = MD->getNumOperands(); i != e; ++i) in EnumerateNamedMDNode() local 252 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i) { in EnumerateMDNodeOperands() local 348 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in EnumerateValue() local 422 for (unsigned i = 0, e = C->getNumOperands(); i != e; ++i) { in EnumerateOperandType() local 446 for (unsigned i = 0, e = PAL.getNumSlots(); i != e; ++i) { in EnumerateAttributes() local 508 for (unsigned i = 0, e = FnLocalMDVector.size(); i != e; ++i) in incorporateFunction() local 514 for (unsigned i = NumModuleValues, e = Values.size(); i != e; ++i) in purgeFunction() local 516 for (unsigned i = NumModuleMDs, e = MDs.size(); i != e; ++i) in purgeFunction() local 518 for (unsigned i = 0, e = BasicBlocks.size(); i != e; ++i) in purgeFunction() local
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 148 for (unsigned i = 0, e = Str.size(); i != e; ++i) { in WriteStringRecord() local 167 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) { in WriteAttributeTable() local 169 for (unsigned i = 0, e = A.getNumSlots(); i != e; ++i) { in WriteAttributeTable() local 247 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) { in WriteTypeTable() local 285 for (unsigned i = 0, e = FT->getNumParams(); i != e; ++i) in WriteTypeTable() local 585 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i) { in WriteMDTuple() local 727 for (unsigned i = 0, e = MDs.size(); i != e; ++i) { in WriteFunctionLocalMetadata() local 762 for (unsigned i = 0, e = MDs.size(); i != e; ++i) { in WriteMetadataAttachment() local 785 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) { in WriteModuleMetadataStore() local 867 for (unsigned i = 0, e = AsmStr.size(); i != e; ++i) in WriteConstants() local [all …]
|
D | ValueEnumerator.cpp | 109 for (unsigned i = 0, e = MDs.size(); i != e; ++i) in ValueEnumerator() local 245 for (unsigned i = 0, e = MD->getNumOperands(); i != e; ++i) in EnumerateNamedMDNode() local 252 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i) { in EnumerateMDNodeOperands() local 348 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in EnumerateValue() local 422 for (unsigned i = 0, e = C->getNumOperands(); i != e; ++i) { in EnumerateOperandType() local 446 for (unsigned i = 0, e = PAL.getNumSlots(); i != e; ++i) { in EnumerateAttributes() local 508 for (unsigned i = 0, e = FnLocalMDVector.size(); i != e; ++i) in incorporateFunction() local 514 for (unsigned i = NumModuleValues, e = Values.size(); i != e; ++i) in purgeFunction() local 516 for (unsigned i = NumModuleMDs, e = MDs.size(); i != e; ++i) in purgeFunction() local 518 for (unsigned i = 0, e = BasicBlocks.size(); i != e; ++i) in purgeFunction() local
|
/frameworks/native/cmds/lshal/ |
D | Lshal.cpp | 58 for (const auto& e : mRegisteredCommands) f(e.get()); in forEachCommand() local 67 forEachCommand([&](const Command* e) { in usage() 71 forEachCommand([&](const Command* e) { in usage() 81 forEachCommand([&](const Command* e) { in usage() 203 for (const auto& e : mRegisteredCommands) { in selectCommand() local
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
D | AssociationServiceException.java | 28 public AssociationServiceException(String msg, Exception e) { in AssociationServiceException() 32 public AssociationServiceException(Exception e) { in AssociationServiceException()
|
/frameworks/compile/mclinker/lib/LD/ |
D | EhFrame.cpp | 155 for (const_cie_iterator i = cie_begin(), e = cie_end(); i != e; ++i) in numOfFDEs() local 183 for (cie_iterator i = pFrame.cie_begin(), e = pFrame.cie_end(); i != e; ++i) { in merge() local 211 for (cie_iterator i = cie_begin(), e = cie_end(); i != e; ++i) { in setupAttributes() local 253 for (fde_iterator i = pCIE.begin(), e = pCIE.end(); i != e; ++i) { in removeDiscardedFDE() local 273 e = to_be_removed_fdes.end(); in removeDiscardedFDE() local 305 for (fde_iterator i = pInCIE.begin(), e = pInCIE.end(); i != e; ++i) in removeAndUpdateCIEForFDE() local 337 for (fde_iterator i = pInCIE.begin(), e = pInCIE.end(); i != e; ++i) { in moveInputFragments() local 347 for (fde_iterator i = pInCIE.begin(), e = pInCIE.end(); i != e; ++i) { in moveInputFragments() local 358 for (SectionData::iterator i = frag_list.begin(), e = frag_list.end(); i != e; in computeOffsetSize() local
|
/frameworks/rs/driver/ |
D | rsdElement.cpp | 25 bool rsdElementInit(const Context *, const Element *e) { in rsdElementInit() 29 void rsdElementDestroy(const Context *rsc, const Element *e) { in rsdElementDestroy()
|
/frameworks/base/core/tests/coretests/src/android/content/integrity/ |
D | IntegrityUtilsTest.java | 48 Exception e = in testInvalidHexDigest_mustHaveEvenLength() local 57 Exception e = in testInvalidHexDigest_invalidHexChar() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
D | NotificationHelper.java | 104 public static boolean isMissedCall(NotificationEntry e) { in isMissedCall() 114 private static boolean hasContent(NotificationEntry e) { in hasContent() 124 public static boolean isValid(NotificationEntry e) { in isValid() 131 public static boolean isMissedCallOrHasContent(NotificationEntry e) { in isMissedCallOrHasContent()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsic3DLUT.java | 39 protected ScriptIntrinsic3DLUT(long id, RenderScript rs, Element e) { in ScriptIntrinsic3DLUT() 54 public static ScriptIntrinsic3DLUT create(RenderScript rs, Element e) { in create()
|