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

1 2

  /external/v8/build/android/pylib/junit/
setup.py 7 def Setup(args):
  /external/v8/build/android/pylib/monkey/
setup.py 10 def Setup(test_options):
  /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/v8/build/android/pylib/linker/
setup.py 5 """Setup for linker tests."""
20 def Setup(args, devices):
  /external/v8/build/android/pylib/perf/
setup.py 67 def Setup(test_options, active_devices):
  /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...]
01-introduction.tex 77 \subsubsection{Codec Setup and Probability Model}
82 For these reasons, configurable aspects of codec setup intentionally
88 packed into the bitstream header along with extensive CODEC setup
92 without having previously fetched the codec setup header.
97 bitstream so long as the codec has been initialized/setup with the
98 setup headers.
133 Decoder setup consists of configuration of multiple, self-contained
262 \subsubsection{Decode Setup}
272 header, the comments header, and the setup header.
284 \paragraph{Setup Header
    [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)
  /external/gptfdisk/
attributes.cc 30 Setup();
38 Setup();
47 void Attributes::Setup(void) {
65 } // Attributes::Setup()
  /external/pdfium/tools/drmemory/scripts/
valgrind_test.py 158 def Setup(self, args):
202 """Call this to run through the whole process: Setup, Execute, Analyze"""
205 if self.Setup(args):
210 logging.error("Setup failed")
  /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...]
dbus.cc 152 // Setup DBus connection and start monitoring.
154 if (!Setup()) {
155 LOG(LS_ERROR) << "DBus monitoring setup failed.";
232 bool Setup() {
  /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 96 static void Setup(const std::string& jclass_name,
  /external/google-breakpad/src/client/mac/handler/
exception_handler.cc 65 // gBreakpadAllocator needs to be setup in other code
248 Setup(install_handler);
269 Setup(install_handler);
592 // Pass along the exception to the server, which will setup the
678 // Setup the exception ports on this task
731 bool ExceptionHandler::Setup(bool install_handler) {
  /external/libnfc-nci/src/udrv/include/
uusb.h 44 #define UUSB_DRV_UNSUPPORTED_SETUP_REQ 3 // Unsupported SETUP request (use with tUSER_EP0_SETUP_CB)
94 tUUSB_SETUP_PKT Setup;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_context.h 112 GLuint Setup[I830_TEX_SETUP_SIZE];

Completed in 463 milliseconds

1 2