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

  /external/chromium_org/content/browser/compositor/
software_output_device_x11.h 30 GC gc_; member in class:content::SoftwareOutputDeviceX11
software_output_device_x11.cc 21 : compositor_(compositor), display_(gfx::GetXDisplay()), gc_(NULL) {
25 gc_ = XCreateGC(display_, compositor_->widget(), 0, NULL);
36 XFreeGC(display_, gc_);
126 gc_,
  /external/chromium_org/media/cast/test/
linux_output_window.cc 29 if (gc_)
30 XFreeGC(display_, gc_);
97 gc_ = XCreateGC(display_, window_, 0, 0);
137 gc_,
linux_output_window.h 47 GC gc_; member in class:media::cast::test::LinuxOutputWindow
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_x11.cc 99 GC gc_; member in class:webrtc::__anon20559::ScreenCapturerLinux
137 gc_(NULL),
173 gc_ = XCreateGC(display(), root_window_, 0, NULL);
174 if (gc_ == NULL) {
486 if (gc_) {
487 XFreeGC(display(), gc_); local
488 gc_ = NULL;
  /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 431 if (in.hasGC()) gc_.set(arg);
442 if (gc_.any()) out.setGC();
449 if (!gc_.any()) return true;
452 return gc_.count() == 1 && !((raw ^ gc_).any());
459 std::bitset<kMaxNumberOfArguments> gc_; member in class:__anon1124::CallProps
    [all...]
  /external/chromium_org/net/cookies/
cookie_monster_perftest.cc 378 base::PerfTimeLogger timer((std::string("GC_") + test_case.name).c_str());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/gconv/
IBM933.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/gconv/
IBM933.so 

Completed in 135 milliseconds