Home
last modified time | relevance | path

Searched full:methodlength (Results 1 – 8 of 8) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DTypesLengths.java112 private static int methodLength; field in TypesLengths
177 return methodLength; in getTypeLength()
270 methodLength = typeLength; in setTypeLength()
/external/okhttp/okio/
Dcheckstyle.xml67 <module name="MethodLength"/>
/external/okhttp/
Dcheckstyle.xml69 <module name="MethodLength">
/external/javapoet/
Dcheckstyle.xml70 <module name="MethodLength">
/external/nanohttpd/src/main/checkstyle/
Dnanohttpd-style.xml86 <module name="MethodLength" />
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs.template20 …grpcsharp_request_call_context_method(RequestCallContextSafeHandle ctx, out UIntPtr methodLength)',
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs452 …p_request_call_context_method_delegate(RequestCallContextSafeHandle ctx, out UIntPtr methodLength); in grpcsharp_request_call_context_method_delegate() argument
587 … grpcsharp_request_call_context_method(RequestCallContextSafeHandle ctx, out UIntPtr methodLength); in grpcsharp_request_call_context_method() argument
880 … grpcsharp_request_call_context_method(RequestCallContextSafeHandle ctx, out UIntPtr methodLength); in grpcsharp_request_call_context_method() argument
/external/grpc-grpc/src/ruby/
D.rubocop_todo.yml248 Metrics/MethodLength: