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

  /external/javassist/sample/duplicate/
Ball.java 14 changeColor(Color.orange);
41 public void changeColor(Color color) {
Viewer.java 27 ball.changeColor(colorList[0]);
48 ball.changeColor(colorList[++colorNo % colorList.length]);
  /frameworks/compile/linkloader/include/impl/
ELFReloc.hxx 86 out().changeColor(raw_ostream::WHITE, true);
93 out().changeColor(raw_ostream::YELLOW, true);
ELFSectionHeader.hxx 71 out().changeColor(raw_ostream::WHITE, true);
78 out().changeColor(raw_ostream::YELLOW, true);
ELFHeader.hxx 30 out().changeColor(raw_ostream::WHITE, true);
ELFSectionBits.hxx 35 out().changeColor(raw_ostream::WHITE, true);
ELFSectionStrTab.hxx 57 out().changeColor(raw_ostream::WHITE, true);
ELFSectionHeaderTable.hxx 75 out().changeColor(raw_ostream::WHITE, true);
ELFSectionRelTable.hxx 41 out().changeColor(raw_ostream::WHITE, true);
ELFSectionSymTab.hxx 119 out().changeColor(raw_ostream::WHITE, true);
ELFSymbol.hxx 81 out().changeColor(raw_ostream::WHITE, true);
88 out().changeColor(raw_ostream::YELLOW, true);
  /frameworks/compile/linkloader/utils/
helper.cpp 39 out().changeColor(raw_ostream::MAGENTA);
48 out().changeColor(raw_ostream::MAGENTA);
  /external/llvm/lib/Support/
SourceMgr.cpp 235 S.changeColor(raw_ostream::SAVEDCOLOR, true);
257 S.changeColor(raw_ostream::RED, true);
262 S.changeColor(raw_ostream::MAGENTA, true);
267 S.changeColor(raw_ostream::BLACK, true);
274 S.changeColor(raw_ostream::SAVEDCOLOR, true);
324 S.changeColor(raw_ostream::GREEN, true);
raw_ostream.cpp 607 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold,
  /external/llvm/include/llvm/Support/
raw_ostream.h 218 virtual raw_ostream &changeColor(enum Colors, bool = false, bool = false) {
381 virtual raw_ostream &changeColor(enum Colors colors, bool bold=false,
  /external/webkit/Source/WebKit/mac/WebView/
WebView.h 745 - (void)changeColor:(id)sender;
WebHTMLView.mm     [all...]
WebView.mm 234 macro(changeColor) \
    [all...]
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 642 case DiagnosticsEngine::Note: OS.changeColor(noteColor, true); break;
643 case DiagnosticsEngine::Warning: OS.changeColor(warningColor, true); break;
644 case DiagnosticsEngine::Error: OS.changeColor(errorColor, true); break;
645 case DiagnosticsEngine::Fatal: OS.changeColor(fatalColor, true); break;
671 case DiagnosticsEngine::Warning: OS.changeColor(savedColor, true); break;
672 case DiagnosticsEngine::Error: OS.changeColor(savedColor, true); break;
673 case DiagnosticsEngine::Fatal: OS.changeColor(savedColor, true); break;
720 OS.changeColor(savedColor, true);
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebView.h 561 virtual HRESULT STDMETHODCALLTYPE changeColor(
    [all...]
WebView.cpp     [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 684 milliseconds