HomeSort by relevance Sort by last modified time
    Searched refs:replaced (Results 1 - 25 of 30) sorted by null

1 2

  /external/qemu/memcheck/
memcheck_malloc_map.h 58 * with 'replaced' parameter. If this parameter is NULL, insertion will fail if
59 * a matching entry already exists in the map. If 'replaced' parameter is not
67 * replaced - If not NULL, upon return from this routine contains descriptor
68 * that has been replaced in the map with the new entry. Note that if this
70 * content of the 'replaced' buffer is not defined, as no replacement has
77 MallocDescEx* replaced);
memcheck_mmrange_map.h 56 * with 'replaced' parameter. If this parameter is NULL, insertion will fail if
57 * a matching entry already exists in the map. If 'replaced' parameter is not
64 * replaced - If not NULL, upon return from this routine contains descriptor
65 * that has been replaced in the map with the new entry. Note that if this
67 * content of the 'replaced' buffer is not defined, as no replacement has
74 MMRangeDesc* replaced);
memcheck_mmrange_map.c 76 MMRangeDesc* replaced)
84 if (replaced == NULL) {
90 memcpy(replaced, &existing->desc, sizeof(MMRangeDesc));
130 MMRangeDesc* replaced)
143 ret = mmrangemap_insert_desc(map, rdesc, replaced);
memcheck_malloc_map.c 114 MallocDescEx* replaced)
122 if (replaced == NULL) {
128 memcpy(replaced, &existing->desc, sizeof(MallocDescEx));
169 allocmap_insert(AllocMap* map, const MallocDescEx* desc, MallocDescEx* replaced)
182 ret = allocmap_insert_desc(map, adesc, replaced);
memcheck_proc_management.h 71 /* ProcDesc->image_path has been replaced during process execution. */
169 /* Checks if process image path has been replaced.
173 * boolean: 1 if process image path has been replaced,
174 * or 0 if it was not replaced.
221 MallocDescEx* replaced)
223 return allocmap_insert(&proc->alloc_map, desc, replaced);
memcheck.c 406 MallocDescEx replaced; local
452 insert_res = procdesc_add_malloc(proc, &desc, &replaced);
467 printf(" Replaced block:\n");
468 memcheck_dump_malloc_desc(&replaced, 1, 1);
470 if (replaced.call_stack != NULL) {
471 qemu_free(replaced.call_stack);
memcheck_proc_management.c 249 * process has been actually replaced with the new one.
706 MMRangeDesc replaced; local
731 ins_res = mmrangemap_insert(&proc->mmrange_map, &desc, &replaced);
740 MD("memcheck: %s[pid=%u] MMRANGE %s[0x%08X - 0x%08X] is replaced with %s[0x%08X - 0x%08X]",
741 proc->image_path, proc->pid, replaced.path, replaced.map_start,
742 replaced.map_end, desc.path, desc.map_start, desc.map_end);
743 qemu_free(replaced.path);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
ArchiveInfo.java 58 * @param replaced An optional local archive that the new one will replace.
66 public ArchiveInfo(Archive newArchive, Archive replaced, ArchiveInfo[] dependsOn) {
68 mReplaced = replaced;
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 81 // this component exists in the destination and is not replaced
123 if ((info.inDest || info.needed) && !info.replaced)
268 uint8_t replaced=0; local
273 if (replaced == 0xF) {
274 // all components are replaced, skip this TMU.
277 tmu.replaced = replaced;
295 tmu.replaced = replaced;
304 replaced |= tmu.mask
    [all...]
GGLAssembler.h 313 uint8_t replaced; member in struct:android::GGLAssembler::texture_unit_t
319 uint8_t replaced; member in struct:android::GGLAssembler::texture_machine_t
328 bool replaced : 1; member in struct:android::GGLAssembler::component_info_t
GGLAssembler.cpp 172 info.replaced = !!(mTextureMachine.replaced & mask);
173 info.iterated = (!info.replaced && (info.inDest || info.needed));
520 need_extract |= (mTextureMachine.mask != mTextureMachine.replaced);
599 if ((mTextureMachine.replaced & component_mask) == 0) {
600 // component wasn't replaced, so use it!
606 ((tmu.replaced & component_mask) == 0)) {
    [all...]
  /external/v8/test/mjsunit/
json.js 290 // Replaced wrapped primitives are unwrapped.
299 // replaced by null.
303 // Objects with undefined or function properties (including replaced properties)
regexp-static.js 130 // global regexp is matched and replaced with the result of a function, in
  /external/webkit/WebCore/inspector/front-end/
ElementsPanel.js 520 var replaced = this.recentlyModifiedNodes[i].replaced;
535 parentNodeItem.updateChildren(replaced);
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 395 boolean replaced = false;
397 replaced = true;
400 return replaced;
    [all...]
  /external/chromium/net/tools/flip_server/
epoll_server.h 100 // replaced - If true, this callback is being replaced by another, otherwise
102 virtual void OnUnregistration(int fd, bool replaced) = 0;
153 // the 'replaced' flag set to true. I.e. the previous callback's
    [all...]
flip_in_mem_edsm_server.cc 846 virtual void OnUnregistration(int fd, bool replaced) {
    [all...]
  /external/chromium/base/
file_path_unittest.cc 849 FilePath replaced = path.ReplaceExtension(cases[i].inputs[1]); local
    [all...]
  /build/tools/droiddoc/templates-sdk/
customization.cs 1 <?cs # This default template file is meant to be replaced. ?>
  /external/chromium/third_party/libevent/
http.c 289 const char *replaced = html_replace(html[i], scratch_space); local
291 strcpy(p, replaced);
292 p += strlen(replaced);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_web.c 191 * sequence: &#x; where x is replaced by a hex numeral, but not
229 * actionName will be replaced according to action requested
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /external/libxml2/
SAX2.c     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 895 milliseconds

1 2