HomeSort by relevance Sort by last modified time
    Searched refs:Setup (Results 1 - 25 of 400) 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");
  /external/chromium_org/mojo/views/
views_init_internal.cc 18 class Setup {
20 Setup() {
34 ~Setup() {
38 DISALLOW_COPY_AND_ASSIGN(Setup);
41 static base::LazyInstance<Setup>::Leaky setup = LAZY_INSTANCE_INITIALIZER; member in namespace:mojo::__anon13498
46 setup.Get();
  /external/dhcpcd/mk/
os-BSD.mk 0 # Setup OS specific variables
os-Darwin.mk 0 # Setup OS specific variables
os-Linux.mk 0 # Setup OS specific variables
os.mk 0 # Setup OS specific variables
  /external/chromium_org/build/android/pylib/junit/
setup.py 7 def Setup(options):
  /external/chromium_org/build/android/pylib/monkey/
setup.py 10 def Setup(test_options):
  /external/chromium_org/sandbox/win/src/
sidestep_resolver.h 20 // Implementation of Resolver::Setup.
21 virtual NTSTATUS Setup(const void* target_module,
46 // Implementation of Resolver::Setup.
47 virtual NTSTATUS Setup(const void* target_module,
eat_resolver.h 20 // Implementation of Resolver::Setup.
21 virtual NTSTATUS Setup(const void* target_module,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
SpatialAudio.h 32 int16_t Setup();
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);
143 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,
39 void Setup(AudioCodingModule *acm, RTPStream *rtpStream,
  /external/chromium_org/tools/gn/
setup.h 32 // Base class for code shared between Setup and DependentSetup.
37 // Returns the scheduler. This is virtual since only the main setup has a
88 // Helper class to setup the build settings and environment for the various
90 class Setup : public CommonSetup {
92 Setup();
93 virtual ~Setup();
102 // With force_create = false, setup will fail if the build directory doesn't
123 // Sets whether the build arguments should be filled during setup from the
186 DISALLOW_COPY_AND_ASSIGN(Setup);
189 // A dependent setup allows one to do more than one build at a time. You woul
    [all...]
setup.cc 5 #include "tools/gn/setup.h"
46 " same as a buildfile, but with very limited build setup-specific\n"
209 // Setup -----------------------------------------------------------------------
211 Setup::Setup()
225 Setup::~Setup() {
228 bool Setup::DoSetup(const std::string& build_dir, bool force_create) {
258 bool Setup::Run() {
265 Scheduler* Setup::GetScheduler()
    [all...]
commands.h 15 class Setup;
83 // Given a setup that has already been run and some command-line input,
87 Setup* setup,
98 Setup* setup,
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_mode_idle_app_name_notification.h 30 void Setup();
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_idle_logout.h 29 void Setup();
kiosk_mode_idle_logout.cc 37 Setup();
39 KioskModeSettings::Get()->Initialize(base::Bind(&KioskModeIdleLogout::Setup,
50 void KioskModeIdleLogout::Setup() {
  /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/chromium_org/build/android/pylib/uiautomator/
setup.py 13 def Setup(test_options):
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
thread_pool.h 33 void Setup(int counter, WorkFunction work, void* data);

Completed in 368 milliseconds

1 2 3 4 5 6 7 8 91011>>