Home
last modified time | relevance | path

Searched full:simulate (Results 1 – 25 of 1744) sorted by relevance

12345678910>>...70

/external/minijail/tools/
Dcompiler_unittest.py62 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/
Dmodify_a_tryjob_unittest.py25 # 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 …]
Dupdate_tryjob_status_unittest.py76 # 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/
Dstream_synchronization_unittest.cc107 // 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/
Dpropagator.cpp87 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/
Dpropagator.cpp87 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/
Dpropagator.cpp87 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/
Dwrap.hpp28 /// 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/
Dlib1.h43 * @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/
Dwrite.rs15 /// 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/
DInvocationFactory.java18 …* 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/
DExtractorAsserts.java82 /** 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/
DExtractorAsserts.java82 /** 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/
Dpreemption_sync_manager_test.cc203 // 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/
Decho_path_simulation.py31 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/
Dtask_queue_selector_unittest.cc374 // 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/
Ddemographic_metrics_test_utils.cc39 // 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/
Dfake_recording_device.cc45 // 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/
DSimulator_fp.h197 // 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/
Dcontroller_test_double_base.cc36 // 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/
Dfake_signaling_channel.h68 // 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/
Dtest_record_event_handler_test.cc33 // 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/
DStreamingOutputCallRequest.php21 * 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/
DAbstractFakeProfileConnector.java72 * 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/
DTPMCmdp.c141 // 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.

12345678910>>...70