HomeSort by relevance Sort by last modified time
    Searched full:forward (Results 76 - 100 of 4710) sorted by null

1 2 34 5 6 7 8 91011>>

  /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...]
  /external/guava/guava/src/com/google/common/collect/
ForwardingMultiset.java 35 * <p><b>Warning:</b> The methods of {@code ForwardingMultiset} forward
106 * forward to this implementation.
117 * wish to override {@link #clear} to forward to this implementation.
132 * override {@link #count} to forward to this implementation.
148 * wish to override {@link #add(Object)} to forward to this implementation.
161 * forward to this implementation.
173 * may wish to override {@link #remove(Object)} to forward to this
185 * #elementSet}, you may wish to override {@link #removeAll} to forward to
198 * #elementSet}, you may wish to override {@link #retainAll} to forward to
212 * wish to override {@link #setCount(Object, int)} to forward to thi
    [all...]
ForwardingCollection.java 34 * <p><b>Warning:</b> The methods of {@code ForwardingCollection} forward
126 * #contains} to forward to this implementation.
137 * #containsAll} to forward to this implementation.
152 * override {@link #add}, you may wish to override {@link #addAll} to forward
164 * #iterator}, you may wish to override {@link #remove} to forward to this
183 * #iterator}, you may wish to override {@link #removeAll} to forward to this
195 * #iterator}, you may wish to override {@link #retainAll} to forward to this
207 * #iterator}, you may wish to override {@link #clear} to forward to this
223 * to forward to this implementation. Alternately, it may be more efficient to
235 * #toString} to forward to this implementation
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/
__functional_base 299 -> decltype((_VSTD::forward<_A0>(__a0).*__f)(_VSTD::forward<_Args>(__args)...))
301 return (_VSTD::forward<_A0>(__a0).*__f)(_VSTD::forward<_Args>(__args)...);
308 -> decltype(((*_VSTD::forward<_A0>(__a0)).*__f)(_VSTD::forward<_Args>(__args)...))
310 return ((*_VSTD::forward<_A0>(__a0)).*__f)(_VSTD::forward<_Args>(__args)...);
319 -> decltype(_VSTD::forward<_A0>(__a0).*__f)
321 return _VSTD::forward<_A0>(__a0).*__f
    [all...]
  /external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h 19 Forward,
33 * Currently only "Forward" and "Central" scheme are implemented.
35 template<typename _Functor, NumericalDiffMode mode=Forward>
48 // forward constructors
79 case Forward:
97 case Forward:
  /external/clang/test/CodeGenObjC/
protocols-lazy.m 17 // Forward definition triggered by protocol reference.
30 // Definition following forward reference.
34 void f2() { id x = @protocol(P5); } // This generates a forward
  /external/freetype/src/base/
basepic.c 26 /* forward declaration of PIC init functions from ftglyph.c */
30 /* forward declaration of PIC init function from ftrfork.c (not modularized) */
33 /* forward declaration of PIC init functions from ftinit.c */
  /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/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
Android.mk 58 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/common \
59 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/converter \
60 $(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"
  /dalvik/vm/mterp/mips/
OP_GOTO_16.S 2 %verify "forward and backward"
  /dalvik/vm/mterp/x86/
OP_GOTO.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 69 struct forward; // expected-note{{forward declaration of 'struct forward'}}
70 void x(struct forward* x) {switch(x->a) {}} // expected-error {{incomplete definition of type}}
  /external/clang/test/SemaCXX/
PR10243.cpp 3 struct S; // expected-note 4{{forward declaration of 'S'}}
cxx0x-nontrivial-union.cpp 42 template<typename T> T &&forward(typename remove_ref<T>::type &&t);
43 template<typename T> T &&forward(typename remove_ref<T>::type &t);
54 disable_dtor(U &&...u) : val(forward<U>(u)...) {}
75 optional(U &&...u) : has(true), value(forward<U>(u)...) {}
member-pointer-ms.cpp 4 struct A; //expected-note{{forward declaration of 'A'}}
typeid.cpp 17 struct X; // expected-note 3{{forward declaration}}
  /external/clang/test/SemaObjC/
forward-class-redeclare.m 13 @class PLAlbum; // expected-warning {{redefinition of forward class 'PLAlbum' of a typedef name of an object type is ignore}}
ivar-sem-check-1.m 3 struct S; // expected-note{{forward declaration of 'struct S'}}
  /external/clang/test/SemaTemplate/
class-template-id-2.cpp 7 template<> class A<float>; // expected-note{{forward declaration of 'N::A<float>'}}

Completed in 1977 milliseconds

1 2 34 5 6 7 8 91011>>