HomeSort by relevance Sort by last modified time
    Searched full:code (Results 1476 - 1500 of 26167) sorted by null

<<51525354555657585960>>

  /external/proguard/src/proguard/classfile/visitor/
ClassVersionFilter.java 26 * This <code>ClassVisitor</code> delegates its visits to program classes to
27 * another given <code>ClassVisitor</code>, but only when the class version
43 * @param classVisitor the <code>ClassVisitor</code> to which visits
ExceptClassFilter.java 26 * This <code>ClassVisitor</code> delegates its visits to another given
27 * <code>ClassVisitor</code>, except for one given class.
40 * @param classVisitor the <code>ClassVisitor</code> to which visits will
ExceptClassesFilter.java 26 * This <code>ClassVisitor</code> delegates its visits to another given
27 * <code>ClassVisitor</code>, except for classes are in a given list.
40 * @param classVisitor the <code>ClassVisitor</code> to which visits will
ImplementedClassConstantFilter.java 29 * This <code>ConstantVisitor</code> delegates its visits to class constants
30 * to another given <code>ConstantVisitor</code>, except for classes that
47 * @param constantVisitor the <code>ConstantVisitor</code> to which visits
ImplementedClassFilter.java 26 * This <code>ClassVisitor</code> delegates its visits to another given
27 * <code>ClassVisitor</code>, except for classes that extend or implement
42 * @param classVisitor the <code>ClassVisitor</code> to which visits will
ImplementingClassConstantFilter.java 29 * This <code>ConstantVisitor</code> delegates its visits to class constants
30 * to another given <code>ConstantVisitor</code>, except for classes that
48 * @param constantVisitor the <code>ConstantVisitor</code> to which visits
LibraryMemberFilter.java 27 * This <code>MemberVisitor</code> delegates its visits to another given
28 * <code>MemberVisitor</code>, but only when visiting members of library
40 * @param memberVisitor the <code>MemberVisitor</code> to which
MethodImplementationFilter.java 27 * This <code>MemberVisitor</code> delegates its visits to methods to
28 * another given <code>MemberVisitor</code>, but only when the visited
43 * @param memberVisitor the <code>MemberVisitor</code> to which
ProgramMemberFilter.java 27 * This <code>MemberVisitor</code> delegates its visits to another given
28 * <code>MemberVisitor</code>, but only when visiting members of program
40 * @param memberVisitor the <code>MemberVisitor</code> to which
SubclassFilter.java 26 * This <code>ClassVisitor</code> delegates its visits to another given
27 * <code>ClassVisitor</code>, except for classes that have a given class as
41 * @param classVisitor the <code>ClassVisitor</code> to which visits will
  /external/proguard/src/proguard/optimize/
ConstantMemberFilter.java 30 * This <code>MemberVisitor</code> delegates its visits to program class members
31 * to another given <code>MemberVisitor</code>, but only when the visited
46 * @param constantMemberVisitor the <code>MemberVisitor</code> to which
WriteOnlyFieldFilter.java 29 * This <code>MemberVisitor</code> delegates its visits to program fields to
30 * other given <code>MemberVisitor</code> instances, but only when the visited
45 * @param writeOnlyFieldVisitor the <code>MemberVisitor</code> to which
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
10.1.4-1.js 13 * The Original Code is Mozilla Communicator client code, released March
16 * The Initial Developer of the Original Code is Netscape Communications
28 * Global Code, Function Code
32 * Eval Code
  /external/webkit/WebCore/page/
GeolocationError.h 7 * 1. Redistributions of source code must retain the above copyright
45 static PassRefPtr<GeolocationError> create(ErrorCode code, const String& message) { return adoptRef(new GeolocationError(code, message)); }
47 ErrorCode code() const { return m_code; } function in class:WebCore::GeolocationError
51 GeolocationError(ErrorCode code, const String& message)
52 : m_code(code)
PositionError.h 7 * 1. Redistributions of source code must retain the above copyright
43 static PassRefPtr<PositionError> create(ErrorCode code, const String& message) { return adoptRef(new PositionError(code, message)); }
45 ErrorCode code() const { return m_code; } function in class:WebCore::PositionError
51 PositionError(ErrorCode code, const String& message)
52 : m_code(code)
  /external/webkit/WebCore/storage/
SQLError.h 8 * 1. Redistributions of source code must retain the above copyright
41 static PassRefPtr<SQLError> create(unsigned code, const String& message) { return adoptRef(new SQLError(code, message)); }
43 unsigned code() const { return m_code; } function in class:WebCore::SQLError
47 SQLError(unsigned code, const String& message) : m_code(code), m_message(message.threadsafeCopy()) { }
  /frameworks/base/docs/html/resources/articles/
avoiding-memory-leaks.jd 16 <p>On Android, a <code>Context</code> is used for many operations
18 receive a <code>Context</code> parameter in their constructor. In a
20 <code>Context</code>, {@link android.app.Activity} and
22 the developer passes to classes and methods that need a <code>Context</code>:</p>
37 View hierarchy and all its resources. Therefore, if you leak the <code>Context</code>
    [all...]
  /frameworks/base/docs/html/resources/tutorials/views/
hello-gallery.jd 17 <code>res/drawable/</code> directory.</li>
18 <li>Open the <code>res/layout/main.xml</code> file and insert the following:
29 <li>Open the <code>HelloGallery.java</code> file and insert the following code for the
47 <p>This starts by setting the {@code main.xml} layout as the content view and then capturing the
51 <code>ImageAdapter</code> i
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.app.Activity.html 74 Class android.app.<A HREF="../../../../reference/android/app/Activity.html" target="_top"><font size="+2"><code>Activity</code></font></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#closeContextMenu()" target="_top"><code>closeContextMenu</code></A>()</nobr>
94 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#hasWindowFocus()" target="_top"><code>hasWindowFocus</code></A>()</nobr
    [all...]
android.graphics.RectF.html 74 Class android.graphics.<A HREF="../../../../reference/android/graphics/RectF.html" target="_top"><font size="+2"><code>RectF</code></font></A>
76 <p><font xsize="+1">Added interface <code>android.os.Parcelable</code>.<br></font>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/graphics/RectF.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
95 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/graphics/RectF.html#readFromParcel(android.os.Parcel) (…)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
android.widget.TabWidget.html 74 Class android.widget.<A HREF="../../../../reference/android/widget/TabWidget.html" target="_top"><font size="+2"><code>TabWidget</code></font></A>
87 <nobr><code>View</code>&nbsp;<A HREF="../../../../reference/android/widget/TabWidget.html#getChildTabViewAt(int)" target="_top"><code>getChildTabViewAt</code></A>(<code>int</code>)</nobr>
94 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/widget/TabWidget.html#getTabCount()" target="_top"><c (…)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.content.pm.PackageManager.html 74 Class android.content.pm.<A HREF="../../../../reference/android/content/pm/PackageManager.html" target="_top"><font size="+2"><code>PackageManager</code></font></A>
87 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/pm/PackageManager.html#checkSignatures(int, int)" target="_top"><code>checkSignatures</code></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
94 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/pm/PackageManager.html#getInstallerPackageNam (…)
    [all...]
android.test.mock.MockPackageManager.html 74 Class android.test.mock.<A HREF="../../../../reference/android/test/mock/MockPackageManager.html" target="_top"><font size="+2"><code>MockPackageManager</code></font></A>
87 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/test/mock/MockPackageManager.html#checkSignatures(int, int)" target="_top"><code>checkSignatures</code></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
94 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/test/mock/MockPackageManager.html#getInstallerPackage (…)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.media.ExifInterface.html 74 Class android.media.<A HREF="../../../../reference/android/media/ExifInterface.html" target="_top"><font size="+2"><code>ExifInterface</code></font></A>
87 <nobr><code>double</code>&nbsp;<A HREF="../../../../reference/android/media/ExifInterface.html#getAttributeDouble(java.lang.String, double)" target="_top"><code>getAttributeDouble</code></A>(<code>String,</nobr> double<nobr><nobr></code>)</nobr>
103 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/media/ExifInterface.html#TAG_FOCAL_LENGTH" target="_t (…)
    [all...]
android.os.Debug.html 74 Class android.os.<A HREF="../../../../reference/android/os/Debug.html" target="_top"><font size="+2"><code>Debug</code></font></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/os/Debug.html#dumpService(java.lang.String, java.io.FileDescriptor, java.lang.String[])" target="_top"><code>dumpService</code></A>(<code>String,</nobr> FileDescriptor<nobr>,</nobr> String[]<nobr><nobr></code>)</nobr>
94 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/os/Debug.html#getGlobalClassInitCount()" target="_top (…)
    [all...]

Completed in 120 milliseconds

<<51525354555657585960>>