/art/runtime/entrypoints/quick/ |
quick_trampoline_entrypoints.cc | 29 #include "mirror/method.h" 40 // Number of bytes for each out register in the caller method's frame. 53 // | Method* | --- 63 // | Method* | <- sp 88 // | Method* | --- 100 // | Method* | <- sp 125 // | Method* | --- 131 // | A0/Method* | <- sp 153 // | Method* | --- 172 // | A0/Method* | <- s 1490 ArtMethod* method = **m; local 1952 ArtMethod* method = FindMethodFast(method_idx, this_object, caller_method, access_check, type); local 2054 ArtMethod* method; local [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
Ropper.java | 63 /** label offset for the synchronized method final return block */ 66 /** label offset for the first synchronized method setup block */ 69 /** label offset for the second synchronized method setup block */ 73 * label offset for the first synchronized method exception 79 * label offset for the second synchronized method exception 87 /** {@code non-null;} method being converted */ 88 private final ConcreteMethod method; field in class:Ropper 93 /** max locals of the method */ 128 * whether an exception-handler block for a synchronized method was 339 * @param method {@code non-null;} method to conver [all...] |
/dalvik/libdex/ |
DexSwapVerify.cpp | 1241 const DexMethodId* method = local 1249 const DexMethodId* method = local 1450 DexMethod* method = &methods[i]; local [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
VmMirror.java | 127 // Get Method reference ID 191 // Get Method reference ID 212 * Sets breakpoint at the beginning of method with name <i>methodName</i>. 215 * id of class with required method 217 * name of required method 225 * Sets breakpoint at the beginning of method with name <i>methodName</i>. 228 * id of class with required method 230 * name of required method 247 // Lowest valid code index for the method 250 // Highest valid code index for the method 872 String method = null; local [all...] |
/external/boringssl/src/include/openssl/ |
bio.h | 88 * method, calls it. Finally it frees |bio| itself. It then repeats that for 113 * exact operation depends on the BIO's method. For example, a digest BIO will 786 const BIO_METHOD *method; member in struct:bio_st [all...] |
x509_vfy.h | 220 X509_LOOKUP_METHOD *method; /* the functions */ member in struct:x509_lookup_st 221 char *method_data; /* method data */ 483 OPENSSL_EXPORT X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method);
|
/external/boringssl/src/ssl/ |
internal.h | 462 #define SSL_IS_DTLS(s) (s->method->is_dtls) 473 /* Determine if a client can use TLS 1.2 ciphersuites: can't rely on method 615 * SSL_CTX initialized from this method. */ 617 /* method is the underlying SSL_PROTOCOL_METHOD that initializes the 619 const SSL_PROTOCOL_METHOD *method; member in struct:ssl_method_st 671 #define SSL_HM_HEADER_LENGTH(s) s->method->hhlen 673 (((uint8_t *)s->init_buf->data) + s->method->hhlen) 675 s->method->set_handshake_header(s, htype, len) 676 #define ssl_do_write(s) s->method->do_write(s) [all...] |
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/ |
request.py | 145 if 'method' in kw: 146 # set method first, because .body setters 148 self.method = kw.pop('method') 316 method = environ_getter('REQUEST_METHOD', 'GET') variable in class:BaseRequest 397 method to provide you with valid data unless you're certain that 711 if not http_method_probably_has_body.get(self.method, True): 771 if self.method not in ('POST', 'PUT', 'PATCH'): 778 if ((self.method == 'PUT' and not content_type) 889 return self.__class__(env, method='GET', content_type=None [all...] |
/external/clang/lib/CodeGen/ |
CGDecl.cpp | 125 /// EmitVarDecl - This method handles emission of any variable declaration 254 // Don't do anything for Obj-C method decls or global closures. We should 1728 const ObjCMethodDecl *method = cast<ObjCMethodDecl>(CurCodeDecl); local [all...] |
/external/dexmaker/src/main/java/com/google/dexmaker/stock/ |
ProxyBuilder.java | 33 import java.lang.reflect.Method; 55 * which will always return 4 when asked for integers, and which logs method calls to every method. 59 * public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { 60 * if (method.getName().equals("nextInt")) { 64 * Object result = ProxyBuilder.callSuper(proxy, method, args); 65 * System.out.println("Method: " + method.getName() + " args: " 81 * {@link #build()}. The returned instance will be a dynamically generated subclass where all method 412 Method method = methodsToProxy[m]; local 568 MethodId<?, ?> method = generatedType.getConstructor(types); local [all...] |
/external/doclava/src/com/google/doclava/ |
Stubs.java | 90 Errors.error(Errors.UNAVAILABLE_SYMBOL, m.position(), "Reference to unavailable method " 95 Errors.error(Errors.DEPRECATED, m.position(), "Method " + cl.qualifiedName() + "." 103 Errors.error(Errors.UNAVAILABLE_SYMBOL, m.position(), "Method " + cl.qualifiedName() 107 Errors.error(Errors.HIDDEN_TYPE_PARAMETER, m.position(), "Method " + cl.qualifiedName() 349 // for each method, blow open the parameters, throws and return types. also blow open their 533 for (MethodInfo method : cl.constructors()) { 534 if (!method.isDocOnly()) { 535 writeMethod(stream, method, true); 570 for (MethodInfo method : cl.allSelfMethods()) { 572 if (("values".equals(method.name()) && "()".equals(method.signature())) | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-apache-bcel.jar | |
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrVisitor.java | 76 * This method returns null if 'metadata' is 'false' *or* if 'cls' is an 81 * has been mutated by this method even if it returned null. The caller should 237 // SF FR 971186: split the init logic into a separate method so it could 238 // be called from regular method headers if necessary: 240 // add a Methodref for pre-<clinit> method: 254 // visit method collection: 257 // if necessary, do SUID compensation [need to be done after method 378 // visit each original method: 382 final Method_info method = methods.get (m); local 383 m_methodName = method.getName (cls); [all...] |
/external/emma/core/java12/com/vladium/emma/report/html/ |
ReportGenerator.java | 513 page.addH (2, "COVERAGE BREAKDOWN BY CLASS AND METHOD", null); 563 final MethodItem method = (MethodItem) methods.next (); local 575 final String child2Key = getItemKey (method); 577 HREFname = addLineAnchorID (method.getFirstLine (), pageIDNamespace.getID (child2Key), lineAnchorIDMap); 580 addClassItemRow (method, odd, childSummaryTable, headerColumns, HREFname, createAnchors); 685 page.addH (2, "COVERAGE BREAKDOWN BY METHOD", null); 695 final MethodItem method = (MethodItem) methods.next (); local 700 headerColumns = addHeaderRow (method, childSummaryTable, columns); 703 addItemRow (method, odd, childSummaryTable, headerColumns, null, false); 774 // TODO: merge header and footer in the same method [all...] |
/external/guava/guava-testlib/test/com/google/common/testing/ |
NullPointerTesterTest.java | 45 import java.lang.reflect.Method; 174 Method method = OneArg.class.getMethod(methodName, String.class); local 176 new NullPointerTester().testMethodParameter(new OneArg(), method, 0); 178 fail("Should not have flagged method " + methodName); 185 Method method = OneArg.class.getMethod(methodName, String.class); local 188 new NullPointerTester().testMethodParameter(new OneArg(), method, 0); 192 assertTrue("Should report error in method " + methodName, foundProblem); 199 Method method = OneArg.class.getMethod(methodName, String.class) local 211 Method method = OneArg.class.getMethod(methodName, String.class); local 320 Method method = TwoArg.class.getMethod( local 336 Method method = TwoArg.class.getMethod( local 351 Method method = TwoArg.class.getMethod( local 366 Method method = TwoArg.class.getMethod( local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
TimeZoneRegression.java | 292 * Yet another _alleged_ bug in TimeZone.getOffset(), a method that never 393 String method = null; local 398 method = "constructor"; 405 method = "setDSTSavings()"; 411 logln("Pass: DST savings of " + savings + " accepted by " + method); 413 errln("Fail: DST savings of " + savings + " accepted by " + method); 417 errln("Fail: DST savings of " + savings + " to " + method + " gave " + e); 419 logln("Pass: DST savings of " + savings + " to " + method + " gave " + e); [all...] |
/external/javassist/src/main/javassist/compiler/ |
MemberCodeGen.java | 53 * Records the currently compiled method. 451 ASTree method = expr.oprand1(); local 457 MemberResolver.Method cached = expr.getMethod(); 458 if (method instanceof Member) { 459 mname = ((Member)method).get(); 468 else if (method instanceof Keyword) { // constructor 477 if (((Keyword)method).get() == SUPER) 480 else if (method instanceof Expr) { 481 Expr e = (Expr)method; 484 if (op == MEMBER) { // static method [all...] |
TypeChecker.java | 100 * Records the currently compiled method. 446 * If MEM is a static final field, this method returns a constant 586 else if (token == CALL) // method call 628 ASTree method = expr.oprand1(); local 631 if (method instanceof Member) { 632 mname = ((Member)method).get(); 635 else if (method instanceof Keyword) { // constructor 637 if (((Keyword)method).get() == SUPER) 642 else if (method instanceof Expr) { 643 Expr e = (Expr)method; [all...] |
/external/jetty/src/java/org/eclipse/jetty/server/ |
AbstractHttpConnection.java | 292 * @return <code>false</code> (this method is not yet implemented) 774 protected void startRequest(Buffer method, Buffer uri, Buffer version) throws IOException 787 _request.setMethod(method.toString()); 792 switch (HttpMethods.CACHE.getOrdinal(method)) [all...] |
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
StandardDescriptorProcessor.java | 1467 String method = ((XmlParser.Node) iter3.next()).toString(false, true); local 1480 String method = ((XmlParser.Node)iter4.next()).toString(false, true); local 1516 XmlParser.Node method = node.get("auth-method"); local [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zUpdate.cpp | 351 static void MakeExeMethod(const CCompressionMethodMode &method,
354 exeMethod = method;
820 const CCompressionMethodMode &method = *options.Method;
local 821 if (method.Methods.Size() != 1 || method.Binds.Size() != 0)
835 groups[GetGroupIndex(method.PasswordIsDefined, filteredGroup)].Indices.Add(i);
847 if (options.Method->PasswordIsDefined)
848 getPasswordSpec->Password = options.Method->Password;
873 CCompressionMethodMode method;
local [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/ |
Enhancer.java | 19 import java.lang.reflect.Method; 28 * Generates dynamic subclasses to enable method interception. This 38 * and after the invocation of the "super" method. In addition you can modify the 39 * arguments before calling the super method, or not call it at all. 45 * which callback is used on a per-method basis with a {@link CallbackFilter}. 62 public int accept(Method method, List<Method> allMethods) { 212 * array for each method in the proxied class. 240 * will call the method of the proxy's base class, if it exists 883 MethodInfo method = (MethodInfo)it1.next(); local [all...] |
/external/nanohttpd/core/src/main/java/fi/iki/elonen/ |
NanoHTTPD.java | 263 * @param method "GET", "POST" etc. 269 public Response serve(String uri, Method method, Map<String, String> headers, Map<String, String> parms, 285 Method method = session.getMethod(); local 286 if (Method.PUT.equals(method) || Method.POST.equals(method)) { 298 return serve(session.getUri(), method, session.getHeaders(), parms, files) 854 private Method method; field in class:NanoHTTPD.HTTPSession [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPServerTransaction.java | 561 String method = messageToTest.getCSeq().getMethod(); local 566 if ((method.equals(Request.INVITE) || !isTerminated())) { 592 if (method.equals(Request.CANCEL)) { 634 // the CSeq method of the original request must [all...] |
SIPTransaction.java | 215 // Method of the Request used to create the transaction. 216 private String method; field in class:SIPTransaction 390 this.method = newOriginalRequest.getMethod(); 502 * Get the method of the request used to create this transaction. 504 * @return the method of the request for the transaction. 507 return this.method; 595 * ticks passed to this method. 743 * and send it to the SIP peer. This is just a placeholder method -- calling 785 * of this transaction. This method also flags the transaction as 902 * Hashcode method for fast hashtable lookup [all...] |