/packages/services/Car/tools/hidl_parser/ |
D | parser.py | 48 def t_COMMENT(t): argument 60 def t_IDENTIFIER(t): argument 62 if t.value == 'package': 63 t.type = 'package' 64 elif t.value == 'import': 65 t.type = 'import' 66 elif t.value == 'enum': 67 t.type = 'enum' 68 elif t.value == 'struct': 69 t.type = 'struct' [all …]
|
/packages/modules/Virtualization/guest/kernel/android15-6.6/x86_64/ |
D | System.map | 274 ffffffff810001f0 t __pfx_verify_cpu 275 ffffffff81000200 t verify_cpu 294 ffffffff81001180 t __pfx_trace_event_raw_event_initcall_level 295 ffffffff81001190 t trace_event_raw_event_initcall_level 296 ffffffff81001290 t __pfx_perf_trace_initcall_level 297 ffffffff810012a0 t perf_trace_initcall_level 298 ffffffff810013d0 t __pfx_trace_event_raw_event_initcall_start 299 ffffffff810013e0 t trace_event_raw_event_initcall_start 300 ffffffff810014a0 t __pfx_perf_trace_initcall_start 301 ffffffff810014b0 t perf_trace_initcall_start [all …]
|
/packages/modules/Virtualization/guest/kernel/android16-6.12/x86_64/ |
D | System.map | 293 ffffffff810008a0 t __pfx_devkmsg_emit 294 ffffffff810008b0 t devkmsg_emit 297 ffffffff81000a30 t __pfx_io_queue_deferred 298 ffffffff81000a40 t io_queue_deferred 303 ffffffff81000ca0 t __pfx_io_fallback_tw 304 ffffffff81000cb0 t io_fallback_tw 305 ffffffff81000e10 t __pfx_io_uring_drop_tctx_refs 306 ffffffff81000e20 t io_uring_drop_tctx_refs 309 ffffffff81000fa0 t __pfx_io_activate_pollwq_cb 310 ffffffff81000fb0 t io_activate_pollwq_cb [all …]
|
/packages/modules/adb/ |
D | transport_test.cpp | 45 atransport t{kTransportLocal}; in TEST_F() local 47 t.RunDisconnects(); in TEST_F() 53 t.AddDisconnect(&disconnect); in TEST_F() 54 t.RunDisconnects(); in TEST_F() 58 t.RunDisconnects(); in TEST_F() 62 t.AddDisconnect(&disconnect); in TEST_F() 63 t.RemoveDisconnect(&disconnect); in TEST_F() 64 t.RunDisconnects(); in TEST_F() 69 atransport t{kTransportLocal}; in TEST_F() local 70 ASSERT_EQ(0U, t.features().size()); in TEST_F() [all …]
|
D | adb.cpp | 190 void handle_online(atransport *t) in handle_online() argument 193 t->online = 1; in handle_online() 195 t->SetConnectionEstablished(true); in handle_online() 201 void handle_offline(atransport *t) in handle_offline() argument 203 if (t->GetConnectionState() == kCsOffline) { in handle_offline() 204 VLOG(ADB) << t->serial_name() << ": already offline"; in handle_offline() 208 VLOG(ADB) << t->serial_name() << ": offline"; in handle_offline() 214 t->SetConnectionState(kCsOffline); in handle_offline() 217 t->online = 0; in handle_offline() 221 close_all_sockets(t); in handle_offline() [all …]
|
D | transport.cpp | 564 void send_packet(apacket* p, atransport* t) { in send_packet() argument 567 if (t->get_protocol_version() >= A_VERSION_SKIP_CHECKSUM) { in send_packet() 573 VLOG(TRANSPORT) << dump_packet(t->serial.c_str(), "to remote", p); in send_packet() 575 if (t == nullptr) { in send_packet() 579 if (t->Write(p) != 0) { in send_packet() 580 D("%s: failed to enqueue packet, closing transport", t->serial.c_str()); in send_packet() 581 t->Kick(); in send_packet() 585 void kick_transport(atransport* t, bool reset) { in kick_transport() argument 591 if (std::find(transport_list.begin(), transport_list.end(), t) != transport_list.end()) { in kick_transport() 593 t->Reset(); in kick_transport() [all …]
|
/packages/modules/Virtualization/guest/kernel/android15-6.6/arm64/16k/ |
D | System.map | 11 ffffc00080010004 t gic_handle_irq 12 ffffc00080010108 t gic_handle_irq 19 ffffc00080011000 t __bad_stack 20 ffffc00080011080 t el1t_64_sync 21 ffffc000800110ec t el1t_64_irq 22 ffffc00080011158 t el1t_64_fiq 23 ffffc000800111c4 t el1t_64_error 24 ffffc00080011230 t el1h_64_sync 25 ffffc0008001129c t el1h_64_irq 26 ffffc00080011308 t el1h_64_fiq [all …]
|
/packages/modules/Virtualization/guest/kernel/android15-6.6/arm64/ |
D | System.map | 11 ffffffc080010004 t gic_handle_irq 12 ffffffc080010108 t gic_handle_irq 19 ffffffc080011000 t __bad_stack 20 ffffffc080011080 t el1t_64_sync 21 ffffffc0800110ec t el1t_64_irq 22 ffffffc080011158 t el1t_64_fiq 23 ffffffc0800111c4 t el1t_64_error 24 ffffffc080011230 t el1h_64_sync 25 ffffffc08001129c t el1h_64_irq 26 ffffffc080011308 t el1h_64_fiq [all …]
|
/packages/modules/Virtualization/guest/kernel/android16-6.12/arm64/ |
D | System.map | 15 ffffffc080000000 t __pi__text 18 ffffffc080010000 t __pi__stext 20 ffffffc080010004 t gic_handle_irq 21 ffffffc0800100f8 t gic_handle_irq 28 ffffffc080011000 t __bad_stack 29 ffffffc080011080 t el1t_64_sync 30 ffffffc0800110ec t el1t_64_irq 31 ffffffc080011158 t el1t_64_fiq 32 ffffffc0800111c4 t el1t_64_error 33 ffffffc080011230 t el1h_64_sync [all …]
|
/packages/modules/Virtualization/guest/kernel/android16-6.12/arm64/16k/ |
D | System.map | 15 ffffc00080000000 t __pi__text 18 ffffc00080010000 t __pi__stext 20 ffffc00080010004 t gic_handle_irq 21 ffffc000800100f8 t gic_handle_irq 28 ffffc00080011000 t __bad_stack 29 ffffc00080011080 t el1t_64_sync 30 ffffc000800110ec t el1t_64_irq 31 ffffc00080011158 t el1t_64_fiq 32 ffffc000800111c4 t el1t_64_error 33 ffffc00080011230 t el1h_64_sync [all …]
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | CubicBezierInterpolator.java | 43 private float getX(final float t) { in getX() argument 44 return getCoordinate(t, mX1, mX2); in getX() 47 private float getY(final float t) { in getY() argument 48 return getCoordinate(t, mY1, mY2); in getY() 51 private float getCoordinate(float t, float p1, float p2) { in getCoordinate() argument 53 if (t == 0.0f || t == 1.0f) { in getCoordinate() 54 return t; in getCoordinate() 58 float ip0 = linearInterpolate(0, p1, t); in getCoordinate() 59 float ip1 = linearInterpolate(p1, p2, t); in getCoordinate() 60 float ip2 = linearInterpolate(p2, 1, t); in getCoordinate() [all …]
|
/packages/services/Car/car-lib/src/com/android/car/internal/util/ |
D | ExceptionUtils.java | 45 Throwable t = throwable; in getCompleteMessage() local 50 builder.append(t.getMessage()); in getCompleteMessage() 51 while ((t = t.getCause()) != null) { in getCompleteMessage() 52 builder.append(": ").append(t.getMessage()); in getCompleteMessage() 58 public static String getCompleteMessage(Throwable t) { in getCompleteMessage() argument 59 return getCompleteMessage(null, t); in getCompleteMessage() 64 @Nullable Throwable t, Class<E> c) throws E { in propagateIfInstanceOf() 65 if (t != null && c.isInstance(t)) { in propagateIfInstanceOf() 66 throw c.cast(t); in propagateIfInstanceOf() 73 public static <E extends Exception> RuntimeException propagate(@NonNull Throwable t, Class<E> c) in propagate() argument [all …]
|
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/ |
D | CarBezierFunction.java | 57 public static double getValue(double t, double a, double b, double c, double d) { in getValue() argument 59 if (t > 1) { in getValue() 60 return d + getDerivative(1, a, b, c, d) * (t - 1); in getValue() 62 if (t < 0) { in getValue() 63 return a + getDerivative(0, a, b, c, d) * t; in getValue() 66 return cube(1 - t) * a + 3 * square(1 - t) * t * b + 3 * (1 - t) * square(t) * c + cube(t) in getValue() 74 public double getValue(double t) { in getValue() argument 75 return getValue(t, mA, mB, mC, mD); in getValue() 82 public static double getDerivative(double t, double a, double b, double c, double d) { in getDerivative() argument 84 t = Math.max(0, t); in getDerivative() [all …]
|
/packages/modules/adb/daemon/ |
D | auth.cpp | 60 static void adb_disconnected(void* unused, atransport* t); 88 atransport* t = it->second.get(); in transport_from_callback_arg() local 89 if (!t) { in transport_from_callback_arg() 95 return t; in transport_from_callback_arg() 257 void send_auth_request(atransport* t) { in send_auth_request() argument 260 if (!adbd_auth_generate_token(t->token, sizeof(t->token))) { in send_auth_request() 268 p->msg.data_length = sizeof(t->token); in send_auth_request() 269 p->payload.assign(t->token, t->token + sizeof(t->token)); in send_auth_request() 270 send_packet(p, t); in send_auth_request() 273 void adbd_auth_verified(atransport* t) { in adbd_auth_verified() argument [all …]
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | WebAddress.java | 77 String t; in WebAddress() local 79 t = m.group(MATCH_GROUP_SCHEME); in WebAddress() 80 if (t != null) mScheme = t.toLowerCase(Locale.ROOT); in WebAddress() 81 t = m.group(MATCH_GROUP_AUTHORITY); in WebAddress() 82 if (t != null) mAuthInfo = t; in WebAddress() 83 t = m.group(MATCH_GROUP_HOST); in WebAddress() 84 if (t != null) mHost = t; in WebAddress() 85 t = m.group(MATCH_GROUP_PORT); in WebAddress() 86 if (t != null && t.length() > 0) { in WebAddress() 89 mPort = Integer.parseInt(t); in WebAddress() [all …]
|
/packages/apps/Gallery/tests/src/com/android/camera/ |
D | BitmapManagerUnitTests.java | 72 Thread t = new DecodeThread(); in testCanThreadDecoding() local 75 assertTrue(mBitmapManager.canThreadDecoding(t)); in testCanThreadDecoding() 78 mBitmapManager.cancelThreadDecoding(t, mContext.getContentResolver()); in testCanThreadDecoding() 79 assertFalse(mBitmapManager.canThreadDecoding(t)); in testCanThreadDecoding() 82 mBitmapManager.allowThreadDecoding(t); in testCanThreadDecoding() 83 assertTrue(mBitmapManager.canThreadDecoding(t)); in testCanThreadDecoding() 87 DecodeThread t = new DecodeThread(); in testDefaultAllowDecoding() local 89 t.start(); in testDefaultAllowDecoding() 90 t.join(); in testDefaultAllowDecoding() 93 assertNotNull(t.getBitmap()); in testDefaultAllowDecoding() [all …]
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_indexing.h | 193 double t,best; in db_MaxAbsIndex3() local 197 t=fabs(s[1]);if(t>best){best=t;pos=1;} in db_MaxAbsIndex3() 198 t=fabs(s[2]);if(t>best){pos=2;} in db_MaxAbsIndex3() 204 double t,best; in db_MaxAbsIndex9() local 208 t=fabs(s[1]);if(t>best){best=t;pos=1;} in db_MaxAbsIndex9() 209 t=fabs(s[2]);if(t>best){best=t;pos=2;} in db_MaxAbsIndex9() 210 t=fabs(s[3]);if(t>best){best=t;pos=3;} in db_MaxAbsIndex9() 211 t=fabs(s[4]);if(t>best){best=t;pos=4;} in db_MaxAbsIndex9() 212 t=fabs(s[5]);if(t>best){best=t;pos=5;} in db_MaxAbsIndex9() 213 t=fabs(s[6]);if(t>best){best=t;pos=6;} in db_MaxAbsIndex9() [all …]
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | ProvisionLogger.java | 45 public static void logd(String message, Throwable t) { in logd() argument 47 Log.d(getTag(), message, t); in logd() local 54 public static void logd(Throwable t) { in logd() argument 56 Log.d(getTag(), "", t); in logd() local 72 public static void logv(String message, Throwable t) { in logv() argument 74 Log.v(getTag(), message, t); in logv() local 81 public static void logv(Throwable t) { in logv() argument 83 Log.v(getTag(), "", t); in logv() local 99 public static void logi(String message, Throwable t) { in logi() argument 101 Log.i(getTag(), message, t); in logi() local [all …]
|
/packages/apps/Gallery/src/com/android/camera/ |
D | BitmapManager.java | 71 private synchronized ThreadStatus getOrCreateThreadStatus(Thread t) { in getOrCreateThreadStatus() argument 72 ThreadStatus status = mThreadStatus.get(t); in getOrCreateThreadStatus() 75 mThreadStatus.put(t, status); in getOrCreateThreadStatus() 84 private synchronized void setDecodingOptions(Thread t, in setDecodingOptions() argument 86 getOrCreateThreadStatus(t).mOptions = options; in setDecodingOptions() 89 synchronized void removeDecodingOptions(Thread t) { in removeDecodingOptions() argument 90 ThreadStatus status = mThreadStatus.get(t); in removeDecodingOptions() 98 public synchronized boolean canThreadDecoding(Thread t) { in canThreadDecoding() argument 99 ThreadStatus status = mThreadStatus.get(t); in canThreadDecoding() 109 public synchronized void allowThreadDecoding(Thread t) { in allowThreadDecoding() argument [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/msmt_e2e_tests/debug_report/ |
D | debug_ad_id_window_based_limit.json | 10 // t=0, S1 37 // t=2, S2 63 // t=2 days, S3 89 // t=4 days, S4 115 // t=4 days, S5 141 // t=4 days, S6 167 // t=11 days, S7 195 // t=1, T1, no debug_ad_id specified 234 // t=3, T2, first counted debug_ad_id that results into debug keys in reports 273 // t=2 days, T3, 2nd counted debug_ad_id that results into debug keys in reports [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | TextureUploader.java | 55 public synchronized void addBgTexture(UploadedTexture t) { in addBgTexture() argument 56 if (t.isContentValid()) return; in addBgTexture() 57 mBgTextures.addLast(t); in addBgTexture() 58 t.setIsUploading(true); in addBgTexture() 62 public synchronized void addFgTexture(UploadedTexture t) { in addFgTexture() argument 63 if (t.isContentValid()) return; in addFgTexture() 64 mFgTextures.addLast(t); in addFgTexture() 65 t.setIsUploading(true); in addFgTexture() 72 UploadedTexture t; in upload() local 75 t = deque.removeFirst(); in upload() [all …]
|
D | TiledTexture.java | 81 public synchronized void addTexture(TiledTexture t) { in addTexture() argument 82 if (t.isReady()) return; in addTexture() 83 mTextures.addLast(t); in addTexture() 97 TiledTexture t = deque.peekFirst(); in onGLIdle() local 98 if (t.uploadNextTile(canvas)) { in onGLIdle() 284 Tile t = mTiles[i]; in drawMixed() local 285 src.set(0, 0, t.contentWidth, t.contentHeight); in drawMixed() 286 src.offset(t.offsetX, t.offsetY); in drawMixed() 288 src.offset(BORDER_SIZE - t.offsetX, BORDER_SIZE - t.offsetY); in drawMixed() 289 canvas.drawMixed(t, color, ratio, mSrcRect, mDestRect); in drawMixed() [all …]
|
/packages/modules/OnDevicePersonalization/framework/java/com/android/ondevicepersonalization/internal/util/ |
D | ExceptionInfo.java | 40 ExceptionInfoElement(@NonNull Throwable t) { in ExceptionInfoElement() argument 41 Objects.requireNonNull(t); in ExceptionInfoElement() 42 mExceptionClass = t.getClass().getName(); in ExceptionInfoElement() 43 mMessage = t.getMessage(); in ExceptionInfoElement() 44 mStackTrace = t.getStackTrace(); in ExceptionInfoElement() 50 ExceptionInfo(Throwable t, int maxDepth) { in ExceptionInfo() argument 51 Objects.requireNonNull(t); in ExceptionInfo() 54 while (t != null && count < maxDepth) { in ExceptionInfo() 55 mElements.add(new ExceptionInfoElement(t)); in ExceptionInfo() 56 t = t.getCause(); in ExceptionInfo() [all …]
|
/packages/services/Telecomm/src/com/android/server/telecom/callsequencing/ |
D | TransactionManager.java | 180 for (CallTransaction t : pendingTransactions) { in clear() 181 t.finish(new CallTransactionResult(CallException.CODE_ERROR_UNKNOWN in clear() 186 private void addTransactionToHistory(CallTransaction t) { in addTransactionToHistory() argument 189 mCompletedTransactions.add(t); in addTransactionToHistory() 206 for (CallTransaction t : mTransactions) { in dump() 207 printPendingTransactionStats(t, pw); in dump() 220 for (CallTransaction t : mCompletedTransactions) { in dump() 221 printCompleteTransactionStats(t, pw); in dump() 232 private void printPendingTransactionStats(CallTransaction t, IndentingPrintWriter pw) { in printPendingTransactionStats() argument 233 CallTransaction.Stats s = t.getStats(); in printPendingTransactionStats() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | FlingAnimation.java | 88 public float getInterpolation(float t) { in run() 96 return Math.min(1f, mOffset + t); in run() 130 double t = (-mUY - Math.sqrt(d)) / mAY; in initFlingUpDuration() local 135 mAX = (float) ((sX - t * mUX) * 2 / (t * t)); in initFlingUpDuration() 136 return (int) Math.round(t); in initFlingUpDuration() 158 double t = (-mUX - Math.sqrt(d)) / mAX; in initFlingLeftDuration() local 163 mAY = (float) ((sY - t * mUY) * 2 / (t * t)); in initFlingLeftDuration() 164 return (int) Math.round(t); in initFlingLeftDuration() 169 float t = animation.getAnimatedFraction(); in onAnimationUpdate() local 170 if (t > mAnimationTimeFraction) { in onAnimationUpdate() [all …]
|