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

  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_source_discovery.h 49 bool debug_; member in class:SuggestionsSourceDiscovery
suggestions_source_top_sites.cc 32 debug_(false) {
40 debug_ = enable;
74 history->QueryFilteredURLs(0, time_filter, debug_, &history_consumer_,
99 if (debug_) {
suggestions_source_top_sites.h 61 bool debug_; member in class:SuggestionsSourceTopSites
suggestions_source_discovery.cc 38 debug_(false) {}
45 debug_ = enable;
suggestions_combiner_unittest.cc 143 debug_(false) {
158 debug_ = enable;
201 bool debug_; member in class:SuggestionsSourceStub
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.h 78 return debug_;
83 debug_ = debug;
236 bool debug_; member in class:gpu::gles2::GLES2Decoder
gles2_cmd_decoder.cc 539 debug_(false),
    [all...]
  /external/qemu-pc-bios/vgabios/
Makefile 26 temp.awk.* vgabios*.orig _vgabios_* _vgabios-debug_* core vgabios*.bin vgabios*.txt $(RELEASE).bin *.bak
54 $(GCC) -E -P vgabios.c $(VGABIOS_VERS) -DVBE -DDEBUG $(VGABIOS_DATE) > _vgabios-debug_.c
55 $(BCC) -o vgabios-debug.s -C-c -D__i86__ -S -0 _vgabios-debug_.c
56 sed -e 's/^\.text//' -e 's/^\.data//' vgabios-debug.s > _vgabios-debug_.s
57 $(AS86) _vgabios-debug_.s -b vgabios.debug.bin -u -w- -g -0 -j -O -l vgabios.debug.txt
58 rm -f _vgabios-debug_.s _vgabios-debug_.c vgabios-debug.s
74 $(GCC) -E -P vgabios.c $(VGABIOS_VERS) -DCIRRUS -DCIRRUS_DEBUG -DPCIBIOS $(VGABIOS_DATE) > _vgabios-cirrus-debug_.c
75 $(BCC) -o vgabios-cirrus-debug.s -C-c -D__i86__ -S -0 _vgabios-cirrus-debug_.c
76 sed -e 's/^\.text//' -e 's/^\.data//' vgabios-cirrus-debug.s > _vgabios-cirrus-debug_.
    [all...]
  /external/chromium_org/v8/src/
isolate.cc     [all...]
isolate.h     [all...]
  /external/v8/src/
isolate.cc     [all...]
isolate.h 1234 Debug* debug_; member in class:v8::internal::Isolate
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 45 #define GPU_CLIENT_LOG(args) DLOG_IF(INFO, debug_) << args;
676 bool debug_; member in class:gpu::gles2::GLES2Implementation
gles2_implementation.cc 111 debug_(false),
129 debug_ = CommandLine::ForCurrentProcess()->HasSwitch(
    [all...]

Completed in 403 milliseconds