HomeSort by relevance Sort by last modified time
    Searched defs:callMethod (Results 1 - 11 of 11) sorted by null

  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcChannel.java 58 * {@code Service.callMethod()} with one important difference: the caller
66 void callMethod(Descriptors.MethodDescriptor method,
Service.java 74 * before {@code callMethod()} returns or it may be at some point in
84 void callMethod(Descriptors.MethodDescriptor method,
90 * <p>{@code callMethod()} requires that the request passed in is of a
95 * {@code callMethod()}.
104 * service.callMethod(method, request, callback);
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 77 /** Tests Service.callMethod(). */
91 mockService.callMethod(fooDescriptor, mockController,
93 mockService.callMethod(barDescriptor, mockController,
121 mockChannel.callMethod(
127 mockChannel.callMethod(
193 service.callMethod(fooMethod, controller, request, callback);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotProxy.js 117 callMethod: function(callback, objectId, methodName)
235 callMethod: function(callback, methodName, var_args)
237 return this._callWorker("callMethod", Array.prototype.slice.call(arguments, 0));
264 this.callMethod(callback, "write", chunk);
294 this.callMethod(buildSnapshot.bind(this), "close");
321 this.callMethod(callback, "aggregatesWithFilter", filter);
326 this.callMethod(callback, "aggregatesForDiff");
331 this.callMethod(callback, "calculateSnapshotDiff", baseSnapshotId, baseSnapshotAggregates);
336 this.callMethod(callback, "nodeClassName", snapshotObjectId);
397 this.callMethod(callback, "allocationTracesTops")
    [all...]
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DelegateClassAdapterTest.java 258 callMethod(o2, "privateMethod", false /*makePublic*/);
270 callMethod(o2, "privateMethod_Original", false /*makePublic*/));
386 public <T> T callMethod(Object instance, String methodName, boolean makePublic) throws Exception {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 212 milliseconds