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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/prefs/
overlay_persistent_pref_store.h 32 // Methods of PrefStore.
39 // Methods of PersistentPrefStore.
52 // Methods of PrefStore::Observer.
  /external/chromium/chrome/browser/sessions/
tab_restore_service_delegate.h 19 // TabRestoreService to operate. These methods are mostly copies of existing
20 // Browser methods.
35 // see Browser methods with the same names
  /external/chromium/chrome/browser/ui/views/
user_data_dir_dialog.h 37 // views::DialogDelegate Methods:
45 // views::WindowDelegate Methods:
53 // SelectFileDialog::Listener Methods:
  /external/chromium_org/chrome/browser/chromeos/audio/
audio_devices_pref_handler_impl.h 49 // Update and save methods for the mute preferences for all devices.
53 // Update and save methods for the volume preferences for all devices.
60 // Methods to migrate the mute and volume settings for a device from the
  /external/chromium_org/chrome/browser/extensions/
policy_handlers.h 28 // ConfigurationPolicyHandler methods:
55 // ConfigurationPolicyHandler methods:
79 // ConfigurationPolicyHandler methods:
  /external/chromium_org/chrome/browser/speech/
chrome_speech_recognition_manager_delegate_bubble_ui.h 17 // achieved by means of overriding some SpeechRecognitionEventListener methods
27 // SpeechRecognitionBubbleControllerDelegate methods.
32 // Overridden base class SpeechRecognitionEventListener methods.
  /external/chromium_org/chrome/browser/sync/glue/
synced_window_delegate.h 20 // Methods originating from WindowList
29 // Methods originating from Browser.
54 // Methods derivated from Browser
  /external/chromium_org/chrome/browser/ui/views/
script_bubble_view.h 39 // views::View methods:
42 // LinkListener methods:
54 // views::BubbleDelegateView methods:
  /external/chromium_org/content/browser/frame_host/
navigation_controller_delegate.h 32 // Duplicates of WebContents methods.
44 // Methods from WebContentsImpl that NavigationControllerImpl needs to
65 // Methods needed by InterstitialPageImpl.
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
TestWebContentsObserver.java 43 * ATTENTION!: When overriding the following methods, be sure to call
44 * the corresponding methods in the super class. Otherwise
45 * {@link CallbackHelper#waitForCallback()} methods will
  /external/chromium_org/google_apis/gcm/base/
mcs_util.h 5 // Utility methods for MCS interactions.
62 // Utility methods for building and identifying MCS protobufs.
67 // RMQ utility methods for extracting/setting common data from/to protobufs.
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbiapts.h 36 * Tests clone() and equals() methods of RuleBasedBreakIterator
48 * Tests the methods getText() and setText() of RuleBasedBreakIterator
52 * Testing the iteration methods of RuleBasedBreakIterator
  /external/chromium_org/ui/base/clipboard/
clipboard_util_win.h 23 // These methods check to see if |data_object| has the requested type.
32 // Helper methods to extract information from an IDataObject. These methods
  /external/clang/include/clang/Sema/
ObjCMethodList.h 1 //===--- ObjCMethodList.h - A singly linked list of methods -----*- C++ -*-===//
10 // This file defines ObjCMethodList, a singly-linked list of methods.
23 /// ObjCMethodList - a linked list of methods with different signatures.
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp 10 [[carries_dependency]] int (*f4)(); // expected-error {{'carries_dependency' attribute only applies to functions, methods, and parameters}}
11 int (*f5 [[carries_dependency]])(); // expected-error {{'carries_dependency' attribute only applies to functions, methods, and parameters}}
24 [[carries_dependency]] // expected-error {{'carries_dependency' attribute only applies to functions, methods, and parameters}}
  /external/clang/test/SemaObjC/
warn-strict-selector-match.m 11 int main() { [(id)0 method]; } // expected-warning {{multiple methods named 'method' found}}
27 [obj2 setWindow:0]; // expected-warning {{multiple methods named 'setWindow:' found}}
57 NTGridDataObject *result = [(id)0 initWithData:data]; // expected-warning {{multiple methods named 'initWithData:' found}} \
  /external/dropbear/
cli-auth.c 41 /* Send a "none" auth request to get available methods */
138 unsigned char * methods = NULL; local
173 methods = buf_getstring(ses.payload, &methlen);
183 TRACE(("Methods (len %d): '%s'", methlen, methods))
190 if (methods[i] == ',') {
191 methods[i] = '\0';
195 tok = methods; /* tok stores the next method we'll compare */
197 if (methods[i] == '\0') {
217 tok = &methods[i+1]; /* Must make sure we don't use it after th
    [all...]
  /external/icu4c/test/intltest/
rbbiapts.h 36 * Tests clone() and equals() methods of RuleBasedBreakIterator
48 * Tests the methods getText() and setText() of RuleBasedBreakIterator
52 * Testing the iteration methods of RuleBasedBreakIterator
  /external/javassist/src/test/test/javassist/bytecode/analysis/
ErrorFinder.java 42 CtMethod[] methods = clazz.getDeclaredMethods(); local
43 for (int i = 0; i < methods.length; i++)
44 analyzeMethod(clazz, methods[i]);
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
LocalObject.java 60 * Methods exposed by the RMI interface. The "methodID" is used
61 * to look-up methods in this array.
63 Method[] methods; field in class:LocalObject
  /external/junit/src/org/junit/experimental/
ParallelComputer.java 22 public ParallelComputer(boolean classes, boolean methods) {
24 fMethods= methods;
31 public static Computer methods() { method in class:ParallelComputer
  /external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
ReturnsMoreEmptyValues.java 23 * Returns appropriate primitive for primitive-returning methods
29 * Returns empty collection for collection-returning methods (works for most commonly used collection types)
32 * Returns empty array for array-returning methods
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
Resources_Theme_Delegate.java 28 * Delegate used to provide new implementation of a select few methods of {@link Resources$Theme}
30 * Through the layoutlib_create tool, the original methods of Theme have been replaced
31 * by calls to methods of the same name in this delegate class.
  /frameworks/base/tools/layoutlib/bridge/src/android/text/
AndroidBidi_Delegate.java 26 * Delegate used to provide new implementation for the native methods of {@link AndroidBidi}
28 * Through the layoutlib_create tool, the original methods of AndroidBidi have been replaced
29 * by calls to methods of the same name in this delegate class.
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/
NativeTestTarget.java 20 * Methods used to test calling into native code. The methods in this
22 * and performance of calling native methods.

Completed in 5786 milliseconds

1 2 3 4 5 6 7 8 91011>>