HomeSort by relevance Sort by last modified time
    Searched refs:changeColor (Results 1 - 22 of 22) 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);
ELFSectionRelTable.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);
ELFSectionSymTab.hxx 119 out().changeColor(raw_ostream::WHITE, true);
ELFSymbol.hxx 86 out().changeColor(raw_ostream::WHITE, true);
93 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/include/llvm/Support/
raw_ostream.h 218 virtual raw_ostream &changeColor(enum Colors, bool = false, bool = false) {
378 virtual raw_ostream &changeColor(enum Colors colors, bool bold=false,
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 482 case DiagnosticsEngine::Note: OS.changeColor(noteColor, true); break;
483 case DiagnosticsEngine::Warning: OS.changeColor(warningColor, true); break;
484 case DiagnosticsEngine::Error: OS.changeColor(errorColor, true); break;
485 case DiagnosticsEngine::Fatal: OS.changeColor(fatalColor, true); break;
511 case DiagnosticsEngine::Warning: OS.changeColor(savedColor, true); break;
512 case DiagnosticsEngine::Error: OS.changeColor(savedColor, true); break;
513 case DiagnosticsEngine::Fatal: OS.changeColor(savedColor, true); break;
604 OS.changeColor(savedColor, true);
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.h 745 - (void)changeColor:(id)sender;
WebHTMLView.mm     [all...]
WebView.mm 234 macro(changeColor) \
    [all...]
  /external/llvm/lib/Support/
raw_ostream.cpp 606 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold,
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl     [all...]
  /external/webkit/Source/WebKit/win/
WebView.h 561 virtual HRESULT STDMETHODCALLTYPE changeColor(
    [all...]
WebView.cpp     [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 1094 milliseconds