Home
last modified time | relevance | path

Searched refs:TV (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/external/eigen/bench/
DbenchGeometry.cpp16 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/
Dtest_textview.py12 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/
DUnix.h78 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/
DUnix.h82 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/
DUnix.h86 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/
DREADME2 $ go run cmd/osp.go server TV
4 $ go run cmd/osp.go fling TV http://youtube.com
/external/python/cpython2/Modules/
Dresource.c20 #define doubletime(TV) ((double)(TV).tv_sec + (TV).tv_usec * 0.000001) argument
/external/python/cpython3/Modules/
Dresource.c16 #define doubletime(TV) ((double)(TV).tv_sec + (TV).tv_usec * 0.000001) argument
/external/openscreen/test/data/cast/common/certificate/certificates/
Dchromecast_gen1.pem7 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
Dchromecast_gen1_reissue.pem7 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
Dvizio.pem7 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/
DDebugMap.cpp243 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/
Dfilesystem_common.h408 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/
DTrustNonnullChecker.cpp188 ConditionTruthVal TV = C.getState()->isNonNull(Receiver); in isNonNullPtr() local
189 if (TV.isConstrainedTrue()) in isNonNullPtr()
/external/turbine/javatests/com/google/turbine/lower/testdata/golden/
Douter.txt3 // signature <V:Ltest/Test$Inner;>Ljava/lang/Object;Ljava/util/List<TV;>;
/external/icu/icu4c/source/data/region/
Dzh_Hant_HK.txt88 TV{"圖瓦盧"}
/external/libcxx/test/support/
Dtest_iterators.h94 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/
Dtest_iterators.h93 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/
DArchiveWriter.cpp233 sys::TimeValue TV; in now() local
234 TV.fromEpochTime(0); in now()
235 return TV; in now()
/external/autotest/client/profilers/powertop/src/po/
Dru.po111 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"
Dja.po107 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/
Dvariant_4.frag7 // NVIDIA SHIELD Android TV
/external/deqp/external/graphicsfuzz/data/gles3/graphicsfuzz/bubblesort_flag/
Dvariant_2.frag7 // NVIDIA SHIELD Android TV
Dvariant_1.frag7 // NVIDIA SHIELD Android TV
/external/rust/crates/libz-sys/src/zlib/old/
DMakefile.riscos25 @copy @.lib @.libc A~C~DF~L~N~P~Q~RS~TV

12345678910>>...20