HomeSort by relevance Sort by last modified time
    Searched refs:Setup (Results 1 - 25 of 379) 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/tools/gn/
command_check.cc 6 #include "tools/gn/setup.h"
25 Setup* setup = new Setup(); local
28 if (!setup->DoSetup("//out/Default"))
30 setup->set_check_public_headers(true);
32 if (!setup->Run())
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();
116 // Sets whether the build arguments should be filled during setup from the
179 DISALLOW_COPY_AND_ASSIGN(Setup);
182 // A dependent setup allows one to do more than one build at a time. You would
183 // make a dependent setup which clones the state of the main one, make an
    [all...]
setup.cc 5 #include "tools/gn/setup.h"
46 " same as a buildfile, but with very limited build setup-specific\n"
216 // Setup -----------------------------------------------------------------------
218 Setup::Setup()
232 Setup::~Setup() {
235 bool Setup::DoSetup(const std::string& build_dir) {
262 bool Setup::Run() {
269 Scheduler* Setup::GetScheduler()
    [all...]
  /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/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,
resolver.h 39 // resolver.Setup(ntdll_module, NULL, L"NtCreateFile", NULL,
43 // interceptions on the same dll, and call Setup n times.
46 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/mojo/shell/
context.cc 43 class Setup {
45 Setup() {
50 ~Setup() {
54 DISALLOW_COPY_AND_ASSIGN(Setup);
57 static base::LazyInstance<Setup>::Leaky setup = LAZY_INSTANCE_INITIALIZER; member in namespace:mojo::shell::__anon12874
84 setup.Get();
  /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() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
CommonTokenStream.cs 96 Setup();
123 Setup();
169 protected override void 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);
  /external/chromium_org/sandbox/win/wow_helper/
service64_resolver.h 22 // Implementation of Resolver::Setup.
23 virtual NTSTATUS Setup(const void* target_module,
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
normal_test.h 26 virtual void Setup();

Completed in 696 milliseconds

1 2 3 4 5 6 7 8 91011>>