Searched refs:reverse (Results 201 - 225 of 539) sorted by relevance

1234567891011>>

/external/chromium_org/tools/win/split_link/
H A Dsplit_link.py354 description_parts.reverse()
361 objs_from_libs.reverse()
370 inputs_by_part.reverse()
/external/clang/tools/scan-build/
H A Dsorttable.js96 // reverse the table, which is quicker
97 sorttable.reverse(this.sorttable_tbody);
108 // if we're already sorted by this column in reverse, just
109 // re-reverse the table, which is quicker
110 sorttable.reverse(this.sorttable_tbody);
244 reverse: function(tbody) {
245 // reverse the rows in a tbody
/external/guava/guava/src/com/google/common/collect/
H A DImmutableList.java393 * Returns a view of this immutable list in reverse order. For example, {@code
394 * ImmutableList.of(1, 2, 3).reverse()} is equivalent to {@code
397 * @return a view of this immutable list in reverse order
400 public ImmutableList<E> reverse() { method in class:ImmutableList
421 @Override public ImmutableList<E> reverse() { method in class:ImmutableList.ReverseImmutableList
446 reversePosition(toIndex), reversePosition(fromIndex)).reverse();
H A DSortedMultisets.java94 Ordering.from(forwardMultiset().comparator()).<E>reverse();
/external/chromium/chrome/browser/notifications/
H A Dballoon_host.h102 virtual void TakeFocus(bool reverse) {} argument
/external/chromium/chrome/browser/profiles/
H A Dprofile_dependency_manager.cc121 std::reverse(output.begin(), output.end());
/external/chromium/chrome/browser/tab_contents/
H A Dbackground_contents.h111 virtual void TakeFocus(bool reverse) {} argument
/external/chromium_org/ash/system/tray/
H A Dtray_background_view.h74 virtual void AboutToRequestFocusFromTabTraversal(bool reverse) OVERRIDE;
/external/chromium_org/ash/wm/
H A Dmru_window_tracker.cc90 std::reverse(windows.begin(), windows.end());
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dgaia_web_auth_flow.cc34 std::reverse(client_id_parts.begin(), client_id_parts.end());
/external/chromium_org/chrome/test/automation/
H A Dtab_proxy.h176 bool SetInitialFocus(bool reverse, bool restore_focus_to_view)
/external/chromium_org/chrome/tools/convert_dict/
H A Ddic_reader.cc181 std::reverse(affixes.begin(), affixes.end());
/external/chromium_org/chrome_frame/test/
H A Dautomation_client_mock.h43 MOCK_METHOD1(OnTabbedOut, void(bool reverse));
/external/chromium_org/content/browser/web_contents/
H A Dinterstitial_page_impl.h69 // Focus the first (last if reverse is true) element in the interstitial page.
71 void FocusThroughTabTraversal(bool reverse);
H A Dweb_contents_view_gtk.h90 virtual void TakeFocus(bool reverse) OVERRIDE;
H A Dweb_contents_view_mac.h114 virtual void TakeFocus(bool reverse) OVERRIDE;
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.cc64 bool WebContentsDelegate::TakeFocus(WebContents* source, bool reverse) { argument
/external/chromium_org/content/shell/
H A Dshell_web_contents_view_delegate_win.cc248 void ShellWebContentsViewDelegate::TakeFocus(bool reverse) { argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DFilePathScoreFunction.js137 out.reverse();
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dmalloc-tree112 sortedChildren = sorted(self.children.values(), key=sortKeyByBytes, reverse=True)
199 sortedRootNodes = sorted(rootNodes.values(), key=sortKeyByBytes, reverse=True)
H A Dsvn-unapply222 foreach my $path (reverse sort keys %directoriesToCheck) {
257 # Do not include --reverse in this array.
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-buffer-private.hh118 HB_INTERNAL void reverse (void);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Drbbi.h683 * if goind in reverse, startPos is the normal Unicode break result
686 * @param reverse The call is for the reverse direction
689 int32_t checkDictionary(int32_t startPos, int32_t endPos, UBool reverse);
/external/chromium_org/tools/valgrind/
H A Dtest_suppressions.py80 key=lambda x:len(x[1]), reverse=True)
/external/harfbuzz_ng/src/
H A Dhb-buffer-private.hh116 HB_INTERNAL void reverse (void);

Completed in 943 milliseconds

1234567891011>>