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

1 2 3 4 5

  /external/freetype/src/autofit/
afpic.c 40 FT_Memory memory = library->memory; local
56 FT_Memory memory = library->memory; local
afglobal.c 188 FT_Memory memory; local
192 memory = face->memory;
219 FT_Memory memory = globals->face->memory; local
281 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. *
276 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...]
ftgloadr.c 69 FT_GlyphLoader_New( FT_Memory memory,
78 loader->memory = memory;
106 FT_Memory memory = loader->memory; local
131 FT_Memory memory = loader->memory; local
168 FT_Memory memory = loader->memory; local
204 FT_Memory memory = loader->memory local
279 FT_Memory memory = loader->memory; local
    [all...]
ftglyph.c 283 FT_Memory memory = library->memory; local
615 FT_Memory memory = glyph->library->memory; local
  /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
ttpost.c 158 FT_Memory memory = stream->memory; local
276 FT_Memory memory = stream->memory; local
375 FT_Memory memory = face->root.memory; local
  /external/freetype/src/truetype/
ttpic.c 36 FT_Memory memory = library->memory; local
55 FT_Memory memory = library->memory; local
  /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
172 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/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/chromium/base/
shared_memory.h 25 // the underlying OS handle to a shared memory segment.
30 // A SharedMemoryId is sufficient to identify a given shared memory segment on a
39 // Platform abstraction for shared memory. Provides a C++ wrapper
40 // around the OS primitive for a memory mapped file.
47 // shared memory file.
51 // shared memory file that was created by a remote process and not shared
66 // Close a shared memory handle.
69 // Creates or opens a shared memory segment based on a name.
70 // If read_only is true, opens the memory as read-only.
71 // If open_existing is true, and the shared memory already exists
107 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 2006 milliseconds

1 2 3 4 5