Searched refs:changeColor (Results 1 - 16 of 16) sorted by relevance

/external/javassist/sample/duplicate/
H A DBall.java14 changeColor(Color.orange);
41 public void changeColor(Color color) { method in class:Ball
H A DViewer.java27 ball.changeColor(colorList[0]);
48 ball.changeColor(colorList[++colorNo % colorList.length]);
/external/llvm/tools/llvm-mcmarkup/
H A Dllvm-mcmarkup.cpp106 outs().changeColor(raw_ostream::RED);
108 outs().changeColor(raw_ostream::CYAN);
120 outs().changeColor(raw_ostream::WHITE, false);
/external/llvm/lib/Support/
H A DSourceMgr.cpp349 S.changeColor(raw_ostream::SAVEDCOLOR, true);
371 S.changeColor(raw_ostream::RED, true);
376 S.changeColor(raw_ostream::MAGENTA, true);
381 S.changeColor(raw_ostream::BLACK, true);
388 S.changeColor(raw_ostream::SAVEDCOLOR, true);
443 S.changeColor(raw_ostream::GREEN, true);
H A Draw_ostream.cpp614 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold, function in class:raw_fd_ostream
/external/llvm/include/llvm/Support/
H A Draw_ostream.h218 virtual raw_ostream &changeColor(enum Colors Color, function in class:llvm::raw_ostream
391 virtual raw_ostream &changeColor(enum Colors colors, bool bold=false,
/external/clang/lib/Frontend/
H A DTextDiagnostic.cpp54 OS.changeColor(templateColor, true);
58 OS.changeColor(savedColor, true);
707 case DiagnosticsEngine::Note: OS.changeColor(noteColor, true); break;
708 case DiagnosticsEngine::Warning: OS.changeColor(warningColor, true); break;
709 case DiagnosticsEngine::Error: OS.changeColor(errorColor, true); break;
710 case DiagnosticsEngine::Fatal: OS.changeColor(fatalColor, true); break;
740 OS.changeColor(savedColor, true);
793 OS.changeColor(savedColor, true);
1166 OS.changeColor(caretColor, true);
1174 OS.changeColor(fixitColo
[all...]
H A DASTConsumers.cpp64 Out.changeColor(raw_ostream::BLUE);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.h745 - (void)changeColor:(id)sender;
H A DWebHTMLView.mm2745 || action == @selector(changeColor:)
4719 // never called from the UI (see comment in changeColor:).
4730 - (void)changeColor:(id)sender
4735 // private call has earlier been made by [NSFontFontEffectsBox changeColor:], see 3674493.
H A DWebView.mm234 macro(changeColor) \
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebView.idl1168 - (void)changeColor:(id)sender;
1170 HRESULT changeColor([in] IUnknown* sender);
/external/clang/lib/Analysis/
H A DCFG.cpp3828 OS.changeColor(raw_ostream::YELLOW, true);
3899 OS.changeColor(raw_ostream::GREEN);
3919 OS.changeColor(Color);
3927 OS.changeColor(Color);
3948 OS.changeColor(Color);
3956 OS.changeColor(Color);
/external/webkit/Source/WebKit/win/
H A DWebView.h561 virtual HRESULT STDMETHODCALLTYPE changeColor(
H A DWebView.cpp4362 HRESULT STDMETHODCALLTYPE WebView::changeColor(
/external/clang/lib/AST/
H A DASTDumper.cpp129 Dumper.OS.changeColor(Color.Color, Color.Bold);

Completed in 916 milliseconds