/aosp_15_r20/external/mesa3d/src/mesa/vbo/ |
H A D | vbo_attrib_tmp.h | 210 TAG(Vertex2f)(GLfloat x, GLfloat y) in TAG() function 217 TAG(Vertex2fv)(const GLfloat * v) in TAG() function 224 TAG(Vertex3f)(GLfloat x, GLfloat y, GLfloat z) in TAG() function 231 TAG(Vertex3fv)(const GLfloat * v) in TAG() function 238 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in TAG() function 245 TAG(Vertex4fv)(const GLfloat * v) in TAG() function 252 TAG(VertexAttrib1fARB)(GLuint index, GLfloat x) in TAG() function 264 TAG(VertexAttrib1fvARB)(GLuint index, const GLfloat * v) in TAG() function 276 TAG(VertexAttrib2fARB)(GLuint index, GLfloat x, GLfloat y) in TAG() function 288 TAG(VertexAttrib2fvARB)(GLuint index, const GLfloat * v) in TAG() function [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt_post_vs.c | 78 #define TAG(x) x##_none macro 82 #define TAG(x) x##_xy_fullz_viewport macro 86 #define TAG(x) x##_xy_halfz_viewport macro 90 #define TAG(x) x##_xy_gb_halfz_viewport macro 94 #define TAG(x) x##_xy_gb_fullz_viewport macro 98 #define TAG(x) x##_fullz_viewport macro 102 #define TAG(x) x##_halfz_viewport macro 106 #define TAG(x) x##_xy_fullz_user_viewport macro 110 #define TAG(x) x##_xy_fullz_user_viewport_edgeflag macro 121 #define TAG(x) x##_generic macro
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_rast_tri.c | 748 #define TAG(x) x##_1 macro 752 #define TAG(x) x##_2 macro 756 #define TAG(x) x##_3 macro 762 #define TAG(x) x##_4 macro 767 #define TAG(x) x##_5 macro 771 #define TAG(x) x##_6 macro 775 #define TAG(x) x##_7 macro 779 #define TAG(x) x##_8 macro 785 #define TAG(x) x##_32_1 macro 789 #define TAG(x) x##_32_2 macro [all …]
|
/aosp_15_r20/external/mesa3d/src/util/format/ |
H A D | texcompress_etc_tmp.h | 28 struct TAG(etc1_block) { in TAG() function 36 TAG(etc1_base_color_diff_hi)(UINT8_TYPE in) in TAG() function 42 TAG(etc1_base_color_diff_lo)(UINT8_TYPE in) in TAG() function 52 TAG(etc1_base_color_ind_hi)(UINT8_TYPE in) in TAG() function 58 TAG(etc1_base_color_ind_lo)(UINT8_TYPE in) in TAG() function 64 TAG(etc1_clamp)(UINT8_TYPE base, int modifier) in TAG() function 84 TAG(etc1_parse_block)(struct TAG(etc1_block) *block, const UINT8_TYPE *src) in TAG() function 119 TAG(etc1_fetch_texel)(const struct TAG(etc1_block) *block, in TAG() function
|
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/exportimport/ |
D | ExportImportNotificationFactory.java | 58 private static final String TAG = "ExportImportNotificationFactory"; field in ExportImportNotificationFactory 136 Slog.i(TAG, "Creating 'import complete' notification"); in createNotification() argument 140 Slog.i(TAG, "Creating 'generic error' notification"); in createNotification() argument 144 Slog.i(TAG, "Creating 'invalid file error' notification"); in createNotification() argument 148 Slog.i(TAG, "Creating 'more space needed error' notification"); in createNotification() argument 152 Slog.i(TAG, "Creating 'version mismatch error' notification"); in createNotification() argument 156 Slog.i(TAG, "Creating 'generic error' export notification"); in createNotification() argument 160 Slog.i(TAG, "Creating 'more space needed error' export notification"); in createNotification() argument
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 276 private static final String TAG = "WifiService"; field in WifiServiceImpl 836 TAG + "#resetCarrierNetworks$2"); in resetCarrierNetworks() local 983 TAG + "#handleUserUnlock"); in handleUserUnlock() local 989 TAG + "#handleUserStop"); in handleUserStop() local 1493 TAG + "#setWifiEnabledInternal$2"); in setWifiEnabledInternal() local 1705 TAG + "#addWifiStateChangedListener"); in addWifiStateChangedListener() local 1720 TAG + "#removeWifiStateChangedListener"); in removeWifiStateChangedListener() local 1759 TAG + "#updateInterfaceIpState"); in updateInterfaceIpState() local 1795 TAG + "#setCoexUnsafeChannels"); in setCoexUnsafeChannels() local 1816 TAG + "#registerCoexCallback"); in registerCoexCallback() local [all …]
|
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | ActionBatch.java | 95 static final String TAG = "DictionaryProvider:" + StartDownloadAction.class.getSimpleName(); field in ActionBatch.StartDownloadAction 161 static final String TAG = "DictionaryProvider:" field in ActionBatch.InstallAfterDownloadAction 206 static final String TAG = "DictionaryProvider:" + EnableAction.class.getSimpleName(); field in ActionBatch.EnableAction 242 static final String TAG = "DictionaryProvider:" + DisableAction.class.getSimpleName(); field in ActionBatch.DisableAction 284 static final String TAG = "DictionaryProvider:" + MakeAvailableAction.class.getSimpleName(); field in ActionBatch.MakeAvailableAction 333 static final String TAG = "DictionaryProvider:" field in ActionBatch.MarkPreInstalledAction 377 static final String TAG = "DictionaryProvider:" + UpdateDataAction.class.getSimpleName(); field in ActionBatch.UpdateDataAction 427 static final String TAG = "DictionaryProvider:" + ForgetAction.class.getSimpleName(); field in ActionBatch.ForgetAction 501 static final String TAG = "DictionaryProvider:" + StartDeleteAction.class.getSimpleName(); field in ActionBatch.StartDeleteAction 540 static final String TAG = "DictionaryProvider:" + FinishDeleteAction.class.getSimpleName(); field in ActionBatch.FinishDeleteAction
|
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/ |
D | SystemLoggingContainer.java | 24 public void v(String TAG, String msg) { in v() 28 public void d(String TAG, String msg) { in d() 32 public void i(String TAG, String msg) { in i() 36 public void w(String TAG, String msg) { in w() 40 public void e(String TAG, String msg, Throwable tr) { in e() 44 public void wtf(String TAG, String msg, Throwable tr) { in wtf()
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | RetryRule.java | 32 private static final String TAG = "RetryRule"; field in RetryRule 84 Log.v(TAG, "Good News, Everyone! " + name + " passed right away"); in apply() argument 86 Log.d(TAG, in apply() argument 103 Log.w(TAG, "Arrrr! " + name + " failed at attempt " + i + "/" + mMaxAttempts in apply() argument 106 Log.e(TAG, "D'OH! " + name + ": giving up after " + mMaxAttempts + " attempts"); in apply() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/ |
D | generalized_time.rs | 133 const TAG: Tag = Tag::GeneralizedTime; constant 185 const TAG: Tag = Tag::GeneralizedTime; constant 251 const TAG: Tag = Tag::GeneralizedTime; constant 277 const TAG: Tag = Tag::GeneralizedTime; constant
|
D | utf8_string.rs | 56 const TAG: Tag = Tag::Utf8String; constant 96 const TAG: Tag = Tag::Utf8String; constant 137 const TAG: Tag = Tag::Utf8String; constant
|
D | sequence_of.rs | 101 const TAG: Tag = Tag::Sequence; constant 168 const TAG: Tag = Tag::Sequence; constant 219 const TAG: Tag = Tag::Sequence; constant
|
D | octet_string.rs | 74 const TAG: Tag = Tag::OctetString; constant 175 const TAG: Tag = Tag::OctetString; constant 240 const TAG: Tag = Tag::OctetString; constant
|
D | null.rs | 35 const TAG: Tag = Tag::Null; constant 78 const TAG: Tag = Tag::Null; constant
|
/aosp_15_r20/external/autotest/client/cros/chameleon/ |
H A D | screen_capture.py | 36 TAG = 'Chameleon' variable in CommonChameleonScreenCapturer 65 TAG = 'Chameleon' variable in VgaChameleonScreenCapturer 94 TAG = 'CrOS-Ext' variable in CrosExternalScreenCapturer 116 TAG = 'CrOS-Int' variable in CrosInternalScreenCapturer 138 TAG = 'Calibration' variable in CrosCalibrationImageCapturer
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | IListRef.h | 175 #define TORCH_ILISTREF_UNWRAP_CASE(TAG, BODY) \ argument 192 #define TORCH_ILISTREF_UNWRAP(TAG, BODY) \ argument 364 #define DEFINE_FRIEND_CLASS(TAG, ...) \ argument 504 #define DEFINE_FRIEND_CLASS(TAG, ...) \ argument 597 #define DEFINE_CHECK(TAG, ...) \ argument 608 #define DEFINE_CASTING(TAG, ...) \ argument
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/ |
H A D | ClockSize.kt | 30 private val TAG = ClockSize::class.simpleName!! constant 51 private val TAG = ClockSizeSetting::class.simpleName!! constant
|
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/ |
H A D | TwoStepPopulator.java | 42 private static final String TAG = "TwoStepPopulator"; field in TwoStepPopulator 95 Preconditions.checkState(result.booleanValue()); in refreshFileGroups() 97 Log.d(TAG, "Added file group " + step2FileGroup.getGroupName()); in refreshFileGroups() 99 Log.d(TAG, "Failed to add file group " + step2FileGroup.getGroupName()); in refreshFileGroups()
|
/aosp_15_r20/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/worker/ |
D | UpdateFcmTokenWorker.java | 82 LogUtil.w(TAG, "Update FCM failed w/ recoverable error " + response in startWork() argument 87 LogUtil.d(TAG, "Update FCM failed: " + response); in startWork() argument 95 LogUtil.e(TAG, "Update FCM got successful response but server " in startWork() argument 98 LogUtil.e(TAG, "Update FCM got successful response but it was " in startWork() argument
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/capabilities/ |
D | Capability.kt | 87 const val TAG = "persistence" in toRange() constant 164 const val TAG = "ttl" constant 218 const val TAG = "encryption" constant 250 const val TAG = "queryable" constant 282 const val TAG = "shareable" constant 330 const val TAG = "range" in toRange() constant
|
/aosp_15_r20/packages/services/Car/libs/car-test-lib/src/android/car/test/ |
D | PermissionsCheckerRule.java | 49 static final String TAG = PermissionsCheckerRule.class.getSimpleName(); field in PermissionsCheckerRule 75 Log.w(TAG, "Permissions were adopted before the test: " + permissionsBefore); in apply() argument 93 Log.d(TAG, "No annotation, running tests as-is"); in apply() argument 104 Log.d(TAG, "Clearing shell permissions"); in apply() argument
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/wifi/ |
D | NetworkRequestDialogActivity.java | 52 private static String TAG = "NetworkRequestDialogActivity"; field in NetworkRequestDialogActivity 88 mDialogFragment.show(getSupportFragmentManager(), TAG); in onCreate() local 110 mDialogFragment.show(getSupportFragmentManager(), TAG); in showSingleSsidRequestDialog() local 264 mDialogFragment.show(getSupportFragmentManager(), TAG); in onClickRescanButton() local
|
/aosp_15_r20/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
D | GsmAlphabet.java | 34 private static final String TAG = "GSM"; field in GsmAlphabet 586 Log.e(TAG, "Error: language tables array length " + numTables in Log.e() argument 596 Log.e(TAG, "Error: language tables index " + i + " length " + tableLen in Log.e() argument 614 Log.e(TAG, "Error: language shift tables index " + i + " length " + shiftTableLen in Log.e() argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/ |
D | operators.hpp | 106 #define BOOST_PROTO_DEFINE_UNARY_OPERATOR(OP, TAG, TRAIT, DOMAIN, POST) … argument 140 #define BOOST_PROTO_DEFINE_BINARY_OPERATOR(OP, TAG, TRAIT, DOMAIN) … argument 208 #define BOOST_PROTO_DEFINE_UNARY_OPERATOR(OP, TAG, TRAIT, DOMAIN, POST) … argument 226 #define BOOST_PROTO_DEFINE_BINARY_OPERATOR(OP, TAG, TRAIT, DOMAIN) … argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/ |
D | str.rs | 14 const TAG: &str = "Hello"; in tagtr_succeed() constant 43 const TAG: &str = "Hello World!"; in tagtr_incomplete() constant 61 const TAG: &str = "Random"; // TAG must be closer than INPUT. in tagtr_error() constant
|