Home
last modified time | relevance | path

Searched refs:thing (Results 1 – 5 of 5) sorted by relevance

/build/bazel/examples/rust/src/
Dgreeter.rs45 pub fn greeting(&self, thing: &str) -> String { in greeting()
46 format!("{} {}", &self.greeting, thing) in greeting()
59 pub fn greet(&self, thing: &str) { in greet()
60 println!("{} {}", &self.greeting, thing); in greet()
/build/make/tools/droiddoc/templates-pdk/assets/
Dcustomizations.js1 function showApiWarning(thing, selectedLevel, minLevel) { argument
3 …$("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " …
4 …+ "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or highe…
Dandroid-developer-reference.js76 var thing = ($("#jd-header").html().indexOf("package") != -1) ? "package" : "class";
77 …$("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " …
78 …+ "<p>To use this " + thing + ", your application must specify API Level \"" + $("body").attr("cla…
/build/make/tools/envsetup/
Drun_envsetup_tests37 def is_test(name, thing): argument
38 if not callable(thing):
194 TESTS=sorted([(name, thing) for name, thing in locals().items() if is_test(name, thing)])
/build/make/tools/compliance/
DREADME.md69 condition originates must be respected. i.e. The thing acted on is the origin.