HomeSort by relevance Sort by last modified time
    Searched defs:Create (Results 276 - 300 of 760) sorted by null

<<11121314151617181920>>

  /external/skia/tests/
TypefaceTest.cpp 111 // TODO: if axes are set and the back-end doesn't support them, should we create the typeface?
190 static sk_sp<SkTypeface> Create() { return sk_sp<SkTypeface>(new SkEmptyTypeface()); }
240 sk_sp<SkTypeface> t1(SkEmptyTypeface::Create());
245 sk_sp<SkTypeface> t0(SkEmptyTypeface::Create());
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCFixup.h 65 static MCFixup Create(uint32_t Offset, const MCExpr *Value,
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantPoolValue.cpp 128 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) {
134 ARMConstantPoolConstant::Create(const GlobalValue *GV,
142 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID,
149 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID,
217 ARMConstantPoolSymbol::Create(LLVMContext &C, const char *s,
279 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C,
  /external/webrtc/talk/media/devices/
linuxdeviceinfo.cc 37 static ScopedLibUdev* Create() {
97 rtc::scoped_ptr<ScopedLibUdev> libudev_context(ScopedLibUdev::Create());
  /external/webrtc/webrtc/base/
asyncudpsocket.cc 18 AsyncUDPSocket* AsyncUDPSocket::Create(
29 AsyncUDPSocket* AsyncUDPSocket::Create(SocketFactory* factory,
35 return Create(socket, bind_address);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isac_fix_type.h 35 static inline int16_t Create(instance_type** inst) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac_float_type.h 33 static inline int16_t Create(instance_type** inst) {
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
nack.cc 75 bool Nack::Create(uint8_t* packet,
  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl.cc 39 rtc::scoped_ptr<ProcessThread> ProcessThread::Create(
45 : wake_up_(EventWrapper::Create()),
  /external/webrtc/webrtc/modules/video_coding/test/
vcm_payload_sink_factory.cc 124 PayloadSinkInterface* VcmPayloadSinkFactory::Create(
130 VideoCodingModule::Create(clock_, null_event_factory_.get()));
  /external/webrtc/webrtc/modules/video_coding/
video_coding_impl.cc 299 VideoCodingModule* VideoCodingModule::Create(
307 VideoCodingModule* VideoCodingModule::Create(Clock* clock,
  /external/webrtc/webrtc/p2p/base/
tcpport.h 31 static TCPPort* Create(rtc::Thread* thread,
  /external/webrtc/webrtc/sound/
automaticallychosensoundsystem_unittest.cc 26 static SoundSystemInterface *Create() {
39 static SoundSystemInterface *Create() {
56 static SoundSystemInterface *Create() {
71 static SoundSystemInterface *Create() {
86 static SoundSystemInterface *Create() {
101 static SoundSystemInterface *Create() {
111 &NeverFailsToFailSoundSystem::Create,
122 &NullSoundSystem::Create,
134 &NeverFailsToFailSoundSystem::Create,
135 &NullSoundSystem::Create,
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
condition_variable_native_win.cc 37 ConditionVariableWrapper* ConditionVariableNativeWin::Create() {
event_timer_posix.cc 26 EventTimerWrapper* EventTimerWrapper::Create() {
file_impl.cc 27 FileWrapper* FileWrapper::Create() {
rw_lock_win.cc 39 RWLockWin* RWLockWin::Create() {
  /frameworks/base/tools/aapt2/io/
ZipArchive.cpp 39 bool result = file_map.create(nullptr, fd, zip_entry_.offset,
80 std::unique_ptr<ZipFileCollection> ZipFileCollection::Create(
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 38 /// Create - produce an empty relocation entry
39 Relocation* Relocation::Create() {
43 /// Create - produce a relocation entry
47 Relocation* Relocation::Create(Type pType,
  /frameworks/compile/slang/
slang_rs_export_element.cpp 64 ElementInfoMap.insert(ElementInfoMapTy::value_type::Create(
71 RSExportType *RSExportElement::Create(RSContext *Context,
74 // Create RSExportType corresponded to the @T first and then verify
94 RSExportPrimitiveType::Create(Context,
107 RSExportVectorType::Create(Context,
122 fprintf(stderr, "RSExportElement::Create : type '%s' is not exportable\n",
141 return RSExportType::Create(Context, T, NotLegacyKernelArgument);
161 return RSExportType::Create(Context, T, NotLegacyKernelArgument);
163 return RSExportElement::Create(Context, T, EI);
slang_rs_export_func.cpp 50 RSExportFunc *RSExportFunc::Create(RSContext *Context,
72 clang::RecordDecl::Create(Ctx, clang::TTK_Struct,
89 clang::FieldDecl::Create(Ctx,
108 RSExportType::Create(Context, T.getTypePtr(), NotLegacyKernelArgument);
  /frameworks/native/libs/vr/libpdx/private/pdx/
client.h 181 static inline std::unique_ptr<T> Create(Args&&... args) {
  /frameworks/native/libs/vr/libpdx_uds/
client_channel_factory.cpp 45 std::unique_ptr<pdx::ClientChannelFactory> ClientChannelFactory::Create(
51 std::unique_ptr<pdx::ClientChannelFactory> ClientChannelFactory::Create(
166 return ClientChannel::Create(ChannelManager::Get().CreateHandle(
  /frameworks/native/services/vr/bufferhubd/
producer_queue_channel.cpp 37 Status<std::shared_ptr<ProducerQueueChannel>> ProducerQueueChannel::Create(
226 ProducerChannel::Create(service(), buffer_id, width, height, layer_count,
230 "ProducerQueueChannel::AllocateBuffer: Failed to create producer "
  /frameworks/native/services/vr/virtual_touchpad/
VirtualTouchpadEvdev.cpp 39 std::unique_ptr<VirtualTouchpad> VirtualTouchpadEvdev::Create() {

Completed in 532 milliseconds

<<11121314151617181920>>