Searched defs:arg (Results 1 - 4 of 4) sorted by relevance

/build/tools/droiddoc/test/generics/src/com/android/generics/
H A DBar.java20 public K bar(K arg); argument
H A DFoo.java23 public V foo(V arg) { argument
H A DFooBar.java33 public K bar(K arg) { argument
37 public FooBar<K,? extends Foo,L> a(K arg) { argument
41 public FooBar<V,K,L> b(Bar<? extends K> arg) { argument
45 public <L extends C & Iface> void f(L arg) { argument
/build/tools/atree/
H A Datree.cpp66 add_variable(const char* arg) { argument
67 const char* p = arg;
70 if (*p == 0 || p == arg || p[1] == 0) {
75 var << "${" << string(arg, p-arg) << "}";

Completed in 287 milliseconds