HomeSort by relevance Sort by last modified time
    Searched refs:forward (Results 76 - 100 of 380) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libcxx/test/support/
nasty_containers.hpp 88 void push_back(value_type&& x) { v_.push_back(std::forward<value_type&&>(x)); }
91 void emplace_back(Args&&... args) { v_.emplace_back(std::forward<Args>(args)...); }
99 { return v_.emplace(pos, std::forward<Args>(args)...); }
105 iterator insert(const_iterator pos, value_type&& x) { return v_.insert(pos, std::forward<value_type>(x)); }
205 void push_back(value_type&& x) { l_.push_back(std::forward<value_type&&>(x)); }
206 void push_front(value_type&& x) { l_.push_back(std::forward<value_type&&>(x)); }
209 void emplace_back(Args&&... args) { l_.emplace_back(std::forward<Args>(args)...); }
211 void emplace_front(Args&&... args) { l_.emplace_front(std::forward<Args>(args)...); }
220 { return l_.emplace(pos, std::forward<Args>(args)...); }
226 iterator insert(const_iterator pos, value_type&& x) { return l_.insert(pos, std::forward<value_type>(x));
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractBiMapTest.java 495 final BiMap<Integer, String> forward; field in class:AbstractBiMapTest.BiMapPair
499 this.forward = original;
515 assertEquals(pair.forward, copy.forward);
518 copy.forward.put(4, "four");
520 assertEquals(copy.backward, copy.forward.inverse());
521 assertEquals(copy.forward, copy.backward.inverse());
523 assertTrue(copy.forward.containsKey(4));
524 assertTrue(copy.forward.containsKey(5));
527 assertTrue(copy.forward.containsValue("four"))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterEffect.h 126 virtual FloatRect mapRect(const FloatRect& rect, bool forward = true) { return rect; }
131 virtual FloatRect mapPaintRect(const FloatRect& rect, bool forward)
133 return mapRect(rect, forward);
  /external/clang/test/SemaCXX/
discrim-union.cpp 7 template<typename T> constexpr T &&forward(typename remove_reference<T>::type &t) noexcept { return static_cast<T&&>(t); }
8 template<typename T> constexpr T &&forward(typename remove_reference<T>::type &&t) noexcept { return static_cast<T&&>(t); }
60 constexpr a(U &&...u) : value{forward<U>(u)...} {}
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 344 bool forward) const {
352 if (forward) {
365 if (!forward) {
391 bool forward,
396 if (!forward)
402 entry = GetIndexOfNextChapterStop(entry, forward);
back_forward_menu_model.h 38 // Interface for the showing of the dropdown menu for the Back/Forward buttons.
116 // true (we are the forward button delegate), then this function will return
131 // specified (|forward|) until either a chapter-stop is found or we reach the
139 int GetIndexOfNextChapterStop(int start_from, bool forward) const;
142 // NavigationEntryList vector advancing first forward or backward by |offset|
143 // (depending on the direction specified in parameter |forward|). It also
155 int FindChapterStop(int offset, bool forward, int skip) const;
157 // How many items (max) to show in the back/forward history menu dropdown.
160 // How many chapter-stops (max) to show in the back/forward dropdown list.
197 // Represents whether this is the delegate for the forward button or th
    [all...]
  /external/chromium_org/third_party/icu/source/common/
unorm.cpp 117 _iterate(UCharIterator *src, UBool forward,
133 if(!(forward ? src->hasNext(src) : src->hasPrevious(src))) {
139 if(forward) {
177 unorm_iterate(UCharIterator *src, UBool forward,
189 return _iterate(src, forward, dest, destCapacity,
192 return _iterate(src, forward, dest, destCapacity,
  /external/icu/icu4c/source/common/
unorm.cpp 117 _iterate(UCharIterator *src, UBool forward,
133 if(!(forward ? src->hasNext(src) : src->hasPrevious(src))) {
139 if(forward) {
177 unorm_iterate(UCharIterator *src, UBool forward,
189 return _iterate(src, forward, dest, destCapacity,
192 return _iterate(src, forward, dest, destCapacity,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.c 202 nouveau_vpe_mb_mv_flags(bool luma, int mv_h, int mv_v, bool forward, bool first, bool vert)
213 if (!forward)
244 bool luma, bool frame, bool forward, bool vert,
266 mc_header |= nouveau_vpe_mb_mv_flags(luma, mv_horizontal, mv_vertical, forward, first, vert);
288 bool forward, backward; local
299 forward = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_MOTION_FORWARD;
301 assert(!forward || dec->past < 8);
309 if (forward) {
315 if (backward && forward) {
316 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward, TRUE
    [all...]
  /external/guava/guava/src/com/google/common/primitives/
Primitives.java 62 private static void add(Map<Class<?>, Class<?>> forward,
64 forward.put(key, value);
  /external/icu/icu4c/source/data/brkitr/
char.txt 37 !!forward;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 202 nouveau_vpe_mb_mv_flags(bool luma, int mv_h, int mv_v, bool forward, bool first, bool vert)
213 if (!forward)
244 bool luma, bool frame, bool forward, bool vert,
266 mc_header |= nouveau_vpe_mb_mv_flags(luma, mv_horizontal, mv_vertical, forward, first, vert);
288 bool forward, backward; local
299 forward = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_MOTION_FORWARD;
301 assert(!forward || dec->past < 8);
309 if (forward) {
315 if (backward && forward) {
316 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward, TRUE
    [all...]
  /external/bluetooth/bluedroid/stack/pan/
pan_main.c 445 BOOLEAN forward; local
509 forward = TRUE;
511 forward = FALSE;
515 (*pan_cb.pan_data_ind_cb) (pcb->handle, src, dst, protocol, p_data, len, ext, forward);
551 BOOLEAN forward = FALSE; local
577 forward = TRUE;
579 forward = FALSE;
599 (*pan_cb.pan_data_buf_ind_cb) (pcb->handle, src, dst, protocol, p_buf, ext, forward);
602 (*pan_cb.pan_data_ind_cb) (pcb->handle, src, dst, protocol, p_data, len, ext, forward);
623 (*pan_cb.pan_data_buf_ind_cb) (pcb->handle, src, dst, protocol, p_buf, ext, forward);
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_pan_internal.h 104 const char* buff, UINT16 size, BOOLEAN ext, BOOLEAN forward);
  /external/chromium_org/build/android/
adb_reverse_forwarder.py 10 i.e., "adb forward" in reverse. Requires |host_forwarder| and |device_forwarder|
  /external/chromium_org/chrome/browser/ui/ash/
session_state_delegate_chromeos_unittest.cc 146 const ash::SessionStateDelegate::CycleUser forward = local
149 // Cycle forward.
151 session_state_delegate()->CycleActiveUser(forward);
153 session_state_delegate()->CycleActiveUser(forward);
155 session_state_delegate()->CycleActiveUser(forward);
  /external/chromium_org/chrome_elf/
ntdll_cache.cc 34 LPCSTR forward,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
indexedDBViews.css 72 .indexed-db-data-view .data-view-toolbar .forward-button img {
73 content: url(Images/forward.png);
  /external/dnsmasq/bld/
Makefile 3 OBJS = cache.o rfc1035.o util.o option.o forward.o network.o \
  /external/guava/guava/src/com/google/common/collect/
ImmutableList.java 456 final UnmodifiableListIterator<E> forward = local
460 return forward.hasPrevious();
464 return forward.hasNext();
468 return forward.previous();
472 return reverseIndex(forward.previousIndex());
476 return forward.next();
480 return reverseIndex(forward.nextIndex());
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_matrixProcs.cpp 431 // need to know our start, and our initial phase (forward or backward)
432 bool forward; local
437 forward = false;
440 forward = true;
446 if (forward) {
451 forward = !forward;
456 if (forward) {
461 forward = !forward;
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
exif_encoder.js 194 hw.forward('size', 2);
212 bw.forward('image-dir', 4); // The pointer should point right after itself.
273 * @param {string} nextDirPointer A forward key for the pointer to the next
281 bw.forward('dir-count', 2);
295 throw new Error('Cannot forward the pointer for ' + tag.id);
296 bw.forward(tag.id, width);
301 // The value does not fit, forward the 4 byte offset to the actual value.
303 bw.forward(tag.id, width);
313 bw.forward(nextDirPointer, 4);
527 ByteWriter.prototype.forward = function(key, width)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
dadrcal.cpp 289 const CalendarFieldsSet &toSet, Calendar *toCalendar, UBool forward) {
291 UnicodeString thisString = (UnicodeString)"#"+n+" "+(forward ? "forward"
365 const DataMap *settings, UBool forward) {
433 if (forward) {
436 testConvert(n, fromSet, fromCalendar, toSet, toCalendar, forward);
440 testConvert(n, toSet, toCalendar, fromSet, fromCalendar, forward);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_dct_ssse3_x86_64.asm 12 ; This file provides SSSE3 version of the forward transformation. Part
86 ; 1D forward 8x8 DCT transform
150 ; left shift by 2 to increase forward transformation precision
  /external/icu/icu4c/source/test/intltest/
dadrcal.cpp 289 const CalendarFieldsSet &toSet, Calendar *toCalendar, UBool forward) {
291 UnicodeString thisString = (UnicodeString)"#"+n+" "+(forward ? "forward"
365 const DataMap *settings, UBool forward) {
433 if (forward) {
436 testConvert(n, fromSet, fromCalendar, toSet, toCalendar, forward);
440 testConvert(n, toSet, toCalendar, fromSet, fromCalendar, forward);

Completed in 6873 milliseconds

1 2 34 5 6 7 8 91011>>