HomeSort by relevance Sort by last modified time
    Searched refs:gc_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/aura/
software_output_device_x11.cc 20 gc_(NULL),
25 gc_ = XCreateGC(display_, compositor_->widget(), 0, NULL);
31 XFreeGC(display_, gc_);
81 XPutImage(display_, compositor_->widget(), gc_, image_,
software_output_device_x11.h 32 GC gc_; member in class:content::SoftwareOutputDeviceX11
  /external/openfst/src/include/fst/extensions/pdt/
shortest-path.h 127 gc_(gc),
135 if (gc_)
258 if (gc_)
288 bool gc_; // Allow GC? member in class:fst::PdtShortestPathData
302 if (!gc_)
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 432 if (in.hasGC()) gc_.set(arg);
443 if (gc_.any()) out.setGC();
450 if (!gc_.any()) return true;
453 return gc_.count() == 1 && !((raw ^ gc_).any());
460 std::bitset<kMaxNumberOfArguments> gc_; member in class:__anon17118::CallProps
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 432 if (in.hasGC()) gc_.set(arg);
443 if (gc_.any()) out.setGC();
450 if (!gc_.any()) return true;
453 return gc_.count() == 1 && !((raw ^ gc_).any());
460 std::bitset<kMaxNumberOfArguments> gc_; member in class:__anon28818::CallProps
    [all...]

Completed in 132 milliseconds