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

1 2 3

  /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/qemu/distrib/sdl-1.2.15/acinclude/
ltoptions.m4 118 dnl aclocal-1.4 backwards compatibility:
154 dnl aclocal-1.4 backwards compatibility:
206 dnl aclocal-1.4 backwards compatibility:
260 dnl aclocal-1.4 backwards compatibility:
317 dnl aclocal-1.4 backwards compatibility:
350 dnl aclocal-1.4 backwards compatibility:
ltdl.m4 86 dnl aclocal-1.4 backwards compatibility:
107 # For backwards non-gettext consistent compatibility...
142 dnl aclocal-1.4 backwards compatibility:
186 # For backwards non-gettext consistent compatibility...
356 dnl aclocal-1.4 backwards compatibility:
538 dnl aclocal-1.4 backwards compatibility:
561 dnl aclocal-1.4 backwards compatibility:
580 dnl aclocal-1.4 backwards compatibility:
608 dnl aclocal-1.4 backwards compatibility:
718 dnl This isn't used anymore, but set it for backwards compatibilit
    [all...]
alsa.m4 13 dnl For backwards compatibility, if ACTION_IF_NOT_FOUND is not specified,
libtool.m4 106 dnl aclocal-1.4 backwards compatibility:
836 dnl aclocal-1.4 backwards compatibility:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
generate_inspector_protocol_version.target.darwin-arm.mk 24 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.darwin-arm64.mk 24 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.darwin-mips.mk 24 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.darwin-x86.mk 24 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.darwin-x86_64.mk 24 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.linux-arm.mk 24 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.linux-arm64.mk 24 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.linux-mips.mk 24 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.linux-x86.mk 24 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
generate_inspector_protocol_version.target.linux-x86_64.mk 24 @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/v8/test/mjsunit/
math-exp-precision.js 57 assertAlmostEquals(x, back, x + " (backwards)");
mjsunit.js 71 // the expected string. Only kept for backwards compatability, please
  /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 166 bool find(const String&, bool caseSensitive, bool backwards, bool wrap, bool wholeWord, bool searchInFrames, bool showDialog) const;
  /external/chromium_org/third_party/sqlite/src/test/
collate2.test 30 # Create a collation type BACKWARDS for use in testing. This collation type
33 db collate BACKWARDS backwards_collate
49 # BACKWARDS: NULL AA BA aA bA AB BB aB bB Aa Ba aa ba Ab Bb ab bb
55 # The collation sequences BINARY and NOCASE are built-in, the BACKWARDS
64 c COLLATE BACKWARDS
166 SELECT c FROM collate2t1 WHERE a COLLATE backwards > 'aa'
172 SELECT c FROM collate2t1 WHERE b COLLATE backwards > 'aa'
178 SELECT c FROM collate2t1 WHERE c COLLATE backwards > 'aa'
  /external/zlib/src/contrib/delphi/
ZLib.pas 102 backwards. The special case of setting the stream position to zero is
104 the uncompressed data has been reached. Seeking backwards, seeking relative
  /external/chromium_org/third_party/simplejson/
__init__.py 176 representation without any newlines. For backwards compatibility with
273 representation without any newlines. For backwards compatibility with

Completed in 880 milliseconds

1 2 3