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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/mca/filterfw/jni/
jni_init.cpp 35 ObjectPool<NativeFrame>::Setup("android/filterfw/core/NativeFrame", "nativeFrameId");
36 ObjectPool<NativeProgram>::Setup("android/filterfw/core/NativeProgram", "nativeProgramId");
37 ObjectPool<GLFrame>::Setup("android/filterfw/core/GLFrame", "glFrameId");
38 ObjectPool<ShaderProgram>::Setup("android/filterfw/core/ShaderProgram", "shaderProgramId");
39 ObjectPool<GLEnv>::Setup("android/filterfw/core/GLEnvironment", "glEnvId");
40 ObjectPool<VertexFrame>::Setup("android/filterfw/core/VertexFrame", "vertexFrameId");
  /system/connectivity/shill/cellular/
mm1_modem_location_proxy_interface.h 35 virtual void Setup(uint32_t sources,
mock_mm1_modem_location_proxy.cc 27 ON_CALL(*this, Setup(_, _, _, _, _))
mock_mm1_modem_location_proxy.h 34 MOCK_METHOD5(Setup, void(uint32_t sources,
  /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_,
PacketLossTest.h 23 void Setup(AudioCodingModule *acm, RTPStream *rtpStream,
40 void Setup(AudioCodingModule *acm, RTPStream *rtpStream,
SpatialAudio.h 32 int16_t Setup();
iSACTest.h 45 void Setup();
EncodeDecodeTest.h 50 void Setup(AudioCodingModule *acm, RTPStream *rtpStream,
73 void Setup(AudioCodingModule *acm, RTPStream *rtpStream,
SpatialAudio.cc 39 int16_t SpatialAudio::Setup() {
94 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...]
  /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/gptfdisk/
attributes.h 19 void Setup(void);
attributes.cc 30 Setup();
38 Setup();
47 void Attributes::Setup(void) {
65 } // Attributes::Setup()
  /external/webrtc/webrtc/modules/video_render/ios/
open_gles20.h 28 bool Setup(int32_t width, int32_t height);
  /external/autotest/client/tests/kvm/unattended/
winnt.bat 5 rem This is a SAMPLE batch script generated by Setup Manager.
  /external/webrtc/webrtc/modules/video_render/android/
video_render_opengles20.h 27 int32_t Setup(int32_t widht, int32_t height);
  /external/google-breakpad/src/common/
memory_unittest.cc 39 TEST(PageAllocatorTest, Setup) {
69 TEST(WastefulVectorTest, Setup) {
  /external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
BufferPerformanceBench.java 37 import org.openjdk.jmh.annotations.Setup;
172 @Setup(Level.Trial)
205 * issue where states inheriting setup methods depending on another state
207 * of groups. To work around, we leave the common setup and teardown code
208 * in superclasses and move the setup method depending on the bench state
216 @Setup(Level.Trial)
221 @Setup(Level.Invocation)
231 @Setup(Level.Trial)
  /external/autotest/client/cros/cellular/
net_interface.py 107 def Setup(self):
118 self.vif.setup()
142 self.Setup()
  /system/bt/
Android.mk 3 # Setup Bluetooth local make variables for handling configuration
  /external/google-breakpad/src/client/mac/handler/
exception_handler.h 174 // Setup the handler thread, and if |install_handler| is true, install the
176 bool Setup(bool install_handler);

Completed in 399 milliseconds

1 2 3 4 5 6 7 8 91011>>