HomeSort by relevance Sort by last modified time
    Searched refs:TB (Results 1 - 19 of 19) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
BaseObjTest.java 29 Type.Builder TB = new Type.Builder(mRS, E);
30 Type T = TB.setX(1).create();
41 T = TB.setX(2).create();
  /external/clang/test/CXX/special/class.dtor/
p3-0x.cpp 66 struct TB {
67 ~TB() throw(int);
72 TB<T> b;
114 TB<T> b;
  /external/clang/test/SemaCXX/
virtual-override.cpp 224 template <int N> struct TB {};
225 struct D : public TB<0> {};
229 virtual TB<N>* f2(); // expected-note{{overridden virtual function is here}}
233 virtual D* f2(); // expected-error{{return type of virtual function 'f2' is not covariant with the return type of the function it overrides ('type_dependent_covariance::D *' is not derived from 'TB<1> *')}}
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
dot.stg 52 {rank=same; rankdir=TB; <states; separator="; ">}
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 51 EnumSet<Element> set = EnumSet.of(Element.H, Element.TB, Element.DY, Element.UUO);
104 IN, SN, SB, TE, I, XE, CS, BA, LA, CE, PR, ND, PM, SM, EU, GD, TB, DY, HO, ER, TM, YB, LU,
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 373 MachineBasicBlock *TB = 0, *FB = 0;
374 bool NotAnalyzed = TII->AnalyzeBranch(*Latch, TB, FB, Cond, false);
481 MachineBasicBlock *TB = 0, *FB = 0;
482 bool NotAnalyzed = TII->AnalyzeBranch(*Latch, TB, FB, Cond, false);
487 // TB must be non-null. If FB is also non-null, one of them must be
488 // the header. Otherwise, branch to TB could be exiting the loop, and
490 assert (TB && "Latch block without a branch?");
491 assert ((!FB || TB == Header || FB == Header) && "Branches not to header?");
492 if (!TB || (FB && TB != Header && FB != Header)
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 318 // TB - TwoByte - Set if this instruction has a two byte opcode, which
320 TB = 1 << Op0Shift,
X86MCCodeEmitter.cpp 559 case X86II::TB: // Bypass: Not used by VEX
903 case X86II::TB: // Two-byte opcode prefix
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainPatch.java 317 FloatBuffer[] tb = geomap.writeTangentArray(newNormalBuffer, newTangentBuffer, newBinormalBuffer, (FloatBuffer)getMesh().getBuffer(Type.TexCoord).getData(), getWorldScale()); local
318 newTangentBuffer = tb[0];
319 newBinormalBuffer = tb[1];
326 VertexBuffer TB = mesh.getBuffer(Type.Tangent);
329 BufferUtils.setInBuffer(tangent, (FloatBuffer)TB.getData(), index);
332 TB.setUpdateNeeded();
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 73 TB = 1,
804 case X86Local::TB:
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-table.cc 192 /* 0C48 */ _(M,TB), _(x,x), _(M,T), _(M,T), _(M,T), _(V,T), _(x,x), _(x,x),
311 /* 0F70 */ _(x,x), _(M,B), _(M,T), _(M,TB), _(M,B), _(M,B), _(M,TB), _(M,TB),
312 /* 0F78 */ _(M,TB), _(M,TB), _(M,T), _(M,T), _(M,T), _(M,T), _(Bi,x), _(Vs,x),
313 /* 0F80 */ _(M,T), _(M,TB), _(Bi,x), _(Bi,x), _(V,B), _(A,x), _(x,x), _(x,x),
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 700 case X86II::TB: // Two-byte opcode prefix
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 563 TB { YYD; return(UNITTYPE_TBYTES); }
  /frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr 322 ??"????<?[?<??/C??T`??7?i????X? ??DIf<4?x?\???_??bp?%?h??yJ3??B?<?o?J~"? J???g ?~e??d F???_?<x????????h?"K?Z}?T????????<B{?&???Y?7?S?V??A??@? ?V????@<RL??8Iw??pP??'??3\U0L??qp<B|?H?c?Z?P?&( ?"?]?T2f??????<RJ?/?-[?????)?? ?p?B??\???<Nl? l??U?hBVwd ^1%???<?4 <TB'?k,0??<???A~?:?????H???<H_????Iw???6??r
    [all...]
  /external/eigen/blas/testing/
cblat2.f     [all...]
dblat2.f     [all...]
sblat2.f     [all...]
zblat2.f     [all...]
  /external/qemu/
ppc-dis.c     [all...]

Completed in 1428 milliseconds