Home
last modified time | relevance | path

Searched refs:instant (Results 1 – 25 of 137) sorted by relevance

123456

/external/webrtc/webrtc/modules/audio_processing/
Decho_cancellation_impl.cc313 metrics->residual_echo_return_loss.instant = my_metrics.rerl.instant; in GetMetrics()
318 metrics->echo_return_loss.instant = my_metrics.erl.instant; in GetMetrics()
323 metrics->echo_return_loss_enhancement.instant = my_metrics.erle.instant; in GetMetrics()
328 metrics->a_nlp.instant = my_metrics.aNlp.instant; in GetMetrics()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DRateLimiterTest.java323 stopwatch.instant += 1000000; in testInfinity_BustyTimeElapsed()
359 stopwatch.instant += 1000000; in testInfinity_WarmUpTimeElapsed()
420 long startTime = stopwatch.instant; in measureTotalTimeMillis()
427 return NANOSECONDS.toMillis(stopwatch.instant - startTime); in measureTotalTimeMillis()
440 long instant = 0L; field in RateLimiterTest.FakeStopwatch
445 return NANOSECONDS.toMicros(instant); in readMicros()
453 instant += MICROSECONDS.toNanos(micros); in sleepMicros()
/external/webrtc/webrtc/modules/audio_processing/aec/
Decho_cancellation.c467 metrics->erl.instant = (int)erl.instant; in WebRtcAec_GetMetrics()
486 metrics->erle.instant = (int)erle.instant; in WebRtcAec_GetMetrics()
514 metrics->rerl.instant = stmp; in WebRtcAec_GetMetrics()
519 metrics->aNlp.instant = (int)a_nlp.instant; in WebRtcAec_GetMetrics()
Decho_cancellation.h48 int instant; member
Daec_core.h43 float instant; member
/external/perfetto/docs/
Dtrace-processor.md92 The instants table contains the data about instant events (both kernel
97 A unique identifier for the instant row.
100 The timestamp of the instant event.
103 The name of the instant event.
106 The value of the instant event.
109 The identifier of the `ref`erence metadata associated with the instant event.
113 The type of reference metadata associated to the instant event. Will be one
/external/autotest/site_utils/
Dattribute_whitelist.txt27 suite:arc-cts-instant
28 suite:arc-cts-instant-perbuild
29 suite:arc-cts-instant-qual
/external/mesa3d/src/gallium/state_trackers/nine/
Dquery9.c120 This->instant = in NineQuery9_ctor()
175 if (dwIssueFlags == D3DISSUE_BEGIN && This->instant) in NineQuery9_Issue()
Dquery9.h42 boolean instant; /* true if D3DISSUE_BEGIN is not needed / invalid */ member
/external/webrtc/webrtc/modules/audio_processing/test/
Dunittest.proto24 optional int32 instant = 1; field
/external/autotest/server/site_tests/cheets_CTS_Instant/
Dcontrol.arm.CtsSampleHostTestCases26 run_template=['run', 'commandAndExit', 'cts-instant', '--module', 'CtsSampleHostTestCases'],
Dcontrol.x86.CtsToastTestCases26 run_template=['run', 'commandAndExit', 'cts-instant', '--module', 'CtsToastTestCases'],
Dcontrol.x86.CtsInputMethodServiceHostTestCases26 …run_template=['run', 'commandAndExit', 'cts-instant', '--module', 'CtsInputMethodServiceHostTestCa…
Dcontrol.x86.CtsLocationTestCases26 run_template=['run', 'commandAndExit', 'cts-instant', '--module', 'CtsLocationTestCases'],
Dcontrol.x86.CtsOsHostTestCases26 run_template=['run', 'commandAndExit', 'cts-instant', '--module', 'CtsOsHostTestCases'],
Dcontrol.arm.CtsPermission2TestCases26 … run_template=['run', 'commandAndExit', 'cts-instant', '--module', 'CtsPermission2TestCases'],
Dcontrol.arm.CtsAnimationTestCases26 run_template=['run', 'commandAndExit', 'cts-instant', '--module', 'CtsAnimationTestCases'],
Dcontrol.arm.CtsPermissionTestCases26 run_template=['run', 'commandAndExit', 'cts-instant', '--module', 'CtsPermissionTestCases'],
Dcontrol.arm.CtsWindowManagerDeviceTestCases26 …run_template=['run', 'commandAndExit', 'cts-instant', '--module', 'CtsWindowManagerDeviceTestCases…
Dcontrol.arm.CtsUidIsolationTestCases26 … run_template=['run', 'commandAndExit', 'cts-instant', '--module', 'CtsUidIsolationTestCases'],
Dcontrol.arm.CtsFragmentTestCasesSdk2626 … run_template=['run', 'commandAndExit', 'cts-instant', '--module', 'CtsFragmentTestCasesSdk26'],
Dcontrol.arm.CtsDatabaseTestCases26 run_template=['run', 'commandAndExit', 'cts-instant', '--module', 'CtsDatabaseTestCases'],
Dcontrol.arm.CtsUiAutomationTestCases26 … run_template=['run', 'commandAndExit', 'cts-instant', '--module', 'CtsUiAutomationTestCases'],
Dcontrol.x86.CtsUiDeviceTestCases26 run_template=['run', 'commandAndExit', 'cts-instant', '--module', 'CtsUiDeviceTestCases'],
Dcontrol.x86.CtsUidIsolationTestCases26 … run_template=['run', 'commandAndExit', 'cts-instant', '--module', 'CtsUidIsolationTestCases'],

123456