HomeSort by relevance Sort by last modified time
    Searched refs:TV (Results 1 - 25 of 260) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/eigen/bench/
benchGeometry.cpp 16 TV,
26 struct func<res, arg1, arg2, TV>
99 run_vec(TV, float, Isometry, AutoAlign, 3);
100 run_vec(TV, float, Isometry, DontAlign, 3);
101 run_vec(TV, float, Isometry, AutoAlign, 4);
102 run_vec(TV, float, Isometry, DontAlign, 4);
103 run_vec(TV, float, Projective, AutoAlign, 4);
104 run_vec(TV, float, Projective, DontAlign, 4);
105 run_vec(TV, double, Isometry, AutoAlign, 3);
106 run_vec(TV, double, Isometry, DontAlign, 3)
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
test_textview.py 7 from idlelib import textView as tv
12 class TV(tv.TextViewer): # Use in TextViewTest
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
    [all...]
  /frameworks/av/media/libaudioprocessing/
AudioMixerOps.h 51 * Volume type TV: int32_t (U4.28) or int16_t (U4.12) or float [-1,1]
53 * For high precision audio, only the <TO, TI, TV> = <float, float, float>
59 template <typename TO, typename TI, typename TV>
60 TO MixMul(TI value, TV volume);
215 template <typename TO, typename TI, typename TV, typename TA>
216 inline TO MixMulAux(TI value, TV volume, TA *auxaccum) {
218 return MixMul<TO, TI, TV>(value, volume);
241 * TV: int32_t (U4.28) or int16_t (U4.12) or float
250 * TV: int32_t (U4.28) or int16_t (U4.12) or float
260 * TV: int32_t (U4.28) or int16_t (U4.12) or floa
    [all...]
  /device/google/atv/products/
atv_arm.mk 26 PRODUCT_MODEL := AOSP TV on ARM Emulator
atv_x86.mk 30 PRODUCT_MODEL := AOSP TV on IA Emulator
atv_base.mk 79 com.android.media.tv.remoteprovider \
80 com.android.media.tv.remoteprovider.xml
101 # The feature com.google.android.tv.installed is used to tell whether a device
106 PRODUCT_PACKAGES += TV
112 device/google/atv/permissions/com.google.android.tv.installed.xml:system/etc/permissions/com.google.android.tv.installed.xml
  /external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
Unix.h 78 inline std::chrono::microseconds toDuration(const struct timeval &TV) {
79 return std::chrono::seconds(TV.tv_sec) +
80 std::chrono::microseconds(TV.tv_usec);
  /compatibility/cdd/3_software/
3_12_tv-input-framework.md 1 ## 3.12\. TV Input Framework
4 http://source.android.com/devices/tv/index.html) simplifies the delivery of live
8 * [T-0-1] Android Television device implementations MUST support TV Input
14 * [C-1-2] MUST preload a TV application (TV App) and meet all requirements
17 ### 3.12.1\. TV App
21 * [C-1-1] The TV App MUST provide facilities to install and use [TV Channels](
22 http://developer.android.com/reference/android/media/tv/TvContract.Channels.html)
25 The TV app that is required for Android device implementations declaring th
    [all...]
  /packages/apps/TV/tests/input/
Android.mk 14 tv-test-common \
15 tv-common
19 --extra-packages com.android.tv.testing
23 ifneq ($(filter TV,$(TARGET_BUILD_APPS)),)
  /hardware/interfaces/tv/cec/1.0/
types.hal 17 package android.hardware.tv.cec@1.0;
25 TV = 0,
34 TV = 0,
171 * View On> or <Text View On>. Used when user changes the TV settings to
172 * disable the auto TV on functionality.
179 * changes the TV settings to disable CEC functionality.
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c 403 struct timeval *TV;
407 TV = va_arg(argp, struct timeval*);
408 if(TV[0].tv_sec != 0) {
409 ET = Time2Efi(TV[0].tv_sec);
412 FileInfo->LastAccessTime.Nanosecond = TV[0].tv_usec * 1000;
417 if(TV[1].tv_sec != 0) {
418 ET = Time2Efi(TV[1].tv_sec);
421 FileInfo->ModificationTime.Nanosecond = TV[1].tv_usec * 1000;
  /compatibility/cdd/2_device-types/
2_3_television-reqs.md 5 and/or live TV for users sitting about ten feet away (a ?lean back? or ?10-foot
74 **TV Input Framework (Section 3.12)**
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
resource.c 20 #define doubletime(TV) ((double)(TV).tv_sec + (TV).tv_usec * 0.000001)
  /external/python/cpython2/Modules/
resource.c 20 #define doubletime(TV) ((double)(TV).tv_sec + (TV).tv_usec * 0.000001)
  /external/llvm/tools/dsymutil/
DebugMap.cpp 243 sys::TimeValue TV;
244 TV.fromEpochTime(Timestamp);
245 dsymutil::DebugMapObject Res(Path, TV);
  /external/libcxx/test/support/
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)
  /hardware/qcom/display/msm8998/libdrmutils/
drm_interface.h 175 TV,
380 * [input]: disp_type - Peripheral / TV / Virtual
  /external/llvm/lib/Object/
ArchiveWriter.cpp 233 sys::TimeValue TV;
234 TV.fromEpochTime(0);
235 return TV;
  /hardware/qcom/display/sdm845/libdrmutils/
drm_interface.h 246 TV,
489 * [input]: disp_type - Peripheral / TV / Virtual
  /art/runtime/base/
variant_map.h 184 template <typename Base, template <typename TV> class TKey> friend struct VariantMap;
212 template <typename Base, template <typename TV> class TKey>
  /prebuilts/go/darwin-x86/src/encoding/gob/
gobencdec_test.go 186 TV TextValueGobber
193 TV *TextValueGobber
202 TV TextValueGobber
212 TV *TextValueGobber
431 if *x.V != "hello" || *x.BV != "????????" || *x.TV != "?????" {
443 tv := TextValueGobber("gravitationalacceleration")
451 if err := enc.Encode(GobTest6{42, v, &w, bv, &bw, tv, &tw}); err != nil {
478 if got, want := x.TV, tv; got != want {
479 t.Errorf("tv = %q, want %q", got, want
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
gobencdec_test.go 186 TV TextValueGobber
193 TV *TextValueGobber
202 TV TextValueGobber
212 TV *TextValueGobber
431 if *x.V != "hello" || *x.BV != "????????" || *x.TV != "?????" {
443 tv := TextValueGobber("gravitationalacceleration")
451 if err := enc.Encode(GobTest6{42, v, &w, bv, &bw, tv, &tw}); err != nil {
478 if got, want := x.TV, tv; got != want {
479 t.Errorf("tv = %q, want %q", got, want
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.cpp 777 BT::BitValue TV = R1[W1-1];
778 if (TV.is(0) || TV.is(1))
779 return rr0(eCLB(R1, TV, 32), Outputs);
867 bool TV = (Opc == S2_tstbit_i);
868 BT::BitValue F = V.is(TV) ? BT::BitValue::One : BT::BitValue::Zero;
    [all...]
HexagonHardwareLoops.cpp     [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 106 struct TV {
115 struct TV TypeOrValue;

Completed in 1508 milliseconds

1 2 3 4 5 6 7 8 91011