/external/guava/guava-tests/test/com/google/common/collect/ |
D | ForwardingObjectTest.java | 32 ForwardingObject forward = new ForwardingObject() { in testEqualsReflexive() local 42 ForwardingObject forward = new ForwardingObject() { in testEqualsSymmetric() local
|
D | ForwardingSetTest.java | 105 Set<String> forward; field in ForwardingSetTest 222 Set<String> forward() { in forward() method in ForwardingSetTest
|
D | ForwardingListIteratorTest.java | 28 private ForwardingListIterator<String> forward; field in ForwardingListIteratorTest
|
D | ForwardingMultisetTest.java | 139 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/ |
D | command_store.js | 198 '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/ |
D | rval-references-examples.cpp | 47 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
|
D | discrim-union.cpp | 7 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/ |
D | TextBreakIteratorICU.cpp | 185 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/ |
D | print_layout_test_times.py | 120 def key_for(path, forward, backward): argument 129 def times_by_key(times, forward, backward): argument
|
/external/guava/guava/src/com/google/common/collect/ |
D | DescendingImmutableSortedMultiset.java | 25 private final transient ImmutableSortedMultiset<E> forward; field in DescendingImmutableSortedMultiset 27 DescendingImmutableSortedMultiset(ImmutableSortedMultiset<E> forward) { in DescendingImmutableSortedMultiset()
|
D | AbstractBiMap.java | 55 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/ |
D | ppp_find_proxy.cc | 30 PP_Bool forward) { in SelectFindResult() 92 PP_Bool forward) { in OnPluginMsgSelectFindResult()
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
D | RadioInputType.cpp | 40 HTMLElement* nextElement(const HTMLElement& element, bool forward) in nextElement() 92 bool forward = (key == "Down" || key == "Right"); in handleKeydownEvent() local
|
/external/bluetooth/bluedroid/btif/co/ |
D | bta_pan_co.c | 167 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/ |
D | Sample.java | 27 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/ |
D | AbstractBiMap.java | 51 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/ |
D | WebFindOptions.h | 41 bool forward; member
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | ForwardingCacheTest.java | 37 private Cache<String, Boolean> forward; field in ForwardingCacheTest
|
D | ForwardingLoadingCacheTest.java | 37 private LoadingCache<String, Boolean> forward; field in ForwardingLoadingCacheTest
|
/external/bluetooth/bluedroid/stack/pan/ |
D | pan_main.c | 445 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/ |
D | audio_player.js | 226 advance_: function(forward, repeat) { argument 262 scheduleAutoAdvance_: function(forward, repeat) { argument
|
/external/chromium_org/chrome_elf/ |
D | ntdll_cache.cc | 34 LPCSTR forward, in EnumExportsCallback()
|
/external/pixman/pixman/ |
D | pixman-matrix.c | 478 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/ |
D | find_bar_host_interactive_uitest.cc | 35 bool forward, in FindInPageWchar()
|
/external/chromium_org/android_webview/browser/ |
D | find_helper.cc | 66 void FindHelper::FindNext(bool forward) { in FindNext()
|