| /external/minijail/tools/ |
| D | compiler_unittest.py | 62 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'], 65 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'], 110 block.simulate(self.arch.arch_nr, 119 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'], 122 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'], 125 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'], 128 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'], 131 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'], 134 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'], 137 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'], [all …]
|
| /external/toolchain-utils/llvm_tools/ |
| D | modify_a_tryjob_unittest.py | 25 # Create a temporary .JSON file to simulate a .JSON file that has 54 # Simulate the behavior of `FindTryjobIndex()` when the index of the tryjob 68 # Create a temporary .JSON file to simulate a .JSON file that has 102 # Simulate the behavior of `FindTryjobIndex()` when the index of the tryjob 114 # Create a temporary .JSON file to simulate a .JSON file that has 150 # Simulate the behavior of `RunTryJobs()` when successfully submitted a 153 # Simulate the behavior of `FindTryjobIndex()` when the index of the tryjob 182 # Create a temporary .JSON file to simulate a .JSON file that has 232 # Simulate the behavior of `FindTryjobIndex()` when the index of the tryjob 244 # Create a temporary .JSON file to simulate a .JSON file that has [all …]
|
| D | update_tryjob_status_unittest.py | 76 # Simulate the behavior of `os.rename()` when successfully renamed a file. 78 # Simulate the behavior of `os.path.basename()` when successfully retrieved 86 # Simulate the behavior of 'subprocess.Popen()' when executing the 148 # Simulate the behavior of `os.rename()` when successfully renamed a file. 150 # Simulate the behavior of `os.path.basename()` when successfully retrieved 156 # Simulate the behavior of 'subprocess.Popen()' when executing the 198 # Create a temporary .JSON file to simulate a .JSON file that has 222 # Simulate the behavior of `FindTryjobIndex()` when the tryjob does not 236 # Create a temporary .JSON file to simulate a .JSON file that has 264 # Simulate the behavior of `FindTryjobIndex()` when the tryjob exists in the [all …]
|
| /external/webrtc/video/ |
| D | stream_synchronization_unittest.cc | 107 // Simulate audio playback 300 ms after capture and video rendering 100 ms 109 // audio and video, and that they change correctly when we simulate that 130 // Simulate base_target_delay_ms minimum delay in the VCM. in BothDelayedAudioLaterTest() 143 // Simulate base_target_delay_ms minimum delay in the VCM. in BothDelayedAudioLaterTest() 151 // Simulate that NetEQ introduces some audio delay. in BothDelayedAudioLaterTest() 157 // Simulate base_target_delay_ms minimum delay in the VCM. in BothDelayedAudioLaterTest() 168 // Simulate that NetEQ reduces its delay. in BothDelayedAudioLaterTest() 174 // Simulate base_target_delay_ms minimum delay in the VCM. in BothDelayedAudioLaterTest() 231 // Simulate that NetEQ for some reason reduced the delay. in BothDelayedVideoLaterTest() 246 // Simulate that NetEQ for some reason significantly increased the delay. in BothDelayedVideoLaterTest() [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | propagator.cpp | 87 bool SSAPropagator::Simulate(Instruction* instr) { in Simulate() function in spvtools::opt::SSAPropagator 101 // not to simulate anymore and add its SSA def-use edges for simulation. in Simulate() 135 // of D might affect |instr|, so we should simulate |instr| again. in Simulate() 175 bool SSAPropagator::Simulate(BasicBlock* block) { in Simulate() function in spvtools::opt::SSAPropagator 180 // Always simulate Phi instructions, even if we have simulated this block in Simulate() 186 [&changed, this](Instruction* instr) { changed |= Simulate(instr); }); in Simulate() 188 // If this is the first time this block is being simulated, simulate every in Simulate() 193 changed |= Simulate(instr); in Simulate() 244 // Simulate all blocks first. Simulating blocks will add SSA edges to in Run() 248 changed |= Simulate(block); in Run() [all …]
|
| /external/angle/third_party/spirv-tools/src/source/opt/ |
| D | propagator.cpp | 87 bool SSAPropagator::Simulate(Instruction* instr) { in Simulate() function in spvtools::opt::SSAPropagator 101 // not to simulate anymore and add its SSA def-use edges for simulation. in Simulate() 135 // of D might affect |instr|, so we should simulate |instr| again. in Simulate() 175 bool SSAPropagator::Simulate(BasicBlock* block) { in Simulate() function in spvtools::opt::SSAPropagator 180 // Always simulate Phi instructions, even if we have simulated this block in Simulate() 186 [&changed, this](Instruction* instr) { changed |= Simulate(instr); }); in Simulate() 188 // If this is the first time this block is being simulated, simulate every in Simulate() 193 changed |= Simulate(instr); in Simulate() 244 // Simulate all blocks first. Simulating blocks will add SSA edges to in Run() 248 changed |= Simulate(block); in Run() [all …]
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | propagator.cpp | 87 bool SSAPropagator::Simulate(Instruction* instr) { in Simulate() function in spvtools::opt::SSAPropagator 101 // not to simulate anymore and add its SSA def-use edges for simulation. in Simulate() 135 // of D might affect |instr|, so we should simulate |instr| again. in Simulate() 175 bool SSAPropagator::Simulate(BasicBlock* block) { in Simulate() function in spvtools::opt::SSAPropagator 180 // Always simulate Phi instructions, even if we have simulated this block in Simulate() 186 [&changed, this](Instruction* instr) { changed |= Simulate(instr); }); in Simulate() 188 // If this is the first time this block is being simulated, simulate every in Simulate() 193 changed |= Simulate(instr); in Simulate() 244 // Simulate all blocks first. Simulating blocks will add SSA edges to in Run() 248 changed |= Simulate(block); in Run() [all …]
|
| /external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | wrap.hpp | 28 /// Simulate GL_CLAMP OpenGL wrap mode 33 /// Simulate GL_REPEAT OpenGL wrap mode 38 /// Simulate GL_MIRRORED_REPEAT OpenGL wrap mode 43 /// Simulate GL_MIRROR_REPEAT OpenGL wrap mode
|
| /external/bcc/examples/usdt_sample/usdt_sample_lib1/include/usdt_sample_lib1/ |
| D | lib1.h | 43 * @param minLatencyMs The minimum latency to simulate for the operation. 44 * @param maxLatencyMs The maximum latency to simulate for the operation. 56 …td::mt19937 _gen; ///< Used randomly determine an operation latency to simulate. 57 …td::uniform_int_distribution<> _dis; ///< Used randomly determine an operation latency to simulate.
|
| /external/rust/crates/tungstenite/benches/ |
| D | write.rs | 15 /// to simulate stuff going on in the underlying stream. 16 /// Each `flush` takes **~8µs** to simulate flush io. 29 // simulate io in write() 37 // simulate io in flush()
|
| /external/mockito/src/main/java/org/mockito/invocation/ |
| D | InvocationFactory.java | 18 …* Useful for framework integrations that need to programmatically simulate method calls on mock ob… 19 * To simulate a method call on mock, one needs an instance of {@link Invocation}. 37 …* This method is useful for framework integrators to programmatically simulate method calls on moc… 63 …* This method is useful for framework integrators to programmatically simulate method calls on moc…
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
| D | ExtractorAsserts.java | 82 /** A config of different environments to simulate and extractor behaviours to test. */ 90 /** Whether to simulate IO errors. */ 92 /** Whether to simulate unknown input length. */ 94 /** Whether to simulate partial reads. */ 204 * boolean, boolean)} with all possible combinations of "simulate" parameters. 223 * boolean, boolean)} with all possible combinations of "simulate" parameters. 272 * @param simulationConfig Details on the environment to simulate and behaviours to assert. 287 * @param simulationConfig Details on the environment to simulate and behaviours to assert. 342 * @param simulateIOErrors Whether to simulate IO errors. 343 * @param simulateUnknownLength Whether to simulate unknown input length. [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
| D | ExtractorAsserts.java | 82 /** A config of different environments to simulate and extractor behaviours to test. */ 90 /** Whether to simulate IO errors. */ 92 /** Whether to simulate unknown input length. */ 94 /** Whether to simulate partial reads. */ 204 * boolean, boolean)} with all possible combinations of "simulate" parameters. 223 * boolean, boolean)} with all possible combinations of "simulate" parameters. 272 * @param simulationConfig Details on the environment to simulate and behaviours to assert. 287 * @param simulationConfig Details on the environment to simulate and behaviours to assert. 342 * @param simulateIOErrors Whether to simulate IO errors. 343 * @param simulateUnknownLength Whether to simulate unknown input length. [all …]
|
| /external/tensorflow/tensorflow/core/distributed_runtime/preemption/ |
| D | preemption_sync_manager_test.cc | 203 // Simulate task doing work and making progress. in TEST_F() 218 // Simulate task doing work and making progress. in TEST_F() 230 // Simulate task doing work and making progress. in TEST_F() 242 // Simulate task doing work and making progress. in TEST_F() 257 // Simulate slow task 1 that is only at call #1. in TEST_F() 259 // Simulate fast task 3 that is already at call #3. in TEST_F() 279 // Simulate slow task 1 that is only at call #1. in TEST_F() 281 // Simulate fast task 3 that is already at call #3. in TEST_F()
|
| /external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ |
| D | echo_path_simulation.py | 31 def Simulate(self, output_path): member in EchoPathSimulator 67 def Simulate(self, output_path): member in NoEchoPathSimulator 91 def Simulate(self, output_path): member in LinearEchoPathSimulator 128 def Simulate(self, output_path): member in RecordedEchoPathSimulator
|
| /external/libchrome/base/task/sequence_manager/ |
| D | task_queue_selector_unittest.cc | 374 // Don't remove task from queue to simulate all queues still being full. in TEST_F() 392 // Don't remove task from queue to simulate all queues still being full. in TEST_F() 412 // Don't remove task from queue to simulate all queues still being full. in TEST_F() 441 // Don't remove task from queue to simulate all queues still being full. in TEST_F() 470 // Don't remove task from queue to simulate all queues still being full. in TEST_F() 493 // Don't remove task from queue to simulate all queues still being full. in TEST_F() 519 // Don't remove task from queue to simulate all queues still being full. in TEST_F() 538 // Don't remove task from queue to simulate all queues still being full. in TEST_F() 547 // Don't remove task from queue to simulate all queues still being full. in TEST_F() 555 // Don't remove task from queue to simulate all queues still being full. in TEST_F() [all …]
|
| /external/cronet/components/metrics/demographics/ |
| D | demographic_metrics_test_utils.cc | 39 // Simulate the latency in the network to get the network time from the remote in UpdateNetworkTime() 43 // Simulate the time taken to call UpdateNetworkTime() since the moment the in UpdateNetworkTime() 48 // Simulate a network time that is a bit earlier than the now time. in UpdateNetworkTime() 51 // Simulate the time in ticks at the moment the UpdateNetworkTime callback in UpdateNetworkTime()
|
| /external/webrtc/modules/audio_processing/test/ |
| D | fake_recording_device.cc | 45 // Mic level to simulate. 75 // microphone level; otherwise simulate the mic gain only. in ModifyBufferInt16() 84 // microphone level; otherwise simulate the mic gain only. in ModifyBufferFloat() 100 // microphone level; otherwise simulate the mic gain only. in ComputeAgcLinearFactor() 166 RTC_LOG(LS_INFO) << "Simulate mic level update: " << level; in SetMicLevel()
|
| /external/ms-tpm-20-ref/TPMCmd/Simulator/include/prototypes/ |
| D | Simulator_fp.h | 197 // This function is called to simulate activation of the physical presence "pin". 204 // This function is called to simulate deactivation of the physical presence "pin". 211 // This function is called to simulate a _TPM_Hash_Start event. It will call 219 // This function is called to simulate a _TPM_Hash_Data event. 226 // This function is called to simulate a _TPM_Hash_End event.
|
| /external/pigweed/pw_bluetooth_sapphire/host/testing/ |
| D | controller_test_double_base.cc | 36 // Post packet to simulate async behavior that many tests expect. in SendCommandChannelPacket() 56 // Post packet to simulate async behavior that some tests expect. in SendACLDataChannelPacket() 102 // Post the callback to simulate async behavior with a real controller. in ConfigureSco() 124 // Post the callback to simulate async behavior with a real controller. in ResetSco()
|
| /external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/ |
| D | fake_signaling_channel.h | 68 // Simulate reception of an inbound request with |req_code| and |req_payload|, 74 // Simulate reception of an inbound request with |req_code| and |req_payload|, 79 // Simulate reception of an inbound request with |req_code| and |req_payload|, 103 // Simulate reception of |responses|, calling |transaction.response_callback|
|
| /external/pigweed/pw_unit_test/ |
| D | test_record_event_handler_test.cc | 33 // Simulate test run in TEST() 68 // Simulate test run in TEST() 107 // Simulate test run in TEST() 129 // Simulate test run in TEST() 163 // Simulate test run in TEST()
|
| /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
| D | StreamingOutputCallRequest.php | 21 * might be of different types. This is to simulate a mixed type of payload 55 * might be of different types. This is to simulate a mixed type of payload 73 * might be of different types. This is to simulate a mixed type of payload 87 * might be of different types. This is to simulate a mixed type of payload
|
| /external/connectedappssdk/testing/sdk/src/main/java/com/google/android/enterprise/connectedapps/testing/ |
| D | AbstractFakeProfileConnector.java | 72 * Simulate running on a particular profile type. 96 * Simulate the creation of a work profile. 122 * Simulate a work profile being turned on. 138 * Simulate a work profile being turned off. 142 * <p>This fake will also be set to simulate running on the personal profile for future calls.
|
| /external/ms-tpm-20-ref/TPMCmd/Simulator/src/ |
| D | TPMCmdp.c | 141 // This function is called to simulate activation of the physical presence "pin". 155 // This function is called to simulate deactivation of the physical presence "pin". 169 // This function is called to simulate a _TPM_Hash_Start event. It will call 184 // This function is called to simulate a _TPM_Hash_Data event. 198 // This function is called to simulate a _TPM_Hash_End event.
|