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

1 2 3 4 5 6 78 91011>>

  /dalvik/tools/dexdeps/
README.txt 4 This tool dumps a list of fields and methods that a DEX file uses but does
6 determine whether an APK is accessing fields and calling methods that it
32 opposed to also listing fields and methods.
  /external/chromium/chrome/browser/extensions/
extension_special_storage_policy.h 25 // SpecialStoragePolicy methods used by storage subsystems and the browsing
26 // data remover. These methods are safe to call on any thread.
31 // Methods used by the ExtensionService to populate this class.
  /external/chromium/chrome/browser/ui/cocoa/
browser_frame_view_unittest.mm 31 Method* methods = class_copyMethodList([view_ class], &count);
33 SEL selector = method_getName(methods[i]);
39 free(methods);
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/
symbol.tmpl 9 <methods><for each="method" in="data.methods">
24 </methods>
  /external/chromium_org/base/
callback_helpers.h 5 // This defines helpful methods for dealing with Callbacks. Because Callbacks
7 // methods to Callback<> itself is unattractive (lots of extra code gets
8 // generated). Instead, consider adding methods here.
  /external/chromium_org/chrome/browser/ui/cocoa/
custom_frame_view_unittest.mm 35 Method* methods = class_copyMethodList([view_ class], &count);
37 SEL selector = method_getName(methods[i]);
43 free(methods);
  /external/chromium_org/components/autofill/content/common/
autofill_message_generator.cc 17 // Generate param traits write methods.
25 // Generate param traits read methods.
33 // Generate param traits log methods.
  /external/chromium_org/content/public/browser/
indexed_db_context.h 24 // Call these methods only via the exposed TaskRunner.
27 // Only call the below methods by posting to this TaskRunner.
30 // Methods used in response to QuotaManager requests.
  /external/chromium_org/net/third_party/nss/ssl/
ssldef.c 2 * "Default" SSLSocket methods, used by sockets that do neither SSL nor socks.
25 rv = lower->methods->connect(lower, sa, ss->cTimeout);
34 rv = lower->methods->bind(lower, addr);
43 rv = lower->methods->listen(lower, backlog);
52 rv = lower->methods->shutdown(lower, how);
61 rv = lower->methods->recv(lower, (void *)buf, len, flags, ss->rTimeout);
94 int rv = lower->methods->send(lower, (const void *)(buf + sent),
123 rv = lower->methods->read(lower, (void *)buf, len);
137 int rv = lower->methods->write(lower, (const void *)(buf + sent),
161 rv = lower->methods->getpeername(lower, name)
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftbase.h 55 /* the resource fork and older methods makes the kernel issue the */
56 /* warning of deprecated method. To calm it down, the methods based */
57 /* on Darwin VFS should be grouped and skip the rest methods after */
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
file_input_stream.h 31 // InputStream methods
42 // PushbackInputStream methods
46 // Own methods
memory_input_stream.h 31 // InputStream methods
42 // PushbackInputStream methods
46 // Own methods
  /external/chromium_org/ui/base/win/
accessibility_misc_utils.h 40 // IValueProvider methods.
45 // IValueProvider methods not implemented.
56 // ITextProvider methods.
  /external/freetype/src/base/
ftbase.h 55 /* the resource fork and older methods makes the kernel issue the */
56 /* warning of deprecated method. To calm it down, the methods based */
57 /* on Darwin VFS should be grouped and skip the rest methods after */
  /external/guava/guava/src/com/google/common/util/concurrent/
ListeningScheduledExecutorService.java 25 * instances from its {@code ExecutorService} methods. Futures returned by the
26 * {@code schedule*} methods, by contrast, need not implement {@code
31 * <p>TODO(cpovirk): make at least the one-time schedule() methods return a
  /external/javassist/src/main/javassist/util/proxy/
RuntimeSupport.java 42 * Finds two methods specified by the parameters and stores them
45 * @throws RuntimeException if the methods are not found.
50 String desc, java.lang.reflect.Method[] methods)
52 synchronized (methods) {
53 if (methods[index] == null) {
54 methods[index + 1] = thisMethod == null ? null
56 methods[index] = findSuperMethod(self, superMethod, desc);
126 Method[] methods = SecurityActions.getDeclaredMethods(clazz); local
127 int n = methods.length;
129 if (methods[i].getName().equals(name
    [all...]
  /external/sfntly/cpp/src/sfntly/port/
file_input_stream.h 31 // InputStream methods
42 // PushbackInputStream methods
46 // Own methods
memory_input_stream.h 31 // InputStream methods
42 // PushbackInputStream methods
46 // Own methods
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
Build_Delegate.java 26 * Delegate implementing the native methods of android.os.Build
28 * Through the layoutlib_create tool, the original native methods of Build have been replaced
29 * by calls to methods of the same name in this delegate class.
  /frameworks/base/tools/layoutlib/bridge/src/android/text/format/
DateFormat_Delegate.java 25 * Delegate used to provide new implementation for the native methods of {@link DateFormat}
27 * Through the layoutlib_create tool, the original methods of DateFormat have been replaced
28 * by calls to methods of the same name in this delegate class.
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
Choreographer_Delegate.java 21 * Delegate used to provide new implementation of a select few methods of {@link Choreographer}
23 * Through the layoutlib_create tool, the original methods of Choreographer have been
24 * replaced by calls to methods of the same name in this delegate class.
Display_Delegate.java 23 * Delegate used to provide new implementation of a select few methods of {@link Display}
25 * Through the layoutlib_create tool, the original methods of Display have been replaced
26 * by calls to methods of the same name in this delegate class.
ViewRootImpl_Delegate.java 22 * Delegate used to provide new implementation of a select few methods of {@link ViewRootImpl}
24 * Through the layoutlib_create tool, the original methods of ViewRootImpl have been replaced
25 * by calls to methods of the same name in this delegate class.
View_Delegate.java 22 * Delegate used to provide new implementation of a select few methods of {@link View}
24 * Through the layoutlib_create tool, the original methods of View have been replaced
25 * by calls to methods of the same name in this delegate class.
WindowManagerGlobal_Delegate.java 22 * Delegate used to provide new implementation of a select few methods of
25 * Through the layoutlib_create tool, the original methods of WindowManagerGlobal have been
26 * replaced by calls to methods of the same name in this delegate class.

Completed in 1171 milliseconds

1 2 3 4 5 6 78 91011>>