HomeSort by relevance Sort by last modified time
    Searched refs:ParameterType (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
RpcCallback.java 35 * {@code ParameterType} is normally the method's response message type.
45 public interface RpcCallback<ParameterType> {
46 void run(ParameterType parameter);
RpcUtil.java 105 public static <ParameterType>
106 RpcCallback<ParameterType> newOneTimeCallback(
107 final RpcCallback<ParameterType> originalCallback) {
108 return new RpcCallback<ParameterType>() {
111 public void run(final ParameterType parameter) {
  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcCallback.java 35 * {@code ParameterType} is normally the method's response message type.
45 public interface RpcCallback<ParameterType> {
46 void run(ParameterType parameter);
RpcUtil.java 105 public static <ParameterType>
106 RpcCallback<ParameterType> newOneTimeCallback(
107 final RpcCallback<ParameterType> originalCallback) {
108 return new RpcCallback<ParameterType>() {
111 public void run(final ParameterType parameter) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
CustomFilterParameter.h 47 enum ParameterType {
55 ParameterType parameterType() const { return m_type; }
58 bool isSameType(const CustomFilterParameter& other) const { return parameterType() == other.parameterType(); }
64 CustomFilterParameter(ParameterType type, const String& name)
72 ParameterType m_type;
  /frameworks/native/services/sensorservice/
mat.h 35 typename TypeTraits<TYPE>::ParameterType rhs) {
93 typename TypeTraits<TYPE>::ParameterType v)
106 typename TypeTraits<TYPE>::ParameterType v,
125 typedef typename TypeTraits<TYPE>::ParameterType pTYPE;
traits.h 112 typedef typename Select<isStdArith || isPointer, T, const T&>::Result ParameterType;
vec.h 98 typename TypeTraits<TYPE>::ParameterType rhs) {
111 typename TypeTraits<TYPE>::ParameterType lhs,
170 typename TypeTraits<TYPE>::ParameterType rhs) {
180 typename TypeTraits<TYPE>::ParameterType lhs,
302 typedef typename TypeTraits<TYPE>::ParameterType pTYPE;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 

Completed in 476 milliseconds