/aosp12/hardware/st/nfc/1.0/hal/ |
H A D | halcore.c | 154 HalInstance* inst = calloc(1, sizeof(HalInstance)); in HalCreate() local 249 HalInstance* inst = (HalInstance*)hHAL; in HalDestroy() local 283 HalInstance* inst = (HalInstance*)hHAL; in HalSendDownstream() local 322 HalInstance* inst = (HalInstance*)hHAL; in HalSendDownstreamTimer() local 361 HalInstance* inst = (HalInstance*)hHAL; in HalSendDownstreamStopTimer() local 376 HalInstance* inst = (HalInstance*)hHAL; in HalSendUpstream() local 466 static void HalStopTimer(HalInstance* inst) in HalStopTimer() 575 static HalBuffer* HalAllocBuffer(HalInstance* inst) in HalAllocBuffer() 633 static void Hal_event_handler(HalInstance* inst, HalEvent e) in Hal_event_handler() 681 HalInstance* inst = (HalInstance*)arg; in HalWorkerThread() local [all …]
|
/aosp12/hardware/st/nfc/st21nfc/hal/ |
H A D | halcore.cc | 266 HalInstance* inst = (HalInstance*)hHAL; in HalDestroy() local 301 HalInstance* inst = (HalInstance*)hHAL; in HalSendDownstream() local 341 HalInstance* inst = (HalInstance*)hHAL; in HalSendDownstreamTimer() local 370 HalInstance* inst = (HalInstance*)hHAL; in HalSendDownstreamTimer() local 391 HalInstance* inst = (HalInstance*)hHAL; in HalSendDownstreamStopTimer() local 404 HalInstance* inst = (HalInstance*)hHAL; in HalSendUpstream() local 490 static void HalStopTimer(HalInstance* inst) { in HalStopTimer() 594 static HalBuffer* HalAllocBuffer(HalInstance* inst) { in HalAllocBuffer() 650 static void Hal_event_handler(HalInstance* inst, HalEvent e) { in Hal_event_handler() 695 HalInstance* inst = (HalInstance*)arg; in HalWorkerThread() local [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
H A D | ListEmptyViewTest.java | 56 Instrumentation inst = getInstrumentation(); in testZeroToOne() local 66 Instrumentation inst = getInstrumentation(); in testZeroToOneForwardBack() local 88 Instrumentation inst = getInstrumentation(); in testZeroToManyToZero() local
|
H A D | ListManagedCursorTest.java | 60 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local 78 Instrumentation inst = getInstrumentation(); in testKeyScrollingToTouchMode() local 91 public int arrowScroll(Instrumentation inst) { in arrowScroll()
|
/aosp12/art/runtime/interpreter/mterp/ |
H A D | mterp.cc | 208 const Instruction* inst = Instruction::At(dex_pc_ptr); in MTERP_INVOKE() local 219 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokePolymorphic() local 230 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeCustomRange() local 241 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokePolymorphicRange() local 385 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpAputObject() local 404 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpFilledNewArray() local 429 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpFilledNewArrayRange() local 454 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpNewArray() local 500 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpCheckBefore() local 609 ALWAYS_INLINE void MterpFieldAccess(Instruction* inst, in MterpFieldAccess() [all …]
|
H A D | nterp.cc | 235 const Instruction* inst = Instruction::At(dex_pc_ptr); in NterpGetShortyFromInvokePolymorphic() local 245 const Instruction* inst = Instruction::At(dex_pc_ptr); in NterpGetShortyFromInvokeCustom() local 257 const Instruction* inst = Instruction::At(dex_pc_ptr); in NterpGetMethod() local 466 const Instruction* inst = Instruction::At(dex_pc_ptr); in NterpGetStaticField() local 509 const Instruction* inst = Instruction::At(dex_pc_ptr); in NterpGetInstanceFieldOffset() local 538 const Instruction* inst = Instruction::At(dex_pc_ptr); in NterpGetClassOrAllocateObject() local 592 const Instruction* inst = Instruction::At(dex_pc_ptr); in NterpLoadObject() local 637 const Instruction* inst = Instruction::At(dex_pc_ptr); in DoFilledNewArray() local
|
/aosp12/art/tools/ahat/src/main/com/android/ahat/ |
H A D | ObjectHandler.java | 58 AhatInstance inst = mSnapshot.findInstance(id); in handle() local 114 private static void printClassInstanceFields(Doc doc, Query query, AhatClassInstance inst) { in printClassInstanceFields() 223 private static void printReferences(Doc doc, Query query, AhatInstance inst) { in printReferences() 239 private void printAllocationSite(Doc doc, Query query, AhatInstance inst) { in printAllocationSite() 246 private static void printBitmap(Doc doc, AhatInstance inst) { in printBitmap() 255 private void printGcRootPath(Doc doc, Query query, AhatInstance inst) { in printGcRootPath() 301 public void printDominatedObjects(Doc doc, Query query, AhatInstance inst) { in printDominatedObjects()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | KeyUtils.java | 40 final Instrumentation inst = test.getInstrumentation(); in tapMenuKey() local 53 final Instrumentation inst = test.getInstrumentation(); in chordMenuKey() local 72 final Instrumentation inst = test.getInstrumentation(); in longClick() local
|
/aosp12/art/runtime/verifier/ |
H A D | register_line.cc | 49 const RegType& RegisterLine::GetInvocationThis(MethodVerifier* verifier, const Instruction* inst, in GetInvocationThis() 198 void RegisterLine::CheckUnaryOp(MethodVerifier* verifier, const Instruction* inst, in CheckUnaryOp() 205 void RegisterLine::CheckUnaryOpWide(MethodVerifier* verifier, const Instruction* inst, in CheckUnaryOpWide() 213 void RegisterLine::CheckUnaryOpToWide(MethodVerifier* verifier, const Instruction* inst, in CheckUnaryOpToWide() 221 void RegisterLine::CheckUnaryOpFromWide(MethodVerifier* verifier, const Instruction* inst, in CheckUnaryOpFromWide() 229 void RegisterLine::CheckBinaryOp(MethodVerifier* verifier, const Instruction* inst, in CheckBinaryOp() 251 void RegisterLine::CheckBinaryOpWide(MethodVerifier* verifier, const Instruction* inst, in CheckBinaryOpWide() 261 void RegisterLine::CheckBinaryOpWideShift(MethodVerifier* verifier, const Instruction* inst, in CheckBinaryOpWideShift() 270 void RegisterLine::CheckBinaryOp2addr(MethodVerifier* verifier, const Instruction* inst, in CheckBinaryOp2addr() 291 void RegisterLine::CheckBinaryOp2addrWide(MethodVerifier* verifier, const Instruction* inst, in CheckBinaryOp2addrWide() [all …]
|
/aosp12/packages/apps/Camera2/tests/src/com/android/camera/stress/ |
H A D | VideoCapture.java | 69 public void captureVideos(String reportTag, Instrumentation inst) throws Exception{ in captureVideos() 86 Instrumentation inst = getInstrumentation(); in testBackVideoCapture() local 100 Instrumentation inst = getInstrumentation(); in testFrontVideoCapture() local
|
H A D | ImageCapture.java | 68 public void captureImages(String reportTag, Instrumentation inst) { in captureImages() 93 Instrumentation inst = getInstrumentation(); in testBackImageCapture() local 107 Instrumentation inst = getInstrumentation(); in testFrontImageCapture() local
|
/aosp12/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/ |
H A D | VideoCapture.java | 72 public void captureVideos(String reportTag, Instrumentation inst) throws Exception{ in captureVideos() 90 Instrumentation inst = getInstrumentation(); in testBackVideoCapture() local 105 Instrumentation inst = getInstrumentation(); in testFrontVideoCapture() local
|
H A D | ImageCapture.java | 70 public void captureImages(String reportTag, Instrumentation inst) { in captureImages() 96 Instrumentation inst = getInstrumentation(); in testBackImageCapture() local 111 Instrumentation inst = getInstrumentation(); in testFrontImageCapture() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/ |
H A D | SdpManager.java | 169 boolean add(SdpSearchInstance inst) { in add() 173 boolean remove(SdpSearchInstance inst) { in remove() 248 SdpSearchInstance inst = sSdpSearchTracker.getSearchInstance(address, uuid); in sdpMasRecordFoundCallback() local 274 SdpSearchInstance inst = sSdpSearchTracker.getSearchInstance(address, uuid); in sdpMnsRecordFoundCallback() local 299 SdpSearchInstance inst = sSdpSearchTracker.getSearchInstance(address, uuid); in sdpPseRecordFoundCallback() local 325 SdpSearchInstance inst = sSdpSearchTracker.getSearchInstance(address, uuid); in sdpOppOpsRecordFoundCallback() local 351 SdpSearchInstance inst = sSdpSearchTracker.getSearchInstance(address, uuid); in sdpSapsRecordFoundCallback() local 378 SdpSearchInstance inst = sSdpSearchTracker.getSearchInstance(address, uuid); in sdpDipRecordFoundCallback() local 409 SdpSearchInstance inst = sSdpSearchTracker.getSearchInstance(address, uuid); in sdpRecordFoundCallback() local 446 SdpSearchInstance inst = new SdpSearchInstance(0, device, uuid); in sdpSearch() local [all …]
|
/aosp12/packages/apps/LegacyCamera/tests/src/com/android/camera/power/ |
H A D | ImageAndVideoCapture.java | 77 Instrumentation inst = getInstrumentation(); in testCapture5Image() local 95 Instrumentation inst = getInstrumentation(); in testCapture5Videos() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/provider/ |
H A D | FontsContractE2ETest.java | 116 Instrumentation inst = InstrumentationRegistry.getInstrumentation(); in typefaceCacheTest() local 155 Instrumentation inst = InstrumentationRegistry.getInstrumentation(); in typefaceNotCacheTest() local 178 Instrumentation inst = InstrumentationRegistry.getInstrumentation(); in typefaceNullFdTest() local
|
/aosp12/frameworks/base/media/mca/tests/src/android/camera/mediaeffects/tests/functional/ |
H A D | EffectsVideoCapture.java | 42 private void captureVideos(String reportTag, Instrumentation inst) throws Exception{ in captureVideos() 58 Instrumentation inst = getInstrumentation(); in testBackEffectsVideoCapture() local
|
/aosp12/art/compiler/optimizing/ |
H A D | constant_folding.cc | 91 void HConstantFoldingVisitor::VisitUnaryOperation(HUnaryOperation* inst) { in VisitUnaryOperation() 101 void HConstantFoldingVisitor::VisitBinaryOperation(HBinaryOperation* inst) { in VisitBinaryOperation() 114 void HConstantFoldingVisitor::VisitTypeConversion(HTypeConversion* inst) { in VisitTypeConversion() 124 void HConstantFoldingVisitor::VisitDivZeroCheck(HDivZeroCheck* inst) { in VisitDivZeroCheck()
|
H A D | constant_folding_test.cc | 125 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local 186 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local 247 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local 397 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local 460 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local 524 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local 709 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0); in TEST_F() local
|
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
H A D | ContentObserverController.java | 235 JobInstance inst = mJobs.valueAt(i); in onChange() local 410 JobInstance inst = obs.mJobs.valueAt(j); in dumpControllerStateLocked() local 430 JobInstance inst = obs.mJobs.valueAt(j); in dumpControllerStateLocked() local 506 JobInstance inst = obs.mJobs.valueAt(j); in dumpControllerStateLocked() local 527 JobInstance inst = obs.mJobs.valueAt(j); in dumpControllerStateLocked() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
H A D | GridScrollListenerTest.java | 60 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local 100 Instrumentation inst = getInstrumentation(); in testTouchScrolling() local
|
/aosp12/art/tools/dexanalyze/ |
H A D | dexanalyze_experiments.cc | 45 uint16_t NumberOfArgs(const Instruction& inst) { in NumberOfArgs() 49 uint16_t DexMethodIndex(const Instruction& inst) { in DexMethodIndex() 298 auto ProcessStaticField = [&](const Instruction& inst, in ProcessDexFile() 300 /*inout*/ StaticFieldAccessStats* stats) { in ProcessDexFile() 321 for (const DexInstructionPcPair& inst : code_item) { in ProcessDexFile() local 580 for (const DexInstructionPcPair& inst : method.GetInstructions()) { in ProcessDexFile() local
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter_intrinsics.cc | 183 const Instruction* inst, in MterpStringCharAt() 207 const Instruction* inst, in MterpStringCompareTo() 295 const Instruction* inst, in MterpStringEquals() 425 const Instruction* inst, in MterpHandleIntrinsic()
|
H A D | interpreter_common.h | 230 const Instruction* inst, in DoInvoke() 434 const Instruction* inst, in DoInvokeCustom() 487 ALWAYS_INLINE bool DoFieldGet(Thread* self, ShadowFrame& shadow_frame, const Instruction* inst, in DoFieldGet() 585 const Instruction* inst, uint16_t inst_data) in DoFieldPut() 734 static inline int32_t DoPackedSwitch(const Instruction* inst, const ShadowFrame& shadow_frame, in DoPackedSwitch() 762 static inline int32_t DoSparseSwitch(const Instruction* inst, const ShadowFrame& shadow_frame, in DoSparseSwitch() 814 static inline void TraceExecution(const ShadowFrame& shadow_frame, const Instruction* inst, in TraceExecution()
|
/aosp12/art/dexdump/ |
H A D | dexdump_cfg.cc | 46 const Instruction* inst = &pair.Inst(); in DumpMethodCFG() local 164 const Instruction* inst = &pair.Inst(); in DumpMethodCFG() local 294 const Instruction* inst = &accessor.InstructionAt(dex_pc); in DumpMethodCFG() local
|