Searched refs:thing (Results 1 – 5 of 5) sorted by relevance
/build/bazel/examples/rust/src/ |
D | greeter.rs | 45 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/ |
D | customizations.js | 1 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…
|
D | android-developer-reference.js | 76 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/ |
D | run_envsetup_tests | 37 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/ |
D | README.md | 69 condition originates must be respected. i.e. The thing acted on is the origin.
|