HomeSort by relevance Sort by last modified time
    Searched refs:backwards (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium_org/third_party/cython/src/Cython/Includes/libc/
locale.pxd 3 # deprecated cimport for backwards compatibility:
stdio.pxd 4 # deprecated cimports for backwards compatibility:
stdlib.pxd 3 # deprecated cimports for backwards compatibility:
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
vmlinux-kallsyms.c 122 bool backwards = true; local
165 nnd = backwards ? rb_prev(&pair->rb_node) :
176 if (backwards) {
177 backwards = false;
  /external/chromium_org/third_party/WebKit/Source/core/
generate_inspector_protocol_version.target.darwin-arm.mk 23 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.darwin-arm64.mk 23 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.darwin-mips.mk 23 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.darwin-mips64.mk 23 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.darwin-x86.mk 23 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.darwin-x86_64.mk 23 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.linux-arm.mk 23 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.linux-arm64.mk 23 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.linux-mips.mk 23 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.linux-mips64.mk 23 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.linux-x86.mk 23 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.linux-x86_64.mk 23 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
  /external/chromium_org/v8/test/webkit/
array-iterate-backwards.js 25 "This test checks that iterating a large array backwards works correctly."
  /external/icu/icu4c/source/i18n/
filteredbrk.cpp 32 ULISentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status);
95 ULISentenceBreakIterator::ULISentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status) :
98 fBackwardsTrie(backwards),
107 fBackwardsTrie.isNull()) { // .. no backwards table loaded == no exceptions
135 while((uch=utext_previous32(fText.getAlias()))!=U_SENTINEL && // more to consume backwards and..
363 //printf("Error %s building backwards\n", u_errorName(status));
  /external/chromium_org/third_party/cython/src/Cython/Includes/libcpp/
string.pxd 2 # deprecated cimport for backwards compatibility:
  /external/chromium_org/ui/accessibility/extensions/alt/
hide-images.css 82 -webkit-animation-fill-mode: backwards;
  /external/chromium_org/v8/test/mjsunit/
math-exp-precision.js 57 assertAlmostEquals(x, back, x + " (backwards)");
  /external/chromium_org/ui/accessibility/extensions/caretbrowsing/
caretbrowsing.js 791 * Moves the cursor backwards to the previous valid position.
799 CaretBrowsing.backwards = function(cursor, nodesCrossed) {
870 * moves backwards past one character.
899 result = CaretBrowsing.backwards(start, nodesCrossed);
    [all...]
  /external/chromium_org/extensions/renderer/resources/
last_error.js 11 // 1. For backwards compatibility we need to set chrome.extension.lastError,
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Window.idl 78 [Default=Undefined] optional boolean backwards,
LocalDOMWindow.h 158 bool find(const String&, bool caseSensitive, bool backwards, bool wrap, bool wholeWord, bool searchInFrames, bool showDialog) const;

Completed in 347 milliseconds

1 2 3