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

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Collections.Tests.pas 7 Modify the generated code to correctly setup and call the methods from the unit
21 // Test methods for class IHashList
33 // Test methods for class IStackList
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tokens.py 47 Using setter/getter methods is deprecated. Use o.text instead.
54 Using setter/getter methods is deprecated. Use o.text instead.
62 Using setter/getter methods is deprecated. Use o.type instead."""
69 Using setter/getter methods is deprecated. Use o.type instead."""
79 Using setter/getter methods is deprecated. Use o.line instead."""
86 Using setter/getter methods is deprecated. Use o.line instead."""
96 Using setter/getter methods is deprecated. Use o.charPositionInLine instead."""
103 Using setter/getter methods is deprecated. Use o.charPositionInLine instead."""
111 Using setter/getter methods is deprecated. Use o.channel instead."""
118 Using setter/getter methods is deprecated. Use o.channel instead.""
    [all...]
  /external/chromium/chrome/browser/sync/notifier/
sync_notifier.h 10 // and all its methods must be called on the same thread (not necessarily
11 // the one it was created on). If the methods thread is different from the
12 // creation thread, then the methods thread must not exist when the SyncNotifier
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
back_forward_menu_controller.mm 25 // Own methods:
45 // Methods as delegate:
92 // Action methods:
  /external/chromium_org/chrome/browser/extensions/
extension_error_ui.h 30 // Add[...]Extension methods.
58 // Model methods for the bubble view.
64 // Sub-classes should call this methods based on the actions taken by the user
extension_special_storage_policy.h 29 // quota::SpecialStoragePolicy methods used by storage subsystems and the
30 // browsing data remover. These methods are safe to call on any thread.
39 // Methods used by the ExtensionService to populate this class.
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
notification_bitmap_fetcher.h 49 // Methods inherited from URLFetcherDelegate
52 // Use accessor methods on |source| to get the results.
61 // Methods inherited from ImageDecoder::Delegate
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service_delegate.h 28 // TabRestoreService to operate. These methods are mostly copies of existing
29 // Browser methods.
47 // see Browser methods with the same names
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
back_forward_menu_controller.mm 23 // Own methods:
43 // Methods as delegate:
90 // Action methods:
  /external/chromium_org/components/precache/core/
precache_database.h 29 // constructed or destroyed on any threads, but all other methods must be called
37 // Init must be called before any other methods.
70 // ThreadChecker used to ensure that all methods other than the constructor
  /external/chromium_org/content/browser/devtools/
devtools_manager_impl.h 32 // Methods below that accept inspected RenderViewHost as a parameter are
33 // just convenience methods that call corresponding methods accepting
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_shader_programs_mac.h 17 // one of the UseXXX() methods to glUseProgram() the program and have its
20 // Note: All public methods must be invoked within the the same GL context!
61 // Helper methods to cache uniform variable locations.
  /external/chromium_org/content/public/browser/
web_contents_view_delegate.h 48 // These methods allow the embedder to intercept WebContentsViewWin's
49 // implementation of these WebContentsView methods. See the WebContentsView
50 // interface documentation for more information about these methods.
  /external/chromium_org/net/android/
network_change_notifier_delegate_android.h 21 // All the methods exposed below must be called exclusively on the JNI thread
50 // These methods can be called on any thread. Note that the provided observer
66 // Methods calling the Java side exposed for testing.
  /external/chromium_org/remoting/protocol/
authentication_method.h 8 // Currently the following methods are supported:
36 // Constructors for various authentication methods.
56 // Following methods are valid only when is_valid() returns true.
  /external/chromium_org/third_party/WebKit/Source/platform/blob/
BlobRegistry.h 47 // A bridging class for calling blink::WebBlobRegistry methods.
50 // Methods for controlling Blobs.
57 // Methods for controlling Streams.
  /external/chromium_org/third_party/icu/source/test/intltest/
caltztst.h 21 * This class doesn't perform any tests, but provides utility methods to its subclasses.
38 // Utility methods to create a date. This is useful for converting Java constructs
42 // Utility methods to create a date. Returns a Date in UTC. This will differ
  /external/doclava/src/com/google/doclava/
AttributeInfo.java 32 public ArrayList<MethodInfo> methods = new ArrayList<MethodInfo>(); field in class:AttributeInfo
94 for (MethodInfo m : methods) {
95 String s = base + ".methods." + i;
  /external/guava/guava/src/com/google/common/collect/
ForwardingMultiset.java 31 * Subclasses should override one or more methods to modify the behavior of the
35 * <p><b>Warning:</b> The methods of {@code ForwardingMultiset} forward
36 * <b>indiscriminately</b> to the methods of the delegate. For example,
43 * <p>The {@code standard} methods and any collection views they return are not
44 * guaranteed to be thread-safe, even when all of the methods that they depend
160 * these methods, you may wish to override {@link #addAll(Collection)} to
211 * int)}. {@link #entrySet()}. If you override any of these methods, you may
224 * either of these methods, you may wish to override {@link #setCount(Object,
236 * following methods: {@link ForwardingMultiset#clear}, {@link
239 * {@link Set#size} and {@link Set#iterator} methods of {@lin
    [all...]
  /external/guava/guava/src/com/google/common/eventbus/
AnnotatedHandlerFinder.java 24 * A {@link HandlerFindingStrategy} for collecting all event handler methods
34 * This implementation finds all methods marked with a {@link Subscribe}
51 parameterTypes.length + " arguments. Event handler methods " +
  /external/icu4c/test/intltest/
caltztst.h 21 * This class doesn't perform any tests, but provides utility methods to its subclasses.
38 // Utility methods to create a date. This is useful for converting Java constructs
42 // Utility methods to create a date. Returns a Date in UTC. This will differ
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
Annotations.java 56 * Annotation used for methods in math primitives that are destructive to the
67 * Annotation used for public methods that are not to be called by users.
68 * Examples include update() methods etc.
  /external/junit/src/org/junit/
ClassRule.java 12 * to the {@link org.junit.rules.TestRule} will run any {@link BeforeClass} methods,
13 * then the entire body of the test class (all contained methods, if it is
15 * {@link org.junit.runners.Suite}), and finally any {@link AfterClass} methods.
  /external/proguard/examples/
library.pro 31 # methods.
47 native <methods>;
50 # Preserve the special static methods that are required in all enumeration
  /external/proguard/src/proguard/optimize/info/
SuperInvocationMarker.java 32 * This InstructionVisitor marks all methods that invoke super methods (other
76 // Small utility methods.

Completed in 1303 milliseconds

<<11121314151617181920>>