HomeSort by relevance Sort by last modified time
    Searched refs:Allocate (Results 76 - 100 of 383) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/media/cdm/ppapi/
fake_cdm_video_decoder.cc 69 decoded_frame->SetFrameBuffer(host_->Allocate(frame_size));
  /external/chromium_org/media/video/capture/
video_capture_device.h 183 // Called when VideoCaptureDevice::Allocate() has been called to inform of
207 virtual void Allocate(const VideoCaptureCapability& capture_format,
210 // Start capturing video frames. Allocate must be called before this function.
  /external/chromium_org/skia/ext/
bitmap_platform_device_android.cc 89 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) {
platform_canvas.h 24 // Creating a canvas can fail at times, most often because we fail to allocate
164 // Returns true if the bitmap was able to allocate its surface.
165 bool Allocate(int width, int height, bool is_opaque);
167 // Returns the platform surface, or 0 if Allocate() did not return true.
170 // Return the skia bitmap, which will be empty if Allocate() did not
  /external/chromium_org/third_party/libjingle/overrides/
init_webrtc.cc 98 &Allocate, &Dellocate,
  /external/clang/include/clang/Edit/
EditedSource.h 66 char *buf = StrAlloc.Allocate<char>(str.size());
  /external/llvm/include/llvm/MC/
MCContext.h 403 void *Allocate(unsigned Size, unsigned Align = 8) {
404 return Allocator.Allocate(Size, Align);
436 /// @param Bytes The number of bytes to allocate. Calculated by the compiler.
443 return C.Allocate(Bytes, Alignment);
470 /// @param Bytes The number of bytes to allocate. Calculated by the compiler.
477 return C.Allocate(Bytes, Alignment);
  /external/llvm/include/llvm/Support/
ArrayRecycler.h 118 /// Allocate an array of at least the requested capacity.
120 /// Return an existing recycled array, or allocate one from Allocator if
124 T *allocate(Capacity Cap, AllocatorType &Allocator) { function in class:llvm::ArrayRecycler
129 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
134 /// Cap must be the same capacity that was given to allocate().
  /external/chromium_org/v8/test/cctest/
test-assembler-x64.cc 94 // Allocate an executable page of memory.
96 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
117 // Allocate an executable page of memory.
119 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
150 // Allocate an executable page of memory.
152 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
173 // Allocate an executable page of memory.
175 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
202 // Allocate an executable page of memory.
204 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 83 // Maximum required total memory to allocate all common symbols
102 // Add the common symbols to a list. We'll allocate them all below.
138 // Allocate common symbols
176 // Allocate memory for the section
181 report_fatal_error("Unable to allocate memory for common symbols!");
264 unsigned Allocate;
272 Allocate = DataSize + StubBufSize;
274 ? MemMgr->allocateCodeSection(Allocate, Alignment, SectionID)
275 : MemMgr->allocateDataSection(Allocate, Alignment, SectionID, IsReadOnly);
277 report_fatal_error("Unable to allocate section memory!")
    [all...]
  /external/v8/test/cctest/
test-assembler-x64.cc 103 // Allocate an executable page of memory.
105 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
125 // Allocate an executable page of memory.
127 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
157 // Allocate an executable page of memory.
159 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
179 // Allocate an executable page of memory.
181 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
207 // Allocate an executable page of memory.
209 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize
    [all...]
  /external/clang/lib/Parse/
ParsePragma.cpp 340 (PragmaPackInfo*) PP.getPreprocessorAllocator().Allocate(
350 (Token*) PP.getPreprocessorAllocator().Allocate(
393 (Token*) PP.getPreprocessorAllocator().Allocate(
462 (Token*) PP.getPreprocessorAllocator().Allocate(
554 (Token*) PP.getPreprocessorAllocator().Allocate(
605 (Token*) PP.getPreprocessorAllocator().Allocate(
617 (Token*) PP.getPreprocessorAllocator().Allocate(
662 (Token*) PP.getPreprocessorAllocator().Allocate(
684 (Token*) PP.getPreprocessorAllocator().Allocate(
741 (Token*) PP.getPreprocessorAllocator().Allocate(
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 49 R = (RegionTy*) A.Allocate<RegionTy>();
67 R = (RegionTy*) A.Allocate<RegionTy>();
88 R = (RegionTy*) A.Allocate<RegionTy>();
107 R = (RegionTy*) A.Allocate<RegionTy>();
126 R = (RegionTy*) A.Allocate<RegionTy>();
634 region = (REG*) A.Allocate<REG>();
644 region = (REG*) A.Allocate<REG>();
659 R = A.Allocate<StackLocalsSpaceRegion>();
672 R = A.Allocate<StackArgumentsSpaceRegion>();
694 R = A.Allocate<StaticGlobalSpaceRegion>()
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 210 Allocate();
245 Allocate();
498 // Begin allocate (or immediately re-allocate, if MSG_ALLOCATE pending)
499 void P2PTransportChannel::Allocate() {
507 // Cancels the pending allocate, if any.
693 Allocate();
711 Allocate();
746 Allocate();
    [all...]
p2ptransportchannel.h 102 void Allocate();
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 84 void RBaseStream::Allocate()
144 Allocate();
186 Allocate();
735 void WBaseStream::Allocate()
763 Allocate();
806 Allocate();
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 353 /// \brief Allocate space for a new set of loaded preprocessed entities.
366 /// \brief Allocate memory in the preprocessing record.
367 void *Allocate(unsigned Size, unsigned Align = 8) {
368 return BumpAlloc.Allocate(Size, Align);
601 return PR.Allocate(bytes, alignment);
  /external/clang/lib/AST/
Stmt.cpp 288 void *Mem = C.Allocate(sizeof(AttributedStmt) +
296 void *Mem = C.Allocate(sizeof(AttributedStmt) +
742 void *Mem = Context.Allocate(Size, llvm::alignOf<ObjCAtTryStmt>());
752 void *Mem = Context.Allocate(Size, llvm::alignOf<ObjCAtTryStmt>());
769 void *Mem = C.Allocate(Size, llvm::alignOf<CXXTryStmt>());
778 void *Mem = C.Allocate(Size, llvm::alignOf<CXXTryStmt>());
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libcdep.cc 205 void *mem = symbolizer_allocator.Allocate(sizeof(InternalSymbolizer));
351 void *mem = symbolizer_allocator.Allocate(sizeof(ExternalSymbolizer));
412 modules_ = (LoadedModule*)(symbolizer_allocator.Allocate(
sanitizer_flags.cc 116 char *value_copy = (char*)(allocator_for_flags.Allocate(value_length + 1));
  /external/chromium_org/content/browser/loader/
resource_buffer.cc 90 char* ResourceBuffer::Allocate(int* size) {
114 // It must be possible to allocate a least min_alloc_size_.
  /external/chromium_org/v8/src/
transitions.h 99 // Allocate a new transition array with a single entry.
122 MUST_USE_RESULT static MaybeObject* Allocate(int number_of_transitions);
  /external/clang/include/clang/Sema/
ParsedTemplate.h 185 Allocate(unsigned NumArgs, SmallVectorImpl<TemplateIdAnnotation*> &List) {
  /external/clang/lib/Sema/
AttributeList.cpp 43 void *AttributeFactory::allocate(size_t size) { function in class:AttributeFactory
53 // Otherwise, allocate something new.
54 return Alloc.Allocate(size, llvm::AlignOf<AttributeFactory>::Alignment);
TypeLocBuilder.h 123 void *Mem = Context.Allocate(FullDataSize);

Completed in 2176 milliseconds

1 2 34 5 6 7 8 91011>>