Searched refs:tt (Results 151 - 175 of 196) sorted by relevance

12345678

/external/valgrind/main/coregrind/m_debuginfo/
H A Dminilzo-inl.c3283 register lzo_uint tt = t - 18; local
3285 while __lzo_unlikely(tt > 255)
3287 tt -= 255;
3294 assert(tt > 0);
3295 *op++ = LZO_BYTE(tt);
3497 lzo_uint tt = t - 18; local
3500 while (tt > 255)
3502 tt -= 255;
3510 assert(tt > 0);
3511 *op++ = LZO_BYTE(tt);
[all...]
H A Dstorage.c1405 do { ty tt = (aa); (aa) = (bb); (bb) = tt; } while (0)
1655 do { ty tt = (aa); (aa) = (bb); (bb) = tt; } while (0);
/external/bison/build-aux/
H A Dtexinfo.tex338 % \entry{{\tt \indexbackslash }acronym}{32}{\code {\acronym}}
341 % {\code {{\tt \backslashcurfont }acronym}
1461 \def\tt{\fam=\ttfam \setfontstyle{tt}}
1791 \def\ttshape{tt}
1792 \def\ttbshape{tt}
2317 % \relax disables Spanish ligatures ?` and !` of \tt font.
2353 % [Knuth] pp. 380,381,391, disable Spanish ligatures ?` and !` of \tt font.
2442 {\tt \rawbackslash \plainfrenchspacing #1}%
2461 \tt
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
H A DCPP.stg538 TokenType *tt = TokenBuilder::build(type,start,input,channel);
539 std::cout \<\< (*tt) \<\< std::endl;
540 this->emit(tt);
/external/chromium_org/third_party/icu/source/i18n/
H A Dtzfmt.cpp984 UTimeZoneFormatTimeType tt = UTZFMT_TIME_TYPE_UNKNOWN; local
987 len = gnames->findBestMatch(text, startIdx, genericNameTypes, tzID, tt, status);
996 *timeType = tt;
1174 UTimeZoneFormatTimeType tt = UTZFMT_TIME_TYPE_UNKNOWN;
1178 genMatchLen = gnames->findBestMatch(text, startIdx, ALL_GENERIC_NAME_TYPES, tzID, tt, status);
1188 parsedTimeType = tt;
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp984 UTimeZoneFormatTimeType tt = UTZFMT_TIME_TYPE_UNKNOWN; local
987 len = gnames->findBestMatch(text, startIdx, genericNameTypes, tzID, tt, status);
996 *timeType = tt;
1174 UTimeZoneFormatTimeType tt = UTZFMT_TIME_TYPE_UNKNOWN;
1178 genMatchLen = gnames->findBestMatch(text, startIdx, ALL_GENERIC_NAME_TYPES, tzID, tt, status);
1188 parsedTimeType = tt;
/external/chromium_org/base/time/
H A Dtime.h295 static Time FromTimeT(time_t tt);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_base.cc253 for (GLint tt = 0; tt < TestHelper::kNumTextureUnits; ++tt) {
254 EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0 + tt))
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem.c398 tt(task);
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem.c397 tt(task);
/external/chromium_org/third_party/icu/source/common/
H A Dlocmap.c654 ILCID_POSIX_ELEMENT_ARRAY(0x0444, tt, tt_RU)
868 ILCID_POSIX_MAP(tt), /* tt Tatar 0x44 */
/external/icu/icu4c/source/common/
H A Dlocmap.c649 ILCID_POSIX_ELEMENT_ARRAY(0x0444, tt, tt_RU)
863 ILCID_POSIX_MAP(tt), /* tt Tatar 0x44 */
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dldebug.c33 #define noLuaClosure(f) ((f) == NULL || (f)->c.tt == LUA_TCCL)
H A Dltable.c468 lua_assert(key->tsv.tt == LUA_TSHRSTR);
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-simplified-lowering.cc574 for (int tt = 0; tt < 2; tt++) {
576 AccessTester<E> b(tt == 1, rep, original_elements, num);
/external/dnsmasq/src/
H A Doption.c1691 struct dhcp_netid *tt = opt_malloc(sizeof (struct dhcp_netid)); local
1692 tt->net = opt_string_alloc(arg+4);
1693 tt->next = new->filter;
1694 new->filter = tt;
/external/qemu/slirp/
H A Dip_input.c66 ip_id = tt.tv_sec & 0xffff;
/external/qemu/slirp-android/
H A Dip_input.c66 ip_id = tt.tv_sec & 0xffff;
/external/chromium_org/styleguide/c++/
H A Dc++11.css223 tt {
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js1135 cvox.TraverseTable.prototype.goToRowLastCell=function(){var a=this.currentCellCursor[0],a=[a,this.shadowTable_[a].length-1],b=this.shadowTable_[a[0]][a[1]];return null!=b?(this.currentCellCursor=a,!0):!1};cvox.TraverseTable.prototype.goToColLastCell=function(){var a=this.getCol(),a=[a.length-1,this.currentCellCursor[1]],b=this.shadowTable_[a[0]][a[1]];return null!=b?(this.currentCellCursor=a,!0):!1};cvox.TableWalker=function(){this.tt=new cvox.TraverseTable(null)};goog.inherits(cvox.TableWalker,cvox.AbstractWalker);cvox.TableWalker.prototype.next=function(a){return this.nextRow(a)};cvox.TableWalker.prototype.sync=function(a){return this.goTo_(a,goog.bind(function(a){return this.tt.goToCell(a)},this))};
1136 cvox.TableWalker.prototype.getDescription=function(a,b){var c=this.syncPosition_(b);if(!c)return[];this.tt.goToCell(c);c=cvox.DescriptionUtil.getCollectionDescription(a,b);0==c.length&&c.push(new cvox.NavDescription({annotation:cvox.ChromeVox.msgs.getMsg("empty_cell")}));return c};cvox.TableWalker.prototype.getBraille=function(a,b){new cvox.NavBraille({});var c=this.syncPosition_(b);if(c){var d=cvox.BrailleUtil.getTemplated(a.start.node,b.start.node);d.append(" "+ ++c[0]+"/"+ ++c[1])}return new cvox.NavBraille({text:d})};
1137 cvox.TableWalker.prototype.goToFirstCell=function(a){return this.goTo_(a,goog.bind(function(){return this.tt.goToCell([0,0])},this))};cvox.TableWalker.prototype.goToLastCell=function(a){return this.goTo_(a,goog.bind(function(){return this.tt.goToLastCell()},this))};cvox.TableWalker.prototype.goToRowFirstCell=function(a){return this.goTo_(a,goog.bind(function(a){return this.tt.goToCell([a[0],0])},this))};
1138 cvox.TableWalker.prototype.goToRowLastCell=function(a){return this.goTo_(a,goog.bind(function(){return this.tt.goToRowLastCell()},this))};cvox.TableWalker.prototype.goToColFirstCell=function(a){return this.goTo_(a,goog.bind(function(a){return this.tt.goToCell([0,a[1]])},this))};cvox.TableWalker.prototype.goToColLastCell=function(a){return this.goTo_(a,goog.bind(function(){return this.tt.goToColLastCell()},this))};
1139 cvox.TableWalker.prototype.nextRow=function(a){return this.goTo_(a,goog.bind(function(b){return this.tt
[all...]
H A DchromeVoxChromeBackgroundScript.js1406 cvox.TraverseTable.prototype.goToRowLastCell=function(){var a=this.currentCellCursor[0],a=[a,this.shadowTable_[a].length-1],b=this.shadowTable_[a[0]][a[1]];return null!=b?(this.currentCellCursor=a,!0):!1};cvox.TraverseTable.prototype.goToColLastCell=function(){var a=this.getCol(),a=[a.length-1,this.currentCellCursor[1]],b=this.shadowTable_[a[0]][a[1]];return null!=b?(this.currentCellCursor=a,!0):!1};cvox.TableWalker=function(){this.tt=new cvox.TraverseTable(null)};goog.inherits(cvox.TableWalker,cvox.AbstractWalker);cvox.TableWalker.prototype.next=function(a){return this.nextRow(a)};cvox.TableWalker.prototype.sync=function(a){return this.goTo_(a,goog.bind(function(a){return this.tt.goToCell(a)},this))};
1407 cvox.TableWalker.prototype.getDescription=function(a,b){var c=this.syncPosition_(b);if(!c)return[];this.tt.goToCell(c);c=cvox.DescriptionUtil.getCollectionDescription(a,b);0==c.length&&c.push(new cvox.NavDescription({annotation:cvox.ChromeVox.msgs.getMsg("empty_cell")}));return c};cvox.TableWalker.prototype.getBraille=function(a,b){new cvox.NavBraille({});var c=this.syncPosition_(b);if(c){var d=cvox.BrailleUtil.getTemplated(a.start.node,b.start.node);d.append(" "+ ++c[0]+"/"+ ++c[1])}return new cvox.NavBraille({text:d})};
1408 cvox.TableWalker.prototype.goToFirstCell=function(a){return this.goTo_(a,goog.bind(function(){return this.tt.goToCell([0,0])},this))};cvox.TableWalker.prototype.goToLastCell=function(a){return this.goTo_(a,goog.bind(function(){return this.tt.goToLastCell()},this))};cvox.TableWalker.prototype.goToRowFirstCell=function(a){return this.goTo_(a,goog.bind(function(a){return this.tt.goToCell([a[0],0])},this))};
1409 cvox.TableWalker.prototype.goToRowLastCell=function(a){return this.goTo_(a,goog.bind(function(){return this.tt.goToRowLastCell()},this))};cvox.TableWalker.prototype.goToColFirstCell=function(a){return this.goTo_(a,goog.bind(function(a){return this.tt.goToCell([0,a[1]])},this))};cvox.TableWalker.prototype.goToColLastCell=function(a){return this.goTo_(a,goog.bind(function(){return this.tt.goToColLastCell()},this))};
1410 cvox.TableWalker.prototype.nextRow=function(a){return this.goTo_(a,goog.bind(function(b){return this.tt
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.c5004 uint16_t tt; local
5007 tt = strmin->last_sequence_delivered;
5013 if (SCTP_SSN_GE(tt, ctl->sinfo_ssn)) {
5035 tt = strmin->last_sequence_delivered + 1;
5037 if (tt == ctl->sinfo_ssn) {
5052 tt = strmin->last_sequence_delivered + 1;
/external/chromium_org/remoting/webapp/
H A Dmain.css8 font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl,
/external/opencv/ml/src/
H A Dmlann_mlp.cpp949 int tt; local
952 CV_SWAP( _idx->data.i[j], _idx->data.i[k], tt );
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc2712 for (GLint tt = 0;
2713 tt < static_state_.int_state.max_combined_texture_image_units;
2714 ++tt) {
2715 TextureUnit& unit = texture_units_[tt];

Completed in 4061 milliseconds

12345678