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

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/
scatterlist.h 15 #include <asm/memory.h>
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/
scatterlist.h 15 #include <asm/memory.h>
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/
scatterlist.h 15 #include <asm/memory.h>
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/
scatterlist.h 15 #include <asm/memory.h>
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
scatterlist.h 15 #include <asm/memory.h>
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/
scatterlist.h 15 #include <asm/memory.h>
  /external/freetype/include/freetype/internal/
ftserv.h 275 FT_Memory memory = library->memory; \
288 FT_Memory memory = library->memory; \
311 FT_Memory memory = library->memory; \
324 FT_Memory memory = library->memory; \
350 FT_Memory memory = library->memory; \
    [all...]
  /external/freetype/include/freetype/
ftlist.h 234 (*FT_List_Destructor)( FT_Memory memory,
253 /* memory :: The current memory object which handles deallocation. */
265 FT_Memory memory,
  /external/llvm/autoconf/m4/
need_dev_zero_for_mmap.m4 2 # When allocating RWX memory, check whether we need to use /dev/zero
16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
  /external/llvm/projects/sample/autoconf/m4/
need_dev_zero_for_mmap.m4 2 # When allocating RWX memory, check whether we need to use /dev/zero
16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
  /frameworks/compile/mclinker/lib/Support/
Space.cpp 69 void* memory; local
95 memory = (void*)malloc(size);
96 if (!pHandler.read(memory, start, size))
123 if (!pHandler.mmap(memory, start, size))
132 result = new Space(type, memory, size);
144 free(pSpace->memory());
147 if (!pHandler.munmap(pSpace->memory(), pSpace->size()))
150 default: // external and unallocated memory buffers
162 if (!pHandler.write(pSpace->memory(),
173 // system will eventually write bakc the memory afte
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
common.cc 30 #include <memory.h>
  /external/dbus/dbus/
dbus-mempool.h 2 /* dbus-mempool.h Memory pools
28 #include <dbus/dbus-memory.h>
dbus-memory.c 2 /* dbus-memory.c D-Bus memory handling
25 #include "dbus-memory.h"
32 * @defgroup DBusMemory Memory Allocation
37 * blocks of memory.
42 * @defgroup DBusMemoryInternals Memory allocation implementation details
47 * of memory.
61 * allocate as arguments, and returns a memory block
66 * @returns the new memory block or #NULL on failure
74 * allocate as arguments, and returns a memory bloc
    [all...]
  /external/freetype/src/cff/
cffpic.c 79 FT_Memory memory = library->memory; local
107 FT_Memory memory = library->memory; local
  /external/freetype/src/sfnt/
sfntpic.c 75 FT_Memory memory = library->memory; local
103 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
  /system/core/libcorkscrew/
backtrace-arch.h 32 uintptr_t rewind_pc_arch(const memory_t* memory, uintptr_t pc);
  /external/freetype/src/pshinter/
pshmod.c 54 FT_Memory memory = module->root.memory; local
58 ps_hints_init( &module->ps_hints, memory );
  /external/freetype/src/raster/
ftmisc.h 61 typedef void* (*FT_Alloc_Func)( FT_Memory memory,
64 typedef void (*FT_Free_Func)( FT_Memory memory,
67 typedef void* (*FT_Realloc_Func)( FT_Memory memory,
  /system/core/include/corkscrew/
ptrace.h 39 /* Describes how to access memory from a process. */
82 * Initializes a memory structure for accessing memory from this process.
84 void init_memory(memory_t* memory, const map_info_t* map_info_list);
87 * Initializes a memory structure for accessing memory from another process
90 void init_memory_ptrace(memory_t* memory, pid_t tid);
93 * Reads a word of memory safely.
94 * If the memory is local, ensures that the address is readable before dereferencing it.
97 bool try_get_word(const memory_t* memory, uintptr_t ptr, uint32_t* out_value)
    [all...]
  /external/freetype/src/base/
ftrfork.c 160 FT_Memory memory = library->memory; local
353 raccess_make_file_name( FT_Memory memory,
476 FT_Memory memory; local
481 memory = library->memory;
482 newpath = raccess_make_file_name( memory, base_file_name, "._" );
509 FT_Memory memory; local
515 memory = library->memory;
545 FT_Memory memory; local
577 FT_Memory memory; local
604 FT_Memory memory; local
631 FT_Memory memory; local
662 FT_Memory 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...]
  /system/core/sh/
redir.c 103 * stdout, is saved in memory.
114 char memory[10]; /* file descriptors to write to memory */ local
117 memory[i] = 0;
118 memory[1] = flags & REDIR_BACKQ;
143 openredirect(n, memory, flags);
165 openredirect(n, memory, flags);
167 if (memory[1])
169 if (memory[2])
175 openredirect(union node *redir, char memory[10], int flags
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
string-concatenate-outofmemory.js 5 shouldThrow('s = "a"; while (1) { s += s; }', '"Error: Out of memory"'); // Expand at end of string
6 shouldThrow('s = "a"; while (1) { s += ("a" + s); }', '"Error: Out of memory"'); // Expand at beginning of string
7 shouldThrow('s = "a"; while (1) { s = [s, s].join(); }', '"Error: Out of memory"'); // Expand using UString::append.
11 'We also verify that the the string is stil functional after the out of memory exception is raised. In <a href="rdar://problem/5352887">rdar://problem/5352887</a>, accessing the string after the exception would crash.'
19 debug('PASS: String ' + stringName + ' was functional after ' + testName + ' raised out of memory exception.');

Completed in 566 milliseconds

1 23 4 5 6 7 8 91011>>