/external/smali/examples/AnnotationValues/ |
D | AnnotationWithValues.smali | 1 .class public abstract interface annotation LAnnotationWithValues; 5 .method public abstract booleanValue()Z 8 .method public abstract byteValue()B 11 .method public abstract charValue()C 14 .method public abstract shortValue()S 17 .method public abstract intValue()I 20 .method public abstract longValue()J 23 .method public abstract floatValue()F 26 .method public abstract doubleValue()D 29 .method public abstract stringValue()Ljava/lang/String; [all …]
|
D | SubAnnotation.smali | 1 .class public abstract interface annotation LSubAnnotation; 5 .method public abstract stringValue()Ljava/lang/String;
|
/external/qemu/android/avd/ |
D | hardware-properties.ini | 28 abstract = CPU Architecture key 37 abstract = CPU model key 46 abstract = Device ram size key 54 abstract = Touch screen type key 61 abstract = Hardware Back/Home keys key 68 abstract = Track-ball support key 75 abstract = Keyboard support key 89 abstract = Keyboard lid support key 101 abstract = Keyboard charmap name key 108 abstract = DPad support key [all …]
|
/external/dbus/dbus/ |
D | dbus-transport-unix.c | 55 dbus_bool_t abstract, in _dbus_transport_new_for_domain_socket() argument 72 if ((abstract && in _dbus_transport_new_for_domain_socket() 74 (!abstract && in _dbus_transport_new_for_domain_socket() 82 fd = _dbus_connect_unix_socket (path, abstract, error); in _dbus_transport_new_for_domain_socket() 132 const char *abstract = dbus_address_entry_get_value (entry, "abstract"); in _dbus_transport_open_platform_specific() local 141 if (path == NULL && abstract == NULL) in _dbus_transport_open_platform_specific() 149 if (path != NULL && abstract != NULL) in _dbus_transport_open_platform_specific() 160 *transport_p = _dbus_transport_new_for_domain_socket (abstract, TRUE, in _dbus_transport_open_platform_specific()
|
D | dbus-server-unix.c | 67 const char *abstract = dbus_address_entry_get_value (entry, "abstract"); in _dbus_server_listen_platform_specific() local 69 if (path == NULL && tmpdir == NULL && abstract == NULL) in _dbus_server_listen_platform_specific() 78 (path && abstract) || in _dbus_server_listen_platform_specific() 79 (tmpdir && abstract)) in _dbus_server_listen_platform_specific() 135 *server_p = _dbus_server_new_for_domain_socket (abstract, TRUE, error); in _dbus_server_listen_platform_specific() 202 dbus_bool_t abstract, in _dbus_server_new_for_domain_socket() argument 220 if ((abstract && in _dbus_server_new_for_domain_socket() 222 (!abstract && in _dbus_server_new_for_domain_socket() 237 listen_fd = _dbus_listen_unix_socket (path, abstract, error); in _dbus_server_new_for_domain_socket()
|
/external/clang/test/SemaCXX/ |
D | abstract.cpp | 212 virtual void abstract() = 0; 216 virtual void abstract() = 0; 222 virtual void abstract() = 0; // expected-note {{unimplemented pure virtual method}} 226 virtual void abstract() = 0; // expected-note {{unimplemented pure virtual method}} 234 virtual void abstract() = 0; // expected-note {{unimplemented pure virtual method}} 238 virtual void abstract() = 0; // expected-note {{unimplemented pure virtual method}} 244 virtual void abstract() = 0; // expected-note {{unimplemented pure virtual method}} 248 virtual void abstract() = 0; // expected-note {{unimplemented pure virtual method}}
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebUIDelegate.idl | 109 @abstract Actions that the destination of a drag can perform. 126 @abstract Actions that the source of a drag can perform. 160 @abstract Call this method to return a filename from the file open panel. 168 @abstract Call this method to indicate that the file open panel was cancelled. 192 @abstract Create a new window and begin to load the specified request. 205 @abstract Show the window that contains the top level view of the WebView, 215 @abstract Close the current window. 227 @abstract Focus the current window (i.e. makeKeyAndOrderFront:). 237 @abstract Unfocus the current window. 247 @abstract Get the first responder for this window. [all …]
|
D | IWebBackForwardList.idl | 53 @abstract Adds an entry to the list. 65 @abstract Move the current pointer back to the entry before the current entry. 72 @abstract Move the current pointer ahead to the entry after the current entry. 79 @abstract Move the current pointer to the given entry. 87 @abstract Returns the entry right before the current entry. 95 @abstract Returns the current entry. 103 @abstract Returns the entry right after the current entry. 111 @abstract Returns a portion of the list before the current entry. 120 @abstract Returns a portion of the list after the current entry. 129 @abstract Returns the list's maximum size. [all …]
|
D | IWebDocument.idl | 52 @abstract Called when the corresponding data source has been created. 60 @abstract Called when the corresponding data source has received data. 86 @abstract Called before the host window is set on the parent web view. 93 @abstract Called after the host window is set on the parent web view. 115 @abstract Searches a document view for a string and highlights the string if it is found. 163 @abstract Selects all the text in the document. 170 @abstract Causes a text selection to lose its selection. 192 @abstract Called soon after the document representation is created. 200 @abstract Called when the data source has received data. 209 @abstract Called when the data source has received an error. [all …]
|
D | IWebHistoryItem.idl | 52 @abstract Initialize a new WebHistoryItem 63 @abstract The string representation of the originial URL of this item. 72 @abstract The string representation of the URL represented by this item. 83 @abstract The title of the page represented by this item. 93 @abstract The last time the page represented by this item was visited. The interval 104 @abstract A title that may be used by the client to display this item. 111 @abstract A title that may be used by the client to display this item. 119 @abstract The favorite icon of the page represented by this item.
|
D | IWebView.idl | 158 @abstract Checks if the WebKit can show content of a certain MIME type. 167 @abstract Checks if the the MIME type is a type that the WebKit will interpret as HTML. 194 @abstract Returns a URL from a pasteboard 205 @abstract Returns a URL title from a pasteboard 216 @abstract The designated initializer for WebView. 231 @abstract Set the WebView's WebUIDelegate. 239 @abstract Return the WebView's WebUIDelegate. 247 @abstract Set the WebView's WebResourceLoadDelegate load delegate. 262 @abstract Set the WebView's WebDownloadDelegate. 271 @abstract Return the WebView's WebDownloadDelegate. [all …]
|
D | IWebFrameLoadDelegate.idl | 59 @abstract Notifies the delegate that the provisional load of a frame has started 70 @abstract Notifies the delegate that a server redirect occurred during the provisional load 79 @abstract Notifies the delegate that the provisional load has failed 91 @abstract Notifies the delegate that the load has changed from provisional to committed 107 @abstract Notifies the delegate that the page title for a frame has been received 118 @abstract Notifies the delegate that a page icon image for a frame has been received 128 @abstract Notifies the delegate that the committed load of a frame has completed 140 @abstract Notifies the delegate that the committed load of a frame has failed 151 @abstract Notifies the delegate that the scroll position in a frame has changed 161 @abstract Notifies the delegate that a frame will perform a client-side redirect [all …]
|
D | IWebFrameView.idl | 49 @abstract Returns the WebFrame associated with this WebFrameView 57 @abstract Returns the WebFrameView's document subview 65 @abstract Sets whether the WebFrameView allows its document to be scrolled 73 @abstract Returns whether the WebFrameView allows its document to be scrolled
|
D | IWebDesktopNotificationsDelegate.idl | 80 @abstract Show a notification. 87 @abstract Cancel showing a notification (or take it down if it's shown). 94 @abstract Notify the presenter that the object has been destroyed. The 102 @abstract See if the origin context is allowed to show notifications. 110 @abstract Request permission to show notifications on a given origin.
|
/external/clang/include/clang/Basic/ |
D | CommentNodes.td | 1 class Comment<bit abstract = 0> { 2 bit Abstract = abstract; 5 class DComment<Comment base, bit abstract = 0> : Comment<abstract> {
|
D | DeclNodes.td | 3 class Decl<bit abstract = 0> : AttrSubject { 4 bit Abstract = abstract; 7 class DDecl<Decl base, bit abstract = 0> : Decl<abstract> {
|
/external/clang/test/SemaObjCXX/ |
D | abstract-class-type-ivar.mm | 16 CppConcreteSub _concrete; // expected-error{{ivar type 'CppConcreteSub' is an abstract class}} 18 - (CppAbstractBase*)abstract; method 21 - (CppAbstractBase*)abstract { method 28 CppConcreteSub sub; // expected-error {{field type 'CppConcreteSub' is an abstract class}}
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | streams.rb | 173 abstract :consume 180 abstract :peek 186 abstract :look 192 abstract :mark 197 abstract :index 203 abstract :rewind 208 abstract :release 213 abstract :seek 263 abstract :substring 332 abstract :to_s [all …]
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format35c/ |
D | MethodsInterface.smali | 1 .class public abstract interface LMethodsInterface; 4 .method public abstract interfaceMethodTest()I
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format3rc/ |
D | RangeMethodsInterface.smali | 1 .class public abstract interface LRangeMethodsInterface; 4 .method public abstract interfaceMethodTest(IIIIII)I
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | BaseTreeAdaptor.as | 222 throw new Error("Not implemented - abstract function"); 241 throw new Error("Not implemented - abstract function"); 245 throw new Error("Not implemented - abstract function"); 249 throw new Error("Not implemented - abstract function"); 253 throw new Error("Not implemented - abstract function"); 257 throw new Error("Not implemented - abstract function"); 261 throw new Error("Not implemented - abstract function"); 265 throw new Error("Not implemented - abstract function"); 269 throw new Error("Not implemented - abstract function"); 273 throw new Error("Not implemented - abstract function"); [all …]
|
/external/smali/examples/Interface/ |
D | Interface.smali | 1 .class public abstract interface LInterface; 4 .method public abstract interfaceMethod()Ljava/lang/String;
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/AnnotationTests/ |
D | TestAnnotationClass.smali | 1 .class public abstract interface annotation LTestAnnotationClass; 5 .method public abstract stringValue()Ljava/lang/String;
|
/external/smali/examples/RecursiveAnnotation/ |
D | RecursiveAnnotation.smali | 1 .class public abstract interface annotation LRecursiveAnnotation; 9 .method public abstract value()LRecursiveAnnotation;
|
/external/elfutils/tests/ |
D | run-addrscopes.sh | 47 x (abstract) 48 y (abstract)
|