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

1 23 4 5

  /external/freetype/src/pshinter/
pshrec.h 133 FT_Memory memory; member in struct:PS_HintsRec_
146 FT_Memory memory );
pshrec.c 51 FT_Memory memory )
63 FT_Memory memory )
83 FT_Memory memory,
96 error = ps_hint_table_ensure( table, count, memory );
125 FT_Memory memory )
138 FT_Memory memory )
187 FT_Memory memory )
198 error = ps_mask_ensure( mask, idx + 1, memory );
216 FT_Memory memory )
223 ps_mask_done( mask, memory );
788 FT_Memory memory = hints->memory; local
864 FT_Memory memory = hints->memory; local
903 FT_Memory memory = hints->memory; local
964 FT_Memory memory = hints->memory; local
1006 FT_Memory memory = hints->memory; local
1051 FT_Memory memory = hints->memory; local
1096 FT_Memory memory = hints->memory; local
    [all...]
  /external/freetype/src/sfnt/
sfobjs.c 51 FT_Memory memory )
82 FT_Memory memory )
111 FT_Memory memory );
139 FT_Memory memory = face->root.memory; local
282 result = convert( rec, memory );
348 FT_Memory memory = stream->memory; local
903 FT_Memory memory = face->root.stream->memory; local
1057 FT_Memory memory; local
    [all...]
ttload.c 325 FT_Memory memory = stream->memory; local
425 /* Loads any font table into client memory. */
737 FT_Memory memory = stream->memory; local
865 FT_Memory memory = face->root.driver->root.memory; local
1208 FT_Memory memory = stream->memory; local
    [all...]
ttsbit.c 25 * Alas, the memory-optimized sbit loader can't be used when implementing
279 FT_Memory memory = stream->memory; local
340 FT_Memory memory = stream->memory; local
422 FT_Memory memory = stream->memory; local
615 FT_Memory memory = face->root.memory; local
1257 FT_Memory memory = stream->memory; local
    [all...]
  /external/libxml2/
threads.c 453 "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/qemu/distrib/sdl-1.2.12/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...]
  /frameworks/base/core/jni/
android_database_CursorWindow.cpp 61 jniThrowException(env, "java/lang/RuntimeException", "No memory for native window object");
77 sp<IMemory> memory = interface_cast<IMemory>(ibinderForJavaObject(env, memObj)); local
78 if (memory == NULL) {
85 jniThrowException(env, "java/lang/RuntimeException", "No memory for native window object");
88 if (!window->setMemory(memory)) {
89 jniThrowException(env, "java/lang/RuntimeException", "No memory in memObj");
102 sp<IMemory> memory = window->getMemory(); local
103 if (memory != NULL) {
104 sp<IBinder> binder = memory->asBinder();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_simple.h 78 unsigned int memory; /* begin of waveform in onboard memory */ member in struct:__anon14060::__anon14061
79 unsigned char *ptr; /* pointer to waveform in system memory */
ainstr_gf1.h 58 unsigned int memory; /* begin of waveform in onboard memory */ member in struct:gf1_wave::__anon14053
59 unsigned char *ptr; /* pointer to waveform in system memory */
  /external/chromium/base/
stats_table.cc 21 // The StatsTable uses a shared memory segment that is laid out as follows
52 // At the shared-memory level, we have a lock. This lock protects the
53 // shared-memory table only, and is used when we create new counters (e.g.
55 // data from the table does not require any locking at the shared memory
65 // In order for external viewers to be able to read our shared memory,
101 // shared memory segment. Use this class to keep the data structure
105 // Various header information contained in the memory mapped segment.
152 void InitializeTable(void* memory, int size, int max_counters,
155 // Initializes our in-memory pointers into a pre-created StatsTable.
156 void ComputeMappedPointers(void* memory);
177 void* memory = priv->shared_memory_.memory(); local
    [all...]
  /external/chromium/third_party/icu/source/common/
utrie2.h 79 * Open a frozen trie from its serialized from, stored in 32-bit-aligned memory.
81 * The memory must remain valid and unchanged as long as the trie is used.
86 * @param data a pointer to 32-bit-aligned memory containing the serialized form of a UTrie2
232 * Close a trie and release associated memory.
303 * Serialize a frozen trie into 32-bit aligned memory.
308 * @param data a pointer to 32-bit-aligned memory to be filled with the trie data,
328 * Get the UTrie version from 32-bit-aligned memory containing the serialized form
331 * @param data a pointer to 32-bit-aligned memory containing the serialized form
641 void *memory; /* serialized bytes; NULL if not frozen yet */ member in struct:UTrie2
642 int32_t length; /* number of serialized bytes at memory; 0 if not frozen yet *
    [all...]
  /external/freetype/src/cff/
cffload.c 232 FT_Memory memory = stream->memory; local
307 FT_Memory memory = stream->memory; local
324 FT_Memory memory = stream->memory; local
389 FT_Memory memory = idx->stream->memory; local
529 /* this index was completely loaded in memory, that's easy */
575 FT_Memory memory = idx->stream->memory local
830 FT_Memory memory = stream->memory; local
849 FT_Memory memory = stream->memory; local
1445 FT_Memory memory = stream->memory; local
1635 FT_Memory memory = font->memory; local
    [all...]
  /external/freetype/src/psaux/
psobjs.c 63 /* memory :: The memory object to use for all subsequent */
72 FT_Memory memory )
77 table->memory = memory;
120 FT_Memory memory = table->memory; local
152 /* Adds an object to a PS_Table, possibly growing its memory block. */
160 /* object :: The address of the object to copy in memory. */
237 /* This function does NOT release the heap's memory block. It is up *
243 FT_Memory memory = table->memory; local
267 FT_Memory memory = table->memory; local
1133 FT_Memory memory = parser->memory; local
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Collector.h 232 double memory[CELL_ARRAY_LENGTH]; member in struct:JSC::CollectorCell
  /frameworks/base/libs/binder/
MemoryDealer.cpp 237 sp<IMemory> memory; local
240 memory = new Allocation(this, heap(), offset, size);
242 return memory;
265 // align all the memory blocks on a cache-line boundary
  /external/freetype/src/autofit/
afcjk.c 331 FT_Memory memory = hints->memory; local
435 memory, &edge );
    [all...]
afhints.c 26 FT_Memory memory,
68 FT_Memory memory,
382 FT_Memory memory )
385 hints->memory = memory;
392 if ( hints && hints->memory )
394 FT_Memory memory = hints->memory; local
424 hints->memory = NULL;
449 FT_Memory memory = hints->memory local
    [all...]
  /external/freetype/src/base/
ftdbgmem.c 5 /* Memory debugger (body). */
33 * memory, however.
42 FT_DumpMemory( FT_Memory memory );
54 * site. This is useful to know where memory operations happen the
79 * We don't need a resizable array for the memory sources, because
86 * memory block. If KEEPALIVE is defined, blocks that are freed by
89 * at the price of large memory footprint during execution.
133 FT_Memory memory; member in struct:FT_MemTableRec_
229 FT_Memory memory = table->memory; local
245 FT_Memory memory = table->memory; local
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 132 FT_Memory memory = stream->memory; local
217 FT_Memory memory = stream->memory; local
283 FT_Memory memory = stream->memory; local
375 FT_Memory memory = stream->memory; local
620 FT_Memory memory = face->root.memory; local
863 FT_Memory memory = face->root.memory; local
1002 FT_Memory memory = face->root.memory; local
1122 FT_Memory memory = stream->memory; local
1326 FT_Memory memory = stream->memory; local
    [all...]
ttinterp.h 118 FT_Memory memory; member in struct:TT_ExecContextRec_
243 Update_Max( FT_Memory memory,
  /external/icu4c/common/
utrie2.h 79 * Open a frozen trie from its serialized from, stored in 32-bit-aligned memory.
81 * The memory must remain valid and unchanged as long as the trie is used.
86 * @param data a pointer to 32-bit-aligned memory containing the serialized form of a UTrie2
232 * Close a trie and release associated memory.
303 * Serialize a frozen trie into 32-bit aligned memory.
308 * @param data a pointer to 32-bit-aligned memory to be filled with the trie data,
328 * Get the UTrie version from 32-bit-aligned memory containing the serialized form
331 * @param data a pointer to 32-bit-aligned memory containing the serialized form
703 void *memory; /* serialized bytes; NULL if not frozen yet */ member in struct:UTrie2
704 int32_t length; /* number of serialized bytes at memory; 0 if not frozen yet *
    [all...]
  /external/v8/src/
platform-macos.cc 129 // defined tag 255 This helps identify V8-allocated regions in memory analysis
193 PosixMemoryMappedFile(FILE* file, void* memory, int size)
194 : file_(file), memory_(memory), size_(size) { }
196 virtual void* memory() { return memory_; } function in class:v8::internal::PosixMemoryMappedFile
209 void* memory = local
211 return new PosixMemoryMappedFile(file, memory, size);
platform-openbsd.cc 204 PosixMemoryMappedFile(FILE* file, void* memory, int size)
205 : file_(file), memory_(memory), size_(size) { }
207 virtual void* memory() { return memory_; } function in class:v8::internal::PosixMemoryMappedFile
224 void* memory = local
226 return new PosixMemoryMappedFile(file, memory, size);
platform-solaris.cc 198 PosixMemoryMappedFile(FILE* file, void* memory, int size)
199 : file_(file), memory_(memory), size_(size) { }
201 virtual void* memory() { return memory_; } function in class:v8::internal::PosixMemoryMappedFile
218 void* memory = local
220 return new PosixMemoryMappedFile(file, memory, size);

Completed in 1586 milliseconds

1 23 4 5