/external/chromium_org/third_party/WebKit/ManualTests/ |
caret-in-columns-flipped.html | 24 getSelection().modify("move", "forward", "documentboundary");
|
/external/chromium_org/third_party/WebKit/ManualTests/redirectHistory/ |
redir-1.html | 7 <p>This test checks that a "quick" redirect does not create an extra entry in the back/forward list. See Radar 4351664.</p>
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
ElementFactory.h.tmpl | 7 #include "wtf/Forward.h"
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
matchbrackets.js | 15 var forward = match.charAt(1) == ">", d = forward ? 1 : -1; 16 if (strict && forward != (pos == cur.ch)) return null; 22 var pos = forward ? 0 : line.text.length - 1, end = forward ? line.text.length : -1; 29 if (match.charAt(1) == ">" == forward) stack.push(ch); 35 for (var i = cur.line, found, e = forward ? Math.min(i + 100, cm.lineCount()) : Math.max(-1, i - 100); i != e; i+=d) { 41 match: found && found.match, forward: forward};
|
/external/chromium_org/third_party/icu/source/i18n/ |
wintzimpl.h | 23 /* Forward declarations for Windows types... */
|
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/libjingle/overrides/allocator_shim/ |
allocator_stub.h | 17 // The stub implementations that forward new / delete calls to the allocator
|
/external/chromium_org/ui/views/controls/menu/ |
menu_host_root_view.cc | 55 // Aura uses MenuController to forward events like other mouse events. 59 // Windows uses focus_util_win::RerouteMouseWheel to forward events to 62 // focused view, so we need to override this then forward to the menu. 71 // 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/frame_host/ |
navigation_entry_screenshot_manager.cc | 228 // each offset on both the back and forward history, and start counting them 234 // entries in the forward history list. 236 int forward = current + 1; local 237 while (available_slots > 0 && (back >= 0 || forward < num_entries)) { 246 if (available_slots > 0 && forward < num_entries) { 248 owner_->GetEntryAtIndex(forward)); 251 ++forward; 255 // Purge any screenshot at |back| or lower indices, and |forward| or higher 265 while (screenshot_count > kMaxScreenshots && forward < num_entries) { 267 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.
|