/aosp_15_r20/external/coreboot/src/northbridge/intel/i945/ |
H A D | rcven.c | 88 static int normalize(int channel_offset, u8 *mediumcoarse, u8 *fine) in normalize() argument 92 if (*fine < 0x80) in normalize() 95 *fine -= 0x80; in normalize() 105 mchbar_write8(C0WL0REOST + channel_offset, *fine); in normalize() 143 static int add_quarter_clock(int channel_offset, u8 *mediumcoarse, u8 *fine) in add_quarter_clock() argument 145 printk(BIOS_SPEW, " %s() mediumcoarse=%02x fine=%02x\n", __func__, in add_quarter_clock() 146 *mediumcoarse, *fine); in add_quarter_clock() 147 if (*fine >= 0x80) { in add_quarter_clock() 148 *fine -= 0x80; in add_quarter_clock() 158 *fine += 0x80; in add_quarter_clock() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_fence.c | 167 struct crocus_fine_fence *fine[CROCUS_BATCH_COUNT]; member 176 for (unsigned i = 0; i < ARRAY_SIZE(fence->fine); i++) in crocus_fence_destroy() 177 crocus_fine_fence_reference(screen, &fence->fine[i], NULL); in crocus_fence_destroy() 239 struct crocus_fine_fence *fine = in crocus_fence_flush() local 241 crocus_fine_fence_reference(screen, &fence->fine[b], fine); in crocus_fence_flush() 242 crocus_fine_fence_reference(screen, &fine, NULL); in crocus_fence_flush() 251 crocus_fine_fence_reference(screen, &fence->fine[b], in crocus_fence_flush() 269 for (unsigned i = 0; i < ARRAY_SIZE(fence->fine); i++) { in crocus_fence_await() 270 struct crocus_fine_fence *fine = fence->fine[i]; in crocus_fence_await() local 272 if (crocus_fine_fence_signaled(fine)) in crocus_fence_await() [all …]
|
H A D | crocus_fine_fence.c | 41 struct crocus_fine_fence *fine) in crocus_fine_fence_destroy() argument 43 crocus_syncobj_reference(screen, &fine->syncobj, NULL); in crocus_fine_fence_destroy() 44 pipe_resource_reference(&fine->ref.res, NULL); in crocus_fine_fence_destroy() 45 free(fine); in crocus_fine_fence_destroy() 51 struct crocus_fine_fence *fine = calloc(1, sizeof(*fine)); in crocus_fine_fence_new() local 52 if (!fine) in crocus_fine_fence_new() 55 pipe_reference_init(&fine->reference, 1); in crocus_fine_fence_new() 57 fine->seqno = crocus_fine_fence_next(batch); in crocus_fine_fence_new() 59 crocus_syncobj_reference(batch->screen, &fine->syncobj, in crocus_fine_fence_new() 63 return fine; in crocus_fine_fence_new() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_fence.c | 186 struct iris_fine_fence *fine[IRIS_BATCH_COUNT]; member 195 for (unsigned i = 0; i < ARRAY_SIZE(fence->fine); i++) in iris_fence_destroy() 196 iris_fine_fence_reference(screen, &fence->fine[i], NULL); in iris_fence_destroy() 291 struct iris_fine_fence *fine = iris_fine_fence_new(batch); in iris_fence_flush() local 292 iris_fine_fence_reference(screen, &fence->fine[b], fine); in iris_fence_flush() 293 iris_fine_fence_reference(screen, &fine, NULL); in iris_fence_flush() 302 iris_fine_fence_reference(screen, &fence->fine[b], batch->last_fence); in iris_fence_flush() 333 for (unsigned i = 0; i < ARRAY_SIZE(fence->fine); i++) { in iris_fence_await() 334 struct iris_fine_fence *fine = fence->fine[i]; in iris_fence_await() local 336 if (iris_fine_fence_signaled(fine)) in iris_fence_await() [all …]
|
H A D | iris_fine_fence.c | 37 struct iris_fine_fence *fine) in iris_fine_fence_destroy() argument 39 iris_syncobj_reference(screen->bufmgr, &fine->syncobj, NULL); in iris_fine_fence_destroy() 40 pipe_resource_reference(&fine->ref.res, NULL); in iris_fine_fence_destroy() 41 free(fine); in iris_fine_fence_destroy() 47 struct iris_fine_fence *fine = calloc(1, sizeof(*fine)); in iris_fine_fence_new() local 48 if (!fine) in iris_fine_fence_new() 51 pipe_reference_init(&fine->reference, 1); in iris_fine_fence_new() 53 fine->seqno = iris_fine_fence_next(batch); in iris_fine_fence_new() 55 iris_syncobj_reference(batch->screen->bufmgr, &fine->syncobj, in iris_fine_fence_new() 58 pipe_resource_reference(&fine->ref.res, batch->fine_fences.ref.res); in iris_fine_fence_new() [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/ |
D | Nsa5gDSDSDDSSwitchTest.py | 64 4. Switch DDS to SIM1, make sure data works fine. 67 network with assigned RAT successfully and data works fine. 91 4. Switch DDS to SIM1, make sure data works fine. 94 network with assigned RAT successfully and data works fine. 122 8. Switch DDS to SIM1, make sure data works fine. 125 network with assigned RAT successfully and data works fine. 153 8. Switch DDS to SIM1, make sure data works fine. 156 network with assigned RAT successfully and data works fine. 180 4. Switch DDS to SIM1, make sure data works fine. 183 network with assigned RAT successfully and data works fine. [all …]
|
/aosp_15_r20/cts/tests/app/PendingIntentApi33/src/android/app/cts/pendingintentapi33/ |
H A D | PendingIntentApi33Test.java | 50 // creating a mutable explicit PendingIntent works fine in testGetActivity() 57 // creating an immutable implicit PendingIntent works fine in testGetActivity() 60 // retrieving a mutable implicit PendingIntent with NO_CREATE works fine in testGetActivity() 64 // creating a mutable implicit PendingIntent with ALLOW_UNSAFE_IMPLICIT_INTENT works fine in testGetActivity() 68 // creating a mutable implicit PendingIntent works fine in testGetActivity() 80 // creating a mutable explicit PendingIntent works fine in testGetActivities() 90 // creating an immutable implicit PendingIntent works fine in testGetActivities() 93 // retrieving a mutable implicit PendingIntent with NO_CREATE works fine in testGetActivities() 97 // creating a mutable implicit PendingIntent with ALLOW_UNSAFE_IMPLICIT_INTENT works fine in testGetActivities() 101 // creating a mutable implicit PendingIntent works fine in testGetActivities() [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveConnectivityMonitorTest.py | 42 feature work fine, and does report to User about Call Drop 60 feature work fine, and does report to User about Call Drop 78 feature work fine, and does report to User about Call Drop 96 feature work fine, and does report to User about Call Drop 114 feature work fine, and does report to User about Call Drop 132 feature work fine, and does report to User about Call Drop 150 feature work fine, and does report to User about Call Drop 168 feature work fine, and does report to User about Call Drop 186 feature work fine, and does report to User about Call Drop 204 feature work fine, and does report to User about Call Drop [all …]
|
D | TelLiveCBRSTest.py | 434 Verify Data Browsing works fine on cbrs before call 436 Verify Data Browsing works fine on pSIM during call 438 Verify Data Browsing works fine on cbrs after call 464 Verify Data Browsing works fine on cbrs before call 466 Verify Data Browsing works fine on pSIM during call 468 Verify Data Browsing works fine on cbrs after call 493 Verify Data Browsing works fine on cbrs before call 495 Verify Data Browsing works fine on pSIM during call 497 Verify Data Browsing works fine on cbrs after call 523 Verify Data Browsing works fine on cbrs before call [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/noising/ |
D | SourceNoiseHandlerAttributionProbabilityTest.java | 82 "non-configured reporting windows, EVENT, 1-1-1, app, fine " in data() 96 + "detection, fine " in data() 109 "non-configured reporting windows, EVENT, 1-1-1, web, fine " in data() 123 + "fine destinations", in data() 137 + "detection, fine" in data() 152 + "detection, fine" in data() 180 "configured reporting windows, EVENT, 1-1-1, app, fine " + "destinations", in data() 192 "configured reporting windows, EVENT, 1-1-2, app, fine " + "destinations", in data() 204 "configured reporting windows, EVENT, 1-1-3, app, fine " + "destinations", in data() 217 + "app, fine " in data() [all …]
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/fudger/ |
H A D | LocationFudgerTest.java | 84 // test that the coarsened location is not the same as the fine location and no leaks in testCoarsen() 86 Location fine = createLocation("test", mRandom); in testCoarsen() local 87 fine.setBearing(1); in testCoarsen() 88 fine.setSpeed(1); in testCoarsen() 89 fine.setAltitude(1); in testCoarsen() 91 Location coarse = mFudger.createCoarse(fine); in testCoarsen() 94 assertThat(coarse).isNotSameInstanceAs(fine); in testCoarsen() 99 assertThat(coarse.distanceTo(fine)).isGreaterThan(1F); in testCoarsen() 100 assertThat(coarse).isNearby(fine, MAX_COARSE_FUDGE_DISTANCE_M); in testCoarsen() 109 Location fine = createLocation("test", mRandom); in testCoarsen_Consistent() local [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_fence.c | 32 struct si_fine_fence fine; member 191 si_resource_reference(&(*sdst)->fine.buf, NULL); in si_fence_reference() 222 static bool si_fine_fence_signaled(struct radeon_winsys *rws, const struct si_fine_fence *fine) in si_fine_fence_signaled() argument 225 rws->buffer_map(rws, fine->buf->buf, NULL, PIPE_MAP_READ | PIPE_MAP_UNSYNCHRONIZED); in si_fine_fence_signaled() 229 uint32_t *fence = (uint32_t *)(map + fine->offset); in si_fine_fence_signaled() 233 static void si_fine_fence_set(struct si_context *ctx, struct si_fine_fence *fine, unsigned flags) in si_fine_fence_set() argument 240 u_upload_alloc(ctx->cached_gtt_allocator, 0, 4, 4, &fine->offset, in si_fine_fence_set() 241 (struct pipe_resource **)&fine->buf, (void **)&fence_ptr); in si_fine_fence_set() 242 if (!fine->buf) in si_fine_fence_set() 250 si_cp_write_data(ctx, fine->buf, fine->offset, 4, V_370_MEM, V_370_PFP, &value); in si_fine_fence_set() [all …]
|
/aosp_15_r20/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/ |
H A D | ExceptionHandlingFrameWriterTest.java | 74 assertThat(getLogLevel(new IOException("Socket closed"))).isEqualTo(Level.FINE); in ioException() 81 assertThat(getLogLevel(e)).isEqualTo(Level.FINE); in ioException_nullMessage() 133 assertThat(log.getLevel()).isEqualTo(Level.FINE); in testFrameLogger() 141 assertThat(log.getLevel()).isEqualTo(Level.FINE); in testFrameLogger() 156 assertThat(log.getLevel()).isEqualTo(Level.FINE); in testFrameLogger() 162 assertThat(log.getLevel()).isEqualTo(Level.FINE); in testFrameLogger() 168 assertThat(log.getLevel()).isEqualTo(Level.FINE); in testFrameLogger() 174 assertThat(log.getLevel()).isEqualTo(Level.FINE); in testFrameLogger() 180 assertThat(log.getLevel()).isEqualTo(Level.FINE); in testFrameLogger() 186 assertThat(log.getLevel()).isEqualTo(Level.FINE); in testFrameLogger() [all …]
|
/aosp_15_r20/cts/tests/app/src/android/app/cts/ |
H A D | PendingIntentTest.java | 190 // creating a mutable explicit PendingIntent works fine in testGetActivity() 198 // creating an immutable implicit PendingIntent works fine in testGetActivity() 202 // retrieving a mutable implicit PendingIntent with NO_CREATE works fine in testGetActivity() 206 // creating a mutable implicit PendingIntent with ALLOW_UNSAFE_IMPLICIT_INTENT works fine in testGetActivity() 257 // creating a mutable explicit PendingIntent works fine in testGetActivities() 267 // creating an immutable implicit PendingIntent works fine in testGetActivities() 271 // retrieving a mutable implicit PendingIntent with NO_CREATE works fine in testGetActivities() 275 // creating a mutable implicit PendingIntent with ALLOW_UNSAFE_IMPLICIT_INTENT works fine in testGetActivities() 330 // creating a mutable explicit PendingIntent works fine in testGetBroadcast() 338 // creating an immutable implicit PendingIntent works fine in testGetBroadcast() [all …]
|
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/ |
H A D | ModuleTest.java | 58 private TestModule1() {} // This is fine because Dagger doesn't need an instance. in TestModule1() 70 TestModule2(String str) {} // This is fine because Dagger doesn't need an instance. in TestModule2() 87 TestModule3(String str) {} // This is fine because Dagger can use the other constructor in TestModule3() 100 private TestModule4() {} // This is fine because Dagger doesn't need an instance. in TestModule4() 110 TestModule5(String str) {} // This is fine because Dagger doesn't need an instance. in TestModule5() 119 private TestModule6() {} // This is fine because Dagger doesn't need an instance. in TestModule6() 126 TestModule7(String str) {} // This is fine because Dagger doesn't need an instance. in TestModule7() 134 private TestModule8() {} // This is fine because Dagger doesn't need an instance. in TestModule8() 142 TestModule9(String str) {} // This is fine because Dagger doesn't need an instance. in TestModule9()
|
/aosp_15_r20/packages/modules/Gki/libkver/ |
D | test.cpp | 139 << "Update to self should be fine"; in TEST() 161 << "Update to newer KMI is fine"; in TEST() 163 << "Update to newer KMI is fine"; in TEST() 165 << "Update to newer KMI is fine"; in TEST() 167 << "Update to newer KMI is fine"; in TEST() 170 << "Update to newer KMI is fine"; in TEST() 172 << "Update to newer KMI is fine"; in TEST() 175 << "Update to newer w.x.y is fine"; in TEST() 177 << "Update to newer w.x.y is fine"; in TEST() 179 << "Update to newer w.x.y is fine"; in TEST()
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/util/logging/ |
H A D | PlatformLogger.java | 95 private static final int FINE = 500; field in PlatformLogger 109 FINE, enumConstant 127 PlatformLogger.FINE, PlatformLogger.CONFIG, PlatformLogger.INFO, 138 // finest, fine, finer, info first in valueOf() 140 case PlatformLogger.FINE : return Level.FINE; in valueOf() 363 * Logs a FINE message. 365 public void fine(String msg) { in fine() method in PlatformLogger 366 loggerProxy.doLog(Level.FINE, msg); in fine() 369 public void fine(String msg, Throwable t) { in fine() method in PlatformLogger 370 loggerProxy.doLog(Level.FINE, msg, t); in fine() [all …]
|
/aosp_15_r20/external/coreboot/util/bincfg/ |
H A D | ddr4_unbuffered_spd_512.spec | 259 # Byte 117: Fine Offset for Minimum CAS to CAS Delay Time 263 # Byte 118: Fine Offset for Minimum Activate to Activate Delay 267 # Byte 119: Fine Offset for Minimum Activate to Activate Delay 271 # Byte 120: Fine Offset for Minimum Active to Active/Refresh 275 # Byte 121: Fine Offset for Minimum Row Precharge Delay 279 # Byte 122: Fine Offset for Minimum RAS to CAS Delay 283 # Byte 123: Fine Offset for Minimum CAS Latency Time (tAAmin) 286 # Byte 124: Fine Offset for SDRAM Maximum Cycle Time 290 # Byte 125: Fine Offset for SDRAM Minimum Cycle Time
|
H A D | ddr4_registered_spd_512.spec | 259 # Byte 117: Fine Offset for Minimum CAS to CAS Delay Time 263 # Byte 118: Fine Offset for Minimum Activate to Activate Delay 267 # Byte 119: Fine Offset for Minimum Activate to Activate Delay 271 # Byte 120: Fine Offset for Minimum Active to Active/Refresh 275 # Byte 121: Fine Offset for Minimum Row Precharge Delay 279 # Byte 122: Fine Offset for Minimum RAS to CAS Delay 283 # Byte 123: Fine Offset for Minimum CAS Latency Time (tAAmin) 286 # Byte 124: Fine Offset for SDRAM Maximum Cycle Time 290 # Byte 125: Fine Offset for SDRAM Minimum Cycle Time
|
/aosp_15_r20/external/arm-trusted-firmware/include/drivers/nxp/ddr/ |
H A D | dimm.h | 95 signed char fine_tccdl_min; /* 117 Fine offset for tCCD_Lmin */ 96 signed char fine_trrdl_min; /* 118 Fine offset for tRRD_Lmin */ 97 signed char fine_trrds_min; /* 119 Fine offset for tRRD_Smin */ 98 signed char fine_trc_min; /* 120 Fine offset for tRCmin */ 99 signed char fine_trp_min; /* 121 Fine offset for tRPmin */ 100 signed char fine_trcd_min; /* 122 Fine offset for tRCDmin */ 101 signed char fine_taa_min; /* 123 Fine offset for tAAmin */ 102 signed char fine_tck_max; /* 124 Fine offset for tCKAVGmax */ 103 signed char fine_tck_min; /* 125 Fine offset for tCKAVGmin */ 287 int ftb_10th_ps; /* fine timebase, in 1/10 ps */
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/drivers/nxp/ddr/ |
D | dimm.h | 95 signed char fine_tccdl_min; /* 117 Fine offset for tCCD_Lmin */ 96 signed char fine_trrdl_min; /* 118 Fine offset for tRRD_Lmin */ 97 signed char fine_trrds_min; /* 119 Fine offset for tRRD_Smin */ 98 signed char fine_trc_min; /* 120 Fine offset for tRCmin */ 99 signed char fine_trp_min; /* 121 Fine offset for tRPmin */ 100 signed char fine_trcd_min; /* 122 Fine offset for tRCDmin */ 101 signed char fine_taa_min; /* 123 Fine offset for tAAmin */ 102 signed char fine_tck_max; /* 124 Fine offset for tCKAVGmax */ 103 signed char fine_tck_min; /* 125 Fine offset for tCKAVGmin */ 287 int ftb_10th_ps; /* fine timebase, in 1/10 ps */
|
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p4beta1/src/main/java/com/google/cloud/vision/v1p4beta1/ |
H A D | TextDetectionParams.java | 99 * A list of advanced OCR options to fine-tune OCR behavior. 113 * A list of advanced OCR options to fine-tune OCR behavior. 127 * A list of advanced OCR options to fine-tune OCR behavior. 142 * A list of advanced OCR options to fine-tune OCR behavior. 618 * A list of advanced OCR options to fine-tune OCR behavior. 632 * A list of advanced OCR options to fine-tune OCR behavior. 646 * A list of advanced OCR options to fine-tune OCR behavior. 661 * A list of advanced OCR options to fine-tune OCR behavior. 676 * A list of advanced OCR options to fine-tune OCR behavior. 698 * A list of advanced OCR options to fine-tune OCR behavior. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p2beta1/src/main/java/com/google/cloud/vision/v1p2beta1/ |
H A D | TextDetectionParams.java | 99 * A list of advanced OCR options to fine-tune OCR behavior. 113 * A list of advanced OCR options to fine-tune OCR behavior. 127 * A list of advanced OCR options to fine-tune OCR behavior. 142 * A list of advanced OCR options to fine-tune OCR behavior. 618 * A list of advanced OCR options to fine-tune OCR behavior. 632 * A list of advanced OCR options to fine-tune OCR behavior. 646 * A list of advanced OCR options to fine-tune OCR behavior. 661 * A list of advanced OCR options to fine-tune OCR behavior. 676 * A list of advanced OCR options to fine-tune OCR behavior. 698 * A list of advanced OCR options to fine-tune OCR behavior. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p1beta1/src/main/java/com/google/cloud/vision/v1p1beta1/ |
H A D | TextDetectionParams.java | 99 * A list of advanced OCR options to fine-tune OCR behavior. 113 * A list of advanced OCR options to fine-tune OCR behavior. 127 * A list of advanced OCR options to fine-tune OCR behavior. 142 * A list of advanced OCR options to fine-tune OCR behavior. 618 * A list of advanced OCR options to fine-tune OCR behavior. 632 * A list of advanced OCR options to fine-tune OCR behavior. 646 * A list of advanced OCR options to fine-tune OCR behavior. 661 * A list of advanced OCR options to fine-tune OCR behavior. 676 * A list of advanced OCR options to fine-tune OCR behavior. 698 * A list of advanced OCR options to fine-tune OCR behavior. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ |
H A D | TextDetectionParams.java | 99 * A list of advanced OCR options to fine-tune OCR behavior. 113 * A list of advanced OCR options to fine-tune OCR behavior. 127 * A list of advanced OCR options to fine-tune OCR behavior. 142 * A list of advanced OCR options to fine-tune OCR behavior. 618 * A list of advanced OCR options to fine-tune OCR behavior. 632 * A list of advanced OCR options to fine-tune OCR behavior. 646 * A list of advanced OCR options to fine-tune OCR behavior. 661 * A list of advanced OCR options to fine-tune OCR behavior. 676 * A list of advanced OCR options to fine-tune OCR behavior. 698 * A list of advanced OCR options to fine-tune OCR behavior. [all …]
|