Home
last modified time | relevance | path

Searched defs:forward (Results 1 – 25 of 134) sorted by relevance

123456

/external/guava/guava-tests/test/com/google/common/collect/
DForwardingObjectTest.java32 ForwardingObject forward = new ForwardingObject() { in testEqualsReflexive() local
42 ForwardingObject forward = new ForwardingObject() { in testEqualsSymmetric() local
DForwardingSetTest.java105 Set<String> forward; field in ForwardingSetTest
222 Set<String> forward() { in forward() method in ForwardingSetTest
DForwardingListIteratorTest.java28 private ForwardingListIterator<String> forward; field in ForwardingListIteratorTest
DForwardingMultisetTest.java139 protected Multiset<String> forward; field in ForwardingMultisetTest
398 protected Multiset<String> forward() { in forward() method in ForwardingMultisetTest
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dcommand_store.js198 'forward': {forward: true, property
206 'right': {forward: true, property
226 'nextCharacter': {forward: true, property
236 'nextWord': {forward: true, property
245 'nextLine': {forward: true, property
254 'nextSentence': {forward: true, property
264 'nextObject': {forward: true, property
274 'nextGroup': {forward: true, property
280 'jumpToTop': {forward: true, property
290 'moveToStartOfLine': {forward: true, announce: true}, property
[all …]
/external/clang/test/SemaCXX/
Drval-references-examples.cpp47 template <class T> T&& forward(typename remove_reference<T>::type& t) { in forward() function
51 template <class T> T&& forward(typename remove_reference<T>::type&& t) { in forward() function
100 void forward(F f, Args &&...args) { in forward() function
Ddiscrim-union.cpp7 template<typename T> constexpr T &&forward(typename remove_reference<T>::type &t) noexcept { return… in forward() function
8 template<typename T> constexpr T &&forward(typename remove_reference<T>::type &&t) noexcept { retur… in forward() function
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextBreakIteratorICU.cpp185 static inline TextContext textGetContext(const UText* text, int64_t nativeIndex, UBool forward) in textGetContext()
201 …xtLatin1MoveInPrimaryContext(UText* text, int64_t nativeIndex, int64_t nativeLength, UBool forward) in textLatin1MoveInPrimaryContext()
226 …Latin1SwitchToPrimaryContext(UText* text, int64_t nativeIndex, int64_t nativeLength, UBool forward) in textLatin1SwitchToPrimaryContext()
233 …textLatin1MoveInPriorContext(UText* text, int64_t nativeIndex, int64_t nativeLength, UBool forward) in textLatin1MoveInPriorContext()
249 …xtLatin1SwitchToPriorContext(UText* text, int64_t nativeIndex, int64_t nativeLength, UBool forward) in textLatin1SwitchToPriorContext()
256 …kOrOutOfRange(UText* text, int64_t nativeIndex, int64_t nativeLength, UBool forward, UBool& isAcce… in textInChunkOrOutOfRange()
290 static UBool textLatin1Access(UText* text, int64_t nativeIndex, UBool forward) in textLatin1Access()
365 …extUTF16MoveInPrimaryContext(UText* text, int64_t nativeIndex, int64_t nativeLength, UBool forward) in textUTF16MoveInPrimaryContext()
383 …tUTF16SwitchToPrimaryContext(UText* text, int64_t nativeIndex, int64_t nativeLength, UBool forward) in textUTF16SwitchToPrimaryContext()
390 … textUTF16MoveInPriorContext(UText* text, int64_t nativeIndex, int64_t nativeLength, UBool forward) in textUTF16MoveInPriorContext()
[all …]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
Dprint_layout_test_times.py120 def key_for(path, forward, backward): argument
129 def times_by_key(times, forward, backward): argument
/external/guava/guava/src/com/google/common/collect/
DDescendingImmutableSortedMultiset.java25 private final transient ImmutableSortedMultiset<E> forward; field in DescendingImmutableSortedMultiset
27 DescendingImmutableSortedMultiset(ImmutableSortedMultiset<E> forward) { in DescendingImmutableSortedMultiset()
DAbstractBiMap.java55 AbstractBiMap(Map<K, V> forward, Map<V, K> backward) { in AbstractBiMap() argument
60 private AbstractBiMap(Map<K, V> backward, AbstractBiMap<V, K> forward) { in AbstractBiMap() argument
73 void setDelegates(Map<K, V> forward, Map<V, K> backward) { in setDelegates() argument
/external/chromium_org/ppapi/proxy/
Dppp_find_proxy.cc30 PP_Bool forward) { in SelectFindResult()
92 PP_Bool forward) { in OnPluginMsgSelectFindResult()
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DRadioInputType.cpp40 HTMLElement* nextElement(const HTMLElement& element, bool forward) in nextElement()
92 bool forward = (key == "Down" || key == "Right"); in handleKeydownEvent() local
/external/bluetooth/bluedroid/btif/co/
Dbta_pan_co.c167 BOOLEAN forward; in bta_pan_co_tx_path() local
246 UINT16 len, BOOLEAN ext, BOOLEAN forward) in bta_pan_co_tx_write()
276 BOOLEAN ext, BOOLEAN forward) in bta_pan_co_tx_writebuf()
/external/javassist/src/main/javassist/tools/rmi/
DSample.java27 public Object forward(Object[] args, int identifier) { in forward() method in Sample
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DAbstractBiMap.java51 AbstractBiMap(Map<K, V> forward, Map<V, K> backward) { in AbstractBiMap() argument
56 private AbstractBiMap(Map<K, V> backward, AbstractBiMap<V, K> forward) { in AbstractBiMap() argument
69 void setDelegates(Map<K, V> forward, Map<V, K> backward) { in setDelegates() argument
/external/chromium_org/third_party/WebKit/public/web/
DWebFindOptions.h41 bool forward; member
/external/guava/guava-tests/test/com/google/common/cache/
DForwardingCacheTest.java37 private Cache<String, Boolean> forward; field in ForwardingCacheTest
DForwardingLoadingCacheTest.java37 private LoadingCache<String, Boolean> forward; field in ForwardingLoadingCacheTest
/external/bluetooth/bluedroid/stack/pan/
Dpan_main.c445 BOOLEAN forward; in pan_data_ind_cb() local
551 BOOLEAN forward = FALSE; in pan_data_buf_ind_cb() local
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
Daudio_player.js226 advance_: function(forward, repeat) { argument
262 scheduleAutoAdvance_: function(forward, repeat) { argument
/external/chromium_org/chrome_elf/
Dntdll_cache.cc34 LPCSTR forward, in EnumExportsCallback()
/external/pixman/pixman/
Dpixman-matrix.c478 pixman_transform_scale (struct pixman_transform *forward, in pixman_transform_scale()
521 pixman_transform_rotate (struct pixman_transform *forward, in pixman_transform_rotate()
560 pixman_transform_translate (struct pixman_transform *forward, in pixman_transform_translate()
910 pixman_f_transform_scale (struct pixman_f_transform *forward, in pixman_f_transform_scale()
952 pixman_f_transform_rotate (struct pixman_f_transform *forward, in pixman_f_transform_rotate()
991 pixman_f_transform_translate (struct pixman_f_transform *forward, in pixman_f_transform_translate()
/external/chromium_org/chrome/browser/ui/find_bar/
Dfind_bar_host_interactive_uitest.cc35 bool forward, in FindInPageWchar()
/external/chromium_org/android_webview/browser/
Dfind_helper.cc66 void FindHelper::FindNext(bool forward) { in FindNext()

123456