Home
last modified time | relevance | path

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

1234567

/external/smali/examples/AnnotationValues/
DAnnotationWithValues.smali1 .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 …]
DSubAnnotation.smali1 .class public abstract interface annotation LSubAnnotation;
5 .method public abstract stringValue()Ljava/lang/String;
/external/qemu/android/avd/
Dhardware-properties.ini28 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/
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()
/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}}
/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 …]
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.
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 …]
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.
/external/clang/include/clang/Basic/
DCommentNodes.td1 class Comment<bit abstract = 0> {
2 bit Abstract = abstract;
5 class DComment<Comment base, bit abstract = 0> : Comment<abstract> {
DDeclNodes.td3 class Decl<bit abstract = 0> : AttrSubject {
4 bit Abstract = abstract;
7 class DDecl<Decl base, bit abstract = 0> : Decl<abstract> {
/external/clang/test/SemaObjCXX/
Dabstract-class-type-ivar.mm16 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/
Dstreams.rb173 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/
DMethodsInterface.smali1 .class public abstract interface LMethodsInterface;
4 .method public abstract interfaceMethodTest()I
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format3rc/
DRangeMethodsInterface.smali1 .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/
DBaseTreeAdaptor.as222 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/
DInterface.smali1 .class public abstract interface LInterface;
4 .method public abstract interfaceMethod()Ljava/lang/String;
/external/smali/smali-integration-tests/src/test/smali/junit-tests/AnnotationTests/
DTestAnnotationClass.smali1 .class public abstract interface annotation LTestAnnotationClass;
5 .method public abstract stringValue()Ljava/lang/String;
/external/smali/examples/RecursiveAnnotation/
DRecursiveAnnotation.smali1 .class public abstract interface annotation LRecursiveAnnotation;
9 .method public abstract value()LRecursiveAnnotation;
/external/elfutils/tests/
Drun-addrscopes.sh47 x (abstract)
48 y (abstract)

1234567