Searched
full:methods (Results
651 -
675 of
15977) sorted by null
<<21222324252627282930>>
/external/jdiff/src/jdiff/ |
MergeChanges.java | 10 * two methods with the same name, and one or more of them has a 13 * multiple methods with the same name. 21 * Another merge which can be made is if two or more methods with the same name 53 // Methods 58 // Only merge locally defined methods 119 * Convert some removed and added methods into changed methods. 129 * Convert single removed and added methods into a changed method. 140 // removedMethod in both the removed and added methods. 152 // initialized yet if there were multiple methods of the sam [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
SceneGraphVisitorAdapter.java | 7 * supplying visit methods that take them.
|
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/ |
NumUtil.java | 8 * Provides various helper methods for number conversions (such as degree to radian
|
/external/jsr305/ri/src/main/java/javax/annotation/concurrent/ |
ThreadSafe.java | 14 * methods) may put the object into an invalid state, regardless of the
|
/external/junit/src/org/junit/rules/ |
Timeout.java | 11 * The Timeout Rule applies the same timeout to all test methods in a class:
|
Verifier.java | 8 * otherwise passing test methods into failing tests if a verification check is
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_service.h | 88 // Prints signatures for all methods in the 94 // Generate the default implementations of the service methods, which 101 // Generate the Get{Request,Response}Prototype() methods. 104 // Generate the stub's implementations of the service methods.
|
/external/skia/include/core/ |
SkEmptyShader.h | 19 * so it never expects that its shadeSpan() methods will get called.
|
/external/skia/src/gpu/ |
GrTest.cpp | 28 // GrDrawTarget and regular drawing. We could also assert or fail in GrContext drawing methods
|
/external/smack/src/org/apache/harmony/javax/security/auth/ |
AuthPermission.java | 25 * Governs the use of methods in this package and also its subpackages. A 26 * <i>target name</i> of the permission specifies which methods are allowed 31 * doAs invoke Subject.doAs methods. 32 * doAsPrivileged invoke the Subject.doAsPrivileged methods.
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
IteratorOptions.java | 73 * @return Returns the instance to call more set-methods. 86 * @return Returns the instance to call more set-methods. 99 * @return Returns the instance to call more set-methods. 112 * @return Returns the instance to call more set-methods.
|
/frameworks/base/core/java/android/accessibilityservice/ |
package.html | 13 service requires extends this class and implements its abstract methods.
|
/frameworks/base/core/java/android/speech/tts/ |
AbstractSynthesisCallback.java | 19 * Defines additional methods the synthesis callback must implement that
|
/frameworks/base/core/java/android/webkit/ |
MustOverrideException.java | 19 // TODO: Remove MustOverrideException and make all methods throwing it abstract instead;
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
index.jd | 43 focus. During this process, the Android system calls a series of lifecycle methods on the 46 lifecycle methods on your activity as it moves into the background (where the activity is no 49 <p>Within the lifecycle callback methods, you can declare how your activity behaves when the 55 <p>This class explains important lifecycle callback methods that each {@link
|
/frameworks/base/docs/html/training/keyboard-input/ |
commands.jd | 23 or directly handle the keyboard input yourself, you can do so by implementing callback methods 31 should generally override the callback methods in your extension of these classes as 77 query the {@link android.view.KeyEvent} that's passed to the callback method. Several methods 80 the exact modifier key you care about is being pressed with methods such as
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
FusedLocationHardwareSink.java | 26 * Methods to provide a facade for IFusedLocationHardware
|
/frameworks/base/media/java/android/media/ |
NotProvisionedException.java | 22 * install a certificate using the MediaDrm provisioning methods then retry
|
/frameworks/base/test-runner/src/android/test/ |
ProviderTestCase.java | 65 new MockContext(), // The context that most methods are delegated to 66 getInstrumentation().getTargetContext(), // The context that file methods are delegated to 103 new MockContext(), // The context that most methods are delegated to 104 targetContext, // The context that file methods are delegated to
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Typeface_Accessor.java | 20 * Class allowing access to package-protected methods/fields.
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
ViewConfiguration_Accessor.java | 20 * Class allowing access to package-protected methods/fields.
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/inputmethod/ |
InputMethodManager_Accessor.java | 20 * Class allowing access to package-protected methods/fields.
|
/frameworks/base/tools/layoutlib/create/ |
README.txt | 95 - specific methods to override (see method stubs details below). 96 - specific methods for which to delegate calls. 97 - specific methods to remove based on their return type. 115 Methods are also changed from protected/private to public. 116 The code of the methods is then kept as-is, except for native methods which are 117 replaced by a stub. Methods that are to be overridden are also replaced by a stub. 123 all inner classes and references in methods and types. Note that other classes are 142 As indicated above, all native and overridden methods are replaced by a stub. 168 to intercept calls to some specific methods that are stubbed out and chang [all...] |
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/helpers/ |
AppHelperBase.java | 29 * App helpers should provide methods for accessing various UI widgets. 31 * SomeAppHelper.ActionBar.getRefreshButton(). Methods like this help the tests check the 32 * state of the targeted widget as well as clicking it if need be. These types of methods are 39 * and key functionality helper methods, will abstract the tests from the UI implementation and
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyPairGenerator3Test.java | 86 * methods 88 * of these methods 113 * methods 114 * Assertion: these methods are used without previously initialization
|
Completed in 1541 milliseconds
<<21222324252627282930>>