/external/icu4c/test/perf/collperf/ |
CollPerf.pl | 49 #"Iteration icu forward null", ["$p TestIcu_ForwardIter_null"], 50 #"Iteration icu forward len", ["$p TestIcu_ForwardIter_len"], 53 #"Iteration/all icu forward null", ["$p TestIcu_ForwardIter_all_null"], 54 #"Iteration/all icu forward len", ["$p TestIcu_ForwardIter_all_len"],
|
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/ |
ForwardsInvocations.java | 14 * Internal answer to forward invocations on a real instance.
|
/external/openfst/src/include/fst/script/ |
fstscript-decl.h | 17 // Forward declarations for the FST and FST-script classes.
|
/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/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/ |
Android.mk | 24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/ |
Android.mk | 24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
|
/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/Parser/ |
missing-end-4.m | 35 @protocol P; // forward declarations of protocols in @implementations is allowed 36 @class C; // forward declarations of classes in @implementations is allowed
|
/external/clang/test/SemaCXX/ |
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-9.m | 99 @class MDAInstance; // expected-note {{forward declaration of class here}} 106 return d.instance.path; // expected-error {{property 'path' cannot be found in forward class object 'MDAInstance'}}
|
/external/dropbear/ |
dbclient.1 | 34 Forward the port 43 Forward the port
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
ForwardingService.java | 64 * {@link #startAndWait()} to forward to this implementation. 74 * {@link #stopAndWait()} to forward to this implementation.
|
/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"
|
/external/chromium/base/ |
linked_list_unittest.cc | 35 // tail to head, as determined by |forward|), we get back |node_ids|, 38 int num_nodes, const int* node_ids, bool forward) { 40 for (const LinkNode<Node>* node = (forward ? list.head() : list.tail()); 42 node = (forward ? node->next() : node->previous())) { 44 int index_of_id = forward ? i : num_nodes - i - 1; 55 SCOPED_TRACE("Iterating forward (from head to tail)");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
tuple | 77 : _Head(std::forward<_UHead>(__h)) { } 101 : _M_head_impl(std::forward<_UHead>(__h)) { } 167 : _Inherited(std::forward<_UTail>(__tail)...), 168 _Base(std::forward<_UHead>(__head)) { } 174 _Base(std::forward<_Head>(__in._M_head())) { } 183 _Base(std::forward<_UHead>(__in._M_head())) { } 196 _M_head() = std::forward<_Head>(__in._M_head()); 214 _M_head() = std::forward<_UHead>(__in._M_head()); 247 : _Inherited(std::forward<_UElements>(__elements)...) { } 330 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
tuple | 77 : _Head(std::forward<_UHead>(__h)) { } 101 : _M_head_impl(std::forward<_UHead>(__h)) { } 167 : _Inherited(std::forward<_UTail>(__tail)...), 168 _Base(std::forward<_UHead>(__head)) { } 174 _Base(std::forward<_Head>(__in._M_head())) { } 183 _Base(std::forward<_UHead>(__in._M_head())) { } 196 _M_head() = std::forward<_Head>(__in._M_head()); 214 _M_head() = std::forward<_UHead>(__in._M_head()); 247 : _Inherited(std::forward<_UElements>(__elements)...) { } 330 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
tuple | 77 : _Head(std::forward<_UHead>(__h)) { } 101 : _M_head_impl(std::forward<_UHead>(__h)) { } 167 : _Inherited(std::forward<_UTail>(__tail)...), 168 _Base(std::forward<_UHead>(__head)) { } 174 _Base(std::forward<_Head>(__in._M_head())) { } 183 _Base(std::forward<_UHead>(__in._M_head())) { } 196 _M_head() = std::forward<_Head>(__in._M_head()); 214 _M_head() = std::forward<_UHead>(__in._M_head()); 247 : _Inherited(std::forward<_UElements>(__elements)...) { } 330 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { [all...] |
/external/webkit/Source/WebCore/inspector/ |
CodeGeneratorInspector.pm | 14 "forward" => "InspectorApplicationCacheAgent", 19 "forward" => "InspectorCSSAgent", 24 "forward" => "InspectorConsoleAgent", 29 "forward" => "InspectorPageAgent", 34 "forward" => "InspectorDebuggerAgent", 39 "forward" => "InspectorBrowserDebuggerAgent", 44 "forward" => "InspectorDatabaseAgent", 49 "forward" => "InspectorDOMAgent", 54 "forward" => "InspectorDOMStorageAgent", 59 "forward" => "InspectorFileSystemAgent" [all...] |