Searched defs:replaced (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DKeyframeList.cpp64 bool replaced = false; local
68 replaced = true;
80 if (!replaced && !inserted)
83 if (replaced) {
/external/chromium/base/
H A Dfile_path_unittest.cc888 FilePath replaced = path.ReplaceExtension(cases[i].inputs[1]); local
889 EXPECT_EQ(cases[i].expected, replaced.value()) << "i: " << i <<
/external/chromium/net/tools/flip_server/
H A Dacceptor_thread.h55 virtual void OnUnregistration(int fd, bool replaced) {} argument
H A Dsm_connection.cc235 void SMConnection::OnUnregistration(int fd, bool replaced) { argument
/external/qemu/memcheck/
H A Dmemcheck_malloc_map.c108 MallocDescEx* replaced)
116 if (replaced == NULL) {
122 memcpy(replaced, &existing->desc, sizeof(MallocDescEx));
163 allocmap_insert(AllocMap* map, const MallocDescEx* desc, MallocDescEx* replaced) argument
176 ret = allocmap_insert_desc(map, adesc, replaced);
106 allocmap_insert_desc(AllocMap* map, AllocMapEntry* adesc, MallocDescEx* replaced) argument
H A Dmemcheck_mmrange_map.c70 MMRangeDesc* replaced)
78 if (replaced == NULL) {
84 memcpy(replaced, &existing->desc, sizeof(MMRangeDesc));
124 MMRangeDesc* replaced)
137 ret = mmrangemap_insert_desc(map, rdesc, replaced);
68 mmrangemap_insert_desc(MMRangeMap* map, MMRangeMapEntry* rdesc, MMRangeDesc* replaced) argument
122 mmrangemap_insert(MMRangeMap* map, const MMRangeDesc* desc, MMRangeDesc* replaced) argument
H A Dmemcheck.c400 MallocDescEx replaced; local
446 insert_res = procdesc_add_malloc(proc, &desc, &replaced);
462 memcheck_dump_malloc_desc(&replaced, 1, 1);
464 if (replaced.call_stack != NULL) {
465 qemu_free(replaced.call_stack);
H A Dmemcheck_proc_management.h65 /* ProcDesc->image_path has been replaced during process execution. */
163 /* Checks if process image path has been replaced.
167 * boolean: 1 if process image path has been replaced,
168 * or 0 if it was not replaced.
215 MallocDescEx* replaced)
217 return allocmap_insert(&proc->alloc_map, desc, replaced);
213 procdesc_add_malloc(ProcDesc* proc, const MallocDescEx* desc, MallocDescEx* replaced) argument
H A Dmemcheck_proc_management.c244 * process has been actually replaced with the new one.
701 MMRangeDesc replaced; local
726 ins_res = mmrangemap_insert(&proc->mmrange_map, &desc, &replaced);
735 MD("memcheck: %s[pid=%u] MMRANGE %s[0x%08X - 0x%08X] is replaced with %s[0x%08X - 0x%08X]",
736 proc->image_path, proc->pid, replaced.path, replaced.map_start,
737 replaced.map_end, desc.path, desc.map_start, desc.map_end);
738 qemu_free(replaced.path);
/external/chromium/chrome/browser/history/
H A Dhistory_backend_unittest.cc98 // navigation entry for |url2| has replaced that for |url1|. The possibly
871 // The touch_icon was replaced.
888 // The TOUCH_PRECOMPOSED_ICON was replaced.
902 // The old icon was replaced.
920 FaviconID replaced; local
922 url, icon_id, FAVICON, &replaced));
923 EXPECT_EQ(0, replaced);
/external/guava/guava/src/com/google/common/collect/
H A DMinMaxPriorityQueue.java400 // The trickled element is back before index, but the replaced element
402 return new MoveDesc<E>(actualLastElement, changes.replaced);
436 final E replaced; field in class:MinMaxPriorityQueue.MoveDesc
438 MoveDesc(E toTrickle, E replaced) { argument
440 this.replaced = replaced;
795 skipMe.add(moved.replaced);
/external/chromium/third_party/libevent/
H A Dhttp.c289 const char *replaced = html_replace(html[i], scratch_space); local
291 strcpy(p, replaced);
292 p += strlen(replaced);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 362 milliseconds