/external/clang/test/SemaObjC/ |
D | method-bad-param.m | 10 …am; // expected-error {{interface type 'foo' cannot be passed by value; did you forget * in 'foo'}} 11 … // expected-error {{interface type 'foo' cannot be returned by value; did you forget * in 'foo'}} 15 …am // expected-error {{interface type 'foo' cannot be passed by value; did you forget * in 'foo'}} 18 …d // expected-error {{interface type 'foo' cannot be returned by value; did you forget * in 'foo'}} 23 … {} // expected-error {{interface type 'foo' cannot be passed by value; did you forget * in 'foo'}} 24 …} // expected-error {{interface type 'foo' cannot be returned by value; did you forget * in 'foo'}}
|
D | invalid-objc-decls-1.m | 30 Super foo( // expected-error{{interface type 'Super' cannot be returned by value; did you forget * … 31 … // expected-error{{interface type 'Super' cannot be passed by value; did you forget * in 'Super'}}
|
D | blocks.m | 48 …}; // expected-error {{interface type 'itf' cannot be passed by value; did you forget * in 'itf'}} 49 … // expected-error {{interface type 'itf' cannot be returned by value; did you forget * in 'itf'}} 50 … // expected-error {{interface type 'itf' cannot be returned by value; did you forget * in 'itf'}} 51 … // expected-error {{interface type 'itf' cannot be returned by value; did you forget * in 'itf'}}
|
/external/webkit/Source/WebCore/bindings/gobject/ |
D | DOMObjectCache.h | 34 static void forget(void* objectHandle);
|
D | DOMObjectCache.cpp | 54 void DOMObjectCache::forget(void* objectHandle) in forget() function in WebKit::DOMObjectCache
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | about_ipc_dialog.mm | 15 // so it is safe to "fire and forget".
|
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/ |
D | WebKitDOMTestMediaQueryListListener.cpp | 80 WebKit::DOMObjectCache::forget(coreObject); in webkit_dom_test_media_query_list_listener_finalize()
|
D | WebKitDOMTestInterface.cpp | 82 WebKit::DOMObjectCache::forget(coreObject); in webkit_dom_test_interface_finalize()
|
D | WebKitDOMTestSerializedScriptValueInterface.cpp | 97 WebKit::DOMObjectCache::forget(coreObject); in webkit_dom_test_serialized_script_value_interface_finalize()
|
D | WebKitDOMTestCallback.cpp | 166 WebKit::DOMObjectCache::forget(coreObject); in webkit_dom_test_callback_finalize()
|
/external/clang/test/Parser/ |
D | objc-init.m | 18 …ected-error {{interface type 'NSNumber' cannot be passed by value; did you forget * in 'NSNumber'}}
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | V8NPObject.cpp | 173 staticTemplateMap.forget(identifier); in weakTemplateCallback() 353 staticNPObjectMap.forget(npObject); in weakNPObjectCallback() 414 staticNPObjectMap.forget(object); in forgetV8ObjectForNPObject()
|
D | V8DOMMap.h | 96 virtual void forget(KeyType* obj) in forget() function
|
D | WorkerContextExecutionProxy.cpp | 185 getDOMObjectMap().forget(event); in forgetV8EventObject()
|
/external/antlr/antlr-3.4/runtime/JavaScript/third/ |
D | antcontrib.properties | 24 forget=net.sf.antcontrib.process.ForgetTask key
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2011-12-19-PostincQuadratic.ll | 5 ; needs to forget that for.body7 is a postinc loop during expansion.
|
/external/oprofile/ |
D | HACKING | 12 Here's a short list of some stuff you need to know to get started. Don't forget 82 You'll need autoconf 2.13+ and automake 2.5+ when using CVS. Don't forget to 205 hasn't done anything unusual. Don't forget to list your branch on the website
|
/external/iproute2/tc/ |
D | README.last | 26 source and forget about PSCHED_GETTIMEOFDAY forever.
|
/external/stlport/doc/ |
D | README.mingw | 30 compiler option. Don't forget to add it to your compiler command line too
|
/external/hyphenation/ |
D | README.compound | 52 (But don't forget the preprocessing steps by substrings.pl before
|
/external/skia/src/core/ |
D | SkGlyphCache.h | 179 void forget() { in forget() function
|
/external/skia/legacy/src/core/ |
D | SkGlyphCache.h | 191 void forget() { in forget() function
|
/external/skia/src/animator/ |
D | SkScript2.h | 43 void forget(SkOpArray* array);
|
/external/skia/legacy/src/animator/ |
D | SkScript2.h | 43 void forget(SkOpArray* array);
|
/external/llvm/test/CodeGen/X86/ |
D | liveness-local-regalloc.ll | 64 ; RAFast would forget to add a super-register <imp-def> when rewriting:
|