HomeSort by relevance Sort by last modified time
    Searched refs:TR (Results 76 - 100 of 180) sorted by null

1 2 34 5 6 7 8

  /prebuilts/go/linux-x86/src/encoding/xml/
xml_test.go 20 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
41 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"`),
78 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"`),
xml.go 11 // XML name spaces: http://www.w3.org/TR/REC-xml-names/
154 // Strict mode does not enforce the requirements of the XML name spaces TR.
235 // http://www.w3.org/TR/REC-xml-names/. Each of the
831 // http://www.w3.org/TR/REC-html40/intro/sgmltut.html#h-3.2.2
    [all...]
  /external/eigen/blas/
level3_impl.h 20 // array index: TR | (NOTR << 2)
25 // array index: NOTR | (TR << 2)
27 // array index: TR | (TR << 2)
29 // array index: ADJ | (TR << 2)
34 // array index: TR | (ADJ << 2)
86 // array index: TR | (LEFT << 2) | (UP << 3) | (NUNIT << 4)
93 // array index: TR | (RIGHT << 2) | (UP << 3) | (NUNIT << 4)
100 // array index: TR | (LEFT << 2) | (LO << 3) | (NUNIT << 4)
107 // array index: TR | (RIGHT << 2) | (LO << 3) | (NUNIT << 4
    [all...]
level2_impl.h 33 // array index: TR
92 // array index: TR | (UP << 2) | (NUNIT << 3)
99 // array index: TR | (LO << 2) | (NUNIT << 3)
106 // array index: TR | (UP << 2) | (UNIT << 3)
113 // array index: TR | (LO << 2) | (UNIT << 3)
151 // array index: TR | (UP << 2) | (NUNIT << 3)
158 // array index: TR | (LO << 2) | (NUNIT << 3)
165 // array index: TR | (UP << 2) | (UNIT << 3)
172 // array index: TR | (LO << 2) | (UNIT << 3)
268 else if(OP(*trans)==TR)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 549 const MCOperand TR = TmpInst.getOperand(1);
555 TmpInst.getOperand(0) = TR;
561 TmpInst.getOperand(1) = TR;
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml.go 11 // XML name spaces: http://www.w3.org/TR/REC-xml-names/
154 // Strict mode does not enforce the requirements of the XML name spaces TR.
235 // http://www.w3.org/TR/REC-xml-names/. Each of the
831 // http://www.w3.org/TR/REC-html40/intro/sgmltut.html#h-3.2.2
    [all...]
  /art/compiler/utils/arm/
assembler_arm_vixl.cc 41 extern const vixl32::Register tr(TR);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 588 if (const TypedValueRegion *TR = dyn_cast<TypedValueRegion>(R)) {
589 if (TR->getValueType()->isObjCObjectPointerType()) {
655 if (const TypedValueRegion *TR = dyn_cast<TypedValueRegion>(R)) {
656 if (TR->getValueType()->isObjCObjectPointerType()) {
    [all...]
ExprEngine.cpp 225 const TypedValueRegion *TR = nullptr;
232 TR = MRMgr.getCXXStaticTempObjectRegion(Inner);
234 if (!TR)
235 TR = MRMgr.getCXXTempObjectRegion(Inner, LC);
237 SVal Reg = loc::MemRegionVal(TR);
240 V = getSValBuilder().conjureSymbolVal(Result, LC, TR->getValueType(),
    [all...]
ProgramState.cpp 242 if (const TypedValueRegion *TR = dyn_cast<TypedValueRegion>(R)) {
243 QualType T = TR->getValueType();
  /external/dng_sdk/source/
dng_utils.cpp 373 rect.TR ()));
  /external/owasp/sanitizer/
Makefile 44 TURKEYTEST=-Duser.counter=TR -Duser.language-tr
69 $$(echo $^ | tr ' ' '\n' | egrep '\.java$$')
76 $$(echo $^ | tr ' ' '\n' | egrep '\.java$$')
85 $$((echo $^; find out/genfiles -type f) | tr ' ' '\n' | \
99 echo $^ | tr ' ' '\n' | perl -pe \
112 echo $^ | tr ' ' '\n' | perl -pe \
190 for jar in $$(echo ${CLASSPATH} | tr : ' '); do \
  /prebuilts/go/darwin-x86/src/html/template/
transition.go 253 // attrs: http://www.w3.org/TR/html5/index.html#attributes-1
379 // since http://www.w3.org/TR/css3-syntax/#SUBTOK-nl defines
  /prebuilts/go/linux-x86/src/html/template/
transition.go 253 // attrs: http://www.w3.org/TR/html5/index.html#attributes-1
379 // since http://www.w3.org/TR/css3-syntax/#SUBTOK-nl defines
  /external/webp/src/dsp/
lossless_sse2.c 270 // Predictor9: average T TR.
274 // Predictor10: average of (average of (L,TL), average of (T, TR)).
283 const __m128i TR = _mm_loadu_si128((const __m128i*)&upper[i + 1]);
285 Average2_m128i(&T, &TR, &avgTTR);
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
xed_test.go 113 // Or maybe the MOV to TR registers doesn't use RMF.
135 if text == dec.text && size > dec.nenc && contains(text, " cr", " dr", " tr") {
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/width/
width.go 108 // Kind returns the Kind of a rune as defined in Unicode TR #11.
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
xed_test.go 113 // Or maybe the MOV to TR registers doesn't use RMF.
135 if text == dec.text && size > dec.nenc && contains(text, " cr", " dr", " tr") {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/width/
width.go 108 // Kind returns the Kind of a rune as defined in Unicode TR #11.
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-table.cc 168 /* 0AC8 */ _(M,T), _(M,TR), _(x,x), _(M,R), _(M,R), _(V,B), _(x,x), _(x,x),
188 /* 0B50 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(M,T), _(M,TR),
243 /* 0CC0 */ _(M,TR), _(M,R), _(M,R), _(M,R), _(M,R), _(x,x), _(M,T), _(M,TR),
244 /* 0CC8 */ _(M,TR), _(x,x), _(M,TR), _(M,TR), _(M,T), _(V,T), _(x,x), _(x,x),
  /external/clang/lib/Parse/
ParseOpenMP.cpp 239 TypeResult TR = ParseTypeName(&Range, Declarator::PrototypeContext, AS);
240 if (TR.isUsable()) {
242 Actions.ActOnOpenMPDeclareReductionType(Range.getBegin(), TR);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_calendar.py 48 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
57 <tr><th colspan="3" class="year">2004</th></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" class="month">
58 <tr><th colspan="7" class="month">January</th></tr>
59 <tr><th class="mon">Mon</th><th class="tue">Tue</th><th class="wed">Wed</th><th class="thu">Thu</th><th class="fri">Fri</th><th class="sat">Sat</th><th class="sun">Sun</th></tr>
60 <tr><td class="noday">&nbsp;</td><td class="noday">&nbsp;</td><td class="noday">&nbsp;</td><td class="thu">1</td><td class="fri">2</td><td class="sat">3</td><td class="sun">4</td></tr>
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_calendar.py 49 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
58 <tr><th colspan="3" class="year">2004</th></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" class="month">
59 <tr><th colspan="7" class="month">January</th></tr>
60 <tr><th class="mon">Mon</th><th class="tue">Tue</th><th class="wed">Wed</th><th class="thu">Thu</th><th class="fri">Fri</th><th class="sat">Sat</th><th class="sun">Sun</th></tr>
61 <tr><td class="noday">&nbsp;</td><td class="noday">&nbsp;</td><td class="noday">&nbsp;</td><td class="thu">1</td><td class="fri">2</td><td class="sat">3</td><td class="sun">4</td></tr>
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_calendar.py 49 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
58 <tr><th colspan="3" class="year">2004</th></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" class="month">
59 <tr><th colspan="7" class="month">January</th></tr>
60 <tr><th class="mon">Mon</th><th class="tue">Tue</th><th class="wed">Wed</th><th class="thu">Thu</th><th class="fri">Fri</th><th class="sat">Sat</th><th class="sun">Sun</th></tr>
61 <tr><td class="noday">&nbsp;</td><td class="noday">&nbsp;</td><td class="noday">&nbsp;</td><td class="thu">1</td><td class="fri">2</td><td class="sat">3</td><td class="sun">4</td></tr>
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_calendar.py 49 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
58 <tr><th colspan="3" class="year">2004</th></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" class="month">
59 <tr><th colspan="7" class="month">January</th></tr>
60 <tr><th class="mon">Mon</th><th class="tue">Tue</th><th class="wed">Wed</th><th class="thu">Thu</th><th class="fri">Fri</th><th class="sat">Sat</th><th class="sun">Sun</th></tr>
61 <tr><td class="noday">&nbsp;</td><td class="noday">&nbsp;</td><td class="noday">&nbsp;</td><td class="thu">1</td><td class="fri">2</td><td class="sat">3</td><td class="sun">4</td></tr>
    [all...]

Completed in 620 milliseconds

1 2 34 5 6 7 8