/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | AllocationRecorder.java | 39 AllocationStats stats = stopRecording(1); in startRecording() 60 abstract AllocationStats stopRecording(int reps); in stopRecording() method in AllocationRecorder
|
D | MacrobenchmarkAllocationWorker.java | 54 return recorder.stopRecording(1); in measureAllocations()
|
D | AggregateAllocationsRecorder.java | 56 @Override public AllocationStats stopRecording(int reps) { in stopRecording() method in AggregateAllocationsRecorder
|
D | AllAllocationsRecorder.java | 85 @Override public AllocationStats stopRecording(int reps) { in stopRecording() method in AllAllocationsRecorder
|
D | MicrobenchmarkAllocationWorker.java | 142 return recorder.stopRecording(reps); in measureAllocations()
|
/external/jsilver/src/com/google/streamhtmlparser/util/ |
D | CharacterRecorder.java | 98 public void stopRecording() { in stopRecording() method in CharacterRecorder
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
D | HtmlParserImpl.java | 505 tag.stopRecording(); in exitTagName() 521 attr.stopRecording(); in exitAttribute() 556 value.stopRecording(); in exitValueContent() 652 cdataCloseTag.stopRecording(); in exitStateCdataMayClose()
|
/external/webrtc/sdk/objc/unittests/ |
D | RTCAudioDeviceModule_xctest.mm | 178 - (void)stopRecording{ method 218 [self stopRecording]; 220 [self stopRecording]; 387 [self stopRecording]; 448 [self stopRecording]; 588 [self stopRecording];
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | RecorderRunnable.java | 303 void stopRecording() { in stopRecording() method in RecorderRunnable 419 stopRecording(); //close this in run()
|
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/ |
D | SpeechActivity.java | 194 public synchronized void stopRecording() { in stopRecording() method in SpeechActivity
|
/external/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/ |
D | WebRtcAudioRecord.java | 312 private boolean stopRecording() { in stopRecording() method in WebRtcAudioRecord
|
/external/webrtc/sdk/android/src/java/org/webrtc/audio/ |
D | WebRtcAudioRecord.java | 379 private boolean stopRecording() { in stopRecording() method in WebRtcAudioRecord
|
/external/perfetto/ui/src/controller/ |
D | record_controller.ts | 750 globals.dispatch(Actions.stopRecording({}));
|
/external/perfetto/ui/src/common/ |
D | actions.ts | 715 stopRecording(state: StateDraft, _: {}): void {
|
/external/perfetto/ui/src/frontend/ |
D | record_page.ts | 1171 {onclick: () => globals.dispatch(Actions.stopRecording({}))},
|