/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/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/llvm-project/llvm/lib/Support/Unix/ |
D | Unix.h | 82 inline std::chrono::microseconds toDuration(const struct timeval &TV) { in toDuration() argument 83 return std::chrono::seconds(TV.tv_sec) + in toDuration() 84 std::chrono::microseconds(TV.tv_usec); in toDuration()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Unix.h | 86 inline std::chrono::microseconds toDuration(const struct timeval &TV) { in toDuration() argument 87 return std::chrono::seconds(TV.tv_sec) + in toDuration() 88 std::chrono::microseconds(TV.tv_usec); in toDuration()
|
/external/openscreen/osp/go/ |
D | README | 2 $ go run cmd/osp.go server TV 4 $ go run cmd/osp.go fling TV http://youtube.com
|
/external/python/cpython2/Modules/ |
D | resource.c | 20 #define doubletime(TV) ((double)(TV).tv_sec + (TV).tv_usec * 0.000001) argument
|
/external/python/cpython3/Modules/ |
D | resource.c | 16 #define doubletime(TV) ((double)(TV).tv_sec + (TV).tv_usec * 0.000001) argument
|
/external/openscreen/test/data/cast/common/certificate/certificates/ |
D | chromecast_gen1.pem | 7 Issuer: C=US, ST=California, L=Mountain View, O=Google Inc, OU=Google TV, CN=Eureka Gen1 ICA 11 … Subject: C=US, ST=California, O=Google Inc, L=Mountain View, OU=Google TV, CN=2ZZBG9 FA8FCA3EF91A 84 Issuer: C=US, ST=California, L=Mountain View, O=Google Inc, OU=Google TV, CN=Eureka Root CA 88 … Subject: C=US, ST=California, L=Mountain View, O=Google Inc, OU=Google TV, CN=Eureka Gen1 ICA
|
D | chromecast_gen1_reissue.pem | 7 Issuer: C=US, ST=California, L=Mountain View, O=Google Inc, OU=Google TV, CN=Eureka Gen1 ICA 11 … Subject: C=US, ST=California, O=Google Inc, L=Mountain View, OU=Google TV, CN=2ZZBG9 FA8FCA3EF91A 88 … Subject: C=US, ST=California, L=Mountain View, O=Google Inc, OU=Google TV, CN=Eureka Gen1 ICA
|
D | vizio.pem | 7 Issuer: C=US, ST=California, L=Mountain View, O=Google Inc, OU=Cast, CN=Cast TV ICA (Vizio) 11 …Subject: ST=California, C=US, L=Mountain View, OU=Cast TV (Vizio), O=Google Inc, CN=9V0000VB FA8FC… 88 Subject: C=US, ST=California, L=Mountain View, O=Google Inc, OU=Cast, CN=Cast TV ICA (Vizio)
|
/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/llvm-project/libcxx/src/filesystem/ |
D | filesystem_common.h | 408 TimeVal TV = {}; 409 TV.tv_sec = ts.tv_sec; 410 TV.tv_usec = Convert(ts.tv_nsec); 411 return TV;
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | TrustNonnullChecker.cpp | 188 ConditionTruthVal TV = C.getState()->isNonNull(Receiver); in isNonNullPtr() local 189 if (TV.isConstrainedTrue()) in isNonNullPtr()
|
/external/turbine/javatests/com/google/turbine/lower/testdata/golden/ |
D | outer.txt | 3 // signature <V:Ltest/Test$Inner;>Ljava/lang/Object;Ljava/util/List<TV;>;
|
/external/icu/icu4c/source/data/region/ |
D | zh_Hant_HK.txt | 88 TV{"圖瓦盧"}
|
/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/llvm-project/libcxx/test/support/ |
D | test_iterators.h | 93 template <class T, class TV, class U, class UV> 96 operator==(const input_iterator<T, TV>& x, const input_iterator<U, UV>& y) 101 template <class T, class TV, class U, class UV> 104 operator!=(const input_iterator<T, TV>& x, const input_iterator<U, UV>& y)
|
/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/autotest/client/profilers/powertop/src/po/ |
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 | 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"
|
/external/deqp/external/graphicsfuzz/data/gles3/graphicsfuzz/synthetic/ |
D | variant_4.frag | 7 // NVIDIA SHIELD Android TV
|
/external/deqp/external/graphicsfuzz/data/gles3/graphicsfuzz/bubblesort_flag/ |
D | variant_2.frag | 7 // NVIDIA SHIELD Android TV
|
D | variant_1.frag | 7 // NVIDIA SHIELD Android TV
|
/external/rust/crates/libz-sys/src/zlib/old/ |
D | Makefile.riscos | 25 @copy @.lib @.libc A~C~DF~L~N~P~Q~RS~TV
|