Home
last modified time | relevance | path

Searched refs:replaced (Results 1 – 25 of 143) sorted by relevance

123456

/external/qemu/memcheck/
Dmemcheck_mmrange_map.c76 MMRangeDesc* replaced) in mmrangemap_insert_desc() argument
84 if (replaced == NULL) { in mmrangemap_insert_desc()
90 memcpy(replaced, &existing->desc, sizeof(MMRangeDesc)); in mmrangemap_insert_desc()
130 MMRangeDesc* replaced) in mmrangemap_insert() argument
143 ret = mmrangemap_insert_desc(map, rdesc, replaced); in mmrangemap_insert()
Dmemcheck_malloc_map.c114 MallocDescEx* replaced) in allocmap_insert_desc() argument
122 if (replaced == NULL) { in allocmap_insert_desc()
128 memcpy(replaced, &existing->desc, sizeof(MallocDescEx)); in allocmap_insert_desc()
169 allocmap_insert(AllocMap* map, const MallocDescEx* desc, MallocDescEx* replaced) in allocmap_insert() argument
182 ret = allocmap_insert_desc(map, adesc, replaced); in allocmap_insert()
Dmemcheck.c406 MallocDescEx replaced; in memcheck_guest_alloc() local
452 insert_res = procdesc_add_malloc(proc, &desc, &replaced); in memcheck_guest_alloc()
468 memcheck_dump_malloc_desc(&replaced, 1, 1); in memcheck_guest_alloc()
470 if (replaced.call_stack != NULL) { in memcheck_guest_alloc()
471 qemu_free(replaced.call_stack); in memcheck_guest_alloc()
Dmemcheck_proc_management.c706 MMRangeDesc replaced; in memcheck_mmap_exepath() local
731 ins_res = mmrangemap_insert(&proc->mmrange_map, &desc, &replaced); in memcheck_mmap_exepath()
741 proc->image_path, proc->pid, replaced.path, replaced.map_start, in memcheck_mmap_exepath()
742 replaced.map_end, desc.path, desc.map_start, desc.map_end); in memcheck_mmap_exepath()
743 qemu_free(replaced.path); in memcheck_mmap_exepath()
Dmemcheck_proc_management.h221 MallocDescEx* replaced) in procdesc_add_malloc() argument
223 return allocmap_insert(&proc->alloc_map, desc, replaced); in procdesc_add_malloc()
Dmemcheck_mmrange_map.h74 MMRangeDesc* replaced);
Dmemcheck_malloc_map.h77 MallocDescEx* replaced);
/external/chromium/base/third_party/icu/
DREADME5 The main change is that U_/U8_/U16_ prefixes have been replaced with
/external/chromium/base/third_party/nss/
DREADME.chromium10 In blapi.h and sha512.cc, replaced uint32 by unsigned int so that they can
/external/bison/m4/
Dmbrtowc.m49 dnl This file can be removed, and gl_FUNC_MBRTOWC replaced with
/external/bluetooth/glib/docs/reference/glib/
Dchanges.sgml96 replaced with a <type>GSource *</type>.
117 <function>add_watch()</function> has been replaced by
/external/svox/pico/tests/data/
Dxsampa_pico_man_es-ES.txt9 # 1/ replaced the primary stress character " (double quote) by its dec code &#34;
10 # 2/ the XSAMPA "r\" is replaced by "r\\" (the backslash is escaped) otherwise pico says
Dxsampa_pico_man_fr-FR.txt9 # 1/ replaced the primary stress character " (double quote) by its dec code &#34;
10 # 2/ the XSAMPA "r\" is replaced by "r\\" (the backslash is escaped) otherwise pico says
Dxsampa_pico_man_en-US.txt9 # 1/ replaced the primary stress character " (double quote) by its dec code &#34;
10 # 2/ the XSAMPA "r\" is replaced by "r\\" (the backslash is escaped) otherwise pico says
Dxsampa_pico_man_de-DE.txt8 # 1/ replaced the primary stress character " (double quote) by its dec code &#34;
9 # 2/ the XSAMPA "r\" is replaced by "r\\" (the backslash is escaped) otherwise pico says
Dxsampa_pico_man_en-GB.txt9 # 1/ replaced the primary stress character " (double quote) by its dec code &#34;
10 # 2/ the XSAMPA "r\" is replaced by "r\\" (the backslash is escaped) otherwise pico says
Dxsampa_pico_man_it-IT.txt9 # 1/ replaced the primary stress character " (double quote) by its dec code &#34;
10 # 2/ the XSAMPA "r\" is replaced by "r\\" (the backslash is escaped) otherwise pico says
/external/zlib/contrib/iostream3/
DREADME24 - setcompressionlevel()/strategy() members replaced by single setcompression()
/external/webkit/WebCore/inspector/front-end/
DElementsPanel.js520 var replaced = this.recentlyModifiedNodes[i].replaced;
535 parentNodeItem.updateChildren(replaced);
DSourceJavaScriptTokenizer.re2js80 // Following comment is replaced with generated state machine.
/external/bison/tests/
Dc++.at74 # $line, and $text tags, which will be replaced by the file and line
/external/webkit/WebKit/win/Interfaces/
DDOMPrivate.idl54 …Each one should eventually be replaced by public DOM API, and when that happens Safari will switch…
/external/iproute2/
DREADME.iproute2+tc8 never will be repaired but replaced with h-pfq scheduler.
/external/iproute2/doc/
Darpd.sgml30 is replaced by word <tt/FAILED/ followed by colon and time when the fact
/external/chromium/net/tools/flip_server/
Depoll_server.h102 virtual void OnUnregistration(int fd, bool replaced) = 0;

123456