HomeSort by relevance Sort by last modified time
    Searched defs:memory (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/freetype/src/autofit/
afpic.c 41 FT_Memory memory = library->memory; local
59 FT_Memory memory = library->memory; local
afglobal.c 184 FT_Memory memory; local
188 memory = face->memory;
215 FT_Memory memory = globals->face->memory; local
277 FT_Memory memory = globals->face->memory; local
  /external/freetype/src/base/
basepic.c 38 FT_Memory memory = library->memory; local
56 FT_Memory memory = library->memory; local
ftsnames.c 63 FT_Memory memory = face->memory; local
ftinit.c 117 FT_Memory memory; local
124 memory = library->memory;
145 FT_Memory memory; local
151 memory = library->memory;
206 FT_Memory memory; local
212 memory = FT_New_Memory();
213 if ( !memory )
215 FT_ERROR(( "FT_Init_FreeType: cannot find memory manager\n" ))
239 FT_Memory memory = library->memory; local
    [all...]
ftsystem.c 21 /* low-level, i.e. memory management, i/o access as well as thread */
39 /* MEMORY MANAGEMENT INTERFACE */
58 /* The memory allocation function. */
61 /* memory :: A pointer to the memory object. */
69 ft_alloc( FT_Memory memory,
72 FT_UNUSED( memory );
84 /* The memory reallocation function. */
87 /* memory :: A pointer to the memory object. *
289 FT_Memory memory; local
    [all...]
ftstream.c 205 /* equivalent to FT_Stream_ExitFrame(), with no memory block release */
220 FT_Memory memory = stream->memory; local
223 ft_mem_free( memory, *pbytes );
246 /* allocate the frame in memory */
247 FT_Memory memory = stream->memory; local
263 stream->base = (unsigned char*)ft_mem_qalloc( memory, count, &error );
327 FT_Memory memory = stream->memory; local
    [all...]
  /external/freetype/src/cff/
cffpic.c 47 FT_Memory memory = library->memory; local
69 FT_Memory memory = library->memory; local
cffcmap.c 139 FT_Memory memory = FT_FACE_MEMORY( face ); local
150 return psnames->unicodes_init( memory,
163 FT_Memory memory = FT_FACE_MEMORY( face ); local
  /external/freetype/src/pshinter/
pshpic.c 33 FT_Memory memory = library->memory; local
48 FT_Memory memory = library->memory; local
pshmod.c 54 FT_Memory memory = module->root.memory; local
58 ps_hints_init( &module->ps_hints, memory );
  /external/freetype/src/psnames/
pspic.c 35 FT_Memory memory = library->memory; local
54 FT_Memory memory = library->memory; local
  /external/freetype/src/sfnt/
sfntpic.c 44 FT_Memory memory = library->memory; local
66 FT_Memory memory = library->memory; local
  /external/freetype/src/truetype/
ttpic.c 36 FT_Memory memory = library->memory; local
55 FT_Memory memory = library->memory; local
  /external/webkit/Source/WebCore/page/
Performance.cpp 69 MemoryInfo* Performance::memory() const function in class:WebCore::Performance
  /external/freetype/src/raster/
rastpic.c 33 FT_Memory memory = library->memory; local
51 FT_Memory memory = library->memory; local
ftrend1.c 109 FT_Memory memory; local
180 memory = render->root.memory;
  /external/freetype/src/smooth/
ftspic.c 33 FT_Memory memory = library->memory; local
51 FT_Memory memory = library->memory; local
  /external/webkit/Source/WebKit2/Shared/win/
UpdateChunk.h 45 HANDLE memory() const { return m_bitmapSharedMemory; } function in class:WebKit::UpdateChunk
  /external/guava/src/com/google/common/io/
FileBackedOutputStream.java 46 private MemoryOutput memory; field in class:FileBackedOutputStream
90 memory = new MemoryOutput();
91 out = memory;
129 memory.getBuffer(), 0, memory.getCount());
144 if (memory == null) {
145 memory = new MemoryOutput();
147 memory.reset();
149 out = memory;
187 if (file == null && (memory.getCount() + len > fileThreshold))
    [all...]
  /external/bluetooth/glib/glib/gnulib/
printf-parse.c 59 /* Out of memory. */
71 argument *memory; \
75 memory = (a->arg \
78 if (memory == NULL) \
79 /* Out of memory. */ \
81 a->arg = memory; \
475 char_directive *memory; local
478 memory = realloc (d->dir, d_allocated * sizeof (char_directive));
479 if (memory == NULL)
480 /* Out of memory. *
    [all...]
  /external/freetype/src/psaux/
t1cmap.c 278 FT_Memory memory = FT_FACE_MEMORY( face ); local
282 return psnames->unicodes_init( memory,
295 FT_Memory memory = FT_FACE_MEMORY( face ); local
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Common.h 21 // usually small, we should not run out of memory. SOURCE_LOC_LINE_SIZE
57 void* memory = GlobalPoolAllocator.allocate(sizeof(TString)); local
58 return new(memory) TString(s);
62 // Persistent string memory. Should only be used for strings that survive
  /external/chromium/base/
shared_memory.h 27 // the underlying OS handle to a shared memory segment.
32 // A SharedMemoryId is sufficient to identify a given shared memory segment on a
41 // Platform abstraction for shared memory. Provides a C++ wrapper
42 // around the OS primitive for a memory mapped file.
55 // shared memory file.
59 // shared memory file that was created by a remote process and not shared
74 // Closes a shared memory handle.
77 // Creates and maps an anonymous shared memory segment of size size.
81 // Creates an anonymous shared memory segment of size size.
85 // Creates or opens a shared memory segment based on a name
124 void *memory() const { return memory_; } function in class:base::SharedMemory
    [all...]
  /external/e2fsprogs/intl/
printf-parse.c 76 /* Out of memory. */
89 argument *memory; \
96 /* Overflow, would lead to out of memory. */ \
98 memory = (a->arg \
101 if (memory == NULL) \
102 /* Out of memory. */ \
104 a->arg = memory; \
151 /* n too large, would lead to out of memory later. */
221 /* n too large, would lead to out of memory later. */
278 /* n too large, would lead to out of memory
505 DIRECTIVE *memory; local
    [all...]

Completed in 780 milliseconds

1 2 3 4 5 6