Searched refs:backwards (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/chrome/browser/resources/net_internals/
H A Dsource_filter_parser.js72 function parseSortDirective_(filterElement, backwards) {
76 return { method: match[1], backwards: backwards };
H A Devents_view.js207 * Given a "sort" object with "method" and "backwards" keys, looks up and
212 this.doSortBackwards_ = sort.backwards;
410 // If already using specified sortMethod, sort backwards.
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dvmlinux-kallsyms.c122 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/
H A Dltoptions.m4118 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:
H A Dltdl.m486 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...]
H A Dalsa.m413 dnl For backwards compatibility, if ACTION_IF_NOT_FOUND is not specified,
H A Dlibtool.m4106 dnl aclocal-1.4 backwards compatibility:
836 dnl aclocal-1.4 backwards compatibility:
1447 dnl aclocal-1.4 backwards compatibility:
1491 dnl aclocal-1.4 backwards compatibility:
1632 dnl aclocal-1.4 backwards compatibility:
1850 dnl aclocal-1.4 backwards compatibility:
2802 dnl aclocal-1.4 backwards compatibility:
2914 dnl aclocal-1.4 backwards compatibility:
3259 dnl aclocal-1.4 backwards compatibility:
3287 dnl aclocal-1.4 backwards compatibilit
[all...]
/external/chromium_org/third_party/WebKit/Source/core/
H A Dgenerate_inspector_protocol_version.target.darwin-arm.mk24 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
H A Dgenerate_inspector_protocol_version.target.darwin-arm64.mk24 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
H A Dgenerate_inspector_protocol_version.target.darwin-mips.mk24 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
H A Dgenerate_inspector_protocol_version.target.darwin-x86.mk24 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
H A Dgenerate_inspector_protocol_version.target.darwin-x86_64.mk24 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
H A Dgenerate_inspector_protocol_version.target.linux-arm.mk24 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
H A Dgenerate_inspector_protocol_version.target.linux-arm64.mk24 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
H A Dgenerate_inspector_protocol_version.target.linux-mips.mk24 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
H A Dgenerate_inspector_protocol_version.target.linux-x86.mk24 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
H A Dgenerate_inspector_protocol_version.target.linux-x86_64.mk24 @echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
/external/icu/icu4c/source/i18n/
H A Dfilteredbrk.cpp32 ULISentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status);
95 ULISentenceBreakIterator::ULISentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status) : argument
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/WebKit/Source/core/frame/
H A DWindow.idl78 [Default=Undefined] optional boolean backwards,
H A DLocalDOMWindow.h166 bool find(const String&, bool caseSensitive, bool backwards, bool wrap, bool wholeWord, bool searchInFrames, bool showDialog) const;
H A DLocalDOMWindow.cpp1066 bool LocalDOMWindow::find(const String& string, bool caseSensitive, bool backwards, bool wrap, bool /*wholeWord*/, bool /*searchInFrames*/, bool /*showDialog*/) const argument
1076 return m_frame->editor().findString(string, !backwards, caseSensitive, wrap, false);
/external/chromium_org/third_party/sqlite/src/test/
H A Dcollate2.test166 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/
H A DZLib.pas102 backwards. The special case of setting the stream position to zero is
104 the uncompressed data has been reached. Seeking backwards, seeking relative
/external/blktrace/
H A Dblkparse.c50 int backwards; member in struct:per_dev_info
1173 pdi->backwards = (this < last) ? 'B' : ' ';
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js464 "avoid-region", "background", "backwards", "baseline", "below", "bidi-override", "binary",

Completed in 355 milliseconds

123