Searched defs:allocate (Results 76 - 100 of 110) sorted by relevance

12345

/external/chromium_org/third_party/icu/source/common/
H A Duniset_props.cpp419 inline UBool allocate() { function in class:UnicodeSetPointer
574 if (!scratch.allocate()) {
H A Dunistr.cpp154 // just allocate and do not do anything else
155 allocate(capacity);
157 // count > 0, allocate and fill the new string with count c's
162 if(allocate(capacity)) {
366 UnicodeString::allocate(int32_t capacity) { function in class:UnicodeString
371 // round up to a multiple of 16; then divide by 4 and allocate int32_t's
511 // -> allocate a new buffer and copy the contents
514 if(allocate(srcLength)) {
1415 // clone our array and allocate a bigger array if needed
1695 // allocate
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c486 bool allocate,
495 insn->bits3.urb_gen5.allocate = allocate;
502 bool allocate,
528 insn->bits3.urb_gen5.allocate = allocate;
535 insn->bits3.urb.allocate = allocate;
2429 bool allocate,
2467 allocate,
484 brw_set_ff_sync_message(struct brw_compile *p, struct brw_instruction *insn, bool allocate, GLuint response_length, bool end_of_thread) argument
500 brw_set_urb_message( struct brw_compile *p, struct brw_instruction *insn, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool end_of_thread, bool complete, GLuint offset, GLuint swizzle_control ) argument
2425 brw_urb_WRITE(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool eot, bool writes_complete, GLuint offset, GLuint swizzle) argument
2555 brw_ff_sync(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, bool allocate, GLuint response_length, bool eot) argument
[all...]
H A Dbrw_structs.h925 GLuint allocate:1; member in struct:brw_urb_immediate
1360 GLuint allocate:1; member in struct:brw_instruction::__anon14435::__anon14450
/external/chromium_org/v8/src/arm64/
H A Dbuiltins-arm64.cc339 // Try to allocate the object without transitioning into C code. If any of
365 Label allocate; local
372 __ B(eq, &allocate);
377 __ B(ne, &allocate);
385 __ Bind(&allocate);
388 // Now allocate the JSObject on the heap.
/external/chromium_org/v8/src/ia32/
H A Dbuiltins-ia32.cc131 // Try to allocate the object without transitioning into C code. If any of
161 Label allocate; local
169 __ j(zero, &allocate); // JSFunction::kNoSlackTracking
175 __ j(not_equal, &allocate);
187 __ bind(&allocate);
190 // Now allocate the JSObject on the heap.
/external/chromium_org/v8/src/x87/
H A Dbuiltins-x87.cc131 // Try to allocate the object without transitioning into C code. If any of
161 Label allocate; local
169 __ j(zero, &allocate); // JSFunction::kNoSlackTracking
175 __ j(not_equal, &allocate);
187 __ bind(&allocate);
190 // Now allocate the JSObject on the heap.
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h909 void *allocate() { function in class:clang::ento::CallEventManager
920 return new (allocate()) T(A, St, LCtx);
927 return new (allocate()) T(A1, A2, St, LCtx);
935 return new (allocate()) T(A1, A2, A3, St, LCtx);
944 return new (allocate()) T(A1, A2, A3, A4, St, LCtx);
996 T *Copy = static_cast<T *>(Mgr.allocate());
/external/clang/lib/CodeGen/
H A DCGCleanup.cpp96 char *EHScopeStack::allocate(size_t Size) { function in class:EHScopeStack
157 char *Buffer = allocate(EHCleanupScope::getSizeForCleanupSize(Size));
204 char *buffer = allocate(EHFilterScope::getSizeForNumFilters(numFilters));
220 char *buffer = allocate(EHCatchScope::getSizeForNumHandlers(numHandlers));
228 char *Buffer = allocate(EHTerminateScope::getSize());
/external/eigen/Eigen/src/Core/util/
H A DMemory.h722 pointer allocate( size_type num, const void* hint = 0 ) function in class:Eigen::aligned_allocator
/external/icu/icu4c/source/common/
H A Duniset_props.cpp419 inline UBool allocate() { function in class:UnicodeSetPointer
574 if (!scratch.allocate()) {
H A Dunistr.cpp154 // just allocate and do not do anything else
155 allocate(capacity);
157 // count > 0, allocate and fill the new string with count c's
162 if(allocate(capacity)) {
366 UnicodeString::allocate(int32_t capacity) { function in class:UnicodeString
371 // round up to a multiple of 16; then divide by 4 and allocate int32_t's
511 // -> allocate a new buffer and copy the contents
514 if(allocate(srcLength)) {
1415 // clone our array and allocate a bigger array if needed
1695 // allocate
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c486 bool allocate,
495 insn->bits3.urb_gen5.allocate = allocate;
502 bool allocate,
528 insn->bits3.urb_gen5.allocate = allocate;
535 insn->bits3.urb.allocate = allocate;
2429 bool allocate,
2467 allocate,
484 brw_set_ff_sync_message(struct brw_compile *p, struct brw_instruction *insn, bool allocate, GLuint response_length, bool end_of_thread) argument
500 brw_set_urb_message( struct brw_compile *p, struct brw_instruction *insn, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool end_of_thread, bool complete, GLuint offset, GLuint swizzle_control ) argument
2425 brw_urb_WRITE(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool eot, bool writes_complete, GLuint offset, GLuint swizzle) argument
2555 brw_ff_sync(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, bool allocate, GLuint response_length, bool eot) argument
[all...]
H A Dbrw_structs.h925 GLuint allocate:1; member in struct:brw_urb_immediate
1360 GLuint allocate:1; member in struct:brw_instruction::__anon27846::__anon27861
/external/stlport/src/
H A Dallocators.cpp131 void* _STLP_CALL __malloc_alloc::allocate(size_t __n) function in class:__malloc_alloc
174 // 2. In all other cases, we allocate an object of size exactly
270 // if it is inconvenient to allocate the requested number.
361 /* We allocate memory in large chunks in order to avoid fragmenting */
531 /* We allocate memory in large chunks in order to avoid fragmenting */
569 // We were able to allocate at least one object and there is still enough
576 // We were not able to allocate enough for at least one object.
614 // Add node to list of available blocks and recursively allocate from it.
623 // We were not able to find something in a freelist, try to allocate a smaller amount.
667 // is currently trying to allocate
990 void *_Pthread_alloc_impl::allocate(size_t& __n) { function in class:_Pthread_alloc_impl
1034 void *_Pthread_alloc_impl::allocate(size_t& __n, __state_type* __a) { function in class:_Pthread_alloc_impl
1102 void * _STLP_CALL _Pthread_alloc::allocate(size_t& __n) function in class:_Pthread_alloc
1106 void * _STLP_CALL _Pthread_alloc::allocate(size_t& __n, __state_type* __a) function in class:_Pthread_alloc
[all...]
/external/chromium_org/cc/resources/
H A Dresource_provider.cc1237 // Don't allocate a texture for a child.
1676 bool allocate = !resource->allocated; local
1693 if (allocate) {
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h258 Address allocate() function in class:blink::WrapperPersistentRegion
326 Address persistentSlot = region->allocate();
H A DHeap.cpp201 static PageMemoryRegion* allocate(size_t size, unsigned numPages) function in class:blink::PageMemoryRegion
219 // we allocate.
252 // returned as a whole and then allocate an aligned region
334 static PageMemory* allocate(size_t payloadSize) function in class:blink::PageMemory
345 PageMemoryRegion* pageMemoryRegion = PageMemoryRegion::allocate(allocationSize, 1);
640 return allocate(size, gcInfo);
756 // The free list entries are only pointer aligned (but when we allocate
920 // is not a multiple of 8 bytes we will allocate an extra
932 PageMemory* pageMemory = PageMemory::allocate(allocationSize);
1190 PageMemoryRegion* region = PageMemoryRegion::allocate(blinkPageSiz
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle.cpp302 T *allocate(int, const void*) { return 0; } function in class:PR5861::Alloc
/external/libcxxabi/src/
H A Dcxa_demangle.cpp4726 char* allocate(std::size_t n);
4736 arena<N>::allocate(std::size_t n) function in class:__cxxabiv1::__anon23623::arena
4779 T* allocate(std::size_t n) function in class:__cxxabiv1::__anon23623::short_alloc
4781 return reinterpret_cast<T*>(a_.allocate(n*sizeof(T)));
4821 T* allocate(std::size_t n) function in class:__cxxabiv1::__anon23623::malloc_alloc
/external/genext2fs/
H A Dgenext2fs.c284 // allocate the string with the right size, good to avoid buffer
376 // allocate space for next read plus possible null terminator
839 // allocate a given block/inode in the bitmap
840 // allocate first free if item == 0
842 allocate(block b, uint32 item) function
872 // allocate a block
881 if(!(bk = allocate(get_blk(fs,fs->gd[grp].bg_block_bitmap), 0))) {
883 bk=allocate(get_blk(fs,fs->gd[grp].bg_block_bitmap),0);
887 error_msg_and_die("couldn't allocate a block (no free space)");
908 // allocate a
[all...]
/external/libpng/contrib/tools/
H A Dpngfix.c890 /* Interface to allocate a new chunk or IDAT control structure. The result
893 * is used only by the implementation of the allocate function.
897 /* idat: allocate IDAT not chunk */
3514 * together to allow implementation of the chunk/IDAT allocate routine.
3541 allocate(struct file *file, int allocate_idat) function
3566 allocate);
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py1102 # pre-allocate a Python version of the number
2589 # Note: One must call "allocate" and "release" on
2612 def allocate(self, code): member in class:TempNode
2623 assert False, "Remember to call allocate/release on TempNode"
5912 item.allocate(code)
6106 item.allocate(code)
6116 starred_target.allocate(code)
6141 item.allocate(code)
6347 # To be valid C++, we must allocate the memory on the stack
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js546 var ALLOC_NONE = 4; // Do not allocate
552 // allocate(): This is for internal use. You can use it yourself as well, but the interface
555 // normally not use allocate(), and instead allocate memory using _malloc(),
557 // @slab: An array of data, or a number. If a number, then the size of the block to allocate,
564 // @allocator: How to allocate memory, see ALLOC_*
565 function allocate(slab, types, allocator, ptr) { function
620 Module['allocate'] = allocate;
892 var _stdout = _stdout=allocate([
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h5685 bool IsFoldable(HAllocate* allocate) { argument
5686 return (IsNewSpaceAllocation() && allocate->IsNewSpaceAllocation()) ||
5687 (IsOldDataSpaceAllocation() && allocate->IsOldDataSpaceAllocation()) ||
5689 allocate->IsOldPointerSpaceAllocation());

Completed in 514 milliseconds

12345