/external/chromium_org/chrome/browser/ui/cocoa/ |
draggable_button_mixin.h | 19 // If the impl decides to do work on the event, methods of the mixin protocol 20 // may be called. Some of the methods declared in that protocol have base 28 // Return values for Impl methods. 32 // Return values for Mixin methods. 47 // -drag* methods of NSView when implementing this method. 126 // NSResponder implementation. NSButton subclasses should invoke these methods
|
/external/chromium_org/mojo/public/bindings/generators/ |
mojom_data.py | 21 # 'methods': [{ 131 istr(2, 'methods'): map(MethodToData, interface.methods) 138 interface.methods = map( 139 lambda method: MethodFromData(kinds, method), data['methods']) 184 for method in interface.methods:
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
scriptable_plugin.h | 5 // The browser scriptable container class. The methods on this class 48 // ------ Methods inherited from pp::deprecated::ScriptableObject: 53 // Returns true for preloaded NaCl Plugin methods and SRPC methods exported 71 // Calls preloaded NaCl Plugin methods or SRPC methods exported from
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_url_request_job.h | 39 // methods should be called, and only once per job. A job will sit idle and 40 // wait indefinitely until one of the deliver methods is called. 104 // Returns true if one of the Deliver methods has been called. 120 // AppCacheStorage::Delegate methods 132 // net::URLRequestJob methods, see url_request_job.h for doc comments 146 // FilterContext methods
|
/external/guava/guava/src/com/google/common/collect/ |
ForwardingSortedMap.java | 31 * Subclasses should override one or more methods to modify the behavior of 35 * <p><i>Warning:</i> The methods of {@code ForwardingSortedMap} forward 36 * <i>indiscriminately</i> to the methods of the delegate. For example, 42 * <p>Each of the {@code standard} methods, where appropriate, use the 46 * <p>The {@code standard} methods and the collection views they return are not 47 * guaranteed to be thread-safe, even when all of the methods that they depend
|
ForwardingSortedSet.java | 31 * Subclasses should override one or more methods to modify the behavior of the 35 * <p><i>Warning:</i> The methods of {@code ForwardingSortedSet} forward 36 * <i>indiscriminately</i> to the methods of the delegate. For example, 42 * <p>Each of the {@code standard} methods, where appropriate, uses the set's 48 * <p>The {@code standard} methods and the collection views they return are not 49 * guaranteed to be thread-safe, even when all of the methods that they depend
|
SortedMaps.java | 37 * Static utility methods pertaining to {@link SortedMap} instances. 41 * @deprecated Use the identical methods in {@link Maps}. This class is 141 * ArrayList}, may risk a {@code ClassCastException} when calling methods on 197 * other methods are supported by the map and its views. When given a key that 199 * methods throw an {@link IllegalArgumentException}. 201 * <p>When methods such as {@code removeAll()} and {@code clear()} are called 208 * <p>Many of the filtered map's methods, such as {@code size()}, 240 * other methods are supported by the map and its views. When given a value 242 * putAll()}, and {@link Entry#setValue} methods throw an {@link 245 * <p>When methods such as {@code removeAll()} and {@code clear()} are calle [all...] |
/external/javassist/src/main/javassist/ |
SerialVersionUID.java | 85 CtMethod[] methods = clazz.getDeclaredMethods(); local 90 if (methods.length > 0) 156 // methods. 157 Arrays.sort(methods, new Comparator() { 170 for (int i = 0; i < methods.length; i++) { 171 CtMethod method = methods[i];
|
/external/llvm/docs/ |
HowToUseAttributes.rst | 21 uniqued. You use the ``Attribute::get`` methods to create a new ``Attribute`` 39 methods on the Attribute class. 51 Most methods on the ``AttributeSet`` class take an index parameter. 54 ``AttributeSet`` through the ``AttributeSet::get`` methods. You can add and 60 methods (e.g. ``Raw``, ``getRawPointer``, etc.). These methods break
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_introspect.c | 95 struct dl_list *list, const struct wpa_dbus_method_desc *methods) 99 for (dsc = methods; dsc && dsc->dbus_method; dsc++) { 136 * extract_interfaces - Extract interfaces from methods, signals and props 140 * Iterates over all methods, signals, and properties registered with an 148 extract_interfaces_methods(list, obj_dsc->methods); 244 * Iterates over all methods, signals and properties registered with
|
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorJava.h | 26 * @brief Interface for JNI methods that have specific access to 248 VideoEditJava_Method g##m_class##Methods [] = 253 &g##m_class##Methods[0], \ 254 (sizeof(g##m_class##Methods) / sizeof(VideoEditJava_Method)), \ 258 videoEditJava_init##m_class##Methods( \ 285 videoEditJava_init##m_class##Methods( \
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Typeface_Delegate.java | 33 * Delegate implementing the native methods of android.graphics.Typeface 35 * Through the layoutlib_create tool, the original native methods of Typeface have been replaced 36 * by calls to methods of the same name in this delegate class. 67 // ---- Public Helper methods ---- 99 // ---- native methods ---- 194 // ---- Private delegate/helper methods ----
|
/frameworks/volley/src/com/android/volley/toolbox/ |
HttpClientStack.java | 27 import org.apache.http.client.methods.HttpDelete; 28 import org.apache.http.client.methods.HttpEntityEnclosingRequestBase; 29 import org.apache.http.client.methods.HttpGet; 30 import org.apache.http.client.methods.HttpPost; 31 import org.apache.http.client.methods.HttpPut; 32 import org.apache.http.client.methods.HttpUriRequest;
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ScheduledExecutorService.java | 13 * <p>The {@code schedule} methods create tasks with various delays 16 * {@code scheduleWithFixedDelay} methods create and execute tasks 20 * {@link ExecutorService} {@code submit} methods are scheduled with 22 * periods) are also allowed in {@code schedule} methods, and are 25 * <p>All {@code schedule} methods accept <em>relative</em> delays and 36 * The {@link Executors} class provides convenient factory methods for
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldObjectOutputStreamPutFieldTest.java | 29 * Tests the methods of {@code ObjectOutputStream.PutField}. Three things make 32 * <li>It is a completely abstract class; none of the methods is implemented in 37 * <li>Invoking the methods of {@code ObjectOutputStream.PutField} only works 46 * {@code writeObject(ObjectOutputStream)} and uses all {@code putX} methods in 55 * The test methods in this class expect to find {@code testFields.ser} and 60 * called by the test methods.
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
MethodOverridesTest.java | 98 Method[] methods = Sub.class.getMethods(); local 100 for (Method method : methods) { 115 Method[] methods = PublicSub.class.getMethods(); local 117 for (Method method : methods) { 166 private Set<String> signatures(Method[] methods) { 168 for (Method method : methods) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_descrtut.py | 225 addition to the regular methods, it also shows the methods that are 244 Static methods and class methods 246 The new introspection API makes it possible to add static methods and class 247 methods. Static methods are easy to describe: they behave pretty much like 248 static methods in C++ or Java. Here's an example: 262 Class methods use a similar pattern to declare methods that receive a [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_descrtut.py | 225 addition to the regular methods, it also shows the methods that are 244 Static methods and class methods 246 The new introspection API makes it possible to add static methods and class 247 methods. Static methods are easy to describe: they behave pretty much like 248 static methods in C++ or Java. Here's an example: 262 Class methods use a similar pattern to declare methods that receive a [all...] |
/dalvik/tools/dmtracedump/ |
TraceDump.c | 147 struct MethodEntry **methods; /* list of methods in this class */ member in struct:ClassEntry 154 struct MethodEntry **methods; /* list of methods with same name */ member in struct:UniqueMethodEntry 175 int index; /* used after sorting to number methods */ 189 MethodEntry* methods; /* 2 extra methods: "toplevel" and "unknown" */ member in struct:DataKeys 327 * methods into decreasing order of exclusive elapsed time. 342 /* If the elapsed times of two methods are equal, then sort them 365 * methods into decreasing order of inclusive elapsed time 2899 MethodEntry** methods = parseMethodEntries(dataKeys); local [all...] |
/frameworks/base/docs/html/tools/help/uiautomator/ |
UiAutomatorTestCase.jd | 74 <table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr> 162 <div style="clear:left;">Inherited Methods</div></th></tr> 167 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-junit.framework.TestCase" class="jd-expando-trigger closed" 168 ><img id="inherited-methods-junit.framework.TestCase-trigger" 175 <div id="inherited-methods-junit.framework.TestCase"> 176 <div id="inherited-methods-junit.framework.TestCase-list" 179 <div id="inherited-methods-junit.framework.TestCase-summary" style="display: none;"> 305 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-junit.framework.Assert" class="jd-expando-trigger closed" 306 ><img id="inherited-methods-junit.framework.Assert-trigger" 313 <div id="inherited-methods-junit.framework.Assert" [all...] |
/external/chromium_org/dbus/ |
object_manager_unittest.cc | 36 Property<std::vector<std::string> > methods; member in struct:dbus::ObjectManagerTest::Properties 45 RegisterProperty("Methods", &methods); 206 std::vector<std::string> methods = properties->methods.value(); local 207 ASSERT_EQ(4U, methods.size()); 208 EXPECT_EQ("Echo", methods[0]); 209 EXPECT_EQ("SlowEcho", methods[1]); 210 EXPECT_EQ("AsyncEcho", methods[2]); 211 EXPECT_EQ("BrokenMethod", methods[3]) [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
inspector_backend.py | 71 # General public methods. 90 # Public methods implemented in JavaScript. 145 # Console public methods. 155 # Memory public methods. 165 # Page public methods. 176 # Runtime public methods. 184 # Timeline public methods. 196 # Network public methods. 201 # Methods used internally by other backends. 300 """Registers a given domain for handling notification methods [all...] |
/external/chromium_org/ui/views/accessibility/ |
native_view_accessibility_win.h | 69 // Supported IAccessible methods. 149 // IAccessible2 methods not implemented. 210 // IAccessibleText methods. 245 // IAccessibleText methods not implemented. 293 // IServiceProvider methods. 299 // IAccessibleEx methods not implemented. 319 // IRawElementProviderSimple methods. 321 // The GetPatternProvider/GetPropertyValue methods need to be implemented for 327 // IRawElementProviderSimple methods not implemented. 338 // Static methods [all...] |
/external/llvm/include/llvm/IR/ |
IntrinsicInst.h | 19 // has state or virtual methods, which is an important part of this gross/neat 47 // Methods for support type inquiry through isa, cast, and dyn_cast: 63 // Methods for support type inquiry through isa, cast, and dyn_cast: 86 // Methods for support type inquiry through isa, cast, and dyn_cast: 107 // Methods for support type inquiry through isa, cast, and dyn_cast: 173 // Methods for support type inquiry through isa, cast, and dyn_cast: 202 // Methods for support type inquiry through isa, cast, and dyn_cast: 234 // Methods for support type inquiry through isa, cast, and dyn_cast: 249 // Methods for support type inquiry through isa, cast, and dyn_cast: 262 // Methods for support type inquiry through isa, cast, and dyn_cast [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zEncode.cpp | 59 for (int i = 0; i < _options.Methods.Size(); i++)
61 const CMethodFull &methodFull = _options.Methods[i];
292 if (_options.Methods.IsEmpty())
308 _options.Methods.Add(method);
319 for (i = 0; i < _options.Methods.Size(); i++)
321 const CMethodFull &methodFull = _options.Methods[i];
327 if (i < _options.Methods.Size() - 1)
419 _options.Methods.Add(method);
427 for (int i = _options.Methods.Size() - 1; i >= 0; i--)
429 const CMethodFull &methodFull = _options.Methods[i]; [all...] |