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

<<31323334353637383940>>

  /frameworks/av/media/libstagefright/include/
ThrottledSource.h 39 // following methods all call through to the wrapped DataSource's methods
  /frameworks/base/core/java/android/os/
IPowerManager.aidl 26 // WARNING: The first four methods must remain the first three methods because their
  /frameworks/base/core/java/android/service/textservice/
package.html 9 on text provided by the interface's callback methods. In the {@link
10 android.service.textservice.SpellCheckerService.Session} callback methods, you must return the
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
android.webkit.WebView.html 7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
77 <a NAME="methods"></a>
80 <TABLE summary="Removed Methods" WIDTH="100%">
82 <TH VALIGN="TOP" COLSPAN=2>Removed Methods</FONT></TD>
95 <TABLE summary="Added Methods" WIDTH="100%">
97 <TH VALIGN="TOP" COLSPAN=2>Added Methods</FONT></TD>
117 <TABLE summary="Changed Methods" WIDTH="100%">
119 <TH VALIGN="TOP" COLSPAN=3>Changed Methods</FONT></TD>
  /frameworks/base/docs/html/tools/help/uiautomator/
IAutomationSupport.jd 17 <table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr>
58 <h2>Public Methods</h2>
  /frameworks/base/docs/html/training/monetization/
index.jd 32 <p>Apart from offering paid apps, there are a number of other ways to monetize your mobile applications. In this class, we are going to examine a number of typical methods (more lessons are to come) and their associated technical best practices. Obviously, each application is different and you should experiment with different combinations of these and other monetization methods to determine what works best for you.</p>
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
SurfaceView.java 28 * Only non override public methods from the real SurfaceView have been added in there.
29 * Methods that take an unknown class as parameter or as return object, have been removed for now.
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
ContentValuesBuilder.java 21 * ContentValues-like class which enables users to chain put() methods and restricts
22 * the other methods.
  /libcore/luni/src/main/java/java/io/
NotActiveException.java 22 * place. Some methods in {@code ObjectInputStream} and {@code
25 * {@code NotActiveException} to be thrown. The list of methods that are
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
predicate_result.hpp 56 // Access methods
64 // Access methods
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
X.java 29 * assert() methods instead. <b>NOTE:</b> Except remember that JDK assertions
35 * This class should not be instantiated. It provides static methods
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
X.java 30 * assert() methods instead. <b>NOTE:</b> Except remember that JDK assertions
36 * This class should not be instantiated. It provides static methods
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
PartialInputStream.java 52 return super.read(b, off, len); //To change body of overridden methods use File | Settings | File Templates.
57 return super.skip(n); //To change body of overridden methods use File | Settings | File Templates.
  /packages/inputmethods/LatinIME/native/jni/
jni_common.cpp 67 int registerNativeMethods(JNIEnv *env, const char *const className, const JNINativeMethod *methods,
74 if (env->RegisterNatives(clazz, methods, numMethods) < 0) {
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/
examples.pro 36 native <methods>;
39 # Preserve the special static methods that are required in all enumeration
  /prebuilts/tools/common/proguard/proguard4.7/examples/
midlets.pro 19 # Allow methods with the same signature, except for the return type,
59 native <methods>;
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/utils/
ApiHelper.java 24 * Helper to deal with methods only available at certain API levels.
26 * and then call the methods they desire. If the method is not available
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FsObject.java 35 * filesystem. All invocations on methods (except this method and the
36 * methods inherited from {@link java.lang.Object}) of
  /cts/tools/signature-tools/test/signature/converter/
ConvertEnumTest.java 131 Set<IMethod> methods = c.getMethods(); local
132 assertEquals(2, methods.size());
134 for(IMethod m : methods){
174 Set<IMethod> methods = c.getMethods(); local
175 assertEquals(2, methods.size());
177 for(IMethod m : methods){
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CRC32Test.java 27 // test methods of java.util.zip.CRC32()
36 // test methods of java.util.zip.crc32.getValue()
74 // test methods of java.util.zip.crc32.reset()
92 // test methods of java.util.zip.crc32.update(int)
122 // test methods of java.util.zip.crc32.update(byte[])
146 // test methods of java.util.zip.update(byte[],int,int)
  /external/ceres-solver/docs/source/
bibliography.rst 11 .. [Bjorck] A. Bjorck, **Numerical Methods for Least Squares
20 Memory Methods**, *Mathematical Programming* 63(4):129?-156, 1994.
32 methods**, *Society for Industrial Mathematics*, 2000.
59 .. [Madsen] K. Madsen, H.B. Nielsen, and O. Tingleff, **Methods for
69 .. [Mathew] T.P.A. Mathew, **Domain decomposition methods for the
91 .. [Saad] Y. Saad, **Iterative methods for sparse linear
  /external/chromium/chrome/browser/chromeos/
wm_overview_controller.h 68 // BrowserList::Observer methods
71 // End BrowserList::Observer methods
73 // WmMessageListener::Observer methods
77 // End WmMessageListener::Observer methods
79 // NotificationObserver methods
83 // End NotificationObserver methods
  /external/chromium/testing/gmock/scripts/generator/
README.cppclean 5 Unused code can be unused functions, methods, data members, types, etc
14 * Find and print C++ language constructs: classes, methods, functions, etc.
15 * Find classes with virtual methods, no virtual destructor, and no bases
25 * (planned) Unused members (private, protected, & public) methods and data
43 To print warnings for classes with virtual methods, no virtual destructor and
53 include: find_warnings, headers, methods, and types. Some other programs
  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.h 45 // Static methods to initialize and deinit the SSL library are in
51 // static methods so it can be reused from this class. Eventually that
64 // methods has been called.
66 // Look in sslstreamadapter.h for documentation of the methods.
96 // Before calling one of the StartSSL methods, data flows
109 // The following three methods return 0 on success and a negative
  /external/chromium_org/base/
sequenced_task_runner.h 27 // SequencedTaskRunner also adds additional methods for posting
29 // may expose task-running methods which are themselves callable from
47 // * T1 doesn't call any task-running methods.
65 // question don't call any task-running methods:
98 // The two PostNonNestable*Task methods below are like their
108 // TODO(akalin): Get rid of the boolean return value for the methods

Completed in 1861 milliseconds

<<31323334353637383940>>