/external/clang/test/SemaCXX/ |
invalid-instantiated-field-decl.cpp | 30 class CallSite; // expected-note {{forward declaration of 'CallSite'}}
|
incomplete-call.cpp | 2 struct A; // expected-note 14 {{forward declaration of 'A'}} 45 struct C; // expected-note{{forward declaration}}
|
/external/clang/test/SemaObjC/ |
property-missing.m | 24 @class SomeOtherClass; // expected-note {{forward class is declared here}}
|
property-9.m | 100 @class MDAInstance; // expected-note {{forward class is declared here}} 107 return d.instance.path; // expected-error {{property 'path' cannot be found in forward class object 'MDAInstance *'}}
|
/external/clang/test/SemaTemplate/ |
instantiate-overload-candidates.cpp | 16 class NoDefinition; // expected-note{{forward declaration}}
|
/external/icu4c/test/perf/collperf/ |
CollPerf.pl | 48 #"Iteration icu forward null", ["$p TestIcu_ForwardIter_null"], 49 #"Iteration icu forward len", ["$p TestIcu_ForwardIter_len"], 52 #"Iteration/all icu forward null", ["$p TestIcu_ForwardIter_all_null"], 53 #"Iteration/all icu forward len", ["$p TestIcu_ForwardIter_all_len"],
|
/external/llvm/test/LLVMC/ |
LanguageMap.td | 18 (switch_on "dummy1"), (forward "dummy1")))
|
OneOrMore.td | 22 (not_empty "baz"), (forward "baz")))
|
/external/quake/quake/src/QW/client/ |
cl_cam.c | 59 float forward; local 76 forward = sqrt (vec[0]*vec[0] + vec[1]*vec[1]); 77 pitch = (int) (atan2(vec[2], forward) * 180 / M_PI); 205 vec3_t forward, right, up; local 209 AngleVectors (vec, forward, right, up); 211 // forward[i] *= 3; 214 VectorAdd(forward, up, vec2); 220 VectorAdd(forward, up, vec2); 226 VectorAdd(forward, right, vec2); 231 VectorSubtract(forward, right, vec2) [all...] |
/external/webkit/Source/WebCore/manual-tests/ |
form-value-restore.html | 2 To test, use the Debug menu to turn off "Use Back/Forward Cache".
|
style-keypress-events.html | 21 selection.modify("extend", "forward", "sentence");
|
/external/webkit/Source/WebCore/manual-tests/wml/ |
onevent-go.wml | 9 <p>when enter forward to this card, it will jump to card 2</p>
|
onevent-prev.wml | 14 <p>This is card2. When card 2 is entered forward, it will jump back to the previous page</p>
|
/external/webkit/Source/WebKit/chromium/src/ |
BackForwardListChromium.cpp | 43 const char backForwardNavigationScheme[] = "chrome-back-forward"; 64 // not a reload or back/forward). 90 // Since we don't keep the entire back/forward list, we have no way to 95 // FIXME: We should change WebCore to handle history.{back,forward,go}
|
/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/converter/ |
Android.mk | 24 frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/common \
|
/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/ |
Android.mk | 24 frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/common \
|
/packages/apps/Email/res/values/ |
bools.xml | 20 <!-- Reply/Reply All/Forward switcher in action bar -->
|
/packages/apps/Email/res/values-sw600dp/ |
bools.xml | 20 <!-- Reply/Reply All/Forward switcher in action bar -->
|
/external/chromium/chrome/browser/ui/gtk/ |
back_forward_button_gtk.h | 20 // When clicked, these buttons will navigate forward or backward. When 58 // Whether this button is a forward button.
|
/external/clang/test/Sema/ |
tentative-decls.c | 4 struct a x1; // expected-note 2{{forward declaration of 'struct a'}} 11 // expected-note{{forward declaration of 'struct b'}}
|
/external/dropbear/ |
dbclient.1 | 34 Forward the port 43 Forward the port
|
/external/freetype/src/autofit/ |
afpic.c | 26 /* forward declaration of PIC init functions from afmodule.c */ 30 /* forward declaration of PIC init functions from script classes */
|
/external/iptables/extensions/ |
libipt_addrtype.man | 55 .B FORWARD 66 .B FORWARD
|
/external/speex/libspeex/ |
fftwrap.h | 46 /** Forward (real to half-complex) transform */ 52 /** Forward (real to half-complex) transform of float data */
|
/frameworks/base/tests/TileBenchmark/res/layout/ |
playback.xml | 41 android:id="@+id/forward" 44 android:text="@string/forward"
|