Home
last modified time | relevance | path

Searched refs:abstract (Results 1 – 25 of 118) sorted by relevance

12345

/external/qemu/android/avd/
Dhardware-properties.ini28 abstract = CPU Architecture key
37 abstract = CPU model key
46 abstract = Device ram size key
53 abstract = Touch-screen support key
60 abstract = Hardware Back/Home keys key
67 abstract = Track-ball support key
74 abstract = Keyboard support key
88 abstract = Keyboard lid support key
100 abstract = Keyboard charmap name key
107 abstract = DPad support key
[all …]
/external/dbus/dbus/
Ddbus-transport-unix.c55 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()
Ddbus-server-unix.c67 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()
Ddbus-sysdeps-unix.h69 dbus_bool_t abstract,
72 dbus_bool_t abstract,
Ddbus-server-unix.h32 dbus_bool_t abstract,
Ddbus-transport-unix.h31 dbus_bool_t abstract,
/external/clang/test/SemaCXX/
Dabstract.cpp212 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}}
Dnew-delete.cpp58 struct abstract { struct
59 virtual ~abstract() = 0;
/external/webkit/Source/WebKit/win/Interfaces/
DIWebUIDelegate.idl109 @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 …]
DIWebBackForwardList.idl53 @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 …]
DIWebDocument.idl52 @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 …]
DIWebView.idl158 @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 …]
DIWebHistoryItem.idl52 @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.
DIWebFrameLoadDelegate.idl59 @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 …]
DIWebFrameView.idl49 @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
DIWebDesktopNotificationsDelegate.idl80 @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.
DIWebError.idl29 @abstract Constants used by NSError to indicate errors in the WebFoundation domain
77 @abstract Policy errors
91 @abstract Plug-in and java errors
104 @abstract Geolocation errors
DIWebFrame.idl91 @abstract Returns the DOM document of the frame.
99 @abstract Returns the frame element of the frame.
133 @abstract Loads a page to display as a substitute for a URL that could not be reached.
149 @abstract Causes WebFrame to load a WebArchive.
223 @abstract Sets whether the WebFrameView allows its document to be scrolled
231 @abstract Returns whether the WebFrameView allows its document to be scrolled
246 @abstract Set whether a frame is disconnected
253 @abstract Set whether a frame should be excluded from text search
DIWebArchive.idl52 @abstract The initializer for WebArchive.
63 @abstract The initializer for creating a WebArchive from data.
72 @abstract The initializer for creating a WebArchive from data.
DIWebIconDatabase.idl66 @abstract Returns a shared instance of the icon database
105 @abstract Increments the retain count of the icon.
113 @abstract Decrements the retain count of the icon.
121 @abstract Emtpies the Icon Database
/external/clang/include/clang/Basic/
DDeclNodes.td3 class Decl<bit abstract = 0> : AttrSubject {
4 bit Abstract = abstract;
7 class DDecl<Decl base, bit abstract = 0> : Decl<abstract> {
DStmtNodes.td3 class Stmt<bit abstract = 0> : AttrSubject {
4 bit Abstract = abstract;
7 class DStmt<Stmt base, bit abstract = 0> : Stmt<abstract> {
/external/qemu/android/tools/
Dgen-hw-config.py70 self.abstract = ""
79 self.abstract = val
137 varAbstract = quoteStringForC(item.abstract)
/external/collada/include/dae/
DdaeMetaElement.h114 void setIsAbstract( daeBool abstract ) { _isAbstract = abstract; } in setIsAbstract() argument
/external/blktrace/btreplay/doc/
DMakefile8 btreplay.dvi: btreplay.tex abstract.tex

12345