HomeSort by relevance Sort by last modified time
    Searched full:forward (Results 101 - 125 of 6195) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/ui/views/controls/menu/
menu_host_root_view.cc 55 // ChromeOS uses MenuController to forward events like other
60 // Windows uses focus_util_win::RerouteMouseWheel to forward events to
63 // focused view, so we need to override this then forward to the menu.
72 // ChromeOS uses MenuController to forward events like other
  /external/clang/test/CodeGenCXX/
debug-info-fwd-ref.cpp 19 // Make sure we have two DW_TAG_structure_types for baz and bar and no forward
  /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'}}
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>'}}
  /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/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/icu4c/i18n/
wintzimpl.h 23 /* Forward declarations for Windows types... */
  /external/icu4c/test/perf/collperf/
CollPerf_r.pl 43 "Iteration icu forward null", ["$p1 TestIcu_ForwardIter_null", "$p2 TestIcu_ForwardIter_null"],
44 "Iteration icu forward len", ["$p1 TestIcu_ForwardIter_len", "$p2 TestIcu_ForwardIter_len"],
47 "Iteration/all icu forward null", ["$p1 TestIcu_ForwardIter_all_null", "$p2 TestIcu_ForwardIter_all_null"],
48 "Iteration/all icu forward len", ["$p1 TestIcu_ForwardIter_all_len", "$p2 TestIcu_ForwardIter_all_len"],
  /external/iptables/tests/
options-ipv4.rules 5 :FORWARD ACCEPT [0:0]
16 -A FORWARD -p tcp -j ECN --ecn-tcp-remove
17 -A FORWARD -j LOG --log-prefix "hi" --log-tcp-sequence --log-tcp-options --log-ip-options --log-uid --log-macdecode
18 -A FORWARD -j TTL --ttl-inc 1
19 -A FORWARD -j TTL --ttl-dec 1
20 -A FORWARD -j TTL --ttl-set 1
21 -A FORWARD -j ULOG --ulog-prefix "abc" --ulog-cprange 2 --ulog-qthreshold 2
41 :FORWARD ACCEPT [0:0]
50 -A FORWARD -p tcp -j REJECT --reject-with tcp-reset
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
forward-declare-class.cpp 6 // DEBUGGER: b forward-declare-class.cpp:28
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional_fwd.hpp 13 // 10 May 2008 (added swap related forward declaration) Niels Dekker
  /external/chromium_org/content/browser/web_contents/
web_contents_screenshot_manager.cc 224 // each offset on both the back and forward history, and start counting them
230 // entries in the forward history list.
232 int forward = current + 1; local
233 while (available_slots > 0 && (back >= 0 || forward < num_entries)) {
242 if (available_slots > 0 && forward < num_entries) {
244 owner_->GetEntryAtIndex(forward));
247 ++forward;
251 // Purge any screenshot at |back| or lower indices, and |forward| or higher
261 while (screenshot_count > kMaxScreenshots && forward < num_entries) {
263 owner_->GetEntryAtIndex(forward));
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ForwardingList.java 39 * <p><b>Warning:</b> The methods of {@code ForwardingList} forward
125 * may wish to override {@link #add(Object)} to forward to this
139 * #addAll(int, Collection)} to forward to this implementation.
151 * override {@link #indexOf} to forward to this implementation.
162 * may wish to override {@link #lastIndexOf} to forward to this
174 * wish to override {@link #iterator} to forward to this implementation.
185 * may wish to override {@link #listIterator()} to forward to this
197 * methods you may wish to override {@link #listIterator(int)} to forward to
209 * int)} to forward to this implementation.
220 * wish to override {@link #equals(Object)} to forward to this implementation
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_AGET_WIDE.S 22 @ branch prediction (if any) handles conditional forward branches vs.
23 @ unconditional forward branches.
OP_APUT_WIDE.S 23 @ branch prediction (if any) handles conditional forward branches vs.
24 @ unconditional forward branches.
  /external/ceres-solver/internal/ceres/
numeric_diff_cost_function_test.cc 65 FORWARD,
71 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);
91 FORWARD,
97 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);
117 FORWARD,
123 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);
143 FORWARD,
149 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);
  /external/chromium/crypto/
signature_creator.h 12 // Forward declaration for openssl/*.h
15 // Forward declaration.
  /external/chromium_org/chrome/test/webdriver/commands/
navigate_commands.h 17 // Navigate forward in the browser history, if possible. See:
18 // http://code.google.com/p/selenium/wiki/JsonWireProtocol#/session/:sessionId/forward
  /external/chromium_org/crypto/
signature_creator.h 16 // Forward declaration for openssl/*.h
19 // Forward declaration.
  /external/chromium_org/ppapi/cpp/dev/
find_dev.cc 33 void SelectFindResult(PP_Instance instance, PP_Bool forward) {
36 static_cast<Find_Dev*>(object)->SelectFindResult(PP_ToBool(forward));
  /external/chromium_org/third_party/WebKit/ManualTests/
animated-gif-bfcache-crash.html 35 <a href="rdar://problem/6978362">rdar://problem/6978362</a> Repro crash animating GIF if previously used in a closed window's back/forward list <br>
43 <li>about:blank will be loaded in that window, putting the animated gif in the back/forward cache.</li>

Completed in 458 milliseconds

1 2 3 45 6 7 8 91011>>