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

1 2

  /external/webkit/Source/WebCore/rendering/style/
KeyframeList.cpp 64 bool replaced = false; local
68 replaced = true;
80 if (!replaced && !inserted)
83 if (replaced) {
  /external/chromium/base/
file_path_unittest.cc 888 FilePath replaced = path.ReplaceExtension(cases[i].inputs[1]); local
    [all...]
  /external/qemu/memcheck/
memcheck.c 400 MallocDescEx replaced; local
446 insert_res = procdesc_add_malloc(proc, &desc, &replaced);
461 printf(" Replaced block:\n");
462 memcheck_dump_malloc_desc(&replaced, 1, 1);
464 if (replaced.call_stack != NULL) {
465 qemu_free(replaced.call_stack);
memcheck_proc_management.c 244 * 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/
history_backend_unittest.cc 98 // navigation entry for |url2| has replaced that for |url1|. The possibly
871 // The touch_icon was replaced.
920 FaviconID replaced; local
    [all...]
  /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 317 uint8_t replaced; member in struct:android::GGLAssembler::texture_unit_t
323 uint8_t replaced; member in struct:android::GGLAssembler::texture_machine_t
332 bool replaced : 1; member in struct:android::GGLAssembler::component_info_t
  /external/guava/guava/src/com/google/common/collect/
MinMaxPriorityQueue.java 400 // 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) {
440 this.replaced = replaced;
795 skipMe.add(moved.replaced);
  /external/skia/src/pipe/
SkGPipeWrite.cpp 357 // return ~(index-base-1) if an old flattenable was replaced
365 bool added, replaced; local
367 &added, &replaced);
380 if (replaced) {
1081 bool replaced = index < 0; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 153 static bool replaced = false;
868 replaced = false;
1202 /* We found a match, set the `replaced' flag. */
1203 replaced = true;
1212 /* We found a match, set the `replaced' flag. */
1213 replaced = true;
1243 /* We found a match, set the `replaced' flag. */
1244 replaced = true;
1252 /* The match was not replaced. Copy the text until its
152 static bool replaced = false; variable
    [all...]
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/devtools/tools/lib/
sdklib.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 

Completed in 621 milliseconds

1 2