/external/proguard/docs/manual/ |
examples.html | 29 <li><a href="#native">Processing native methods</a> 30 <li><a href="#callback">Processing callback methods</a> 102 href="#native">native methods</a>, <a href="#callback">callback methods</a>, 121 The typical applet methods will be preserved automatically, since 126 methods</a>, <a href="#callback">callback methods</a>, <a 154 The typical midlet methods will be preserved automatically, since 170 methods</a> and <a href="#resourcefiles">resource files</a>. 238 methods</a>, <a href="#callback">callback methods</a>, and < [all...] |
/external/mockito/src/org/mockito/ |
Mockito.java | 35 * <a href="#5">5. Stubbing void methods with exceptions </a><br/>
42 * <a href="#12">12. <code>doReturn()</code>|<code>doThrow()</code>|<code>doAnswer()</code>|<code>doNothing()</code>|<code>doCallRealMethod()</code> family of methods</a><br/>
62 * Following examples mock a List, because everyone knows its interface (methods
120 * <li> By default, for all methods that return value, mock returns null, an
125 * fixture setup but the test methods can override it.
189 * Matcher methods like <code>anyObject()</code>, <code>eq()</code> <b>do not</b> return matchers.
192 * The consequence is that you cannot use <code>anyObject()</code>, <code>eq()</code> methods outside of verified/stubbed method.
236 * <h3 id="5">5. <a class="meaningful_link" href="#stubbing_with_exceptions">Stubbing void methods with exceptions</a></h3>
245 * Read more about doThrow|doAnswer family of methods in paragraph 12.
249 * This is because of improved readability and consistency with the family of {@link Mockito#doAnswer(Answer)} methods. [all...] |
/art/runtime/mirror/ |
dex_cache.cc | 60 // Initialize the resolve methods array to contain trampolines for resolution. 70 // Fixup the resolve methods array to contain trampoline for resolution.
|
/art/runtime/ |
well_known_classes.h | 36 static void Init(JNIEnv* env); // Run before native methods are registered. 37 static void LateInit(JNIEnv* env); // Run after native methods are registered.
|
/cts/tests/tests/security/src/android/security/cts/ |
NetdTest.java | 48 /* get methods */ 53 /* invoke methods */
|
/dalvik/vm/ |
Native.h | 35 * All methods for one class. The last "methodInfo" has a NULL "name". 82 * Unregister all JNI native methods associated with a class.
|
/dalvik/vm/oo/ |
Resolve.h | 23 * "Direct" and "virtual" methods are stored independently. The type of call 27 * (<clinit>, <init>, and methods declared "private" or "static" are stored
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/ |
DbQueryUtils.java | 23 * Static methods for helping us build database query selection strings. 26 // Static class with helper methods, so private constructor.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/ |
TreeRewriteParser.h | 27 // this is start of set and get methods 41 // this is start of set and get methods
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
KeyGeneratorTest.java | 43 * Tests for KeyGenerator constructor and methods 333 * <code>init(int keysize, SecureRandom random)</code> methods 367 * <code>init(AlgorithmParameterSpec params, SecureRandom random)</code> methods 394 * <code>init(SecureRandom random)</code> methods 395 * <code>init(int keysize, SecureRandom random)</code> methods 396 * <code>init(int keysize)</code> methods 397 * <code>init(AlgorithmParameterSpec params, SecureRandom random)</code> methods 398 * <code>init(AlgorithmParameterSpec params)</code> methods
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
KSPasswordProtectionTest.java | 30 * Tests for <code>KeyStore.PasswordProtection</code> class constructor and methods 46 * and the following methods
|
/external/apache-http/src/org/apache/http/client/methods/ |
package.html | 5 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/methods/package.html $ 37 Request implementations for the various HTTP methods like GET and POST.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
Method.java | 25 * output methods. 27 * The default output methods defined are:
|
/external/chromium/base/ |
message_loop_proxy.h | 18 // This class provides a thread-safe refcounted interface to the Post* methods 26 // These methods are the same as in message_loop.h, but are guaranteed to
|
/external/chromium/chrome/browser/chromeos/cros/ |
cros_mock.h | 42 // separate init methods for mocks call this one first. 73 // Methods to setup minimal mocks expectations for status area.
|
/external/chromium/chrome/browser/extensions/ |
extension_info_map.h | 22 // be created/destroyed on any thread, but all other methods must be called on 26 // object itself, since most methods are simple property accessors.
|
external_extension_provider_interface.h | 24 // is not transferred to the visitor. Callers of the methods below must 40 // the above two methods.
|
/external/chromium/chrome/browser/importer/ |
profile_import_process_client.h | 40 // These methods are used by the ProfileImportProcessHost to pass messages 50 // These methods pass back data to be written to the user's profile from
|
/external/chromium/chrome/browser/search_engines/ |
template_url_model_test_util.h | 34 // methods). 38 // methods).
|
/external/chromium/chrome/browser/sync/glue/ |
autofill_profile_change_processor.h | 37 // Virtual methods from ChangeProcessor class. 55 // Protected methods from ChangeProcessor.
|
/external/chromium/chrome/browser/sync/util/ |
extensions_activity_monitor.h | 52 // swapping. This is done mutually exclusively w.r.t methods of this class. 56 // This is done mutually exclusively w.r.t the methods of this class.
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
bookmark_folder_applescript.h | 19 // Bookmark folder manipulation methods. 37 // Bookmark item manipulation methods.
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_bridge.h | 53 // Methods from FindBar. 68 // Methods from FindBarTesting.
|
/external/chromium/net/tools/flip_server/ |
spdy_ssl.cc | 78 // Proper methods to disable compression don't exist until 0.9.9+. For now 79 // we must manipulate the stack of compression methods directly.
|
/external/chromium/webkit/glue/ |
webmediaplayer_impl.h | 8 // PipelineImpl would creates multiple threads and access some public methods 10 // methods and members. 21 // Proxies methods calls from the media pipeline to WebKit. 99 // Methods for Filter -> WebMediaPlayerImpl communication. 104 // Methods for WebMediaPlayerImpl -> Filter communication. 113 // Methods for PipelineImpl -> WebMediaPlayerImpl communication. 216 // Methods for painting. 295 // for DCHECKs so methods calls won't execute in the wrong thread.
|