HomeSort by relevance Sort by last modified time
    Searched full:forward (Results 51 - 75 of 3607) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/srtp/googlepatches/
google-8-rdb-crash.patch 5 /* shift the window forward by delta bits*/
  /external/webkit/Source/WebCore/manual-tests/wml/
onevent-noop.wml 9 <p>when enter forward to this card, it won't do anything as if the onenterforward event wasn't triggered</p>
  /external/clang/test/SemaObjC/
undef-superclass-1.m 3 @class SUPER, Y; // expected-note 2 {{forward class is declared here}}
5 @interface INTF :SUPER // expected-error {{attempting to use the forward class 'SUPER' as superclass of 'INTF'}}
16 @interface INTF3 : Y // expected-error {{attempting to use the forward class 'Y' as superclass of 'INTF3'}} \
ivar-sem-check-1.m 3 struct S; // expected-note{{forward declaration of 'struct S'}}
  /external/quake/quake/src/WinQuake/
chase.cpp 64 vec3_t forward, up, right; local
69 AngleVectors (cl.viewangles, forward, right, up);
74 - forward[i]*chase_back.value
79 VectorMA (r_refdef.vieworg, 4096, forward, dest);
84 dist = DotProduct (stop, forward);
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action-udhcp.sh 54 iptables -P FORWARD DROP
56 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
57 iptables -A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
67 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
68 iptables -D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
  /external/clang/test/SemaCXX/
rval-references-examples.cpp 47 template <class T> T&& forward(typename remove_reference<T>::type& t) { function
51 template <class T> T&& forward(typename remove_reference<T>::type&& t) { function
57 return unique_ptr<T>(new T(forward<Args>(args)...));
100 void forward(F f, Args &&...args) { function in namespace:perfect_forwarding
107 forward(F0(), get<A&>(), get<A const&>(), get<A>(), get<const A>(),
109 forward(F0(), get<A&>(), get<A const&>(), get<A>(), get<const A>(), // expected-note{{in instantiation of function template specialization 'perfect_forwarding::forward<perfect_forwarding::F0, perfect_forwarding::A &, const perfect_forwarding::A &, perfect_forwarding::A, const perfect_forwarding::A, const perfect_forwarding::A, const perfect_forwarding::A>' requested here}}
PR10243.cpp 3 struct S; // expected-note 4{{forward declaration of 'S'}}
member-pointer-ms.cpp 4 struct A; //expected-note{{forward declaration of 'A'}}
typeid.cpp 17 struct X; // expected-note 3{{forward declaration}}
  /libcore/luni/src/main/java/java/security/cert/
PKIXCertPathChecker.java 38 * checking (from trusted CA to target) and <u>may</u> support forward checking
40 * isForwardCheckingSupported} indicates whether forward checking is supported.
66 * @param forward
68 * true} if the certificates are processed in forward direction
76 public abstract void init(boolean forward)
81 * <i>forward checking</i>.
84 * supports forward checking, otherwise {@code false}.
  /external/dnsmasq/src/
forward.c 185 /* don't forward simple names, make exception for NS queries and empty name. */
206 HEADER *header, size_t plen, time_t now, struct frec *forward)
218 forward = NULL;
219 else if (forward || (forward = lookup_frec_by_sender(ntohs(header->id), udpaddr, crc)))
222 domain = forward->sentto->domain;
223 forward->sentto->failed_queries++;
226 forward->forwardall = 1;
229 type = forward->sentto->flags & SERV_TYPE;
230 if (!(start = forward->sentto->next)
465 struct frec *forward; local
    [all...]
Android.mk 6 LOCAL_SRC_FILES := bpf.c cache.c dbus.c dhcp.c dnsmasq.c forward.c helper.c lease.c log.c \
  /external/clang/test/CodeGenObjC/
protocols-lazy.m 18 // Forward definition triggered by protocol reference.
31 // Definition following forward reference.
35 void f2() { id x = @protocol(P5); } // This generates a forward
  /external/quake/quake/app/id1/
config.cfg 35 // // Generated by GLQuake. DO NOT MODIFY! // unbindconfig bind "TAB" "+showscores" bind "ENTER" "+jump" bind "ESCAPE" "togglemenu" bind "SPACE" "+jump" bind "+" "sizeup" bind "," "+moveleft" bind "-" "sizedown" bind "." "+moveright" bind "/" "impulse 10" bind "0" "impulse 0" bind "1" "impulse 1" bind "2" "impulse 2" bind "3" "impulse 3" bind "4" "impulse 4" bind "5" "impulse 5" bind "6" "impulse 6" bind "7" "impulse 7" bind "8" "impulse 8" bind "=" "sizeup" bind "\" "+mlook" bind "`" "toggleconsole" // Original Quake binding // bind "a" "+lookup" // bind "c" "+movedown" // bind "d" "+moveup" // bind "t" "messagemode" // bind "z" "+lookdown" bind "w" "+forward" bind "s" "+back" bind "a" "+left" bind "d" "+right" bind "q" "+lookup" bind "z" "+lookdown" bind "v" "+movedown" bind "f" "+moveup" bind "t" "messagemode" bind "~" "toggleconsole" bind "UPARROW" "+forward" bind "DOWNARROW" "+back" bind "LEFTARROW" "+left" bind "RIGHTARROW" "+right" bind "ALT" "+strafe" bind "CTRL" "+attack" bind "SHIFT" "+speed" bind "F1" "help" bind "F2" "menu_save" bind "F3" "menu_load" bind "F4" "menu_options" bind "F5" "menu_multiplayer" bind "F6" "echo Quicksaving...; wait; save quick" bind "F9" "echo Quickloading...; wait; load quick" bind "F10" "quit" bind "F11" "zoom_in" bind "F12" "screenshot" bind "INS" "+klook" bind "DEL" "+lookdown" bind "PGDN" "+lookup" bind "END" "centerview" bind "MOUSE1" "+attack" bind "MOUSE2" "+forward" bind "MOUSE3" "+mlook" bind "PAUSE" "pause" m_filter "0.2" m_filtercutoff "80" confirmquit "1" m_ (…)
  /external/webkit/Source/WebCore/page/
History.h 30 #include <wtf/Forward.h>
50 void forward();
54 void forward(ScriptExecutionContext*);
  /external/webkit/Source/WebKit/chromium/public/
WebFindOptions.h 40 // Whether to search forward or backward within the page.
41 bool forward; member in struct:WebKit::WebFindOptions
50 : forward(true)
  /frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
Android.mk 60 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/common \
61 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/converter \
62 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/decoder \
  /bionic/libc/arch-x86/string/
strlen.S 12 cld /* set search forward */
  /dalvik/vm/mterp/armv5te/
OP_GOTO_16.S 2 %verify "forward and backward"
  /external/chromium/net/base/
keygen_handler.cc 10 // CryptoModuleBlockingPasswordDelegate can be forward-declared on platforms
  /external/clang/test/Driver/
gcc_forward.c 1 // Check that we don't try to forward -Xclang or -mlinker-version to GCC.
  /external/clang/test/Parser/
recovery.c 68 struct forward; // expected-note{{forward declaration of 'struct forward'}}
69 void x(struct forward* x) {switch(x->a) {}} // expected-error {{incomplete definition of type}}
  /external/clang/test/SemaObjCXX/
ivar-construct.mm 12 struct Z; // expected-note{{forward declaration}}
  /external/clang/test/SemaTemplate/
class-template-id-2.cpp 7 template<> class A<float>; // expected-note{{forward declaration of 'N::A<float>'}}

Completed in 907 milliseconds

1 23 4 5 6 7 8 91011>>