Searched defs:Decorate (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/lcov/contrib/galaxy/
H A Dconglomerate_functions.pl115 # Decorate (rgb-vals(1 string) filename)
116 sub Decorate subroutine
156 Decorate ("2", $FName); # Light green.
159 Decorate ("3", $FName); # Green.
162 Decorate ("4", $FName); # Red.
165 Decorate ("5", $FName); # Blue.
/external/chromium_org/v8/src/compiler/
H A Dsource-position.cc18 virtual void Decorate(Node* node) { function in class:v8::internal::compiler::SourcePositionTable::Decorator
H A Dtyper.cc889 virtual void Decorate(Node* node) { typer_->Init(node); } function in class:v8::internal::compiler::__anon17281::TyperDecorator
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DUtilsHLSL.cpp62 return Decorate(string);
69 return Decorate(string);
80 TString Decorate(const TString &string) function in namespace:sh
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dandroid_browser_backend.py414 def Decorate(title, content): function in function:AndroidBrowserBackend.GetStackTrace
418 ret = Decorate('Logcat', logcat)
427 ret += Decorate('Stack from Logcat', p.communicate(input=logcat)[0])
433 ret += Decorate('Tombstones',

Completed in 1491 milliseconds