|   /development/simulator/app/ | 
| Preferences.cpp  | 90  * Create an empty collection of preferences. 92 bool Preferences::Create(void)
  | 
| DeviceManager.cpp  | 126     if (!mDisplay[displayIndex].Create(displayIndex, window, width, height, 198     if (mThread->Create() != wxTHREAD_NO_ERROR) { 199         fprintf(stderr, "Sim: ERROR: can't create thread\n"); 342     // create a user event and send it to the window 391 bool DeviceManager::Display::Create(int displayNum, wxWindow* window, 413     if (!mpShmem->create(mShmemKey, width * height * 3, true)) 488     /* create a temporary wxImage; it does not own the data */ 828      * out waiting for a connection.  There are ways to fix this (create     [all...] | 
| PhoneData.cpp  | 269     tmpLimg.Create(fileName, x, y); 317         tmpButton.Create(keyCode); 326         tmpButton.Create(keyCode, fileName, x, y); 537 bool PhoneData::Create(const char* directory)
  | 
|   /external/chromium/base/ | 
| shared_memory_posix.cc  | 80 bool SharedMemory::Create(const std::wstring &name, bool read_only, 122 // (and possibly create).  Modifies |filename|.  Return false on
  | 
| linux_util.cc  | 257 EnvironmentVariableGetter* EnvironmentVariableGetter::Create() {
  | 
| registry.cc  | 163       this->Create(rootkey, subkey, access); 179 bool RegKey::Create(HKEY rootkey, const tchar* subkey, REGSAM access) {
  | 
| values.cc  | 104   return BinaryValue::Create(buffer, size); 263 BinaryValue* BinaryValue::Create(char* buffer, size_t size) {
  | 
|   /external/qemu/elff/ | 
| elf_file.cc  | 76 ElfFile* ElfFile::Create(const char* path) {
 236        * Address belongs to an inlined routine. Create inline stack.
  | 
|   /external/skia/src/core/ | 
| SkBitmapSampler.cpp  | 325 SkBitmapSampler* SkBitmapSampler::Create(const SkBitmap& bm, bool doFilter,
  | 
|   /external/skia/src/effects/ | 
| SkAvoidXfermode.cpp  | 49 SkFlattenable* SkAvoidXfermode::Create(SkFlattenableReadBuffer& rb) 56     return Create;
  | 
|   /external/chromium/net/proxy/ | 
| proxy_script_fetcher.cc  | 345 ProxyScriptFetcher* ProxyScriptFetcher::Create(
  | 
| proxy_service.cc  | 216 ProxyService* ProxyService::Create( 246         ProxyScriptFetcher::Create(url_request_context)); 254   return Create(new ProxyConfigServiceFixed(pc), false, NULL, NULL, NULL);
  | 
|   /external/libvpx/vp8/common/ | 
| proposed.h  | 19     codec_ptr(*Create)();
  | 
|   /external/webkit/WebCore/platform/win/ | 
| COMPtr.h  | 45 enum CreateTag { Create }; 86     void create(const IID& clsid) { adoptRef(createInstance(clsid)); }  function in class:COMPtr 
  | 
|   /frameworks/base/media/libstagefright/ | 
| CameraSource.cpp  | 103 CameraSource *CameraSource::Create() {
  | 
|   /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/ | 
| OMX_ContentPipe.h  | 143     /** Create a content source and open it for writing. */  144     CPresult (*Create)( CPhandle *hContent, CPstring szURI );
  | 
|   /external/v8/src/ | 
| global-handles.cc  | 271 Handle<Object> GlobalHandles::Create(Object* value) {
  | 
|   /external/webkit/WebKit/wx/ | 
| WebView.cpp  | 291     Create(parent, id, position, size, style, name); 294 bool wxWebView::Create(wxWindow* parent, int id, const wxPoint& position,  300     if (!wxWindow::Create(parent, id, position, size, style, name)) 663     //Create WebCore mouse event from the wxContextMenuEvent
  | 
|   /frameworks/base/include/media/stagefright/openmax/ | 
| OMX_ContentPipe.h  | 160     /** Create a content source and open it for writing. */  161     CPresult (*Create)( CPhandle *hContent, CPstring szURI );
  | 
|   /frameworks/base/tools/localize/ | 
| XLIFFFile.cpp  | 155 XLIFFFile::Create(const Configuration& sourceConfig, const Configuration& targetConfig,
  | 
|   /hardware/qcom/media/mm-core/omxcore/inc/ | 
| OMX_ContentPipe.h  | 143     /** Create a content source and open it for writing. */  144     CPresult (*Create)( CPhandle *hContent, CPstring szURI );
  | 
|   /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ | 
| OMX_ContentPipe.h  | 143     /** Create a content source and open it for writing. */ 
 144     CPresult (*Create)( CPhandle *hContent, CPstring szURI );
  | 
|   /external/chromium/sdch/open-vcdiff/src/gtest/ | 
| gtest-death-test.cc  | 228 bool DeathTest::Create(const char* statement, const RE* regex, 230   return GetUnitTestImpl()->death_test_factory()->Create( 645 bool DefaultDeathTestFactory::Create(const char* statement, const RE* regex,
  | 
|   /external/gtest/test/ | 
| gtest-death-test_test.cc  | 720   virtual bool Create(const char* statement, 724   // Sets the parameters for subsequent calls to Create. 725   void SetParameters(bool create, DeathTest::TestRole role, 741   // If true, Create will return a MockDeathTest; otherwise it returns 761   // True if the last MockDeathTest returned by Create has been 816 // Sets the parameters for subsequent calls to Create. 817 void MockDeathTestFactory::SetParameters(bool create, 820   create_ = create; 835 bool MockDeathTestFactory::Create(const char* statement,     [all...] | 
|   /external/protobuf/gtest/test/ | 
| gtest-death-test_test.cc  | 721   virtual bool Create(const char* statement, 725   // Sets the parameters for subsequent calls to Create. 726   void SetParameters(bool create, DeathTest::TestRole role, 742   // If true, Create will return a MockDeathTest; otherwise it returns 762   // True if the last MockDeathTest returned by Create has been 817 // Sets the parameters for subsequent calls to Create. 818 void MockDeathTestFactory::SetParameters(bool create, 821   create_ = create; 836 bool MockDeathTestFactory::Create(const char* /*statement*/,     [all...] |