HomeSort by relevance Sort by last modified time
    Searched refs:forward (Results 26 - 50 of 479) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/page/
History.h 30 #include <wtf/Forward.h>
50 void forward();
54 void forward(ScriptExecutionContext*);
History.idl 41 [DoNotCheckDomainSecurity, CallWith=ScriptExecutionContext] void forward();
  /external/llvm/include/llvm/CodeGen/
RegisterScavenging.h 71 // These BitVectors are only used internally to forward(). They are members
88 /// forward - Move the internal MBB iterator and update register states.
89 void forward();
91 /// forward - Move the internal MBB iterator and update register states until
93 void forward(MachineBasicBlock::iterator I) { function in class:llvm::RegScavenger
94 if (!Tracking && MBB->begin() != I) forward();
95 while (MBBI != I) forward();
  /external/webkit/Source/WebCore/platform/text/
TextBoundaries.h 42 int findNextWordFromIndex(const UChar*, int len, int position, bool forward);
TextBoundaries.cpp 65 int findNextWordFromIndex(const UChar* chars, int len, int position, bool forward)
69 if (forward) {
  /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 \
  /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}.
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
Android.mk 57 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/common \
58 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/converter \
59 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/decoder \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
move.h 1 // Move, forward and identity for C++0x + swap -*- C++ -*-
59 /// forward (as per N3143)
62 forward(typename std::remove_reference<_Tp>::type& __t) function
67 forward(typename std::remove_reference<_Tp>::type&& __t) function
103 #define _GLIBCXX_FORWARD(_Tp, __val) std::forward<_Tp>(__val)
stl_pair.h 60 #include <bits/move.h> // for std::move / std::forward, and std::swap
77 // Forward declarations.
121 : first(std::forward<_U1>(__x)), second(__y) { }
126 : first(__x), second(std::forward<_U2>(__y)) { }
132 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
136 : first(std::forward<_U1>(__p.first)),
137 second(std::forward<_U2>(__p.second)) { }
267 return __pair_type(std::forward<_T1>(__x), std::forward<_T2>(__y))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
move.h 1 // Move, forward and identity for C++0x + swap -*- C++ -*-
59 /// forward (as per N3143)
62 forward(typename std::remove_reference<_Tp>::type& __t) function
67 forward(typename std::remove_reference<_Tp>::type&& __t) function
103 #define _GLIBCXX_FORWARD(_Tp, __val) std::forward<_Tp>(__val)
stl_pair.h 60 #include <bits/move.h> // for std::move / std::forward, and std::swap
77 // Forward declarations.
121 : first(std::forward<_U1>(__x)), second(__y) { }
126 : first(__x), second(std::forward<_U2>(__y)) { }
132 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
136 : first(std::forward<_U1>(__p.first)),
137 second(std::forward<_U2>(__p.second)) { }
267 return __pair_type(std::forward<_T1>(__x), std::forward<_T2>(__y))
    [all...]
  /external/clang/test/Sema/
incomplete-decl.c 3 struct foo; // expected-note 5 {{forward declaration of 'struct foo'}}
28 expected-note {{forward declaration of 'struct bar'}}
  /external/clang/test/SemaCXX/
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)...) {}
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
complex_rep.S 10 cld # we want these to happen forward
  /external/valgrind/main/exp-bbv/tests/x86/
complex_rep.S 10 cld # we want these to happen forward
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingSortedMapTest.java 204 forward = new ForwardingSortedMap<String, Boolean>() {
212 forward().comparator();
217 forward().firstKey();
222 forward().headMap("asdf");
227 forward().lastKey();
232 forward().subMap("first", "last");
237 forward().tailMap("last");
241 @Override SortedMap<String, Boolean> forward() {
242 return (SortedMap<String, Boolean>) super.forward();
  /external/chromium/android/
generateAndroidForwardingHeader.pl 28 my $forward = $ARGV[0];
60 $forward =~ m/(.*)\//s;
62 $guard = $forward;
64 open(my $handle, ">", $forward) or die $!;
  /external/dnsmasq/src/
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/webkit/Source/WebCore/platform/text/qt/
TextBoundariesQt.cpp 43 int findNextWordFromIndex(UChar const* buffer, int len, int position, bool forward)
48 if (forward) {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
AbstractBiMap.java 51 AbstractBiMap(Map<K, V> forward, Map<V, K> backward) {
52 setDelegates(forward, backward);
56 private AbstractBiMap(Map<K, V> backward, AbstractBiMap<V, K> forward) {
58 inverse = forward;
69 void setDelegates(Map<K, V> forward, Map<V, K> backward) {
72 checkArgument(forward.isEmpty());
74 checkArgument(forward != backward);
75 delegate = forward;
219 * iteration order so that it is consistent with the forward map.
369 private Inverse(Map<K, V> backward, AbstractBiMap<V, K> forward) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_pair.h 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and
89 : first(std::forward<_U1>(__x)),
90 second(std::forward<_U2>(__y)) { }
112 : first(std::forward<_U1>(__x)),
113 second(std::forward<_Arg0>(__arg0),
114 std::forward<_Args>(__args)...) { }
255 (std::forward<_T1>(__x), std::forward<_T2>(__y));
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_pair.h 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and
89 : first(std::forward<_U1>(__x)),
90 second(std::forward<_U2>(__y)) { }
112 : first(std::forward<_U1>(__x)),
113 second(std::forward<_Arg0>(__arg0),
114 std::forward<_Args>(__args)...) { }
255 (std::forward<_T1>(__x), std::forward<_T2>(__y));
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_pair.h 60 #include <bits/move.h> // for std::move / std::forward, std::decay, and
89 : first(std::forward<_U1>(__x)),
90 second(std::forward<_U2>(__y)) { }
112 : first(std::forward<_U1>(__x)),
113 second(std::forward<_Arg0>(__arg0),
114 std::forward<_Args>(__args)...) { }
255 (std::forward<_T1>(__x), std::forward<_T2>(__y));

Completed in 1347 milliseconds

12 3 4 5 6 7 8 91011>>