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

<<11121314151617181920>>

  /external/chromium_org/remoting/codec/
codec_test.cc 10 #include "base/memory/scoped_ptr.h"
296 uint8* memory = frame->data() + local
301 memory[x] = rand() % 256;
302 memory += frame->stride();
  /external/chromium_org/sandbox/win/src/
sandbox_nt_util.cc 117 // Both the IPC and the policy share a single region of memory in which the IPC
118 // memory is first and the policy memory is last.
121 void* memory = NULL; local
125 &memory, 0, 0, NULL, &size, ViewUnmap,
128 if (!NT_SUCCESS(ret) || NULL == memory) {
134 memory, NULL)) {
135 // Somebody beat us to the memory setup.
136 ret = g_nt.UnmapViewOfSection(NtCurrentProcess, memory);
168 // Somebody beat us to the memory setup
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffobjs.c 171 FT_Memory memory = cffsize->face->memory; local
180 error = funcs->create( cffsize->face->memory, &priv,
191 error = funcs->create( cffsize->face->memory, &priv,
385 cff_strcpy( FT_Memory memory,
573 FT_Memory memory = cffface->memory; local
820 style_name = cff_strcpy( memory, fullp );
838 cffface->family_name = cff_strcpy( memory, cid_font_name );
845 cffface->style_name = cff_strcpy( memory, (char *)"Regular" )
1026 FT_Memory memory; local
    [all...]
cffload.c 231 FT_Memory memory = stream->memory; local
306 FT_Memory memory = stream->memory; local
323 FT_Memory memory = stream->memory; local
388 FT_Memory memory = idx->stream->memory; local
541 /* this index was completely loaded in memory, that's easy */
587 FT_Memory memory = idx->stream->memory local
843 FT_Memory memory = stream->memory; local
862 FT_Memory memory = stream->memory; local
1439 FT_Memory memory = stream->memory; local
1654 FT_Memory memory = font->memory; local
    [all...]
  /external/chromium_org/third_party/freetype/src/psaux/
psobjs.c 62 /* memory :: The memory object to use for all subsequent */
71 FT_Memory memory )
76 table->memory = memory;
119 FT_Memory memory = table->memory; local
151 /* Adds an object to a PS_Table, possibly growing its memory block. */
159 /* object :: The address of the object to copy in memory. */
236 /* This function does NOT release the heap's memory block. It is up *
242 FT_Memory memory = table->memory; local
266 FT_Memory memory = table->memory; local
1139 FT_Memory memory = parser->memory; local
1220 FT_Memory memory = parser->memory; local
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
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 );
789 FT_Memory memory = hints->memory; local
865 FT_Memory memory = hints->memory; local
904 FT_Memory memory = hints->memory; local
965 FT_Memory memory = hints->memory; local
1007 FT_Memory memory = hints->memory; local
1052 FT_Memory memory = hints->memory; local
1097 FT_Memory memory = hints->memory; local
    [all...]
  /external/freetype/src/cff/
cffobjs.c 171 FT_Memory memory = cffsize->face->memory; local
180 error = funcs->create( cffsize->face->memory, &priv,
191 error = funcs->create( cffsize->face->memory, &priv,
385 cff_strcpy( FT_Memory memory,
573 FT_Memory memory = cffface->memory; local
820 style_name = cff_strcpy( memory, fullp );
838 cffface->family_name = cff_strcpy( memory, cid_font_name );
845 cffface->style_name = cff_strcpy( memory, (char *)"Regular" )
1026 FT_Memory memory; local
    [all...]
  /external/freetype/src/psaux/
psobjs.c 62 /* memory :: The memory object to use for all subsequent */
71 FT_Memory memory )
76 table->memory = memory;
119 FT_Memory memory = table->memory; local
151 /* Adds an object to a PS_Table, possibly growing its memory block. */
159 /* object :: The address of the object to copy in memory. */
236 /* This function does NOT release the heap's memory block. It is up *
242 FT_Memory memory = table->memory; local
266 FT_Memory memory = table->memory; local
1141 FT_Memory memory = parser->memory; local
1222 FT_Memory memory = parser->memory; local
    [all...]
  /external/freetype/src/pshinter/
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 );
789 FT_Memory memory = hints->memory; local
865 FT_Memory memory = hints->memory; local
904 FT_Memory memory = hints->memory; local
965 FT_Memory memory = hints->memory; local
1007 FT_Memory memory = hints->memory; local
1052 FT_Memory memory = hints->memory; local
1097 FT_Memory memory = hints->memory; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffobjs.c 171 FT_Memory memory = cffsize->face->memory; local
180 error = funcs->create( cffsize->face->memory, &priv,
191 error = funcs->create( cffsize->face->memory, &priv,
385 cff_strcpy( FT_Memory memory,
574 FT_Memory memory = cffface->memory; local
821 style_name = cff_strcpy( memory, fullp );
839 cffface->family_name = cff_strcpy( memory, cid_font_name );
846 cffface->style_name = cff_strcpy( memory, (char *)"Regular" )
1031 FT_Memory memory; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
psobjs.c 62 /* memory :: The memory object to use for all subsequent */
71 FT_Memory memory )
76 table->memory = memory;
119 FT_Memory memory = table->memory; local
151 /* Adds an object to a PS_Table, possibly growing its memory block. */
159 /* object :: The address of the object to copy in memory. */
236 /* This function does NOT release the heap's memory block. It is up *
242 FT_Memory memory = table->memory; local
266 FT_Memory memory = table->memory; local
1140 FT_Memory memory = parser->memory; local
1222 FT_Memory memory = parser->memory; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
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 );
789 FT_Memory memory = hints->memory; local
865 FT_Memory memory = hints->memory; local
904 FT_Memory memory = hints->memory; local
965 FT_Memory memory = hints->memory; local
1007 FT_Memory memory = hints->memory; local
1052 FT_Memory memory = hints->memory; local
1097 FT_Memory memory = hints->memory; local
    [all...]
  /frameworks/native/libs/binder/
MemoryDealer.cpp 220 // might kick out the memory region that's allocated and/or written
241 sp<IMemory> memory; local
244 memory = new Allocation(this, heap(), offset, size);
246 return memory;
269 // align all the memory blocks on a cache-line boundary
  /hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h 77 enum v4l2_memory memory; member in struct:ExynosJpegBase::BUF_INFO
  /art/runtime/interpreter/
interpreter_common.cc 540 void* memory = alloca(ShadowFrame::ComputeSize(num_regs)); local
541 ShadowFrame* new_shadow_frame(ShadowFrame::Create(num_regs, &shadow_frame, method, 0, memory));
    [all...]
  /art/runtime/
stack.h 133 uint8_t* memory = new uint8_t[ComputeSize(num_vregs)]; local
134 return Create(num_vregs, link, method, dex_pc, memory);
137 // Create ShadowFrame for interpreter using provided memory.
139 mirror::ArtMethod* method, uint32_t dex_pc, void* memory) {
140 ShadowFrame* sf = new (memory) ShadowFrame(num_vregs, link, method, dex_pc, true);
  /bionic/libc/kernel/uapi/video/
sisfb.h 79 __u32 memory; member in struct:sisfb_info
  /external/chromium_org/third_party/angle/src/compiler/translator/
Types.h 63 void *memory = GetGlobalPoolAllocator()->allocate(sizeof(TFieldList)); local
64 return new(memory) TFieldList;
493 // could be used, but also trying to avoid lots of memory management overhead.
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.c 39 FT_Memory memory,
83 FT_Memory memory,
531 FT_Memory memory )
534 hints->memory = memory;
541 FT_Memory memory = hints->memory; local
545 if ( !( hints && hints->memory ) )
574 hints->memory = NULL;
603 FT_Memory memory = hints->memory local
    [all...]
afhints.h 333 FT_Memory memory; member in struct:AF_GlyphHintsRec_
404 FT_Memory memory,
411 FT_Memory memory,
416 FT_Memory memory );
  /external/chromium_org/third_party/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/chromium_org/third_party/freetype/src/sfnt/
ttsbit.c 767 decoder->stream->memory,
888 FT_Memory memory = decoder->stream->memory; local
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.c 134 FT_Memory memory = stream->memory; local
219 FT_Memory memory = stream->memory; local
285 FT_Memory memory = stream->memory; local
377 FT_Memory memory = stream->memory; local
613 FT_Memory memory = face->root.memory; local
856 FT_Memory memory = face->root.memory; local
995 FT_Memory memory = face->root.memory; local
1103 FT_Memory memory = stream->memory; local
1307 FT_Memory memory = stream->memory; local
    [all...]
  /external/chromium_org/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
712 void *memory; /* serialized bytes; NULL if not frozen yet */ member in struct:UTrie2
713 int32_t length; /* number of serialized bytes at memory; 0 if not frozen yet *
    [all...]
  /external/freetype/src/autofit/
afhints.c 39 FT_Memory memory,
83 FT_Memory memory,
497 FT_Memory memory )
500 hints->memory = memory;
507 FT_Memory memory = hints->memory; local
511 if ( !( hints && hints->memory ) )
540 hints->memory = NULL;
569 FT_Memory memory = hints->memory local
    [all...]

Completed in 685 milliseconds

<<11121314151617181920>>