Searched defs:place (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp47 /// @param pFragRef [in] the place to apply the relocation
85 Relocation::Address Relocation::place() const function in class:Relocation
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java139 place(child, true);
287 place(v, true);
314 place(v, pt, false);
325 public void place(View v, boolean animate) { method in class:DessertCaseView
326 place(v, new Point(irand(0, mColumns), irand(0, mRows)), animate);
345 public synchronized void place(View v, Point pt, boolean animate) { method in class:DessertCaseView
/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp10 Type* PRESENTER_BASE_TYPE = new Type("android.support.place.connector",
12 Type* PRESENTER_LISTENER_BASE_TYPE = new Type("android.support.place.connector",
14 Type* RPC_BROKER_TYPE = new Type("android.support.place.connector", "Broker",
18 Type* PLACE_INFO_TYPE = new Type("android.support.place.connector", "PlaceInfo",
21 Type* RPC_CONNECTOR_TYPE = new Type("android.support.place.connector", "Connector",
23 Type* RPC_ENDPOINT_INFO_TYPE = new UserDataType("android.support.place.rpc",
25 Type* RPC_RESULT_HANDLER_TYPE = new UserDataType("android.support.place.rpc", "RpcResultHandler",
27 Type* RPC_ERROR_LISTENER_TYPE = new Type("android.support.place.rpc", "RpcErrorHandler",
29 Type* RPC_CONTEXT_TYPE = new UserDataType("android.support.place.rpc", "RpcContext", true,
480 Variable* place local
[all...]

Completed in 747 milliseconds