OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:methods
(Results
926 - 950
of
15977
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/art/test/044-proxy/src/
BasicTest.java
75
Method[]
methods
= proxy.getClass().getDeclaredMethods();
local
76
Arrays.sort(
methods
, new Comparator<Method>() {
87
System.out.println("Proxy
methods
: " + Arrays.deepToString(
methods
));
88
Method meth =
methods
[
methods
.length -1];
/external/chromium/chrome/browser/
browser_main.h
37
// - calls various
methods
for things common to all platforms (for that given
42
// "Post...()"
methods
when necessary; they need not call the superclass's
61
// from one of the platform-specific |Pre/Post...()|
methods
; do this if the
99
//
Methods
to be overridden to provide platform-specific code; these
107
//
Methods
for |EarlyInitialization()| ---------------------------------------
131
//
Methods
for |MainMessageLoopStart()| --------------------------------------
/external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_delegate.mm
154
// HistorySwiperDelegate
methods
177
// TODO(suzhe): Plumb the "can*"
methods
up from WebCore.
203
// Spellchecking
methods
204
// The next five
methods
are implemented here since this class is the first
221
// other spelling panel
methods
. This is probably because Apple assumes that the
261
// END Spellchecking
methods
/external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller_private.h
20
// Private
methods
for the |BrowserWindowController|. This category should
21
// contain the private
methods
used by different parts of the BWC; private
22
//
methods
used only by single parts should be declared in their own file.
24
// BWC, and figuring out which
methods
belong here (need to unravel
131
// Called on Snow Leopard or earlier to enter or exit fullscreen. These
methods
132
// are internal implementations of |-setFullscreen:|. These
methods
must not be
/external/chromium_org/third_party/libjingle/source/talk/base/
opensslstreamadapter.h
48
// Static
methods
to initialize and deinit the SSL library are in
54
// static
methods
so it can be reused from this class. Eventually that
67
//
methods
has been called.
69
// Look in sslstreamadapter.h for documentation of the
methods
.
125
// Before calling one of the StartSSL
methods
, data flows
137
// The following three
methods
return 0 on success and a negative
/external/clang/test/SemaObjC/
arc.m
195
- (Test8_complete*) init50; // expected-error {{init
methods
must return a type related to the receiver type}}
196
- (Test8_complete*) init51; // expected-error {{init
methods
must return a type related to the receiver type}}
197
- (Test8_complete*) init52; // expected-error {{init
methods
must return a type related to the receiver type}}
198
- (Test8_complete*) init53; // expected-error {{init
methods
must return a type related to the receiver type}}
199
- (Test8_complete*) init54; // expected-error {{init
methods
must return a type related to the receiver type}}
200
- (Test8_complete*) init55; // expected-error {{init
methods
must return a type related to the receiver type}}
220
- (Test8_incomplete*) init02 { return 0; } // expected-error {{init
methods
must return a type related to the receiver type}} \
222
- (Test8_incomplete*) init12 { return 0; } // expected-error {{init
methods
must return a type related to the receiver type}}
223
- (Test8_incomplete*) init22 { return 0; } // expected-error {{init
methods
must return a type related to the receiver type}}
224
- (Test8_incomplete*) init32 { return 0; } // expected-error {{init
methods
must return a type related to the receiver type}}
[
all
...]
instancetype.m
45
// Test that message sends to instancetype
methods
have the right type.
47
// instancetype on class
methods
51
// instancetype on instance
methods
55
// instancetype on class
methods
using protocols
61
// instancetype on instance
methods
84
// Test that message sends to super
methods
have the right type.
/external/clang/test/SemaObjCXX/
instancetype.mm
45
// Test that message sends to instancetype
methods
have the right type.
47
// instancetype on class
methods
51
// instancetype on instance
methods
55
// instancetype on class
methods
using protocols
61
// instancetype on instance
methods
84
// Test that message sends to super
methods
have the right type.
/external/guava/guava/src/com/google/common/collect/
ForwardingCollection.java
30
* Subclasses should override one or more
methods
to modify the behavior of the
34
* <p><b>Warning:</b> The
methods
of {@code ForwardingCollection} forward
35
* <b>indiscriminately</b> to the
methods
of the delegate. For example,
41
* <p>The {@code standard}
methods
are not guaranteed to be thread-safe, even
42
* when all of the
methods
that they depend on are thread-safe.
257
* #size} and {@link #iterator}. If you override either of these
methods
, you
/external/proguard/docs/manual/
introduction.html
15
methods
, and attributes. The optimization step analyzes and optimizes the
16
bytecode of the
methods
. The obfuscation step renames the remaining classes,
17
fields, and
methods
using short meaningless names. These first steps make the
82
your code. These entry points are typically classes with main
methods
, applets,
90
Among other optimizations, classes and
methods
that are not entry points
92
and some
methods
may be inlined.
/external/proguard/src/proguard/optimize/
MethodDescriptorShrinker.java
35
*
methods
that it visits.
64
* @param extraMemberVisitor an optional extra visitor for all
methods
whose
162
// All parameters of non-static
methods
are shifted by one in the local
202
// Small utility
methods
.
209
// All parameters of non-static
methods
are shifted by one in the local
255
// All parameters of non-static
methods
are shifted by one in the local
/frameworks/base/docs/html/sdk/api_diff/11/changes/
android.database.AbstractCursor.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="Added
Methods
" WIDTH="100%">
82
<TH VALIGN="TOP" COLSPAN=2>Added
Methods
</FONT></TD>
102
<TABLE summary="Changed
Methods
" WIDTH="100%">
104
<TH VALIGN="TOP" COLSPAN=3>Changed
Methods
</FONT></TD>
android.database.sqlite.SQLiteProgram.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="Added
Methods
" WIDTH="100%">
82
<TH VALIGN="TOP" COLSPAN=2>Added
Methods
</FONT></TD>
95
<TABLE summary="Changed
Methods
" WIDTH="100%">
97
<TH VALIGN="TOP" COLSPAN=3>Changed
Methods
</FONT></TD>
android.graphics.Canvas.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.">
92
<a NAME="
methods
"></a>
95
<TABLE summary="Removed
Methods
" WIDTH="100%">
97
<TH VALIGN="TOP" COLSPAN=2>Removed
Methods
</FONT></TD>
124
<TABLE summary="Added
Methods
" WIDTH="100%">
126
<TH VALIGN="TOP" COLSPAN=2>Added
Methods
</FONT></TD>
android.widget.GridView.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>
/frameworks/base/docs/html/sdk/api_diff/12/changes/
android.app.Fragment.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="Added
Methods
" WIDTH="100%">
82
<TH VALIGN="TOP" COLSPAN=2>Added
Methods
</FONT></TD>
95
<TABLE summary="Changed
Methods
" WIDTH="100%">
97
<TH VALIGN="TOP" COLSPAN=3>Changed
Methods
</FONT></TD>
/frameworks/base/docs/html/sdk/api_diff/13/changes/
android.view.Display.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="Added
Methods
" WIDTH="100%">
82
<TH VALIGN="TOP" COLSPAN=2>Added
Methods
</FONT></TD>
102
<TABLE summary="Changed
Methods
" WIDTH="100%">
104
<TH VALIGN="TOP" COLSPAN=3>Changed
Methods
</FONT></TD>
/frameworks/base/docs/html/sdk/api_diff/14/changes/
android.media.MediaPlayer.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>
android.media.MediaRecorder.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="Added
Methods
" WIDTH="100%">
82
<TH VALIGN="TOP" COLSPAN=2>Added
Methods
</FONT></TD>
95
<TABLE summary="Changed
Methods
" WIDTH="100%">
97
<TH VALIGN="TOP" COLSPAN=3>Changed
Methods
</FONT></TD>
android.speech.tts.TextToSpeech.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.">
92
<a NAME="
methods
"></a>
95
<TABLE summary="Added
Methods
" WIDTH="100%">
97
<TH VALIGN="TOP" COLSPAN=2>Added
Methods
</FONT></TD>
110
<TABLE summary="Changed
Methods
" WIDTH="100%">
112
<TH VALIGN="TOP" COLSPAN=3>Changed
Methods
</FONT></TD>
android.webkit.WebSettings.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="Added
Methods
" WIDTH="100%">
82
<TH VALIGN="TOP" COLSPAN=2>Added
Methods
</FONT></TD>
102
<TABLE summary="Changed
Methods
" WIDTH="100%">
104
<TH VALIGN="TOP" COLSPAN=3>Changed
Methods
</FONT></TD>
android.widget.FrameLayout.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="Added
Methods
" WIDTH="100%">
82
<TH VALIGN="TOP" COLSPAN=2>Added
Methods
</FONT></TD>
95
<TABLE summary="Changed
Methods
" WIDTH="100%">
97
<TH VALIGN="TOP" COLSPAN=3>Changed
Methods
</FONT></TD>
android.widget.RemoteViews.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="Added
Methods
" WIDTH="100%">
82
<TH VALIGN="TOP" COLSPAN=2>Added
Methods
</FONT></TD>
95
<TABLE summary="Changed
Methods
" WIDTH="100%">
97
<TH VALIGN="TOP" COLSPAN=3>Changed
Methods
</FONT></TD>
/frameworks/base/docs/html/sdk/api_diff/15/changes/
android.speech.tts.TextToSpeech.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="Added
Methods
" WIDTH="100%">
82
<TH VALIGN="TOP" COLSPAN=2>Added
Methods
</FONT></TD>
102
<TABLE summary="Changed
Methods
" WIDTH="100%">
104
<TH VALIGN="TOP" COLSPAN=3>Changed
Methods
</FONT></TD>
/frameworks/base/docs/html/sdk/api_diff/16/changes/
android.accessibilityservice.AccessibilityServiceInfo.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="Added
Methods
" WIDTH="100%">
82
<TH VALIGN="TOP" COLSPAN=2>Added
Methods
</FONT></TD>
95
<TABLE summary="Changed
Methods
" WIDTH="100%">
97
<TH VALIGN="TOP" COLSPAN=3>Changed
Methods
</FONT></TD>
Completed in 1065 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>