HomeSort by relevance Sort by last modified time
    Searched refs:Setup (Results 1 - 25 of 548) 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");
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Drivers/
PL310L2Cache.h 65 #define PL310_LATENCIES(Write,Read,Setup) (((Write) << 8) | ((Read) << 4) | (Setup))
66 #define PL310_TAG_LATENCIES(Write,Read,Setup) PL310_LATENCIES(Write,Read,Setup)
67 #define PL310_DATA_LATENCIES(Write,Read,Setup) PL310_LATENCIES(Write,Read,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_,
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();
  /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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
SetupBrowserDxe.inf 35 Setup.c
36 Setup.h
  /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/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
JmhClientSocketBenchmark.java 26 import org.openjdk.jmh.annotations.Setup;
46 @Setup(Level.Iteration)
73 @Setup(Level.Iteration)
74 public void setup() throws Exception { method in class:JmhClientSocketBenchmark
JmhServerSocketBenchmark.java 26 import org.openjdk.jmh.annotations.Setup;
45 @Setup(Level.Iteration)
72 @Setup(Level.Iteration)
73 public void setup() throws Exception { method in class:JmhServerSocketBenchmark
JmhAlpnBenchmark.java 26 import org.openjdk.jmh.annotations.Setup;
51 @Setup(Level.Iteration)
52 public void setup() throws Exception { method in class:JmhAlpnBenchmark
JmhCipherEncryptBenchmark.java 25 import org.openjdk.jmh.annotations.Setup;
50 @Setup(Level.Iteration)
51 public void setup() throws Exception { method in class:JmhCipherEncryptBenchmark
JmhEngineHandshakeBenchmark.java 42 import org.openjdk.jmh.annotations.Setup;
66 @Setup(Level.Iteration)
67 public void setup() throws Exception { method in class:JmhEngineHandshakeBenchmark
JmhEngineWrapBenchmark.java 42 import org.openjdk.jmh.annotations.Setup;
70 @Setup(Level.Iteration)
71 public void setup() throws Exception { method in class:JmhEngineWrapBenchmark
  /external/gptfdisk/
attributes.h 19 void Setup(void);
  /external/webrtc/webrtc/modules/video_render/ios/
open_gles20.h 28 bool Setup(int32_t width, int32_t height);
  /art/openjdkjvmti/
transform.h 51 static void Setup();
  /external/webrtc/webrtc/modules/video_render/android/
video_render_opengles20.h 27 int32_t Setup(int32_t widht, int32_t height);
  /frameworks/opt/car/setupwizard/library/tests/robotests/
Android.mk 23 # Car Setup Wizard Library Robolectric test target. #
50 # Car Setup Wizard Library runner target to run the previous target. #
  /test/framework/harnesses/host_controller/command_processor/
base_command_processor.py 36 '''Internal SetUp function that will call subclass' Setup function.
44 self.SetUp()
46 def SetUp(self):
47 '''SetUp method for subclass to override.'''
  /external/google-breakpad/src/common/
memory_unittest.cc 39 TEST(PageAllocatorTest, Setup) {
69 TEST(WastefulVectorTest, Setup) {

Completed in 397 milliseconds

1 2 3 4 5 6 7 8 91011>>