Searched refs:memory (Results 251 - 275 of 1625) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/utilities/utility/pairs/pair.astuple/
H A Dget_rv.pass.cpp19 #include <memory>
/external/libcxx/test/utilities/utility/pairs/pairs.pair/
H A DU_V.pass.cpp17 #include <memory>
H A Dassign_rv_pair.pass.cpp17 #include <memory>
/external/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.h15 #include <memory>
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dbasepic.c53 FT_Memory memory = library->memory; local
74 FT_Memory memory = library->memory; local
H A Dftgxval.c78 FT_Memory memory; local
84 memory = FT_FACE_MEMORY( face );
129 FT_Memory memory; local
135 memory = FT_FACE_MEMORY( face );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
H A Dpspic.c45 FT_Memory memory = library->memory; local
69 FT_Memory memory = library->memory; local
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dpngshim.h37 FT_Memory memory,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftspic.c37 FT_Memory memory = library->memory; local
60 FT_Memory memory = library->memory; local
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttpic.c47 FT_Memory memory = library->memory; local
70 FT_Memory memory = library->memory; local
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2arrst.c57 FT_Memory memory,
64 arrstack->memory = memory;
78 FT_Memory memory = arrstack->memory; /* for FT_FREE */ local
93 /* return false on memory error */
102 FT_Memory memory = arrstack->memory; /* for FT_REALLOC */ local
209 /* return false on memory error */
56 cf2_arrstack_init( CF2_ArrStack arrstack, FT_Memory memory, FT_Error* error, size_t sizeItem ) argument
H A Dcf2arrst.h53 FT_Memory memory; member in struct:CF2_ArrStackRec_
69 FT_Memory memory,
H A Dcf2stack.h63 FT_Memory memory; member in struct:CF2_StackRec_
72 cf2_stack_init( FT_Memory memory,
/external/freetype/src/cff/
H A Dcf2arrst.c57 FT_Memory memory,
64 arrstack->memory = memory;
78 FT_Memory memory = arrstack->memory; /* for FT_FREE */ local
93 /* return false on memory error */
102 FT_Memory memory = arrstack->memory; /* for FT_REALLOC */ local
209 /* return false on memory error */
56 cf2_arrstack_init( CF2_ArrStack arrstack, FT_Memory memory, FT_Error* error, size_t sizeItem ) argument
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2arrst.c57 FT_Memory memory,
64 arrstack->memory = memory;
78 FT_Memory memory = arrstack->memory; /* for FT_FREE */ local
93 /* return false on memory error */
102 FT_Memory memory = arrstack->memory; /* for FT_REALLOC */ local
209 /* return false on memory error */
56 cf2_arrstack_init( CF2_ArrStack arrstack, FT_Memory memory, FT_Error* error, size_t sizeItem ) argument
/external/chromium_org/ui/surface/
H A Dtransport_dib_posix.cc11 #include "base/memory/scoped_ptr.h"
12 #include "base/memory/shared_memory.h"
67 if ((!memory() && !Map()) || !VerifyCanvasSize(w, h))
70 reinterpret_cast<uint8_t*>(memory()),
82 if (memory())
96 void* TransportDIB::memory() const { function in class:TransportDIB
97 return shared_memory_.memory();
/external/chromium_org/third_party/pexpect/
H A DFSM.py4 this FSM also maintains a user defined "memory". So this FSM can be used as a
5 Push-down Automata (PDA) since a PDA is a FSM + memory.
30 current_state, or "memory". The "memory" attribute can be any object that you
102 def __init__(self, initial_state, memory=None):
104 """This creates the FSM. You set the initial state here. The "memory"
120 self.memory = memory
271 # Note that "memory" is a list being used as a stack.
275 fsm.memory
[all...]
/external/lldb/test/pexpect-2.4/
H A DFSM.py4 this FSM also maintains a user defined "memory". So this FSM can be used as a
5 Push-down Automata (PDA) since a PDA is a FSM + memory.
30 current_state, or "memory". The "memory" attribute can be any object that you
84 def __init__(self, initial_state, memory=None):
86 """This creates the FSM. You set the initial state here. The "memory"
102 self.memory = memory
253 # Note that "memory" is a list being used as a stack.
257 fsm.memory
[all...]
/external/chromium_org/sandbox/win/src/
H A Dpolicy_opcodes_unittest.cc84 char memory[1024]; local
85 OpcodeFactory opcode_maker(memory, sizeof(memory));
129 char memory[256]; local
130 OpcodeFactory opcode_maker(memory, sizeof(memory));
131 size_t count = sizeof(memory) / sizeof(PolicyOpcode);
155 char memory[256]; local
156 OpcodeFactory opcode_maker(memory, sizeof(memory));
184 char memory[128]; local
211 char memory[128]; local
236 char memory[512]; local
314 char memory[256]; local
332 char memory[256]; local
[all...]
H A Dprocess_thread_interception.cc67 void* memory = GetGlobalIPCMemory(); local
68 if (NULL == memory)
71 SharedMemIPCClient ipc(memory);
145 void* memory = GetGlobalIPCMemory(); local
146 if (NULL == memory)
149 SharedMemIPCClient ipc(memory);
190 void* memory = GetGlobalIPCMemory(); local
191 if (NULL == memory)
194 SharedMemIPCClient ipc(memory);
235 void* memory local
288 void* memory = GetGlobalIPCMemory(); local
347 void* memory = GetGlobalIPCMemory(); local
[all...]
/external/chromium_org/base/memory/
H A Ddiscardable_memory_mac.cc5 #include "base/memory/discardable_memory.h"
15 #include "base/memory/discardable_memory_emulated.h"
16 #include "base/memory/discardable_memory_malloc.h"
17 #include "base/memory/discardable_memory_manager.h"
18 #include "base/memory/scoped_ptr.h"
34 // The VM subsystem allows tagging of memory and 240-255 is reserved for
182 scoped_ptr<DiscardableMemoryMac> memory(new DiscardableMemoryMac(size));
183 if (!memory->Initialize())
186 return memory.PassAs<DiscardableMemory>();
189 scoped_ptr<internal::DiscardableMemoryEmulated> memory(
[all...]
/external/chromium_org/chrome/browser/resources/memory_internals/
H A Dextension_view.css14 #extension-view .extension-memory {
/external/chromium_org/mojo/aura/
H A Dcontext_factory_mojo.cc19 delete shared_bitmap->memory();
57 scoped_ptr<base::SharedMemory> memory(new base::SharedMemory);
58 memory->CreateAndMapAnonymous(size.GetArea() * 4);
60 bitmap_map_[id] = memory.get();
62 new cc::SharedBitmap(memory.release(), id,
78 base::SharedMemory* memory) OVERRIDE {
81 bitmap_map_[id] = memory;
83 new cc::SharedBitmap(memory, id, base::Bind(&IgnoreSharedBitmap)));
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftlist.h234 (*FT_List_Destructor)( FT_Memory memory,
253 /* memory :: The current memory object which handles deallocation. */
265 FT_Memory memory,
/external/freetype/include/
H A Dftlist.h234 (*FT_List_Destructor)( FT_Memory memory,
253 /* memory :: The current memory object that handles deallocation. */
265 FT_Memory memory,

Completed in 950 milliseconds

<<11121314151617181920>>