Searched refs:Create (Results 326 - 350 of 5204) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ppapi/c/private/
H A Dppb_tcp_server_socket_private.h46 PP_Resource (*Create)(PP_Instance instance); member in struct:PPB_TCPServerSocket_Private_0_2
93 PP_Resource (*Create)(PP_Instance instance); member in struct:PPB_TCPServerSocket_Private_0_1
/external/chromium_org/ppapi/shared_impl/
H A Dthread_aware_callback_unittest.cc65 ThreadAwareCallback<CallbackFunc>::Create(&MainThreadCallbackBody));
110 ThreadAwareCallback<CallbackFunc>::Create(&MainThreadCallbackBody));
162 ThreadAwareCallback<FuncType_0>::Create(TestCallback_0));
167 ThreadAwareCallback<FuncType_1>::Create(TestCallback_1));
172 ThreadAwareCallback<FuncType_2>::Create(TestCallback_2));
177 ThreadAwareCallback<FuncType_3>::Create(TestCallback_3));
182 ThreadAwareCallback<FuncType_4>::Create(TestCallback_4));
188 ThreadAwareCallback<FuncType_5>::Create(TestCallback_5));
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_font_file_thunk.cc16 PP_Resource Create(PP_Instance instance, function in namespace:ppapi::thunk::__anon9643
41 &Create,
H A Dppb_flash_menu_thunk.cc19 PP_Resource Create(PP_Instance instance, const PP_Flash_Menu* menu_data) { function in namespace:ppapi::thunk::__anon9645
43 &Create,
H A Dppb_flash_message_loop_thunk.cc17 PP_Resource Create(PP_Instance instance) { function in namespace:ppapi::thunk::__anon9646
43 &Create,
H A Dppb_network_monitor_thunk.cc20 PP_Resource Create(PP_Instance instance) { function in namespace:ppapi::thunk::__anon9669
21 VLOG(4) << "PPB_NetworkMonitor::Create()";
46 &Create,
H A Dppb_platform_verification_private_thunk.cc21 PP_Resource Create(PP_Instance instance) { function in namespace:ppapi::thunk::__anon9673
22 VLOG(4) << "PPB_PlatformVerification_Private::Create()";
57 &Create,
H A Dppb_x509_certificate_private_thunk.cc19 PP_Resource Create(PP_Instance instance) { function in namespace:ppapi::thunk::__anon9702
49 &Create,
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_skia.h26 static BitmapPlatformDevice* Create(int width, int height, bool is_opaque);
35 static BitmapPlatformDevice* Create(int width, int height, bool is_opaque,
38 // Create a BitmapPlatformDevice from an already constructed bitmap;
39 // you should probably be using Create(). This may become private later if
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsslfingerprint.h42 static SSLFingerprint* Create(const std::string& algorithm,
45 static SSLFingerprint* Create(const std::string& algorithm,
/external/chromium_org/third_party/skia/gm/
H A Dfactory.cpp37 // Create a cache which will boot the pixels out anytime the
40 SkDiscardableMemoryPool::Create(1));
42 SkDecodingImageGenerator::Create(
/external/chromium_org/third_party/skia/include/core/
H A DSkAnnotation.h29 static SkAnnotation* Create(const char key[], SkData* value) { function in class:SkAnnotation
33 static SkAnnotation* Create(SkReadBuffer& buffer) { function in class:SkAnnotation
/external/chromium_org/third_party/skia/include/effects/
H A DSkPictureImageFilter.h19 static SkPictureImageFilter* Create(SkPicture* picture) { function in class:SkPictureImageFilter
27 static SkPictureImageFilter* Create(SkPicture* picture, const SkRect& cropRect) { function in class:SkPictureImageFilter
H A DSkRectShaderImageFilter.h18 /** Create a new image filter which fills the given rectangle with pixels
28 SK_ATTR_DEPRECATED("use Create(SkShader*, const CropRect*)")
29 static SkRectShaderImageFilter* Create(SkShader* s, const SkRect& rect);
31 static SkRectShaderImageFilter* Create(SkShader* s, const CropRect* rect = NULL);
/external/chromium_org/third_party/skia/include/images/
H A DSkDecodingImageGenerator.h41 * SkDecodingImageGenerator::Create will return
98 * = SkDecodingImageGenerator::Create(
107 SkImageGenerator* Create(SkStreamRewindable* stream,
115 SkImageGenerator* Create(SkData* data, const Options& opt);
122 // SkDecodingImageGenerator::Create(
127 // SkDecodingImageGenerator::Create(
/external/chromium_org/third_party/webrtc/base/
H A Dsslfingerprint.h24 static SSLFingerprint* Create(const std::string& algorithm,
27 static SSLFingerprint* Create(const std::string& algorithm,
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dtime_stretch_unittest.cc39 accelerate_factory.Create(kSampleRate, kNumChannels, bgn);
44 PreemptiveExpand* preemptive_expand = preemptive_expand_factory.Create(
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer.h72 // TODO(sergeyu): Remove all Create() methods except the first one.
74 static ScreenCapturer* Create(const DesktopCaptureOptions& options);
75 static ScreenCapturer* Create();
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_fileutils.h32 static ResourceFileReader* Create(const std::string& filename,
47 static OutputFileWriter* Create(const std::string& filename,
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dtemporal_layers.h32 virtual TemporalLayers* Create(int temporal_layers,
61 virtual TemporalLayers* Create(int num_temporal_layers,
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_base_unittest.cc23 voe_(VoiceEngine::Create()),
39 AudioProcessing* audioproc = AudioProcessing::Create(0);
/external/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp55 return MCSymbolRefExpr::Create(TM.getSymbol(GV, Mang),
61 return MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_ARM_TLSLDO,
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp58 MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_PPC_DTPREL, getContext());
60 MCConstantExpr::Create(0x8000, getContext()),
/external/llvm/lib/Target/Sparc/
H A DSparcTargetObjectFile.cpp37 return SparcMCExpr::Create(SparcMCExpr::VK_Sparc_R_DISP32,
38 MCSymbolRefExpr::Create(SSym, Ctx), Ctx);
/external/skia/gm/
H A Dfactory.cpp37 // Create a cache which will boot the pixels out anytime the
40 SkDiscardableMemoryPool::Create(1));
42 SkDecodingImageGenerator::Create(

Completed in 1056 milliseconds

<<11121314151617181920>>