Searched refs:Search (Results 1 - 7 of 7) sorted by relevance

/frameworks/ex/common/java/com/android/common/
H A DSearch.java31 public class Search { class
55 private Search() { } // don't instantiate method in class:Search
/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp178 Type* t = NAMES.Search(arg->type.type.data);
210 Type* returnType = NAMES.Search(method->type.type.data);
241 Type* t = NAMES.Search(arg->type.type.data);
653 resultMethod->parameters.push_back(new Variable(NAMES.Search(method->type.type.data),
660 NAMES.Search(arg->type.type.data), arg->name.data,
699 Type* t = NAMES.Search(arg->type.type.data);
760 Type* t = NAMES.Search(method->type.type.data);
775 Type* t = NAMES.Search(arg->type.type.data);
819 decl->returnType = NAMES.Search(method->type.type.data);
825 NAMES.Search(ar
[all...]
H A Dgenerate_java_binder.cpp275 decl->returnType = NAMES.Search(method->type.type.data);
282 NAMES.Search(arg->type.type.data), arg->name.data,
306 Type* t = NAMES.Search(arg->type.type.data);
367 Type* t = NAMES.Search(arg->type.type.data);
388 proxy->returnType = NAMES.Search(method->type.type.data);
395 NAMES.Search(arg->type.type.data), arg->name.data,
434 Type* t = NAMES.Search(arg->type.type.data);
477 Type* t = NAMES.Search(arg->type.type.data);
H A Daidl.cpp410 Type* returnType = NAMES.Search(m->type.type.data);
452 Type* t = NAMES.Search(arg->type.type.data);
H A DType.cpp1337 Namespace::Search(const string& name) function in class:Namespace
1386 Type* t = this->Search(s);
H A DType.h486 Type* Search(const string& name);
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs400 <span class="en">Adding Search Functionality</span>
405 <span class="en">Setting up the Search Interface</span>

Completed in 3000 milliseconds