HomeSort by relevance Sort by last modified time
    Searched refs:method (Results 601 - 625 of 7000) sorted by null

<<21222324252627282930>>

  /libcore/ojluni/src/main/java/sun/security/x509/
AccessDescription.java 104 String method = null; local
106 method = "caIssuers";
108 method = "caRepository";
110 method = "timeStamping";
112 method = "ocsp";
114 method = accessMethod.toString();
116 return ("\n accessMethod: " + method +
  /external/libchrome/dbus/
dbus_statistics.cc 22 // then method (using std::string <).
26 const std::string& method)
29 method(method),
36 std::string method; member in struct:dbus::__anon14491::Stat
46 return method < other.method;
82 // Add a call to |method| for |interface|. See also MethodCall in message.h.
85 const std::string& method,
92 Stat* stat = GetStat(service, interface, method, true)
    [all...]
  /frameworks/av/services/audioflinger/
LinearMap.h 39 The method findX() can be used to retrieve an x value from a given y value and is
226 T findX(T y, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const {
227 return findU(y, mX, mY, method, extrapolation, startValue);
233 T findY(T x, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const {
234 return findU(x, mY, mX, method, extrapolation, startValue);
289 // method: [out] how the returned value was computed.
298 // whether there are samples in history by the method hasData().
301 T findU(T v, T *uArray, T *vArray, FindMethod *method,
304 if (method != NULL) {
305 *method = FIND_METHOD_START_VALUE
    [all...]
  /art/runtime/jit/
profiling_info.cc 28 ProfilingInfo::ProfilingInfo(ArtMethod* method, const std::vector<uint32_t>& entries)
30 method_(method),
39 if (method->IsCopied()) {
40 // GetHoldingClassOfCopiedMethod is expensive, but creating a profiling info for a copied method
43 Runtime::Current()->GetClassLinker()->GetHoldingClassOfCopiedMethod(method));
45 holding_class_ = GcRoot<mirror::Class>(method->GetDeclaringClass());
50 bool ProfilingInfo::Create(Thread* self, ArtMethod* method, bool retry_allocation) {
51 // Walk over the dex instructions of the method and keep track of
53 DCHECK(!method->IsNative());
55 const DexFile::CodeItem& code_item = *method->GetCodeItem()
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
FramePrinter.java 33 * instructions of a method.
64 private String getMethodString(CtMethod method) {
66 return Modifier.toString(method.getModifiers()) + " "
67 + method.getReturnType().getName() + " " + method.getName()
68 + Descriptor.toString(method.getSignature()) + ";";
75 * Prints the instructions and the frame states of the given method.
77 public void print(CtMethod method) {
78 stream.println("\n" + getMethodString(method));
79 MethodInfo info = method.getMethodInfo2()
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
MethodUtil.java 36 import org.jf.dexlib2.iface.Method;
48 public static Predicate<Method> METHOD_IS_DIRECT = new Predicate<Method>() {
49 @Override public boolean apply(@Nullable Method input) {
54 public static Predicate<Method> METHOD_IS_VIRTUAL = new Predicate<Method>() {
55 @Override public boolean apply(@Nullable Method input) {
60 public static boolean isDirect(@Nonnull Method method) {
61 return (method.getAccessFlags() & directMask) != 0
    [all...]
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
AsyncHttpURLConnection.java 27 private final String method; field in class:AsyncHttpURLConnection
41 public AsyncHttpURLConnection(String method, String url, String message,
43 this.method = method;
70 connection.setRequestMethod(method);
78 if (method.equals("POST")) {
99 events.onHttpError("Non-200 response to " + method + " to URL: "
110 events.onHttpError("HTTP " + method + " to " + url + " timeout");
112 events.onHttpError("HTTP " + method + " to " + url + " error: "
  /art/test/955-lambda-smali/smali/
TrivialHelloWorld.smali 19 .method public constructor <init>()V
23 .end method
25 .method public static run()V
44 .end method
47 .method public static doHelloWorld(J)V
56 .end method
59 .method public static doHelloWorldArgs(JLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
73 .end method
76 .method private static testFailures()V
94 .end method
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/
T_invoke_direct_26.d 18 .method public abstract test()V
19 .end method
28 .method public <init>()V
33 .end method
35 .method public test()V
37 .end method
46 .method public <init>()V
51 .end method
53 .method public run()V
58 .end method
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/
T_invoke_direct_range_26.d 18 .method public abstract test()V
19 .end method
28 .method public <init>()V
33 .end method
35 .method public test()V
37 .end method
46 .method public <init>()V
51 .end method
53 .method public run()V
58 .end method
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/d/
T_invoke_interface_24.d 18 .method public testDefault()V
21 .end method
26 .method public testDefault()V
29 .end method
36 .method public abstract testDefault()V
37 .end method
46 .method public <init>()V
51 .end method
53 .method public run()V
57 .end method
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/d/
T_invoke_interface_range_24.d 18 .method public testDefault()V
21 .end method
26 .method public testDefault()V
29 .end method
36 .method public abstract testDefault()V
37 .end method
46 .method public <init>()V
51 .end method
53 .method public run()V
57 .end method
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/
T_invoke_static_24.d 18 .method public abstract test()V
19 .end method
28 .method public <init>()V
33 .end method
35 .method public test()V
37 .end method
46 .method public <init>()V
51 .end method
53 .method public run()V
58 .end method
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/
T_invoke_static_range_24.d 18 .method public abstract test()V
19 .end method
28 .method public <init>()V
33 .end method
35 .method public test()V
37 .end method
46 .method public <init>()V
51 .end method
53 .method public run()V
58 .end method
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/
T_invoke_super_24.d 18 .method public abstract test()V
19 .end method
28 .method public <init>()V
33 .end method
35 .method public test()V
37 .end method
46 .method public <init>()V
51 .end method
53 .method public run()V
58 .end method
    [all...]
T_invoke_super_27.d 18 .method public testDefault()V
21 .end method
26 .method public testDefault()V
29 .end method
36 .method public abstract testDefault()V
37 .end method
46 .method public <init>()V
51 .end method
53 .method public run()V
57 .end method
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
T_invoke_super_range_24.d 18 .method public abstract test()V
19 .end method
28 .method public <init>()V
33 .end method
35 .method public test()V
37 .end method
46 .method public <init>()V
51 .end method
53 .method public run()V
58 .end method
    [all...]
T_invoke_super_range_27.d 18 .method public testDefault()V
21 .end method
26 .method public testDefault()V
29 .end method
36 .method public abstract testDefault()V
37 .end method
46 .method public <init>()V
51 .end method
53 .method public run()V
57 .end method
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
T_invoke_virtual_27.d 18 .method public testDefault()V
21 .end method
26 .method public testDefault()V
29 .end method
36 .method public abstract testDefault()V
37 .end method
46 .method public <init>()V
51 .end method
53 .method public run()V
57 .end method
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
T_invoke_virtual_range_27.d 18 .method public testDefault()V
21 .end method
26 .method public testDefault()V
29 .end method
36 .method public abstract testDefault()V
37 .end method
46 .method public <init>()V
51 .end method
53 .method public run()V
57 .end method
    [all...]
  /dalvik/dx/tests/131-perf/
ClassGen.java 33 for (int method = 1; method <= methods; method++) {
34 pw.println(" boolean m" + method + "_" + (file%(end/2)) + "() {"
39 + file + ".class + \".method" + method
  /external/jcommander/src/main/java/com/beust/jcommander/internal/
JDK6Console.java 6 import java.lang.reflect.Method;
16 Method writerMethod = console.getClass().getDeclaredMethod("writer", new Class<?>[0]);
31 Method method; local
33 method = console.getClass().getDeclaredMethod("readLine", new Class<?>[0]);
34 return ((String) method.invoke(console, new Object[0])).toCharArray();
36 method = console.getClass().getDeclaredMethod("readPassword", new Class<?>[0]);
37 return (char[]) method.invoke(console, new Object[0]);
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 64 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
68 // method.getName(clazz).equals("abc");
72 // Catch any unexpected exceptions from the actual visiting method.
76 visitCodeAttribute0(clazz, method, codeAttribute);
82 System.err.println(" Method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]");
87 method.accept(clazz, new ClassPrinter());
95 public void visitCodeAttribute0(Clazz clazz, Method method, CodeAttribute codeAttribute
    [all...]
  /external/skia/tools/skiaserve/urlhandlers/
CmdHandler.cpp 16 bool CmdHandler::canHandle(const char* method, const char* url) {
22 const char* url, const char* method,
32 if (0 == strcmp(method, MHD_HTTP_METHOD_GET)) {
43 if (commands.count() == 2 && 0 == strcmp(method, MHD_HTTP_METHOD_DELETE)) {
51 if (commands.count() == 3 && 0 == strcmp(method, MHD_HTTP_METHOD_POST)) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
MethodPool.java 52 public void intern(@Nonnull MethodReference method) {
53 Integer prev = internedItems.put(method, 0);
55 typePool.intern(method.getDefiningClass());
56 protoPool.intern(method);
57 stringPool.intern(method.getName());

Completed in 1120 milliseconds

<<21222324252627282930>>