Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 1138) sorted by relevance

12345678910>>...46

/external/chromium_org/v8/test/mjsunit/harmony/
Dobject-literals-method.js10 method() { method
20 method() { method
30 method() { method
47 method() {} method
56 method() {} method
67 method() {}, method
84 method() { method
96 method() {} method
109 method() { 42; } method
117 method() { return 42; } method
[all …]
/external/chromium_org/remoting/webapp/unittests/
Dit2me_helper_channel_unittest.js50 method: remoting.It2MeHelperChannel.HangoutMessageTypes.CONNECT, property
66 { method: remoting.It2MeHelperChannel.HangoutMessageTypes.HELLO }); property
69 method: remoting.It2MeHelperChannel.HangoutMessageTypes.HELLO_RESPONSE, property
84 method:'sessionStateChanged', property
88 method:'sessionStateChanged', property
94 method:'sessionStateChanged', property
99 method:'sessionStateChanged', property
111 method:'sessionStateChanged', property
122 method:'sessionStateChanged', property
130 method:'sessionStateChanged', property
[all …]
Dit2me_helpee_channel_unittest.js56 { method: remoting.It2MeHelpeeChannel.HangoutMessageTypes.HELLO }); property
59 method: remoting.It2MeHelpeeChannel.HangoutMessageTypes.HELLO_RESPONSE, property
71 method: MessageTypes.IS_HOST_INSTALLED property
76 method: MessageTypes.IS_HOST_INSTALLED_RESPONSE, property
89 method: MessageTypes.IS_HOST_INSTALLED property
94 method: MessageTypes.IS_HOST_INSTALLED_RESPONSE, property
106 method: remoting.It2MeHelpeeChannel.HangoutMessageTypes.DOWNLOAD_HOST property
117 method: MessageTypes.CONNECT property
121 method: MessageTypes.ERROR property
141 method: MessageTypes.CONNECT, property
[all …]
Dit2me_service_unittest.js52 method: 'connect', property
61 method: 'sessionStateChanged', property
67 method: 'sessionStateChanged', property
78 method: 'connect', property
91 method: 'connect', property
101 method: 'sessionStateChanged', property
107 method: 'sessionStateChanged', property
112 method: 'sessionStateChanged', property
118 method: 'sessionStateChanged', property
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtccommon.h35 #define WEBRTC_STUB(method, args) \ argument
38 #define WEBRTC_STUB_CONST(method, args) \ argument
41 #define WEBRTC_BOOL_STUB(method, args) \ argument
45 #define WEBRTC_BOOL_STUB_CONST(method, args) \ argument
49 #define WEBRTC_VOID_STUB(method, args) \ argument
52 #define WEBRTC_FUNC(method, args) \ argument
55 #define WEBRTC_FUNC_CONST(method, args) \ argument
58 #define WEBRTC_BOOL_FUNC(method, args) \ argument
61 #define WEBRTC_VOID_FUNC(method, args) \ argument
/external/chromium_org/third_party/webrtc/test/
Dfake_common.h18 #define WEBRTC_STUB(method, args) \ argument
21 #define WEBRTC_STUB_CONST(method, args) \ argument
24 #define WEBRTC_BOOL_STUB(method, args) \ argument
27 #define WEBRTC_VOID_STUB(method, args) \ argument
30 #define WEBRTC_FUNC(method, args) \ argument
33 #define WEBRTC_FUNC_CONST(method, args) \ argument
36 #define WEBRTC_BOOL_FUNC(method, args) \ argument
39 #define WEBRTC_VOID_FUNC(method, args) \ argument
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java36 …public void visitIntegerType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitIntegerType()
37 …public void visitFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitFloatType()
38 …public void visitLongType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitLongType()
39 …public void visitDoubleType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitDoubleType()
40 …public void visitTopType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitTopType()
41 …public void visitObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitObjectType()
42 …public void visitNullType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitNullType()
43 …public void visitUninitializedType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitUninitializedType()
44 …public void visitUninitializedThisType(Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitUninitializedThisType()
46 …public void visitStackIntegerType( Clazz clazz, Method method, CodeAttribute codeAttribut… in visitStackIntegerType()
[all …]
/external/mockito/src/org/mockito/internal/util/
DObjectMethodsGuru.java17 public boolean isToString(Method method) { in isToString()
21 public boolean isToString(MockitoMethod method) { in isToString()
27 public boolean isEqualsMethod(Method method) { in isEqualsMethod()
33 public boolean isHashCodeMethod(Method method) { in isHashCodeMethod()
38 public boolean isCompareToMethod(Method method) { in isCompareToMethod()
/external/clang/test/SemaObjC/
DDoubleMethod.m8 - (void) method; // expected-note {{previous declaration is here}} method
9 - (void) method; // expected-warning {{multiple declarations of method 'method' found and ignored}} method
13 - (void) method {;} // expected-note {{previous declaration is here}} method
14 - (void) method {;} // expected-error {{duplicate declaration of method 'method'}} method
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Dv8_methods.py55 def use_local_result(method): argument
65 def method_context(interface, method): argument
189 def argument_context(interface, method, argument, index): argument
242 def argument_declarations_for_private_script(interface, method): argument
256 def cpp_value(interface, method, number_of_arguments): argument
317 def v8_set_return_value(interface_name, method, cpp_value, for_main_world=False): argument
380 def property_attributes(method): argument
439 def method_returns_promise(method): argument
445 def argument_conversion_needs_exception_state(method, argument): argument
/external/guava/guava-tests/test/com/google/common/eventbus/
DEventHandlerTest.java48 Method method = getRecordingMethod(); in testBasicMethodCall() local
75 Method method = getRecordingMethod(); in testRejectionOfNullTargets() local
85 Method method = getExceptionThrowingMethod(); in testExceptionWrapping() local
98 Method method = getErrorThrowingMethod(); in testErrorPassthrough() local
119 Method method; in getRecordingMethod() local
142 Method method; in getExceptionThrowingMethod() local
165 Method method; in getErrorThrowingMethod() local
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_service.cc128 const MethodDescriptor* method = descriptor_->method(i); in GenerateNewReflectiveServiceMethod() local
167 const MethodDescriptor* method = descriptor_->method(i); in GenerateAbstractMethods() local
193 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallMethod() local
238 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallBlockingMethod() local
283 const MethodDescriptor* method = descriptor_->method(i); in GenerateGetPrototype() local
330 const MethodDescriptor* method = descriptor_->method(i); in GenerateStub() local
373 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() local
395 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() local
421 const MethodDescriptor* method, in GenerateMethodSignature()
437 const MethodDescriptor* method) { in GenerateBlockingMethodSignature()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_service.cc120 const MethodDescriptor* method = descriptor_->method(i); in GenerateNewReflectiveServiceMethod() local
159 const MethodDescriptor* method = descriptor_->method(i); in GenerateAbstractMethods() local
184 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallMethod() local
229 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallBlockingMethod() local
274 const MethodDescriptor* method = descriptor_->method(i); in GenerateGetPrototype() local
321 const MethodDescriptor* method = descriptor_->method(i); in GenerateStub() local
364 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() local
386 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() local
412 const MethodDescriptor* method, in GenerateMethodSignature()
428 const MethodDescriptor* method) { in GenerateBlockingMethodSignature()
/external/proguard/src/proguard/optimize/info/
DBackwardBranchMarker.java41 …public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offse… in visitAnyInstruction()
44 …public void visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int of… in visitBranchInstruction()
50 …public void visitAnySwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int… in visitAnySwitchInstruction()
66 private void markBackwardBranch(Method method, int branchOffset) in markBackwardBranch()
75 private static void setBranchesBackward(Method method) in setBranchesBackward()
85 public static boolean branchesBackward(Method method) in branchesBackward()
DParameterUsageMarker.java173 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute()
185 …public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offse… in visitAnyInstruction()
188 …public void visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int … in visitVariableInstruction()
220 private static void setParameterSize(Method method, int parameterSize) in setParameterSize()
233 public static int getParameterSize(Method method) in getParameterSize()
243 public static void markParameterUsed(Method method, int variableIndex) in markParameterUsed()
256 public static void markUsedParameters(Method method, long usedParameters) in markUsedParameters()
269 public static boolean isParameterUsed(Method method, int variableIndex) in isParameterUsed()
280 public static long getUsedParameters(Method method) in getUsedParameters()
/external/proguard/src/proguard/optimize/peephole/
DReachableCodeMarker.java84 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute()
115 …public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int of… in visitSimpleInstruction()
131 …public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int … in visitConstantInstruction()
136 …public void visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int … in visitVariableInstruction()
145 …public void visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int of… in visitBranchInstruction()
162 …public void visitAnySwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int… in visitAnySwitchInstruction()
183 …public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionI… in visitExceptionInfo()
202 …private void markBranchTargets(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset… in markBranchTargets()
214 … private void markBranchTarget(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset) in markBranchTarget()
227 private void markCode(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset) in markCode()
/external/junit/src/org/junit/runners/
DBlockJUnit4ClassRunner.java63 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild()
73 protected Description describeChild(FrameworkMethod method) { in describeChild()
194 protected String testName(FrameworkMethod method) { in testName()
230 protected Statement methodBlock(FrameworkMethod method) { in methodBlock()
259 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker()
272 protected Statement possiblyExpectingExceptions(FrameworkMethod method, in possiblyExpectingExceptions()
287 protected Statement withPotentialTimeout(FrameworkMethod method, in withPotentialTimeout()
301 protected Statement withBefores(FrameworkMethod method, Object target, in withBefores()
319 protected Statement withAfters(FrameworkMethod method, Object target, in withAfters()
327 private Statement withRules(FrameworkMethod method, Object target, in withRules()
[all …]
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java294 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute()
321 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute()
348 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute signatureAttrib… in visitSignatureAttribute()
360 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute()
366 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute()
372 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute()
378 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute()
384 …public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute,… in visitLineNumberTableAttribute()
390 …public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribu… in visitLocalVariableTableAttribute()
396 …public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAtt… in visitLocalVariableTypeTableAttribute()
[all …]
/external/javassist/src/test/test/javassist/bytecode/analysis/
DAnalyzerTest.java31 CtMethod method = clazz.getDeclaredMethod("commonSuperArray"); in testCommonSupperArray() local
38 CtMethod method = clazz.getDeclaredMethod("commonInterfaceArray"); in testCommonInterfaceArray() local
43 CtMethod method = ClassPool.getDefault().getMethod( in testSharedInterfaceAndSuperClass() local
57 CtMethod method = ClassPool.getDefault().getMethod( in testArrayDifferentDims() local
67 CtMethod method = ClassPool.getDefault().getMethod( in testReusedLocalMerge() local
93 private static void verifyReturn(CtMethod method, String expected) throws BadBytecode { in verifyReturn()
112 private static void verifyArrayLoad(CtClass clazz, CtMethod method, String component) in verifyArrayLoad()
149 CtMethod method = generateDeadCode(ClassPool.getDefault()); in testDeadCode() local
159 CtMethod method = generateInvalidCode(ClassPool.getDefault()); in testInvalidCode() local
171 CtMethod method = generateCodeFalloff(ClassPool.getDefault()); in testCodeFalloff() local
[all …]
/external/proguard/src/proguard/optimize/
DChangedCodePrinter.java123 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute()
129 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute()
135 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute syntheticAttrib… in visitSignatureAttribute()
147 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute()
153 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute()
159 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute()
165 …public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute,… in visitLineNumberTableAttribute()
171 …public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribu… in visitLocalVariableTableAttribute()
177 …public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAtt… in visitLocalVariableTypeTableAttribute()
207 …public void visitRuntimeVisibleAnnotationsAttribute(Clazz clazz, Method method, RuntimeVisibleAnno… in visitRuntimeVisibleAnnotationsAttribute()
[all …]
/external/proguard/src/proguard/classfile/attribute/visitor/
DAttributeVisitor.java49 …public void visitDeprecatedAttribute( Clazz clazz, Method method, DeprecatedAttribute d… in visitDeprecatedAttribute()
53 …public void visitSyntheticAttribute( Clazz clazz, Method method, SyntheticAttribute s… in visitSyntheticAttribute()
57 …public void visitSignatureAttribute( Clazz clazz, Method method, SignatureAttribute s… in visitSignatureAttribute()
65 …public void visitExceptionsAttribute( Clazz clazz, Method method, ExceptionsAttribute e… in visitExceptionsAttribute()
66 …public void visitCodeAttribute( Clazz clazz, Method method, CodeAttribute c… in visitCodeAttribute()
70 …public void visitStackMapAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitStackMapAttribute()
71 …public void visitStackMapTableAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitStackMapTableAttribute()
72 …public void visitLineNumberTableAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitLineNumberTableAttribute()
73 …public void visitLocalVariableTableAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitLocalVariableTableAttribute()
74 …public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAtt… in visitLocalVariableTypeTableAttribute()
[all …]
DNonEmptyAttributeFilter.java109 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute()
127 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute()
145 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute signatureAttrib… in visitSignatureAttribute()
157 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute()
166 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute()
172 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute()
181 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute()
190 …public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute,… in visitLineNumberTableAttribute()
199 …public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribu… in visitLocalVariableTableAttribute()
208 …public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAtt… in visitLocalVariableTypeTableAttribute()
[all …]
/external/clang/test/SemaObjCXX/
Dmessage.mm3 - (int*)method; method
7 - (int*)method { method
19 - (int*)method; method
20 + (void)method; class
32 - (int*)method { method
40 + (void)method { class
47 + (int*)method; class
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp33 struct method { struct
34 vararg_func implementation;
36 method(vararg_func implementation) : implementation(implementation) {} in method() argument
39 auto getImplementation() const -> TFunctionType in getImplementation()
/external/proguard/src/proguard/classfile/visitor/
DClassCleaner.java117 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute()
125 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute()
134 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute()
142 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute()
158 …public void visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotations… in visitAnyParameterAnnotationsAttribute()
166 …public void visitAnnotationDefaultAttribute(Clazz clazz, Method method, AnnotationDefaultAttribute… in visitAnnotationDefaultAttribute()
184 …public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionI… in visitExceptionInfo()
192 …public void visitSameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset… in visitSameZeroFrame()
198 …public void visitSameOneFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset,… in visitSameOneFrame()
206 …public void visitLessZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset… in visitLessZeroFrame()
[all …]

12345678910>>...46