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

1 2 3

  /external/libtextclassifier/lang_id/
relevant-script-feature.cc 33 bool RelevantScriptFeature::Setup(TaskContext *context) { return true; }
language-identifier-features.cc 32 bool ContinuousBagOfNgramsFunction::Setup(TaskContext *context) {
  /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/ltp/tools/netpipe-2.4/
PVM.c 20 int Setup(ArgStruct * p)
MPI.c 21 int Setup(ArgStruct * p)
TCP.c 16 int Setup(ArgStruct * p)
  /external/ltp/tools/netpipe-2.4-ipv6/
PVM.c 20 int Setup(ArgStruct * p)
MPI.c 21 int Setup(ArgStruct * p)
TCP.c 17 int Setup(ArgStruct * p)
  /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/libvorbis/doc/
04-codec.tex 5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}
17 \subsection{Header decode and decode setup}
21 and the setup header. All are required for decode compliance. An
37 is type 1, the comment header type 3 and the setup header type 5
40 identification, comment, setup.
90 \subsubsection{Setup header}
92 Vorbis codec setup is configurable to an extreme degree:
100 The setup header contains the bulk of the codec setup information
101 needed for decode. The setup header contains, in order, the lists o
    [all...]
  /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/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();
  /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...]

Completed in 366 milliseconds

1 2 3