/external/eigen/bench/ |
D | benchGeometry.cpp | 16 TV, enumerator 26 struct func<res, arg1, arg2, TV> 99 run_vec(TV, float, Isometry, AutoAlign, 3); in main() 100 run_vec(TV, float, Isometry, DontAlign, 3); in main() 101 run_vec(TV, float, Isometry, AutoAlign, 4); in main() 102 run_vec(TV, float, Isometry, DontAlign, 4); in main() 103 run_vec(TV, float, Projective, AutoAlign, 4); in main() 104 run_vec(TV, float, Projective, DontAlign, 4); in main() 105 run_vec(TV, double, Isometry, AutoAlign, 3); in main() 106 run_vec(TV, double, Isometry, DontAlign, 3); in main() [all …]
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_textview.py | 12 class TV(tv.TextViewer): # Use in TextViewTest class 31 TV.transient.__init__() 32 TV.grab_set.__init__() 33 TV.wait_window.__init__() 36 view = TV(self.root, 'Title', 'test text') 37 self.assertTrue(TV.transient.called) 38 self.assertTrue(TV.grab_set.called) 39 self.assertTrue(TV.wait_window.called) 43 view = TV(self.root, 'Title', 'test text', modal=False) 44 self.assertFalse(TV.transient.called) [all …]
|
/external/google-tv-pairing-protocol/cpp/ |
D | README | 1 Google TV Pairing Protocol 9 The Google TV Pairing Protocol can be used to conduct pairing sessions between 11 Google TV. In the pairing process, the client contacts the server, and the 14 server. For example, in the case of Google TV, the server might show an
|
D | polo.pc.in | 6 Name: Google TV Pairing Protocol 7 Description: Google TV Pairing C++ API
|
D | ChangeLog | 4 The polo package contains a library that implements the Google TV 5 pairing protocol for remote devices to pair with a Google TV device.
|
D | CHANGES | 5 messaging protocol for remote devices to communicate with Google TV.
|
D | INSTALL | 33 * Build and install the Google TV Pairing library:
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Unix.h | 78 inline std::chrono::microseconds toDuration(const struct timeval &TV) { in toDuration() argument 79 return std::chrono::seconds(TV.tv_sec) + in toDuration() 80 std::chrono::microseconds(TV.tv_usec); in toDuration()
|
/external/python/cpython2/Modules/ |
D | resource.c | 20 #define doubletime(TV) ((double)(TV).tv_sec + (TV).tv_usec * 0.000001) argument
|
/external/llvm/tools/dsymutil/ |
D | DebugMap.cpp | 243 sys::TimeValue TV; in denormalize() local 244 TV.fromEpochTime(Timestamp); in denormalize() 245 dsymutil::DebugMapObject Res(Path, TV); in denormalize()
|
/external/libcxx/test/support/ |
D | test_iterators.h | 94 template <class T, class TV, class U, class UV> 97 operator==(const input_iterator<T, TV>& x, const input_iterator<U, UV>& y) 102 template <class T, class TV, class U, class UV> 105 operator!=(const input_iterator<T, TV>& x, const input_iterator<U, UV>& y)
|
/external/icu/icu4c/source/data/region/ |
D | zh_Hant_HK.txt | 88 TV{"圖瓦盧"}
|
D | ckb.txt | 178 TV{"تووڤالوو"}
|
D | yi.txt | 209 TV{"טואוואַלו"}
|
/external/autotest/client/profilers/powertop/src/po/ |
D | ja.po | 107 msgid " V - Disable TV out " 108 msgstr " V - TV出力無効 " 474 "Suggestion: disable TV out via: \n" 475 " xrandr --output TV --off \n" 478 "提案: 以下のコマンドでTV出力が無効になります。\n" 479 " xrandr --output TV --off \n"
|
D | ru.po | 111 msgid " V - Disable TV out " 112 msgstr " V - Отключить TV out" 491 "Suggestion: disable TV out via: \n" 492 " xrandr --output TV --off \n" 495 "Совет: отключите TV-out командой: \n" 496 " xrandr --output TV --off \n"
|
D | zh.po | 498 "Suggestion: disable TV out via: \n" 499 " xrandr --output TV --off \n" 502 "建議: 使用下列指令關閉 TV 輸出顯示功能:\n" 503 " xrandr --output TV --off\n" 507 msgid " V - Disable TV out " 508 msgstr " V - 關閉 TV 輸出 "
|
D | pl.po | 106 msgid " V - Disable TV out " 107 msgstr " V - Wyłącz wyjście TV " 483 "Suggestion: disable TV out via: \n" 484 " xrandr --output TV --off \n" 487 "Podpowiedź: wyłącz wyjście TV przez: \n" 488 " xrandr --output TV --off \n"
|
D | fi.po | 107 msgid " V - Disable TV out " 108 msgstr " V - Poista TV-ulostulo käytöstä " 486 "Suggestion: disable TV out via: \n" 487 " xrandr --output TV --off \n" 490 "Ehdotus: Poista TV-ulostulo käytöstä seuraavalla komennolla:\n" 491 "\txrandr --output TV --off\n"
|
D | id.po | 109 msgid " V - Disable TV out " 110 msgstr " V - Matikan TV out " 487 "Suggestion: disable TV out via: \n" 488 " xrandr --output TV --off \n" 491 "Saran: matikan TV out melalui: \n" 492 " xrandr --output TV --off \n"
|
/external/llvm/lib/Object/ |
D | ArchiveWriter.cpp | 233 sys::TimeValue TV; in now() local 234 TV.fromEpochTime(0); in now() 235 return TV; in now()
|
/external/zlib/src/old/ |
D | Makefile.riscos | 25 @copy @.lib @.libc A~C~DF~L~N~P~Q~RS~TV
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 347 Value *TV; in ThreadBinOpOverSelect() local 350 TV = SimplifyBinOp(Opcode, SI->getTrueValue(), RHS, TD, DT, MaxRecurse); in ThreadBinOpOverSelect() 353 TV = SimplifyBinOp(Opcode, LHS, SI->getTrueValue(), TD, DT, MaxRecurse); in ThreadBinOpOverSelect() 359 if (TV == FV) in ThreadBinOpOverSelect() 360 return TV; in ThreadBinOpOverSelect() 363 if (TV && isa<UndefValue>(TV)) in ThreadBinOpOverSelect() 366 return TV; in ThreadBinOpOverSelect() 370 if (TV == SI->getTrueValue() && FV == SI->getFalseValue()) in ThreadBinOpOverSelect() 376 if ((FV && !TV) || (TV && !FV)) { in ThreadBinOpOverSelect() 379 Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV); in ThreadBinOpOverSelect()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 1471 int64_t TV; in checkForImmediate() local 1487 if (!checkForImmediate(DI->getOperand(1), TV)) in checkForImmediate() 1501 TV = V2 | (V1 << 32); in checkForImmediate() 1513 TV = V1 | (V3 << 32); in checkForImmediate() 1515 TV = V3 | (V1 << 32); in checkForImmediate() 1529 Val = TV & 0xFFFFFFFFULL; in checkForImmediate() 1532 Val = (TV >> 32) & 0xFFFFFFFFULL; in checkForImmediate() 1535 Val = TV; in checkForImmediate()
|
D | HexagonBitTracker.cpp | 777 BT::BitValue TV = R1[W1-1]; in evaluate() local 778 if (TV.is(0) || TV.is(1)) in evaluate() 779 return rr0(eCLB(R1, TV, 32), Outputs); in evaluate() 867 bool TV = (Opc == S2_tstbit_i); in evaluate() local 868 BT::BitValue F = V.is(TV) ? BT::BitValue::One : BT::BitValue::Zero; in evaluate()
|