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

1 2 3

  /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/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
cc.mk 3 # Setup some good default CFLAGS
  /external/bluetooth/bluedroid/
Android.mk 3 # Setup bdroid local make variables for handling configuration
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils.h 38 bool Setup(const FilePath& nss_path);
71 bool FFUnitTestDecryptorProxy::Setup(const FilePath& nss_path) {
firefox_importer_unittest.cc 34 ASSERT_TRUE(decryptor_proxy.Setup(nss_path));
59 ASSERT_TRUE(decryptor_proxy.Setup(nss_path));
firefox_importer_unittest_utils_mac.cc 125 bool FFUnitTestDecryptorProxy::Setup(const FilePath& nss_path) {
  /external/webkit/Source/WebCore/bindings/v8/
DateExtension.h 47 static v8::Handle<v8::Value> Setup(const v8::Arguments&);
DateExtension.cpp 60 " native function Setup();"
62 " Setup(Date, enableSleepDetection);"
97 if (name->Equals(v8::String::New("Setup")))
98 return v8::FunctionTemplate::New(Setup);
105 v8::Handle<v8::Value> DateExtension::Setup(const v8::Arguments& args)
  /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/gtest/test/
gtest_nc.cc 59 // Setup() method in a test fixture.
65 void Setup() {}
69 // Tests that the compiler catches the typo when a user calls Setup()
76 virtual void SetUp() {
77 testing::Test::Setup(); // Tries to call SetUp() in the parent class.
83 // Setup() method in a subclass of Environment.
89 void Setup() {}
93 // Tests that the compiler catches the typo when a user calls Setup()
100 virtual void SetUp() {
    [all...]
  /external/protobuf/gtest/test/
gtest_nc.cc 59 // Setup() method in a test fixture.
65 void Setup() {}
69 // Tests that the compiler catches the typo when a user calls Setup()
76 virtual void SetUp() {
77 testing::Test::Setup(); // Tries to call SetUp() in the parent class.
83 // Setup() method in a subclass of Environment.
89 void Setup() {}
93 // Tests that the compiler catches the typo when a user calls Setup()
100 virtual void SetUp() {
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/
Android.mk 7 # Setup common variables
  /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;
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h 261 ExynosVideoErrorType (*Setup)(void *pHandle, unsigned int nBufferCount);
281 ExynosVideoErrorType (*Setup)(void *pHandle, unsigned int nBufferCount);
  /sdk/files/
post_tools_install.bat 50 set old_dst=..\..\SDK Setup.exe
  /tools/build/
gradlew.bat 70 @rem Setup the command line
  /external/chromium/chrome/browser/resources/net_internals/
resizableverticalsplitview.js 35 // Setup the "sizer" so it can be dragged left/right to reposition the
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests.bat 50 if x%1==x goto setup
61 :setup label
64 REM Setup up the test (target) GEF SDK
76 if %installmode%==noclean %antRunner% -file test.xml setup -Dws=%ws% -Dos=%os% -Darch=%arch% "-D%installmode%=true" -logger org.apache.tools.ant.DefaultLogger

Completed in 631 milliseconds

1 2 3