HomeSort by relevance Sort by last modified time
    Searched defs:Setup (Results 1 - 25 of 69) sorted by null

1 2 3

  /test/vts-testcase/kernel/ltp/shell_environment/definitions/
directory_exists.py 27 to_setup: bool, whether or not to setup the defined environment
75 def Setup(self):
77 # TODO: perhaps store or print failed setup paths
path_permission.py 27 to_setup: bool, whether or not to setup the defined environment
83 def Setup(self):
86 # TODO: perhaps store or print failed setup paths
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
CommonTokenStream.cs 85 Setup();
113 Setup();
154 protected override void Setup() {
BufferedTokenStream.cs 147 Setup();
182 Setup();
226 Setup();
255 Setup();
274 protected virtual void Setup() {
293 Setup();
325 Setup();
335 Setup();
359 Setup();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
CommonTokenStream.cs 96 Setup();
123 Setup();
169 protected override void Setup()
BufferedTokenStream.cs 169 Setup();
210 Setup();
259 Setup();
291 Setup();
311 protected virtual void Setup()
334 Setup();
372 Setup();
383 Setup();
411 Setup();
  /external/perfetto/infra/git_mirror_bot/
mirror_aosp_to_ghub_repo.py 83 def Setup():
184 Setup()
  /external/webrtc/webrtc/modules/audio_coding/test/
PacketLossTest.cc 27 void ReceiverWithPacketLoss::Setup(AudioCodingModule *acm,
38 Receiver::Setup(acm, rtpStream, ss.str(), channels);
89 void SenderWithFEC::Setup(AudioCodingModule *acm, RTPStream *rtpStream,
92 Sender::Setup(acm, rtpStream, in_file_name, sample_rate, channels);
144 sender_->Setup(acm.get(), &rtpFile, in_file_name_, sample_rate_hz_, channels_,
159 receiver_->Setup(acm.get(), &rtpFile, "packetLoss_out", channels_,
SpatialAudio.cc 39 int16_t SpatialAudio::Setup() {
94 Setup();
iSACTest.cc 78 void ISACTest::Setup() {
142 Setup();
EncodeDecodeTest.cc 54 void Sender::Setup(AudioCodingModule *acm, RTPStream *rtpStream,
125 void Receiver::Setup(AudioCodingModule *acm, RTPStream *rtpStream,
317 _receiver.Setup(acm.get(), &rtpFile, "encodeDecode_out", 1);
345 _sender.Setup(acm.get(), &rtpFile, "audio_coding/testfile32kHz", 32000, 1);
  /external/autotest/client/cros/cellular/
net_interface.py 107 def Setup(self):
118 self.vif.setup()
142 self.Setup()
  /external/autotest/client/cros/cellular/pseudomodem/
pseudomodem.py 49 def Setup(self, opts):
51 Call |Setup| to prepare pseudomodem to be launched.
74 logging.info('Pseudomodem setup completed!')
559 _pseudo_modem_manager.Setup(opts)
  /test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/
check_setup_cleanup.py 23 """An abstract class for defining environment setup job.
25 Usually such a job contains check -> setup -> cleanup workflow
30 to_setup: bool, whether or not to setup the defined environment
63 """Execute the check, setup, and cleanup.
65 Will execute setup and cleanup only if the boolean switches for them
90 return self.InternalCall(self.Setup)
196 def Setup(self):
199 Used to setup environment if check fail. Can be override by sub-class
201 self.note = "Setup step undefined."
207 Used to cleanup setup if check fail. Can be override by sub-clas
    [all...]
  /external/gptfdisk/
attributes.cc 32 Setup();
40 Setup();
49 void Attributes::Setup(void) {
67 } // Attributes::Setup()
  /external/libchrome/base/trace_event/
memory_dump_scheduler.cc 33 void MemoryDumpScheduler::Setup(
  /external/libcups/filter/
rastertohp.c 49 void Setup(void);
60 * 'Setup()' - Prepare the printer for printing.
64 Setup(void)
111 * Setup printer/job attributes...
736 Setup();
rastertolabel.c 79 void Setup(ppd_file_t *ppd);
89 * 'Setup()' - Prepare the printer for printing.
93 Setup(ppd_file_t *ppd) /* I - PPD file */
190 * Setup printer/job attributes...
401 * Setup graphics...
1189 Setup(ppd);
  /external/webrtc/webrtc/base/
optional_unittest.cc 67 static rtc::scoped_ptr<std::vector<std::string>> Setup() {
122 auto log = Logger::Setup();
131 auto log = Logger::Setup();
144 auto log = Logger::Setup();
161 auto log = Logger::Setup();
174 auto log = Logger::Setup();
192 auto log = Logger::Setup();
204 auto log = Logger::Setup();
221 auto log = Logger::Setup();
237 auto log = Logger::Setup();
    [all...]
  /external/webrtc/webrtc/modules/video_render/android/
video_render_opengles20.cc 91 int32_t VideoRenderOpenGles20::Setup(int32_t width, int32_t height) {
  /frameworks/base/media/mca/filterfw/jni/
jni_util.h 97 static void Setup(const std::string& jclass_name,
  /art/openjdkjvmti/
deopt_manager.cc 93 void DeoptManager::Setup() {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppyCtrl.c 787 Setup (
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/
FloppyPeim.c 1214 Setup specifed FDC device.
1224 Setup (
1240 Setup DMA channels to read data.
1351 @param Buffer Buffer to setup for DMA.
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcTestSubcase.cpp 52 long SubcaseBase::Setup()
229 // test case setup
232 subError = subcase->Setup();
234 log.writeMessage("Test Setup() failed");

Completed in 1186 milliseconds

1 2 3