/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
pseudotcpchannel.h | 69 // Signal thread methods 93 // Stream thread methods 101 // Multi-thread methods 106 // Signal thread methods 109 // Worker thread methods
|
/external/chromium_org/chromeos/dbus/ |
shill_client_helper.h | 50 // A callback to handle responses for methods with DictionaryValue results. 55 // A callback to handle responses for methods with DictionaryValue results. 60 // A callback to handle responses of methods returning a ListValue. 67 // A callback that handles responses for methods with string results. 70 // A callback that handles responses for methods with boolean results.
|
/external/chromium_org/components/plugins/renderer/ |
webview_plugin.h | 39 // callback methods from Javascript inside the WebFrame. 70 // WebPlugin methods: 108 // WebViewClient methods: 120 // WebWidgetClient methods: 124 // WebFrameClient methods:
|
/external/chromium_org/content/browser/ssl/ |
ssl_error_handler.h | 32 // methods to implement the actions that should be taken on the UI thread. 33 // These methods can call the different convenience methods ContinueRequest/ 119 // The following 2 methods are the methods subclasses should implement.
|
/external/chromium_org/dbus/ |
test_service.h | 29 // The test service exports an object with methods such as Echo() and 45 // The number of methods we'll export. 55 // Waits until the service is started (i.e. all methods are exported). 108 // Exported methods. 174 // The number of methods actually exported.
|
/external/chromium_org/remoting/protocol/ |
negotiating_authenticator_unittest.cc | 66 std::vector<AuthenticationMethod> methods; local 67 methods.push_back(AuthenticationMethod::Spake2Pair()); 68 methods.push_back(AuthenticationMethod::Spake2( 71 methods.push_back(AuthenticationMethod::Spake2( 82 scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher>(), methods);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebSharedWorkerImpl.h | 70 // WebCore::WorkerReportingProxy methods: 82 // WebCore::WorkerLoaderProxy methods: 87 // WebFrameClient methods to support resource loading thru the 'shadow page'. 91 // WebSharedWorkerConnector methods: 96 // WebSharedWorker methods:
|
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/ |
pseudotcpchannel.h | 70 // Signal thread methods 95 // Stream thread methods 103 // Multi-thread methods 108 // Signal thread methods 111 // Worker thread methods
|
/external/clang/include/clang/AST/ |
NSAPI.h | 69 /// \brief Enumerates the NSArray methods used to generate literals. 89 /// \brief Enumerates the NSDictionary methods used to generate literals. 140 /// \brief Enumerates the NSNumber methods used to generate literals. 200 /// \brief The selectors for Objective-C NSArray methods. 203 /// \brief The selectors for Objective-C NSDictionary methods.
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
AbstractListeningExecutorService.java | 11 * customization methods needed by MoreExecutors.listeningDecorator. This class is a copy of 12 * AbstractExecutorService from the JSR166 CVS repository. It contains the desired methods. 32 * Implements {@link ListeningExecutorService} execution methods atop the abstract {@link #execute} 33 * method. More concretely, the {@code submit}, {@code invokeAny} and {@code invokeAll} methods 36 * <p>In addition to {@link #execute}, subclasses must implement all methods related to shutdown and
|
/external/proguard/src/proguard/classfile/ |
Clazz.java | 94 // Methods pertaining to related classes. 126 // Methods for getting specific class members. 139 // Methods for accepting various types of visitors. 209 * Lets the given member info visitor visit all methods of this class. 220 * overriding methods down the class hierarchy. This can only be true
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
ParseOptions.java | 56 * @return Returns the instance to call more set-methods. 76 * @return Returns the instance to call more set-methods. 96 * @return Returns the instance to call more set-methods. 116 * @return Returns the instance to call more set-methods. 136 * @return Returns the instance to call more set-methods.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
HeadsUpNotificationView.java | 105 // LinearLayout methods 121 // ViewGroup methods 153 // View methods 175 // ExpandHelper.Callback methods 206 // SwipeHelper.Callback methods
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
OverrideMethod.java | 22 * Allows stub methods from LayoutLib to be overriden at runtime. 36 * Sets the default listener for all methods not specifically handled. 65 * by the stubbed methods generated by the LayoutLib_create tool. 71 * @param caller The calling object. Null for static methods, "this" for instance methods.
|
/packages/apps/Email/tests/src/com/android/email/ |
DBTestHelper.java | 43 * Helper classes (and possibly methods) for database related tests. 130 * Simple {@link MockCursor} subclass that implements common methods. 193 // Following methods are not supported by the mock context. 227 new MockContext2(context), // The context that most methods are delegated to 228 context, // The context that file methods are delegated to
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
examples.html | 41 <li><a href="#native">Processing native methods</a></li> 42 <li><a href="#callback">Processing callback methods</a></li> 119 href="#native">native methods</a>, <a href="#callback">callback methods</a>, 137 The typical applet methods will be preserved automatically, since 142 methods</a>, <a href="#callback">callback methods</a>, <a 170 The typical midlet methods will be preserved automatically, since 186 methods</a> and <a href="#resourcefiles">resource files</a>. 262 methods</a>, <a href="#callback">callback methods</a> [all...] |
/build/tools/droiddoc/templates-ds/ |
class.cs | 20 <?cs if:subcount(cl.methods) ?> 78 <?cs if:subcount(class.methods.public) ?> 79 <?cs if:linkcount ?>| <?cs /if ?><a href="#pubmethods">Methods</a> 82 <?cs if:subcount(class.methods.protected) ?> 83 <?cs if:linkcount ?>| <?cs /if ?><a href="#promethods">Protected Methods</a> 87 <?cs if:linkcount ?>| <?cs /if ?><a href="#inhmethods">Inherited Methods</a> 180 <?cs def:write_method_summary(methods, included) ?> 182 <?cs each:method = methods ?> 241 <td class="jd-linkcol"><?cs each:m=attr.methods ?> 282 || subcount(class.methods.public [all...] |
/build/tools/droiddoc/templates-sac/ |
class.cs | 20 <?cs if:subcount(cl.methods) ?> 78 <?cs if:subcount(class.methods.public) ?> 79 <?cs if:linkcount ?>| <?cs /if ?><a href="#pubmethods">Methods</a> 82 <?cs if:subcount(class.methods.protected) ?> 83 <?cs if:linkcount ?>| <?cs /if ?><a href="#promethods">Protected Methods</a> 87 <?cs if:linkcount ?>| <?cs /if ?><a href="#inhmethods">Inherited Methods</a> 180 <?cs def:write_method_summary(methods, included) ?> 182 <?cs each:method = methods ?> 241 <td class="jd-linkcol"><?cs each:m=attr.methods ?> 282 || subcount(class.methods.public [all...] |
/build/tools/droiddoc/templates-sdk/ |
class.cs | 20 <?cs if:subcount(cl.methods) ?> 78 <?cs if:subcount(class.methods.public) ?> 79 <?cs if:linkcount ?>| <?cs /if ?><a href="#pubmethods">Methods</a> 82 <?cs if:subcount(class.methods.protected) ?> 83 <?cs if:linkcount ?>| <?cs /if ?><a href="#promethods">Protected Methods</a> 87 <?cs if:linkcount ?>| <?cs /if ?><a href="#inhmethods">Inherited Methods</a> 180 <?cs def:write_method_summary(methods, included) ?> 182 <?cs each:method = methods ?> 241 <td class="jd-linkcol"><?cs each:m=attr.methods ?> 282 || subcount(class.methods.public [all...] |
/external/doclava/res/assets/templates/ |
class.cs | 14 <?cs if:subcount(cl.methods) ?> 72 <?cs if:subcount(class.methods.public) ?> 73 <?cs if:linkcount ?>| <?cs /if ?><a href="#pubmethods">Methods</a> 76 <?cs if:subcount(class.methods.protected) ?> 77 <?cs if:linkcount ?>| <?cs /if ?><a href="#promethods">Protected Methods</a> 81 <?cs if:linkcount ?>| <?cs /if ?><a href="#inhmethods">Inherited Methods</a> 170 <?cs def:write_method_summary(methods, included) ?> 172 <?cs each:method = methods ?> 231 <td class="jd-linkcol"><?cs each:m=attr.methods ?> 272 || subcount(class.methods.public [all...] |
/external/clang/test/SemaCXX/ |
warn-thread-safety-parsing.cpp | 112 // expected-warning {{'no_thread_safety_analysis' attribute only applies to functions and methods}} 117 // expected-warning {{'no_thread_safety_analysis' attribute only applies to functions and methods}} 122 // expected-warning {{'no_thread_safety_analysis' attribute only applies to functions and methods}} 127 // expected-warning {{'no_thread_safety_analysis' attribute only applies to functions and methods}} 131 // expected-warning {{'no_thread_safety_analysis' attribute only applies to functions and methods}} 578 // expected-warning {{'exclusive_lock_function' attribute only applies to functions and methods}} 583 // expected-warning {{'exclusive_lock_function' attribute only applies to functions and methods}} 588 // expected-warning {{'exclusive_lock_function' attribute only applies to functions and methods}} 593 // expected-warning {{'exclusive_lock_function' attribute only applies to functions and methods}} 597 // expected-warning {{'exclusive_lock_function' attribute only applies to functions and methods}} [all...] |
/frameworks/base/core/java/android/app/ |
AlertDialog.java | 395 * @return This Builder object to allow for chaining of calls to set methods 405 * @return This Builder object to allow for chaining of calls to set methods 414 * methods {@link #setTitle(int)} and {@link #setIcon(int)} should be 417 * via the other methods. 421 * @return This Builder object to allow for chaining of calls to set methods 431 * @return This Builder object to allow for chaining of calls to set methods 441 * @return This Builder object to allow for chaining of calls to set methods 451 * @return This Builder object to allow for chaining of calls to set methods 461 * @return This Builder object to allow for chaining of calls to set methods 485 * @return This Builder object to allow for chaining of calls to set methods [all...] |
/art/test/046-reflect/ |
expected.txt | 110 got methods 121 methods are unique 122 methods are .equals
|
/cts/tests/tests/jni/src/android/jni/cts/ |
StaticNonce.java | 20 * Class with a bunch of native static methods. These methods are called by 37 // See JniStaticTest for the expected behavior of these methods.
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
TextReport.java | 64 List<ApiMethod> methods = new ArrayList<ApiMethod>(apiClass.getMethods()); local 65 Collections.sort(methods); 66 for (ApiMethod method : methods) {
|