Searched refs:gc_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/aura/
H A Dsoftware_output_device_x11.cc20 gc_(NULL),
25 gc_ = XCreateGC(display_, compositor_->widget(), 0, NULL);
31 XFreeGC(display_, gc_);
81 XPutImage(display_, compositor_->widget(), gc_, image_,
H A Dsoftware_output_device_x11.h32 GC gc_; member in class:content::SoftwareOutputDeviceX11
/external/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h127 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/
H A Dgcmole.cc432 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:__anon14721::CallProps
/external/v8/tools/gcmole/
H A Dgcmole.cc432 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:__anon26441::CallProps

Completed in 166 milliseconds