HomeSort by relevance Sort by last modified time
    Searched full:methods (Results 326 - 350 of 15977) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/javax/security/auth/login/
package.html 9 ideas and concepts from the Unix-PAM module. New authentication methods can be
  /packages/apps/LegacyCamera/
proguard.flags 18 @com.android.camera.OnClickAttr <methods>;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h 11 not Python methods in user-defined classes. See classobject.h
61 the construction of methods for a class. These cannot be used for
74 PyMethodDef *methods; /* Methods of this type */ member in struct:PyMethodChain
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h 11 not Python methods in user-defined classes. See classobject.h
61 the construction of methods for a class. These cannot be used for
74 PyMethodDef *methods; /* Methods of this type */ member in struct:PyMethodChain
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/examples/
Applet.java 11 * The annotation will preserve the class and its essential methods.
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
v8_interface.py 180 methods = [v8_methods.generate_method(interface, method)
182 generate_overloads(methods)
183 for method in methods:
187 # For overloaded methods, only generate one accessor
193 for method in methods),
194 'has_method_configuration': any(method['do_generate_method_configuration'] for method in methods),
195 'has_per_context_enabled_methods': any(method['per_context_enabled_function'] for method in methods),
196 'methods': methods,
223 def generate_overloads(methods)
    [all...]
  /external/proguard/src/proguard/gui/
GUIResources.properties 32 assumeNoSideEffectsAdditional = Assume no side effects for additional methods
41 If required, keep additional classes, fields, and methods as entry points.
43 If required, keep the names of additional classes, fields, and methods.
45 <html>Optionally specify additional methods that don't have any side effects.<br>\
48 Ask ProGuard why it is keeping certain classes, fields, or methods.
141 Remove unused classes, fields, and methods from the output.
143 Print out the list of unused classes, fields, and methods.
148 Allow the optimization step to modify the access modifiers of classes, fields, and methods.
151 interface methods. This is not allowed in the Java language, but it is allowed in bytecode.</html>
162 Obfuscate the names of the processed classes, fields, and methods
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.h 74 /* this is start of set and get methods */
93 /* this is start of set and get methods */
112 /* this is start of set and get methods */
131 /* this is start of set and get methods */
150 /* this is start of set and get methods */
169 /* this is start of set and get methods */
188 /* this is start of set and get methods */
207 /* this is start of set and get methods */
226 /* this is start of set and get methods */
245 /* this is start of set and get methods */
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.h 56 // this is start of set and get methods
70 // this is start of set and get methods
84 // this is start of set and get methods
98 // this is start of set and get methods
112 // this is start of set and get methods
126 // this is start of set and get methods
140 // this is start of set and get methods
154 // this is start of set and get methods
168 // this is start of set and get methods
182 // this is start of set and get methods
    [all...]
  /external/doclava/src/com/google/doclava/
DoclavaDiff.java 90 * packages.0.classes.0.methods.0.signature = wait()
91 * packages.0.classes.0.methods.0.sites.0.hasMethod = 1
92 * packages.0.classes.0.methods.0.sites.0.link = http://proja.domain.com/reference/java/lang/Object#wait
93 * packages.0.classes.0.methods.0.sites.1.hasMethod = 0
159 List<MethodInfo> methods = knownMethodsForClass(qualifiedClassName, sites); local
160 for (MethodInfo method : methods) {
165 String methodBase = classBase + ".methods." + (m++);
229 * Returns all known methods from all sites for a given class.
246 List<MethodInfo> methods = new ArrayList<MethodInfo>(); local
247 methods.addAll(allMethods.values())
277 List<MethodInfo> methods = knownMethodsForClass(qualifiedClassName, sites); local
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
HandlerTest.java 135 * Test getEncoding & setEncoding methods with supported encoding.
144 * Test getEncoding & setEncoding methods with null.
153 * Test getEncoding & setEncoding methods with unsupported encoding.
166 * Test getErrorManager & setErrorManager methods with non-null value.
176 * Test getErrorManager & setErrorManager methods with null.
197 * Test getFilter & setFilter methods with non-null value.
207 * Test getFilter & setFilter methods with null.
220 * Test getFormatter & setFormatter methods with non-null value.
230 * Test getFormatter & setFormatter methods with null.
251 * Test getLevel & setLevel methods with non-null value
    [all...]
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationImpl.java 190 Method[] methods = annotationType.getDeclaredMethods(); local
191 for (int i = 0; i < methods.length; ++ i) {
192 String name = methods[i].getName();
200 value = mv.getValue(classLoader, pool, methods[i]);
202 value = getDefault(name, methods[i]);
250 Method[] methods = annotationType.getDeclaredMethods();
251 for (int i = 0; i < methods.length; ++ i) {
252 String name = methods[i].getName();
260 value = mv.getValue(classLoader, pool, methods[i]);
262 value = getDefault(name, methods[i])
    [all...]
  /external/mockito/src/org/mockito/
AdditionalAnswers.java 15 * Additional answers provides factory methods for less common answers.
19 * <p>See factory methods for more information : {@link #returnsFirstArg}, {@link #returnsSecondArg},
35 * <code>then|do|will{@link org.mockito.stubbing.Answer}</code> methods. For example :
55 * <code>then|do|will{@link org.mockito.stubbing.Answer}</code> methods. For example :
75 * <code>then|do|will{@link org.mockito.stubbing.Answer}</code> methods. For example :
95 * <code>then|do|will{@link org.mockito.stubbing.Answer}</code> methods. For example :
127 * and the methods are invoked on the spy. The spied instance is only used at mock creation to copy the state from.
128 * If you call a method on a regular spy and it internally calls other methods on this spy, those calls are remembered
132 * The mock that delegates simply delegates all methods to the delegate.
133 * The delegate is used all the time as methods are delegated onto it
    [all...]
  /cts/tools/dex-tools/src/dex/structure/
DexClass.java 48 * Returns a list containing all methods declared by this {@code DexClass}.
50 * @return a list containing all methods declared by this {@code DexClass}
  /cts/tools/signature-tools/test/signature/converter/
ConvertVisibilityTest.java 52 Set<IMethod> methods = c.getMethods(); local
53 assertEquals(1, methods.size());
70 Set<IMethod> methods = c.getMethods(); local
71 assertEquals(2, methods.size());
88 Set<IMethod> methods = c.getMethods(); local
89 assertEquals(3, methods.size());
106 Set<IMethod> methods = c.getMethods(); local
107 assertEquals(4, methods.size());
  /dalvik/dx/src/com/android/dx/cf/iface/
MethodList.java 20 * Interface for lists of methods.
34 * Get the number of methods in the list.
  /dalvik/dx/src/com/android/dx/dex/cf/
CfOptions.java 38 /** filename containing list of methods to optimize */
41 /** filename containing list of methods <i>not</i> to optimize */
  /dalvik/dx/tests/002-minimal-valid/
expected.txt 26 methods[0]:
44 end methods[0]
  /dalvik/dx/tests/021-code-attrib-LineNumberTable/
expected.txt 25 methods[0]:
50 end methods[0]
  /dalvik/dx/tests/022-code-attrib-LocalVariableTable/
expected.txt 29 methods[0]:
55 end methods[0]
  /dalvik/dx/tests/023-code-exception-table/
expected.txt 28 methods[0]:
49 end methods[0]
  /dalvik/vm/native/
README.txt 10 these methods. This means that the GC will wait for these functions
12 These methods should not be declared "synchronized", because we don't
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/
TParser.g 14 // methods, instance variables and overrides
15 // of ANTLR default methods, such as error
  /external/chromium/chrome/browser/chromeos/
external_protocol_dialog.h 29 // views::DialogDelegate Methods:
38 // views::WindowDelegate Methods:
  /external/chromium/chrome/browser/ui/cocoa/
base_view.h 16 // - Funneling of mouse and key events to two methods
28 // Override these methods in a subclass.

Completed in 1337 milliseconds

<<11121314151617181920>>