HomeSort by relevance Sort by last modified time
    Searched defs:Map (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/chromium_org/base/prefs/
pref_value_map.h 8 #include <map>
19 // A generic string to value map used by the PrefStore implementations.
22 typedef std::map<std::string, base::Value*>::iterator iterator;
23 typedef std::map<std::string, base::Value*>::const_iterator const_iterator;
29 // the map. Returns true if a value is present. If not, |value| is not
38 // Removes the value for |key| from the map. Returns true if a value was
42 // Clears the map.
74 // Compares this value map against |other| and stores all key names that have
81 typedef std::map<std::string, base::Value*> Map;
    [all...]
  /external/chromium_org/chrome/browser/extensions/updater/
extension_cache_fake.h 8 #include <map>
35 typedef std::map<std::string, std::pair<std::string, base::FilePath> > Map;
39 // Map of know extensions.
40 Map cache_;
  /external/chromium_org/ppapi/thunk/
ppb_file_mapping_thunk.cc 20 int32_t Map(PP_Instance instance,
28 VLOG(4) << "PPB_FileMapping::Map()";
32 return enter.SetResult(enter.functions()->Map(instance,
65 &Map,
ppb_buffer_thunk.cc 37 void* Map(PP_Resource resource) {
41 return enter.object()->Map();
54 &Map,
ppb_image_data_thunk.cc 62 void* Map(PP_Resource image_data) {
63 VLOG(4) << "PPB_ImageData::Map()";
67 return enter.object()->Map();
84 &Map,
  /system/core/libion/tests/
map_test.cpp 25 class Map : public IonAllHeapsTest {
28 TEST_F(Map, MapHandle)
57 TEST_F(Map, MapFd)
82 TEST_F(Map, MapOffset)
112 TEST_F(Map, MapCached)
138 TEST_F(Map, MapCachedNeedsSync)
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_var_array_buffer_interface.cc 33 void* FakeVarArrayBufferInterface::Map(struct PP_Var var) {
  /external/chromium_org/ppapi/c/dev/
ppb_buffer_dev.h 51 void* (*Map)(PP_Resource resource);
  /external/chromium_org/ppapi/c/
ppb_var_array_buffer.h 70 * Map() maps the <code>ArrayBuffer</code> in to the module's address space
76 * Note that calling Map() can be a relatively expensive operation. Use care
83 * char* data = (char*)(array_buffer_if.Map(array_buffer_var));
100 void* (*Map)(struct PP_Var array);
104 * Map() to map the buffer again later. The <code>PP_Var</code> remains valid
ppb_file_mapping.h 42 * The PP_FileMapFlags contain flag values for use with Map().
60 * Forces Map() to map the file contents at the provided |address|. If Map()
61 * can not comply, Map() will fail.
80 * Map() maps the contents from an offset of the file into memory.
86 * @param[in] length The number of bytes to map.
91 * <code>PP_FileMapFlags</code>, providing options for the behavior of Map.
96 * Map page size as returned by GetMapPageSize().
100 * <code>address</code>. Upon Map() completing, <code>*address</code> wil
    [all...]
  /external/chromium_org/ppapi/cpp/
var_array_buffer.cc 61 void* VarArrayBuffer::Map() {
63 return get_interface<PPB_VarArrayBuffer_1_0>()->Map(var_);
  /external/chromium_org/ppapi/proxy/
plugin_array_buffer_var.cc 54 void* PluginArrayBufferVar::Map() {
59 if (!shmem_->Map(size_in_bytes_)) {
97 if (!s.Map(ByteLength()))
99 memcpy(s.memory(), Map(), ByteLength());
file_mapping_resource.cc 31 int32_t FileMappingResource::Map(PP_Instance /* instance */,
142 // If the Map operation was successful, we need to Unmap to avoid leaks.
  /external/chromium_org/content/common/gpu/client/
gpu_memory_buffer_impl_io_surface.cc 69 void* GpuMemoryBufferImplIOSurface::Map() {
gpu_memory_buffer_impl_surface_texture.cc 87 void* GpuMemoryBufferImplSurfaceTexture::Map() {
88 TRACE_EVENT0("gpu", "GpuMemoryBufferImplSurfaceTexture::Map");
  /external/chromium_org/content/renderer/pepper/
host_array_buffer_var.cc 36 valid_ = s.Map(size_in_bytes);
45 void* HostArrayBufferVar::Map() {
68 shm->Map(ByteLength());
69 memcpy(shm->memory(), Map(), ByteLength());
  /external/chromium_org/mojo/system/
raw_shared_buffer.cc 44 scoped_ptr<RawSharedBufferMapping> RawSharedBuffer::Map(size_t offset,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentOrderedMap.h 71 typedef HashMap<StringImpl*, OwnPtr<MapEntry> > Map;
73 mutable Map m_map;
83 Map::const_iterator it = m_map.find(id);
  /external/chromium_org/tools/memory_inspector/memory_inspector/core/
memory_map.py 8 class Map(object):
9 """Models the memory map of a given |backends.Process|.
41 """An entry (address range + stats) in a memory |Map|."""
  /external/chromium_org/ui/surface/
transport_dib_posix.cc 40 TransportDIB* TransportDIB::Map(Handle handle) {
42 if (!dib->Map())
67 if ((!memory() && !Map()) || !VerifyCanvasSize(w, h))
74 bool TransportDIB::Map() {
78 if (!shared_memory_.Map(0))
87 (!shared_memory_.Map(st.st_size))) {
transport_dib_win.cc 44 TransportDIB* TransportDIB::Map(Handle handle) {
46 if (!dib->Map())
68 // will map it again.
72 // Windows will fail to map the section if the dimensions of the canvas
85 bool TransportDIB::Map() {
91 if (!shared_memory_.Map(0 /* map whole shared memory segment */)) {
92 LOG(ERROR) << "Failed to map transport DIB"
  /external/clang/include/clang/Basic/
AddressSpaces.h 44 typedef unsigned Map[Count];
  /external/lzma/CPP/Windows/
FileMapping.h 39 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap)
45 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap, LPVOID baseAddress)
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Map.h 35 class Map
50 static Map<T,T2> *m_self;
52 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {}
64 ~Map()
77 T2 Map<T,T2>::find(T d1)
92 T Map<T,T2>::find_ele(T d1)
107 T2 Map<T,T2>::begin()
118 void Map<T,T2>::show()
129 int Map<T,T2>::size()
142 void Map<T,T2>::insert(T data, T2 data2
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Map.h 35 class Map
49 static Map<T,T2> *m_self;
51 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {}
67 ~Map() {
78 T2 Map<T,T2>::find(T d1)
94 T Map<T,T2>::find_ele(T d1)
110 T2 Map<T,T2>::begin()
122 void Map<T,T2>::show()
133 int Map<T,T2>::size()
147 void Map<T,T2>::insert(T data, T2 data2
    [all...]

Completed in 656 milliseconds

1 2 3 4 5 6