/external/clang/test/CodeGenObjC/ |
D | for-in.m | 26 …tring *i in array) { // expected-warning {{collection expression type 'NSArray *' may not respond}} 36 …tring *i in array) { // expected-warning {{collection expression type 'NSArray *' may not respond}} 48 …y *array in array) { // expected-warning {{collection expression type 'NSArray *' may not respond}}
|
/external/clang/test/SemaObjCXX/ |
D | instancetype.mm | 48 …ubclass1 alloc] initSubclass2]; // expected-warning{{'Subclass1' may not respond to 'initSubclass2… 52 …[[[Subclass1 alloc] init] methodOnSubclass2]; // expected-warning{{'Subclass1' may not respond to … 77 …[Subclass1.alloc initSubclass2]; // expected-warning{{'Subclass1' may not respond to 'initSubclass… 95 …[[super initSubclass1] methodOnSubclass2]; // expected-warning{{'Subsubclass1' may not respond to … 96 …[super.initSubclass1 methodOnSubclass2]; // expected-warning{{'Subsubclass1' may not respond to 'm… 108 …[[super allocSubclass1] methodOnSubclass2]; // expected-warning{{'Subsubclass1' may not respond to… 111 …[super.allocSubclass1 methodOnSubclass2]; // expected-warning{{'Subsubclass1' may not respond to '… 160 …[[Subclass4 alloc] initSubclass1]; // expected-warning{{'Subclass4' may not respond to 'initSubcla…
|
D | contextual-convert-to-id.mm | 21 [a unknownMethod]; // expected-warning{{'A' may not respond to 'unknownMethod'}}
|
/external/clang/test/SemaObjC/ |
D | instancetype.m | 48 …ubclass1 alloc] initSubclass2]; // expected-warning{{'Subclass1' may not respond to 'initSubclass2… 52 …[[[Subclass1 alloc] init] methodOnSubclass2]; // expected-warning{{'Subclass1' may not respond to … 77 …[Subclass1.alloc initSubclass2]; // expected-warning{{'Subclass1' may not respond to 'initSubclass… 95 …[[super initSubclass1] methodOnSubclass2]; // expected-warning{{'Subsubclass1' may not respond to … 96 …[super.initSubclass1 methodOnSubclass2]; // expected-warning{{'Subsubclass1' may not respond to 'm… 108 …[[super allocSubclass1] methodOnSubclass2]; // expected-warning{{'Subsubclass1' may not respond to… 111 …[super.allocSubclass1 methodOnSubclass2]; // expected-warning{{'Subsubclass1' may not respond to '… 160 …[[Subclass4 alloc] initSubclass1]; // expected-warning{{'Subclass4' may not respond to 'initSubcla…
|
D | warn-selector-selection.m | 13 [obj setWindow:0]; // expected-warning{{'Object' may not respond to 'setWindow:'}}
|
D | class-method-lookup.m | 43 [obj setWindow:nil]; // expected-warning {{'Object' may not respond to 'setWindow:'}}
|
D | super.m | 24 [super iMethod]; // expected-warning{{'A' may not respond to 'iMethod'}}
|
D | warn-strict-selector-match.m | 26 [obj setWindow:0]; // expected-warning {{Object' may not respond to 'setWindow:'}} \
|
D | call-super-2.m | 72 …return i + (size_t)[super instance_func0]; // expected-warning {{'Object' may not respond to 'inst…
|
/external/openssh/ |
D | auth-chall.c | 96 switch (device->respond(authctxt->kbdintctxt, 1, resp)) { in verify_response() 105 device->respond(authctxt->kbdintctxt, 0, resp) == 0) in verify_response()
|
D | auth.h | 111 int (*respond)(void *ctx, u_int numresp, char **responses); member
|
D | auth2-chall.c | 313 res = kbdintctxt->device->respond(kbdintctxt->ctxt, nresp, response); in input_userauth_info_response()
|
D | PROTOCOL | 381 rename(oldpath, newpath) and will respond with a SSH_FXP_STATUS message. 438 link(oldpath, newpath) and will respond with a SSH_FXP_STATUS message. 451 respond with a SSH_FXP_STATUS message.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
D | feedWatch.emf.properties | 83 # 1. to watch for ANY change in the feed, check the <feed>'s <updated> node (and respond with an em… 86 …nges in the current build, check the first <entry>'s <updated> node (and respond with an email, no… 89 …, check the first <entry>'s <build> node's coordinated="" attribute (and respond using some custom… 92 …changes, check the first <entry>'s <build> node's jars="" attribute (and respond using some custom… 95 …hanges in the current build's performance test results on linux-gtk (and respond using some custom…
|
D | feedWatch.uml2.properties | 80 # 1. to watch for ANY change in the feed, check the <feed>'s <updated> node (and respond with an em… 83 …nges in the current build, check the first <entry>'s <updated> node (and respond with an email, no… 86 …, check the first <entry>'s <build> node's coordinated="" attribute (and respond using some custom… 89 …changes, check the first <entry>'s <build> node's jars="" attribute (and respond using some custom… 92 …hanges in the current build's performance test results on linux-gtk (and respond using some custom…
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowCursorWrapper.java | 204 public Bundle respond(Bundle bundle) { in respond() method in ShadowCursorWrapper 205 return wrappedCursor.respond(bundle); in respond()
|
/external/clang/test/Rewriter/ |
D | instancetype-test.mm | 49 …ubclass1 alloc] initSubclass2]; // expected-warning{{'Subclass1' may not respond to 'initSubclass2… 53 …[[[Subclass1 alloc] init] methodOnSubclass2]; // expected-warning{{'Subclass1' may not respond to …
|
/external/selinux/policycoreutils/mcstrans/ |
D | TODO | 9 …sive operation that needs to be sped up or threaded so that mcstrans can respond to other requests…
|
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/ |
D | SimpleWebServer.java | 271 return respond(Collections.unmodifiableMap(header), session, uri); in serve() 274 private Response respond(Map<String, String> headers, IHTTPSession session, String uri) { in respond() method in SimpleWebServer 318 return respond(headers, session, uri + indexFile); in respond() 329 return respond(rewrite.getHeaders(), session, rewrite.getUri()); in respond()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/ |
D | TestCursor.java | 198 public Bundle respond(Bundle extras) { in respond() method in TestCursor
|
/external/smali/ |
D | README.md | 9 …n. Don't expect an instant response, but if you hang around someone will respond. Think of it more…
|
/external/nanopb-c/examples/network_server/ |
D | README.txt | 53 server.c contains the code to open a listening socket, to respond to clients and
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/ |
D | middleware.py | 190 return self.respond(environ, start_response) 294 def respond(self, environ, start_response): member in EvalException
|
/external/mesa3d/src/gallium/docs/source/ |
D | debugging.rst | 9 All drivers respond to a set of common debug environment variables, as well as
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/ |
D | helloworld.rst | 9 To respond, the application writes the response to the standard output stream,
|