HomeSort by relevance Sort by last modified time
    Searched defs:replaced (Results 1 - 8 of 8) sorted by null

  /external/chromium/base/
file_path_unittest.cc 849 FilePath replaced = path.ReplaceExtension(cases[i].inputs[1]); local
    [all...]
  /external/qemu/memcheck/
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);
  /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
  /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...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 713 milliseconds