HomeSort by relevance Sort by last modified time
    Searched full:"$ method" (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/flatbuffers/grpc/src/compiler/
cpp_generator.cc 168 "virtual ::grpc::Status $Method$(::grpc::ClientContext* context, "
173 "::grpc::ClientAsyncResponseReaderInterface< $Response$>> "
174 "Async$Method$(::grpc::ClientContext* context, "
180 "::grpc::ClientAsyncResponseReaderInterface< $Response$>>("
181 "Async$Method$Raw(context, request, cq));\n");
186 "std::unique_ptr< ::grpc::ClientWriterInterface< $Request$>>"
187 " $Method
$("
192 "return std::unique_ptr< ::grpc::ClientWriterInterface< $Request$>>"
193 "($Method
$Raw(context, response));\n");
199 "std::unique_ptr< ::grpc::ClientAsyncWriterInterface< $Request$>>"
200 " Async$Method$(::grpc::ClientContext* context, $Response$* "
206 "::grpc::ClientAsyncWriterInterface< $Request$>>("
207 "Async$Method$Raw(context, response, cq, tag));\n");
212 "std::unique_ptr< ::grpc::ClientReaderInterface< $Response$>>"
213 " $Method
$(::grpc::ClientContext* context, const $Request$& request)"
218 "return std::unique_ptr< ::grpc::ClientReaderInterface< $Response$>>"
219 "($Method
$Raw(context, request));\n");
225 "std::unique_ptr< ::grpc::ClientAsyncReaderInterface< $Response$>> "
226 "Async$Method$(
    [all...]
go_generator.cc 92 printer->Print(vars, "$Method$($context$.Context, *$Request$) (*$Response$, error)");
94 printer->Print(vars, "$Method$(*$Request$, $Service$_$Method$Server) error");
96 printer->Print(vars, "$Method$($Service$_$Method$Server) error");
112 printer->Print(vars, "if interceptor == nil { return srv.($Service$Server).$Method$(ctx, in) }\n");
121 printer->Print(vars, "return srv.($Service$Server).$Method$(ctx, req.(* $Request$))\n");
135 printer->Print(vars, "return srv.($Service$Server).$Method$(m, &$StreamType${stream})\n");
137 printer->Print(vars, "return srv.($Service$Server).$Method$(&$StreamType${stream})\n");
146 printer->Print(vars, "type $Service$_$Method$Server interface { \n")
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/writer/
CallbackWrapperWriter.kt 22 "int ${CallbackWrapper.SOURCE_ID} ${method.parameterTypes.withIndex().map { ", ${it.value.toJavaCode()} ${CallbackWrapper.ARG_PREFIX}${it.index}" }.joinToString("")}"
31 "mSourceId ${method.parameterTypes.withIndex().map { ", ${CallbackWrapper.ARG_PREFIX}${it.index}" }.joinToString("")}"
58 block("public ${method.returnType.canonicalName} ${method.name}(${wrapper.argsWithTypes()})") {
68 nl("${method.returnType} $listenerMethodName(${wrapper.allArgsWithTypes()});")
  /external/smali/smali/src/main/antlr/
smaliTreeWalker.g 250 $methods.add($method.ret);
357 $method::totalMethodRegisters = 0;
358 $method::methodParameterRegisters = 0;
360 $method::isStatic = false;
368 $method::isStatic = AccessFlags.STATIC.isSet(accessFlags);
369 $method::methodParameterRegisters =
370 MethodUtil.getParameterRegisterCount($method_name_and_prototype.parameters, $method::isStatic);
376 $method::totalMethodRegisters = $registers_directive.registers + $method::methodParameterRegisters;
378 $method::totalMethodRegisters = $registers_directive.registers
    [all...]
  /external/icu/icu4c/source/test/perf/perldriver/
PerfFramework.pm 177 # $a->[0]: method name, corresponds to $method
261 #my $cmd = "java -cp c:\\dev\\myicu4j\\classes $TESTCLASS $method $n $pat";
275 my $method = '';
284 die "$method was begun but not finished" if ($method);
285 $method = $m;
289 if ($m ne $method) {
290 die "$method end does not match: $_";
293 #debug( "#$method:", join(";",@$data), "\n");
294 unshift(@$data, $method); # add method to star
    [all...]
  /external/icu/icu4j/perf-tests/perldriver/
PerfFramework4j.pm 200 # $a->[0]: method name, corresponds to $method
284 #my $cmd = "java -cp c:\\dev\\myicu4j\\classes $TESTCLASS $method $n $pat";
298 my $method = '';
307 die "$method was begun but not finished" if ($method);
308 $method = $m;
312 if ($m ne $method) {
313 die "$method end does not match: $_";
316 #debug( "#$method:", join(";",@$data), "\n");
317 unshift(@$data, $method); # add method to star
    [all...]
  /art/test/508-referrer-method/src/
Main.java 21 int result = p1.InPackage.$inline$method();
  /art/test/508-referrer-method/src/p1/
InPackage.java 20 public static int $inline$method() {
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t046rewrite.g 13 this.input.insertAfter($method.stop, "\n}\n")
  /external/antlr/antlr-3.4/runtime/Python/tests/
t046rewrite.g 13 self.input.insertAfter($method.stop, "\n}\n")
  /art/test/485-checker-dce-switch/src/
Main.java 19 public static int $inline$method() {
34 int i = $inline$method();
74 int i = $inline$method();
110 int i = $inline$method() + 10;
146 int i = $inline$method() - 10;
  /external/icu/icu4j/perf-tests/
converterperf.pl 214 my $method = shift;
218 out("<P>Measuring $method for input file @$pat[0] for encoding @$pat[2] , ");
230 my @t = callJava($method, $pat, -$CALIBRATE, 1);
249 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
254 # $a->[0]: method name, corresponds to $method
290 my $method = shift;
298 my $cmd = "java -classpath classes $TESTCLASS $method $n -p $passes -f $fileName -e @$pat[1] -T @$pat[2]";
312 my $method = '';
321 die "$method was begun but not finished" if ($method);
    [all...]
dateformatperf.pl 201 my $method = shift;
205 out("<P>Measuring $method for input file @$pat[0] for encoding @$pat[2] , ");
217 my @t = callJava($method, $pat, -$CALIBRATE, 1);
236 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
241 # $a->[0]: method name, corresponds to $method
277 my $method = shift;
284 my $cmd = "java -classpath classes $TESTCLASS $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r $THREADS";
298 my $method = '';
307 die "$method was begun but not finished" if ($method);
    [all...]
decimalformatperf.pl 196 my $method = shift;
200 out("<P>Measuring $method for input file @$pat[0] for encoding @$pat[2] , ");
212 my @t = callJava($method, $pat, -$CALIBRATE, 1);
231 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
236 # $a->[0]: method name, corresponds to $method
272 my $method = shift;
279 my $cmd = "java -classpath classes $TESTCLASS $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r $THREADS";
293 my $method = '';
302 die "$method was begun but not finished" if ($method);
    [all...]
normperf.pl 250 my $method = shift;
254 out("<P>Measuring $method for input file @$pat[0] in @$pat[2] , ");
266 my @t = callJava($method, $pat, -$CALIBRATE, 1);
285 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
290 # $a->[0]: method name, corresponds to $method
326 my $method = shift;
334 my $cmd = "java -classpath classes $TESTCLASS $method $n -p $passes -f $fileName -e @$pat[1] -@$pat[2]";
348 my $method = '';
357 die "$method was begun but not finished" if ($method);
    [all...]
ucharacterperf.pl 198 my $method = shift;
202 out("<P>Measuring $method using $pat, ");
214 my @t = callJava($method, $pat, -$CALIBRATE, 1);
233 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
238 # $a->[0]: method name, corresponds to $method
274 my $method = shift;
281 my $cmd = "java -cp classes $TESTCLASS $method $n -p $passes $pat";
295 my $method = '';
304 die "$method was begun but not finished" if ($method);
    [all...]
unicodesetperf.pl 188 my $method = shift;
192 out("<P>Measuring $method using $pat, ");
204 my @t = callJava($method, $pat, -$CALIBRATE, 1);
223 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
228 # $a->[0]: method name, corresponds to $method
264 my $method = shift;
271 my $cmd = "java -cp classes $TESTCLASS $method $n -p $passes $pat";
285 my $method = '';
294 die "$method was begun but not finished" if ($method);
    [all...]
perftests.pl 317 my $method = shift;
326 my @t = callJava($testclass, $method, $pat, -$CALIBRATE, 1);
340 my @t = callJava($testclass, $method, $pat, $iterCount, $NUMPASSES);
345 # $a->[0]: method name, corresponds to $method
378 my $method = shift;
385 my $cmd = "java -classpath $CLASSPATH $testclass $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r $THREADS";
399 my $method = '';
408 die "$method was begun but not finished" if ($method);
409 $method = $m
    [all...]
  /external/wpa_supplicant_8/hs20/server/www/
est.php 8 $method = $_SERVER["REQUEST_METHOD"];
66 $A2 = md5($method . ':' . $data['uri']);
76 if ($method == "GET" && $cmd == "cacerts") {
90 } else if ($method == "GET" && $cmd == "csrattrs") {
95 } else if ($method == "POST" && $cmd == "simpleenroll") {
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
T.g 18 $input->insert_after($method.stop, "\n}\n");
  /external/googletest/googlemock/include/gmock/
gmock-generated-nice-strict.h.pump 97 ::testing::Mock::$method(
105 ::testing::Mock::$method(
114 ::testing::Mock::$method(
  /external/v8/testing/gmock/include/gmock/
gmock-generated-nice-strict.h.pump 97 ::testing::Mock::$method(
105 ::testing::Mock::$method(
114 ::testing::Mock::$method(
  /cts/tools/testng/src/com/android/cts/testng/
SingleTestNGTestRunner.java 65 * <include name="$method" />
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/lang/invoke/
DeserializeMethodTest.java 34 * Ensure that the $deserializeLambda$ method is present when it should be, and absent otherwise
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-auth/0.13.2/
grpc-auth-0.13.2.jar 

Completed in 4947 milliseconds

1 2 3 4 5 6