HomeSort by relevance Sort by last modified time
    Searched defs:memory (Results 226 - 250 of 502) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/freetype/src/pshinter/
pshrec.h 133 FT_Memory memory; member in struct:PS_HintsRec_
146 FT_Memory memory );
  /external/freetype/src/sfnt/
ttload.c 321 FT_Memory memory = stream->memory; local
429 /* Loads any font table into client memory. */
741 FT_Memory memory = stream->memory; local
869 FT_Memory memory = face->root.driver->root.memory; local
1233 FT_Memory memory = stream->memory; local
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 76 FT_Memory memory = zone->memory; local
79 if ( memory )
89 zone->memory = NULL;
103 /* memory :: A handle to the current memory object. */
116 tt_glyphzone_new( FT_Memory memory,
125 zone->memory = memory;
680 FT_Memory memory; local
925 FT_Memory memory = face->root.memory; local
970 FT_Memory memory = face->root.memory; local
    [all...]
  /external/libxml2/
threads.c 452 "xmlGlobalInitMutexLock: out of memory\n");
557 * global state. It is is used here to reclaim memory resources.
564 /* free any memory allocated in the thread's xmlLastError */
586 "xmlGetGlobalState: out of memory\n");
602 void *memory; member in struct:_xmlGlobalStateCleanupHelperParams
612 xmlFreeGlobalState(params->memory);
619 void *memory; member in struct:_xmlGlobalStateCleanupHelperParams
693 globalval = (xmlGlobalState *) (p ? p->memory : NULL);
704 "xmlGetGlobalState: out of memory\n");
708 p->memory = tsd
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftrfork.c 160 FT_Memory memory = library->memory; local
353 raccess_make_file_name( FT_Memory memory,
476 FT_Memory memory; local
481 memory = library->memory;
482 newpath = raccess_make_file_name( memory, base_file_name, "._" );
509 FT_Memory memory; local
515 memory = library->memory;
545 FT_Memory memory; local
577 FT_Memory memory; local
604 FT_Memory memory; local
631 FT_Memory memory; local
662 FT_Memory memory; local
    [all...]
fxft_ftbitmap.c 47 FT_Memory memory = library->memory; local
100 ft_bitmap_assure_buffer( FT_Memory memory,
143 /* if no need to allocate memory */
288 error = ft_bitmap_assure_buffer( library->memory, bitmap, xstr, ystr );
440 FT_Memory memory; local
446 memory = library->memory;
740 FT_Memory memory; local
749 memory = library->memory
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2glue.h 133 FT_Memory memory; member in struct:CF2_OutlineCallbacksRec_
cffdrivr.c 335 FT_Memory memory = face->root.memory; local
cffgload.h 45 /* memory :: The current memory object. */
83 FT_Memory memory; member in struct:CFF_Builder_
cffparse.c 786 FT_Memory memory = library->memory; local
800 FT_Memory memory = library->memory; local
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
cidload.c 208 FT_Memory memory = face->root.memory; local
393 FT_Memory memory = face->root.memory; local
640 FT_Memory memory = face->root.memory; local
647 error = cid_parser_new( parser, face->root.stream, face->root.memory,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshglob.c 631 FT_Memory memory; local
634 memory = globals->memory;
653 psh_globals_new( FT_Memory memory,
667 globals->memory = memory;
pshglob.h 137 FT_Memory memory; member in struct:PSH_GlobalsRec_
pshrec.h 133 FT_Memory memory; member in struct:PS_HintsRec_
146 FT_Memory memory );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
sfobjs.c 51 FT_Memory memory )
88 FT_Memory memory )
121 FT_Memory memory );
149 FT_Memory memory = face->root.memory; local
292 result = convert( rec, memory );
358 FT_Memory memory = stream->memory; local
928 FT_Memory memory = face->root.stream->memory; local
1078 FT_Memory memory; local
    [all...]
ttload.c 347 FT_Memory memory = stream->memory; local
455 /* Loads any font table into client memory. */
767 FT_Memory memory = stream->memory; local
895 FT_Memory memory = face->root.driver->root.memory; local
1241 FT_Memory memory = stream->memory; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttobjs.c 76 FT_Memory memory = zone->memory; local
79 if ( memory )
89 zone->memory = NULL;
103 /* memory :: A handle to the current memory object. */
116 tt_glyphzone_new( FT_Memory memory,
125 zone->memory = memory;
685 FT_Memory memory; local
930 FT_Memory memory = face->root.memory; local
975 FT_Memory memory = face->root.memory; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.c 61 int console, memory; local
67 memory = open(PS2_DEV_MEM, O_RDWR, 0);
68 if ( memory >= 0 ) {
69 close(memory);
71 return((console >= 0) && (memory >= 0));
483 /* Memory map the DMA area for block memory transfer */
531 /* Set up the memory for screen update DMA commands */
565 /* We lie here - the screen memory isn't really the visible
566 display memory and still requires an update, but thi
    [all...]
  /external/webp/src/enc/
picture.c 66 void* memory; local
78 memory = WebPSafeMalloc(argb_size, sizeof(*picture->argb));
79 if (memory == NULL) {
83 picture->memory_argb_ = memory;
84 picture->argb = (uint32_t*)memory;
177 // WebPMemoryWriter: Write-to-memory
  /art/runtime/
oat.cc 50 // Reserve enough memory.
51 void* memory = operator new (needed_size); local
54 return new (memory) OatHeader(instruction_set,
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 78 ALOGE("%s: Error allocating memory to save received_frame structure.", __func__);
131 ALOGE("%s: Error allocating memory to save received_frame structure.", __func__);
215 ALOGE("%s: Error allocating memory to save received_frame structure.", __func__);
252 QCameraGrallocMemory *memory = (QCameraGrallocMemory *)super_frame->bufs[0]->mem_info; local
259 if (memory == NULL) {
260 ALOGE("%s: Invalid memory object", __func__);
288 int dequeuedIdx = memory->displayBuffer(idx);
289 if (dequeuedIdx < 0 || dequeuedIdx >= memory->getCnt()) {
322 if(previewBufSize != memory->getSize(idx)) {
323 previewMem = pme->mGetMemory(memory->getFd(idx)
454 QCameraGrallocMemory *memory = (QCameraGrallocMemory *)super_frame->bufs[0]->mem_info; local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 78 ALOGE("%s: Error allocating memory to save received_frame structure.", __func__);
131 ALOGE("%s: Error allocating memory to save received_frame structure.", __func__);
215 ALOGE("%s: Error allocating memory to save received_frame structure.", __func__);
252 QCameraGrallocMemory *memory = (QCameraGrallocMemory *)super_frame->bufs[0]->mem_info; local
259 if (memory == NULL) {
260 ALOGE("%s: Invalid memory object", __func__);
288 int dequeuedIdx = memory->displayBuffer(idx);
289 if (dequeuedIdx < 0 || dequeuedIdx >= memory->getCnt()) {
322 if(previewBufSize != memory->getSize(idx)) {
323 previewMem = pme->mGetMemory(memory->getFd(idx)
454 QCameraGrallocMemory *memory = (QCameraGrallocMemory *)super_frame->bufs[0]->mem_info; local
    [all...]
  /external/chromium_org/base/memory/
discardable_memory_ashmem_allocator.cc 5 #include "base/memory/discardable_memory_ashmem_allocator.h"
21 #include "base/memory/scoped_vector.h"
82 DPLOG(ERROR) << "Failed to map memory.";
93 DPLOG(ERROR) << "Failed to unmap memory.";
107 DLOG(ERROR) << "Failed to unpin memory.";
161 scoped_ptr<DiscardableAshmemChunk> memory = ReuseFreeChunk_Locked( local
163 if (memory)
164 return memory.Pass();
172 memory.reset(
180 return memory.Pass()
    [all...]
  /external/chromium_org/base/metrics/
stats_table.cc 8 #include "base/memory/scoped_ptr.h"
9 #include "base/memory/shared_memory.h"
19 // The StatsTable uses a shared memory segment that is laid out as follows
50 // At the shared-memory level, we have a lock. This lock protects the
51 // shared-memory table only, and is used when we create new counters (e.g.
53 // data from the table does not require any locking at the shared memory
63 // In order for external viewers to be able to read our shared memory,
88 // shared memory segment. Use this class to keep the data structure
92 // Various header information contained in the memory mapped segment.
154 void InitializeTable(void* memory, int size, int max_counters
182 void* memory = shared_memory->memory(); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.cc 5 #include "chrome/browser/chromeos/memory/oom_priority_manager.h"
30 #include "chrome/browser/chromeos/memory/low_memory_observer.h"
69 // or not the user experienced a low memory event. If you change this interval
110 // memory event in an attempt to identify the culprit, then discards a tab and
137 base::SystemMemoryInfoKB memory; local
138 if (base::GetSystemMemoryInfo(&memory) && memory.gem_size != -1) {
140 log_string += base::UTF16ToASCII(ui::FormatBytes(memory.gem_size));
282 // memory to convert the URL prefix constants into std::strings.
306 // memory state that lead to the discard
353 base::SystemMemoryInfoKB memory; local
    [all...]

Completed in 509 milliseconds

1 2 3 4 5 6 7 8 91011>>