HomeSort by relevance Sort by last modified time
    Searched defs:memory (Results 326 - 350 of 501) sorted by null

<<11121314151617181920>>

  /external/freetype/src/autofit/
aflatin2.c 74 af_glyph_hints_init( hints, face->memory );
735 FT_Memory memory = hints->memory; local
844 error = af_axis_hints_new_segment( axis, memory, &segment );
1089 FT_Memory memory = hints->memory; local
    [all...]
  /external/freetype/src/base/
ftobjs.c 183 FT_Memory memory; local
195 memory = library->memory;
200 stream->memory = memory;
204 /* create a memory-based stream */
236 stream->memory = memory; /* just to be certain */
251 FT_Memory memory = stream->memory; local
290 FT_Memory memory = driver->root.memory; local
318 FT_Memory memory = FT_FACE_MEMORY( slot->face ); local
481 FT_Memory memory = FT_FACE_MEMORY( slot->face ); local
532 FT_Memory memory = driver->root.memory; local
565 FT_Memory memory; local
617 FT_Memory memory = driver->root.memory; local
1314 FT_Memory memory; local
1488 FT_Memory memory = stream->memory; local
1509 FT_Memory memory; local
1548 FT_Memory memory = library->memory; local
1682 FT_Memory memory = library->memory; local
1773 FT_Memory memory = library->memory; local
1994 FT_Memory memory = library->memory; local
2066 FT_Memory memory = library->memory; local
2181 FT_Memory memory = library->memory; local
2335 FT_Memory memory = NULL; local
2725 FT_Memory memory; local
2766 FT_Memory memory; local
2831 FT_Memory memory; local
3557 FT_Memory memory = FT_FACE_MEMORY( face ); local
3573 FT_Memory memory = FT_FACE_MEMORY( face ); local
3621 FT_Memory memory; local
3936 FT_Memory memory = FT_FACE_MEMORY( face ); local
3964 FT_Memory memory = FT_FACE_MEMORY( face ); local
3998 FT_Memory memory = FT_FACE_MEMORY( face ); local
4335 FT_Memory memory = library->memory; local
4383 FT_Memory memory; local
4696 FT_Memory memory = module->memory; local
4728 FT_Memory memory; local
5222 FT_Memory memory; local
    [all...]
ftstroke.c 320 FT_Memory memory; member in struct:FT_StrokeBorderRec_
338 FT_Memory memory = border->memory; local
621 FT_Memory memory )
623 border->memory = memory;
646 FT_Memory memory = border->memory; local
804 FT_Memory memory; local
814 memory = library->memory
879 FT_Memory memory = stroker->library->memory; local
    [all...]
  /external/freetype/src/pfr/
pfrtypes.h 207 FT_Memory memory; member in struct:PFR_PhyFontRec_
  /external/freetype/src/psaux/
psintrp.c 487 FT_Memory memory = font->memory; local
537 memory,
541 memory,
545 memory,
600 opStack = cf2_stack_init( memory, error, stackSize );
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 487 void* memory; member in struct:gray_TRaster_
1990 FT_Memory memory = (FT_Memory)((gray_PRaster)raster)->memory; local
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 137 FT_Memory memory = stream->memory; local
244 FT_Memory memory = stream->memory; local
312 FT_Memory memory = stream->memory; local
414 FT_Memory memory = stream->memory; local
621 FT_Memory memory = stream->memory; local
733 FT_Memory memory = stream->memory; local
1172 FT_Memory memory = stream->memory; local
1422 FT_Memory memory = stream->memory; local
1939 FT_Memory memory = face->root.memory; local
2413 FT_Memory memory = face->root.memory; local
2746 FT_Memory memory = face->root.memory; local
2975 FT_Memory memory = face->root.memory; local
3048 FT_Memory memory = stream->memory; local
3557 FT_Memory memory = stream->memory; local
3968 FT_Memory memory = FT_FACE_MEMORY( face ); local
4004 FT_Memory memory = FT_FACE_MEMORY( face ); local
    [all...]
  /external/google-breakpad/src/processor/
minidump.cc 189 Swap(&memory_descriptor->memory);
1303 const uint8_t* memory = GetMemory(); local
1351 const uint8_t* memory = GetMemory(); local
1520 MinidumpMemoryRegion* memory = GetMemory(); local
    [all...]
  /external/icu/icu4c/source/common/
ubidi.cpp 145 /* allocate memory for the object */
158 /* allocate memory for arrays as requested */
189 * We are allowed to allocate memory if memory==NULL or
191 * We also try to grow memory as needed if we
204 /* check for existing memory */
206 /* we need to allocate memory */
215 /* there is already enough memory */
219 /* not enough memory, and we must not allocate */
223 void *memory; local
    [all...]
  /external/libchrome/base/debug/
activity_tracker.cc 17 #include "base/memory/ptr_util.h"
37 // The amount of memory set aside for holding arbitrary user data (key/value
52 // in the same memory space.
99 // the memory is cleared during the "free" operation.
142 bool OwningProcess::GetOwningProcessId(const void* memory,
145 const OwningProcess* info = reinterpret_cast<const OwningProcess*>(memory);
194 // faster than searching the memory system for free blocks.
200 // clear the memory because that was done when the type was made "free".
205 // Fetch the next "free" object from persistent memory. Rather than restart
337 ActivityUserData::ActivityUserData(void* memory, size_t size, int64_t pid
1053 void* memory = allocator->GetAsArray<char>(ref, kUserDataSize); local
1500 const void* memory = allocator_->GetAsArray<char>( local
1537 const void* memory = allocator_->GetAsArray<char>( local
1565 char* memory = allocator_->GetAsArray<char>(ref, kTypeIdGlobalLogMessage, local
    [all...]
activity_tracker.h 20 #include <memory>
76 // from memory without loading the entire structure for analysis. This will
78 static bool GetOwningProcessId(const void* memory,
112 uint64_t lock_address; // The memory address of the lock object.
115 uint64_t event_address; // The memory address of the event object.
183 // A helper class that is used for managing memory allocations within a
184 // persistent memory allocator. Instances of this class are NOT thread-safe.
204 // a null reference if it was not possible to allocate the memory.
233 // An iterator for going through persistent memory looking for free'd objects.
320 // Reference to arbitrary user data within the persistent memory segmen
525 void* memory; \/\/ Where the "value" is held. member in struct:base::debug::ActivityUserData::ValueInfo
    [all...]
  /external/libpng/
pngpriv.h 403 * memory usage. These are documented in scripts/pnglibconf.dfa of the
408 * than 64K of memory at once, uncomment this. While libpng will not
409 * normally need that much memory in a chunk (unless you load up a very
411 * libpng thus makes sure to check any memory allocation to verify it
412 * will fit into memory.
531 /* This provides the non-ANSI (far) memory allocation routines. */
548 /* Memory model/platform independent fns */
603 /* End of memory model/platform independent support */
2032 png_const_bytep memory; \/* Memory buffer. *\/ member in struct:png_control
    [all...]
pngread.c 24 /* Create a PNG structure for reading, and allocate any memory needed. */
37 /* Alternate create PNG structure for reading, and allocate any memory
938 /* Free all memory used in the read struct */
997 /* NOTE: the 'setjmp' buffer may still be allocated and the memory and error
1003 /* Free all memory used by the read */
1020 * The extra was, apparently, unnecessary yet this hides memory leak bugs.
1545 png_const_bytep memory = cp->memory; local
    [all...]
  /external/libxml2/
xmllint.c 103 XMLLINT_ERR_MEM = 9, /* Out of memory error */
158 static int memory = 0; variable
326 * Memory allocation consumption debugging *
333 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
    [all...]
  /external/pdfium/third_party/libpng16/
pngpriv.h 359 * memory usage. These are documented in scripts/pnglibconf.dfa of the
364 * than 64K of memory at once, uncomment this. While libpng will not
365 * normally need that much memory in a chunk (unless you load up a very
367 * libpng thus makes sure to check any memory allocation to verify it
368 * will fit into memory.
477 /* This provides the non-ANSI (far) memory allocation routines. */
494 /* Memory model/platform independent fns */
548 /* End of memory model/platform independent support */
1907 png_const_bytep memory; \/* Memory buffer. *\/ member in struct:png_control
    [all...]
pngread.c 24 /* Create a PNG structure for reading, and allocate any memory needed. */
37 /* Alternate create PNG structure for reading, and allocate any memory
927 /* Free all memory used in the read struct */
986 /* NOTE: the 'setjmp' buffer may still be allocated and the memory and error
992 /* Free all memory used by the read */
1009 * The extra was, apparently, unnecessary yet this hides memory leak bugs.
1533 png_const_bytep memory = cp->memory; local
    [all...]
  /external/v8/src/base/platform/
platform-win32.cc 704 // VirtualAlloc'ed blocks of memory.
732 // Use a multiple of 64k to prevent committing unused memory.
863 Win32MemoryMappedFile(HANDLE file, HANDLE file_mapping, void* memory,
867 memory_(memory),
870 void* memory() const final { return memory_; }
895 // Map a view of the file into memory
896 void* memory = MapViewOfFile(file_mapping, FILE_MAP_ALL_ACCESS, 0, 0, size); local
897 return new Win32MemoryMappedFile(file, file_mapping, memory, size);
913 // Map a view of the file into memory
914 void* memory = MapViewOfFile(file_mapping, FILE_MAP_ALL_ACCESS, 0, 0, size) local
    [all...]
  /external/webp/src/dec/
vp8l_dec.c 80 // Memory needed for lookup tables of one Huffman tree group. Red, blue, alpha
502 uint8_t* memory = (uint8_t*)WebPSafeMalloc(memory_size, sizeof(*memory)); local
503 if (memory == NULL) {
508 dec->rescaler_memory = memory;
510 dec->rescaler = (WebPRescaler*)memory;
511 memory += sizeof(*dec->rescaler);
512 work = (rescaler_t*)memory;
513 memory += work_size * sizeof(*work);
514 scaled_data = (uint32_t*)memory;
    [all...]
  /frameworks/base/core/jni/
android_hardware_SoundTrigger.cpp 510 sp<IMemory> memory; local
588 memory = memoryDealer->allocate(offset + size);
589 if (memory == 0 || memory->pointer() == NULL) {
594 nSoundModel = (struct sound_trigger_sound_model *)memory->pointer();
655 status = module->loadSoundModel(memory, &handle);
719 sp<IMemory> memory = memoryDealer->allocate(totalSize); local
720 if (memory == 0 || memory->pointer() == NULL) {
724 memcpy((char *)memory->pointer() + sizeof(struct sound_trigger_recognition_config)
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWICallbacks.cpp 115 LOGE("No memory for retro AEC event");
137 LOGE("No memory for prepare signal event detect"
149 LOGE("Error allocating memory to save received_frame structure.");
223 LOGE("No memory for face_detection_result qcamera_sm_internal_evt_payload_t");
343 QCameraGrallocMemory *memory = (QCameraGrallocMemory *)preview_frame->mem_info; local
346 rc = sendPreviewCallback(pStream, memory, idx);
408 LOGE("Error allocating memory to save received_frame structure.");
614 QCameraMemory *memory = (QCameraMemory *)pFrame->mem_info; local
615 memory->cleanCache(pFrame->buf_idx);
660 LOGE("Error allocating memory to save received_frame structure.")
734 QCameraGrallocMemory *memory = (QCameraGrallocMemory *) frame->mem_info; local
807 QCameraGrallocMemory *memory = (QCameraGrallocMemory *)super_frame->bufs[0]->mem_info; local
1412 QCameraGrallocMemory *memory = (QCameraGrallocMemory *)super_frame->bufs[0]->mem_info; local
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
freetype.h 394 /* It also embeds a memory manager (see @FT_Memory), as well as a */
1059 FT_Memory memory; member in struct:FT_FaceRec_
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
bfd-in.h 367 each function should be written to allocate a new block of memory member in struct:bfd_hash_table
373 void *memory;
407 into newly allocated memory when adding an entry. */
703 memory based on the ELF file header at EHDR_VMA and the ELF program
711 the remote memory at target address VMA into the local buffer at
714 byte order found in the remote memory. */
    [all...]
ecofflink.c 345 void * memory;
382 struct objalloc *memory;
409 n = (struct shuffle *) objalloc_alloc (ainfo->memory,
431 /* Add a memory entry to a shuffle list. */
442 n = (struct shuffle *) objalloc_alloc (ainfo->memory,
452 n->u.memory = data;
511 ainfo->memory = objalloc_create ();
512 if (ainfo->memory == NULL)
537 objalloc_free (ainfo->memory);
639 rfd_out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz)
343 void * memory; member in union:shuffle::__anon3950
380 struct objalloc *memory; member in struct:accumulate
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 1884 de::MovePtr<vk::Allocation> memory = context.getDefaultAllocator().allocate(bufReqs, memReqs); local
    [all...]

Completed in 409 milliseconds

<<11121314151617181920>>