Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/frameworks/rs/driver/runtime/
Drs_element.c8 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/
DUncheckedThrow.java28 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/
DScriptIntrinsics.cpp35 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/
DSensorList.cpp54 handle, [] (const Entry& e) -> String8 {return e.si->getSensor().getName();}, in getName()
60 handle, [] (const Entry& e) -> sp<SensorInterface> {return e.si;}, nullptr); in getInterface()
73 [&sensors] (const Entry& e) -> bool { in getUserSensors()
86 [&sensors] (const Entry& e) -> bool { in getUserDebugSensors()
99 [&sensors] (const Entry& e) -> bool { in getDynamicSensors()
112 [&sensors] (const Entry& e) -> bool { in getVirtualSensors()
/frameworks/base/core/java/android/view/
DGestureDetector.java67 boolean onDown(MotionEvent e); in onDown()
77 void onShowPress(MotionEvent e); in onShowPress()
86 boolean onSingleTapUp(MotionEvent e); in onSingleTapUp()
111 void onLongPress(MotionEvent e); in onLongPress()
145 boolean onSingleTapConfirmed(MotionEvent e); in onSingleTapConfirmed()
153 boolean onDoubleTap(MotionEvent e); in onDoubleTap()
162 boolean onDoubleTapEvent(MotionEvent e); in onDoubleTapEvent()
177 boolean onContextClick(MotionEvent e); in onContextClick()
189 public boolean onSingleTapUp(MotionEvent e) { in onSingleTapUp()
193 public void onLongPress(MotionEvent e) { in onLongPress()
[all …]
DInputQueue.java46 private static native long nativeSendKeyEvent(long ptr, KeyEvent e, boolean preDispatch); in nativeSendKeyEvent()
47 private static native long nativeSendMotionEvent(long ptr, MotionEvent e); in nativeSendMotionEvent()
92 public void sendInputEvent(InputEvent e, Object token, boolean predispatch, in sendInputEvent()
108 ActiveInputEvent e = mActiveEventArray.valueAt(index); in finishInputEvent() local
117 ActiveInputEvent e = mActiveInputEventPool.acquire(); in obtainActiveInputEvent() local
126 private void recycleActiveInputEvent(ActiveInputEvent e) { in recycleActiveInputEvent()
/frameworks/base/cmds/hid/src/com/android/commands/hid/
DHid.java80 Event e = null; in run() local
93 private void process(Event e) { in process()
115 private void registerDevice(Event e) { in registerDevice()
130 private static void error(String msg, Exception e) { in error()
/frameworks/native/libs/binder/
DBinder.cpp225 Extras* e = getOrCreateExtras(); in attachObject() local
234 Extras* e = mExtras.load(std::memory_order_acquire); in findObject() local
243 Extras* e = mExtras.load(std::memory_order_acquire); in detachObject() local
257 Extras* e = mExtras.load(std::memory_order_acquire); in isRequestingSid() local
264 Extras* e = mExtras.load(std::memory_order_acquire); in setRequestingSid() local
280 Extras* e = mExtras.load(std::memory_order_acquire); in getExtension() local
298 Extras* e = mExtras.load(std::memory_order_acquire); in setMinSchedulerPolicy() local
315 Extras* e = mExtras.load(std::memory_order_acquire); in getMinSchedulerPolicy() local
321 Extras* e = mExtras.load(std::memory_order_acquire); in getMinSchedulerPriority() local
331 Extras* e = getOrCreateExtras(); in setExtension() local
[all …]
/frameworks/base/services/backup/java/com/android/server/backup/keyvalue/
DKeyValueBackupReporter.java122 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/services/core/java/com/android/server/pm/
DPackageManagerException.java43 public PackageManagerException(Throwable e) { in PackageManagerException()
48 public static PackageManagerException from(PackageParserException e) in from()
53 public static PackageManagerException from(InstallerException e) in from()
/frameworks/base/core/java/com/android/internal/os/
DRpmStats.java38 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_func/
DBitcodeWriter.cpp148 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 …]
DValueEnumerator.cpp109 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_2_9/
DBitcodeWriter.cpp125 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 …]
DValueEnumerator.cpp109 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/util/function/pooled/
DOmniFunction.java58 abstract R invoke(A a, B b, C c, D d, E e, F f, G g, H h, I i); in invoke()
130 public R apply(A a, B b, C c, D d, E e) { in apply()
135 public R apply(A a, B b, C c, D d, E e, F f) { in apply()
140 public R apply(A a, B b, C c, D d, E e, F f, G g) { in apply()
145 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply()
150 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in apply()
160 public void accept(A a, B b, C c, D d, E e) { in accept()
165 public void accept(A a, B b, C c, D d, E e, F f) { in accept()
170 public void accept(A a, B b, C c, D d, E e, F f, G g) { in accept()
175 public void accept(A a, B b, C c, D d, E e, F f, G g, H h) { in accept()
[all …]
/frameworks/ml/nn/common/
DGraphDump.cpp151 for (unsigned i = 0, e = model.main.inputIndexes.size(); i < e; i++) { in graphDump() local
154 for (unsigned i = 0, e = model.main.outputIndexes.size(); i < e; i++) { in graphDump() local
165 for (unsigned i = 0, e = model.main.operands.size(); i < e; i++) { in graphDump() local
210 for (unsigned i = 0, e = opnd.dimensions.size(); i < e; i++) { in graphDump() local
222 for (unsigned i = 0, e = model.main.operations.size(); i < e; i++) { in graphDump() local
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp148 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 …]
DValueEnumerator.cpp109 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/packages/StatementService/src/com/android/statementservice/retriever/
DAssociationServiceException.java28 public AssociationServiceException(String msg, Exception e) { in AssociationServiceException()
32 public AssociationServiceException(Exception e) { in AssociationServiceException()
/frameworks/compile/mclinker/lib/LD/
DEhFrame.cpp155 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/base/services/core/java/com/android/server/stats/
DStatsCompanionService.java785 StatsLogEventWrapper e = new StatsLogEventWrapper(tag, elapsedNanos, wallClockNanos); in addNetworkStats() local
869 StatsLogEventWrapper e = new StatsLogEventWrapper(tagId, elapsedNanos, wallClockNanos); in pullKernelWakelock() local
957 StatsLogEventWrapper e = new StatsLogEventWrapper(tagId, elapsedNanos, in pullBluetoothBytesTransfer() local
998 StatsLogEventWrapper e = new StatsLogEventWrapper(tagId, elapsedNanos, in pullCpuTimePerFreq() local
1014 StatsLogEventWrapper e = new StatsLogEventWrapper(tagId, elapsedNanos, wallClockNanos); in pullKernelUidCpuTime() local
1028 StatsLogEventWrapper e = new StatsLogEventWrapper(tagId, elapsedNanos, in pullKernelUidCpuFreqTime() local
1044 StatsLogEventWrapper e = new StatsLogEventWrapper(tagId, elapsedNanos, in pullKernelUidCpuClusterTime() local
1058 StatsLogEventWrapper e = new StatsLogEventWrapper(tagId, elapsedNanos, wallClockNanos); in pullKernelUidCpuActiveTime() local
1081 StatsLogEventWrapper e = new StatsLogEventWrapper(tagId, elapsedNanos, in pullWifiActivityInfo() local
1113 StatsLogEventWrapper e = new StatsLogEventWrapper(tagId, elapsedNanos, wallClockNanos); in pullModemActivityInfo() local
[all …]
/frameworks/rs/driver/
DrsdElement.cpp25 bool rsdElementInit(const Context *, const Element *e) { in rsdElementInit()
29 void rsdElementDestroy(const Context *rsc, const Element *e) { in rsdElementDestroy()
/frameworks/native/cmds/lshal/
DLshal.cpp58 for (const auto& e : mRegisteredCommands) f(e.get()); in forEachCommand() local
66 forEachCommand([&](const Command* e) { in usage()
70 forEachCommand([&](const Command* e) { in usage()
80 forEachCommand([&](const Command* e) { in usage()
204 for (const auto& e : mRegisteredCommands) { in selectCommand() local
/frameworks/native/libs/ui/tests/
DBufferHubEventFd_test.cpp52 epoll_event e = {.events = EPOLLIN | EPOLLET, .data = {.u32 = 0}}; in TEST_F() local
93 epoll_event e = {.events = EPOLLIN | EPOLLET, .data = {.u32 = 0}}; in TEST_F() local
110 epoll_event e = {.events = EPOLLIN | EPOLLET, .data = {.u32 = 0}}; in TEST_F() local
125 epoll_event e = {.events = EPOLLIN | EPOLLET, .data = {.u32 = 0}}; in TEST_F() local
141 epoll_event e = {.events = EPOLLIN | EPOLLET, .data = {.u32 = 0}}; in TEST_F() local
160 epoll_event e = {.events = EPOLLIN | EPOLLET, .data = {.u32 = 0}}; in TEST_F() local
177 epoll_event e = {.events = EPOLLIN | EPOLLET, .data = {.u32 = 0}}; in TEST_F() local
209 epoll_event e = {.events = EPOLLIN | EPOLLET, .data = {.u32 = 0}}; in TEST_F() local
360 epoll_event e = {.events = EPOLLIN | EPOLLET, .data = {.u32 = 0}}; in TEST_F() local

12345678910>>...17