Home
last modified time | relevance | path

Searched defs:method (Results 176 – 200 of 1130) sorted by relevance

12345678910>>...46

/external/chromium_org/chrome/test/chromedriver/chrome/
Dstub_devtools_client.cc28 Status StubDevToolsClient::SendCommand(const std::string& method, in SendCommand()
35 const std::string& method, in SendCommandAndGetResult()
Ddevtools_client_impl.cc143 const std::string& method, in SendCommand()
150 const std::string& method, in SendCommandAndGetResult()
196 DevToolsClientImpl::ResponseInfo::ResponseInfo(const std::string& method) in ResponseInfo()
202 const std::string& method, in SendCommandInternal()
351 std::string method, result; in ProcessCommandResponse() local
441 std::string method; in ParseInspectorMessage() local
/external/jarjar/src/main/com/tonicsystems/jarjar/
DMainUtil.java32 Method method = methods[i]; in runMain() local
56 private static Object[] bindParameters(Method method, String[] args) { in bindParameters()
/external/proguard/src/proguard/classfile/attribute/preverification/
DStackMapAttribute.java71 …public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, AttributeVisitor attri… in accept()
80 …public void stackMapFramesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMap… in stackMapFramesAccept()
DStackMapTableAttribute.java69 …public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, AttributeVisitor attri… in accept()
78 …public void stackMapFramesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMap… in stackMapFramesAccept()
DFullFrame.java83 …public void variablesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, V… in variablesAccept()
95 …public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Verif… in stackAccept()
112 …public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFr… in accept()
/external/proguard/src/proguard/optimize/peephole/
DNopRemover.java71 …public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offse… in visitAnyInstruction()
74 …public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int of… in visitSimpleInstruction()
DGotoCommonCodeReplacer.java72 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute()
94 …public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offse… in visitAnyInstruction()
97 …public void visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int of… in visitBranchInstruction()
DGotoReturnReplacer.java72 …public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offse… in visitAnyInstruction()
75 …public void visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int of… in visitBranchInstruction()
DBranchTargetFinder.java313 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute()
457 …public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int of… in visitSimpleInstruction()
482 …public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int … in visitConstantInstruction()
523 …public void visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int … in visitVariableInstruction()
548 …public void visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int of… in visitBranchInstruction()
590 …public void visitAnySwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int… in visitAnySwitchInstruction()
622 …public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionI… in visitExceptionInfo()
/external/chromium_org/third_party/leveldatabase/
Denv_chromium.cc41 Retrier(MethodID method, RetrierProvider* provider) in Retrier()
114 const char* MethodIDToString(MethodID method) { in MethodIDToString()
168 MethodID method, in MakeIOError()
183 MethodID method, in MakeIOError()
197 Status MakeIOError(Slice filename, const char* message, MethodID method) { in MakeIOError()
211 int method; in ParseMethodAndError() local
300 leveldb_env::MethodID method; in IndicatesDiskFull() local
311 leveldb_env::MethodID method; in IsIOError() local
674 void ChromiumEnv::RecordOSError(MethodID method, in RecordOSError()
681 void ChromiumEnv::RecordOSError(MethodID method, int error) const { in RecordOSError()
[all …]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DJumboStringConversionTest.java100 Method method = Iterables.getFirst(classDef.getMethods(), null); in testJumboStringConversion() local
197 Method method = Iterables.getFirst(classDef.getMethods(), null); in testJumboStringConversion_NonMethodBuilder() local
/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
DCustomRobolectricTestRunnerTest.java62 @Override public void beforeTest(Method method) { in beforeTest()
66 @Override public void afterTest(Method method) { in afterTest()
/external/clang/test/SemaObjC/
Dprotocol-lookup-2.m26 + (id)method { class
30 - (id)method { method
Divar-lookup.m21 - (float*)method; method
27 - (int*)method; method
31 - (int*)method { method
/external/junit/src/org/junit/runner/
DRequest.java34 public static Request method(Class<?> clazz, String methodName) { in method() method in Request
35 Description method= Description.createTestDescription(clazz, methodName); in method() local
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
DDownloadInfoTest.java70 AccessorSignature getGetterInfo(Method method) { in getGetterInfo()
99 AccessorSignature getSetterInfo(Method method) { in getSetterInfo()
123 Object invokeMethod(Method method, Object instance, Object... args) throws Exception { in invokeMethod()
/external/proguard/src/proguard/classfile/editor/
DClassEditor.java190 public void addMethod(Method method) in addMethod()
219 public void removeMethod(Method method) in removeMethod()
240 private int findMethodIndex(Method method) in findMethodIndex()
/external/javassist/src/main/javassist/bytecode/analysis/
DAnalyzer.java121 public Frame[] analyze(CtClass clazz, MethodInfo method) throws BadBytecode { in analyze()
163 public Frame[] analyze(CtMethod method) throws BadBytecode { in analyze()
167 private void analyzeNextEntry(MethodInfo method, CodeIterator iter, in analyzeNextEntry()
212 private ExceptionInfo[] buildExceptionInfo(MethodInfo method) { in buildExceptionInfo()
233 private Frame firstFrame(MethodInfo method, int maxLocals, int maxStack) { in firstFrame()
292 private void mergeExceptionHandlers(IntQueue queue, MethodInfo method, int pos, Frame frame) { in mergeExceptionHandlers()
/external/proguard/src/proguard/classfile/visitor/
DDotClassClassVisitor.java62 …public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offse… in visitAnyInstruction()
65 …public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int … in visitConstantInstruction()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DMethodAnnotationStruct.java31 private final CstMethodRef method; field in MethodAnnotationStruct
42 public MethodAnnotationStruct(CstMethodRef method, in MethodAnnotationStruct()
/external/nist-sip/java/gov/nist/javax/sip/header/
DRAck.java54 protected String method; field in RAck
120 public void setMethod(String method) throws ParseException { in setMethod()
DCSeq.java61 protected String method; field in CSeq
76 public CSeq(long seqno, String method) { in CSeq()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DCrossOriginPreflightResultCache.cpp113 bool CrossOriginPreflightResultCacheItem::allowsCrossOriginMethod(const String& method, String& err… in allowsCrossOriginMethod() argument
134 …ultCacheItem::allowsRequest(StoredCredentials includeCredentials, const String& method, const HTTP… in allowsRequest() argument
161 …g& origin, const KURL& url, StoredCredentials includeCredentials, const String& method, const HTTP… in canSkipPreflight()
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/
DAnnotationTypeFilter.java77 public void visitAnnotation(Clazz clazz, Method method, Annotation annotation) in visitAnnotation()
86 … public void visitAnnotation(Clazz clazz, Method method, int parameterIndex, Annotation annotation) in visitAnnotation()

12345678910>>...46