Searched refs:reversed (Results 101 - 125 of 141) sorted by relevance

123456

/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp4353 Transliterator* reversed = Transliterator::createFromRules("Reversed", UnicodeString(BEGIN_END_RULES[17]), local
4355 if (reversed == 0 || U_FAILURE(status)) {
4356 reportParseError(UnicodeString("FAIL: Couldn't create reversed transliterator"), parseError, status);
4358 expect(*reversed, UnicodeString("xy XY XYZ yz YZ"), UnicodeString("xy abc xaba yz aba"));
4360 delete reversed;
4414 Transliterator* reversed = Transliterator::createFromRules("Reversed", UnicodeString(BEGIN_END_RULES[17]), local
4417 reportParseError(UnicodeString("FAIL: Couldn't create reversed transliterator"), parseError, status);
4420 reversed->toRules(rules, FALSE);
4424 reportParseError(UnicodeString("FAIL: Couldn't create reversed transliterator from generated rules"),
4426 delete reversed;
[all...]
/external/chromium_org/mojo/public/python/mojo/bindings/
H A Ddescriptor.py544 return reduce(lambda x, y: x * 2 + y, reversed(booleans), 0)
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Djavascriptlintrules.py593 for unused_local_variables in reversed(
H A Dstatetracker.py349 for flag in reversed(self.__flags):
/external/chromium_org/third_party/jinja2/
H A Dext.py532 reversed(self.tokens[self.offset:offset]):
H A Denvironment.py1036 for template_line, code_line in reversed(self.debug_info):
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py1627 shifts = map(self.bitdepth.__mul__, reversed(range(spb)))
1652 shifts = map(self.bitdepth.__mul__, reversed(range(spb)))
2292 reversed
2294 def reversed(l): member in class:Reader
/external/lldb/test/
H A Dlldbtest.py1089 for hook in reversed(self.hooks):
1103 for dict in reversed(self.dicts):
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py955 for time, size, file in reversed(sorted(all)):
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DMemoryView.py694 for idx, (access, packing) in enumerate(reversed(axes_specs)):
/external/chromium_org/v8/tools/
H A Dll_prof.py171 for offset, cnt in reversed(zip(ticks_offsets[:j], ticks_counts[:j])):
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DE_B_D_T_.py222 for curBit in reversed(byteString):
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DE_B_D_T_.py222 for curBit in reversed(byteString):
/external/linux-tools-perf/perf-3.12.0/arch/sh/lib/
H A Dmemcpy-sh4.S456 ! this can be reversed at the end, so we don't need to save any extra
641 ! this can be reversed at the end, so we don't need to save any extra
/external/lldb/test/unittest2/test/
H A Dtest_case.py103 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py1228 for entry in reversed(libraries):
2873 for name in reversed(properties_ordered):
/external/iproute2/doc/
H A Dip-tunnels.tex333 and to enable reversed path filter (\verb|rp_filter| sysctl option) on
/external/libvorbis/doc/
H A D08-residue.tex144 as in type 1 with decode interleave reversed. If operating on a single
/external/chromium_org/third_party/qcms/src/
H A Dchain.c631 if (lut->reversed) {
633 // is reversed
H A Diccread.c651 lut->reversed = (type == LUT_MBA_TYPE);
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcode_emulation.py1492 for k, v in reversed(expansions):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dautopep8.py235 for open_row in reversed(open_rows[depth]):
1595 for item in reversed(self._lines):
1743 for item in reversed(self._lines):
H A Dpep8.py450 for open_row in reversed(open_rows[depth]):
/external/libpcap/
H A Dgencode.c6883 gen_relation(code, a0, a1, reversed)
6886 int reversed;
6900 if (reversed)
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js1000 cvox.NavBraille.prototype.toString=function(){return'NavBraille(text="'+this.text.toString()+'" startIndex="'+this.startIndex+'" endIndex="'+this.endIndex+'")'};cvox.NavBraille.prototype.toJson=function(){return{spannable:this.text.toJson(),startIndex:this.startIndex,endIndex:this.endIndex}};cvox.NavBraille.prototype.write=function(){cvox.ChromeVox.braille.write(this)};cvox.AbstractWalker=function(){};cvox.AbstractWalker.prototype.begin=function(a){a=a||{reversed:!1};return this.sync(cvox.CursorSelection.fromBody().setReversed(a.reversed))};cvox.AbstractWalker.prototype.hasAction=function(a){return"function"==typeof this[a]};cvox.AbstractWalker.prototype.performAction=function(a,b){return this.hasAction(a)?this[a](b):null};cvox.AbstractNodeWalker=function(){this.wasBegin_=!1};goog.inherits(cvox.AbstractNodeWalker,cvox.AbstractWalker);cvox.AbstractNodeWalker.prototype.next=function(a){var b=a.isReversed();a=a.end.node||document.body;do if(a=cvox.DomUtil.directedNextLeafLikeNode(a,b,goog.bind(this.stopNodeDescent,this)),!a)return null;while(a&&!cvox.DomUtil.hasContent(a));return cvox.CursorSelection.fromNode(a).setReversed(b)};
1003 return c?c.setReversed(b):this.begin({reversed:b})};cvox.BareObjectWalker=function(){cvox.AbstractNodeWalker.call(this)};goog.inherits(cvox.BareObjectWalker,cvox.AbstractNodeWalker);cvox.BareObjectWalker.prototype.stopNodeDescent=function(a){return cvox.DomUtil.isLeafNode(a)};cvox.AuralStyleConverter={};cvox.AuralStyleUtil={};
1214 cvox.NavigationSpeaker.prototype.reorderAnnotations=function(a){for(var b=[],c=0;c<a.length;c++){var d=a[c];cvox.NavigationSpeaker.structuredElement(d.annotation)&&(b.push(new cvox.NavDescription({text:"",annotation:d.annotation})),d.annotation="");b.push(d)}return b};cvox.NavigationManager=function(){this.addInterframeListener_();this.reset()};cvox.NavigationManager.prototype.storeOn=function(a){a.reversed=this.isReversed();a.keepReading=this.keepReading_;a.findNext=this.predicate_;this.shifter_.storeOn(a)};cvox.NavigationManager.prototype.readFrom=function(a){this.curSel_.setReversed(a.reversed);this.shifter_.readFrom(a);a.keepReading&&this.startReading(cvox.AbstractTts.QUEUE_MODE_FLUSH)};
1215 cvox.NavigationManager.prototype.reset=function(){this.navSpeaker_=new cvox.NavigationSpeaker;this.shifterTypes_=[cvox.NavigationShifter,cvox.TableShifter,cvox.MathShifter];this.shifterStack_=[];this.shifter_=new cvox.NavigationShifter;this.curSel_=document.activeElement!=document.body?cvox.CursorSelection.fromNode(document.activeElement):this.shifter_.begin(this.curSel_,{reversed:!1});this.prevSel_=this.curSel_.clone();this.ignoreIframesNoMatterWhat_=this.exitedShifter_=this.enteredShifter_=this.pageEndAnnounced_=
1239 cvox.NavigationManager.prototype.addInterframeListener_=function(){var a=this;cvox.Interframe.addListener(function(b){if("enterIframe"==b.command||"exitIframe"==b.command)cvox.ChromeVox.serializer.readFrom(b),a.keepReading_||cvox.ChromeVoxEventSuspender.withSuspendedEvents(function(){window.focus();if(b.findNext){var c=b.findNext,d=cvox.DomPredicates[c],c=a.findNext(d,c,!0);if(d&&(!c||"IFRAME"==c.start.node.tagName))return}else if("exitIframe"==b.command)d=b.sourceId,d=a.iframeIdMap[d],c=b.reversed,
1244 cvox.NavigationManager.prototype.tryIframe_=function(a){if(null==a&&cvox.Interframe.isIframe()){var b={command:"exitIframe",reversed:this.isReversed(),granularity:this.getGranularity()};cvox.ChromeVox.serializer.storeOn(b);cvox.Interframe.sendMessageToParentWindow(b);return!0}if(null==a||"IFRAME"!=a.tagName||!a.src)return!1;var c=void 0;for(b in this.iframeIdMap)if(this.iframeIdMap[b]==a){c=b;break}void 0==c&&(c=this.nextIframeId,this.nextIframeId++,this.iframeIdMap[c]=a,cvox.Interframe.sendIdToIFrame(c,
1245 a));b={command:"enterIframe",id:c};cvox.ChromeVox.serializer.storeOn(b);cvox.Interframe.sendMessageToIFrame(b,a);return!0};cvox.NavigationManager.prototype.syncToBeginning=function(a){var b=this.shifter_.begin(this.curSel_,{reversed:this.curSel_.isReversed()});!a&&this.tryIframe_(b&&b.start.node)||this.updateSel(b)};cvox.NavigationManager.prototype.saveSel=function(){this.saveSel_=this.curSel_};cvox.NavigationManager.prototype.restoreSel=function(){this.curSel_=this.saveSel_||this.curSel_};

Completed in 1165 milliseconds

123456