/aosp_15_r20/packages/services/Car/car-lib/src/android/car/navigation/ |
D | navigation_state.proto | 119 // No turn, but the street name changes (e.g. "Continue on Main St.") 122 // No turn, from 0 (included) to 10 (excluded) degrees. Used when we just 127 // No turn, from 0 (included) to 10 (excluded) degrees. Used when we just 133 // Slight left turn at an intersection, from 10 (included) to 45 (excluded) 136 // Slight right turn at an intersection, from 10 (included) to 45 (excluded) 140 // Regular left turn at an intersection, from 45 (included) to 135 143 // Regular right turn at an intersection, from 45 (included) to 135 147 // Sharp left turn at an intersection, from 135 (included) to 175 (excluded) 150 // Sharp right turn at an intersection, from 135 (included) to 175 154 // A left turn onto the opposite side of the same street, from 175 [all …]
|
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | Debug.h | 25 // Turn on to check for OpenGL errors on each frame 33 // Turn on to enable initialization information 36 // Turn on to enable memory usage summary on each frame 39 // Turn on to enable debugging of cache flushes 42 // Turn on to enable layers debugging when rendered as regions 45 // Turn on to enable debugging when the clip is not a rect 48 // Turn on to display debug info about vertex/fragment shaders 51 // Turn on to display info about layers 54 // Turn on to display info about render buffers 57 // Turn on to make stencil operations easier to debug [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/plat/mediatek/mt8192/drivers/dcm/ |
H A D | mtk_dcm_utils.c | 62 /* TINFO = "Turn ON DCM 'mp_cpusys_top_adb_dcm'" */ in dcm_mp_cpusys_top_adb_dcm() 73 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_adb_dcm'" */ in dcm_mp_cpusys_top_adb_dcm() 116 /* TINFO = "Turn ON DCM 'mp_cpusys_top_apb_dcm'" */ in dcm_mp_cpusys_top_apb_dcm() 127 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_apb_dcm'" */ in dcm_mp_cpusys_top_apb_dcm() 158 /* TINFO = "Turn ON DCM 'mp_cpusys_top_bus_pll_div_dcm'" */ in dcm_mp_cpusys_top_bus_pll_div_dcm() 163 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_bus_pll_div_dcm'" */ in dcm_mp_cpusys_top_bus_pll_div_dcm() 188 /* TINFO = "Turn ON DCM 'mp_cpusys_top_core_stall_dcm'" */ in dcm_mp_cpusys_top_core_stall_dcm() 193 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_core_stall_dcm'" */ in dcm_mp_cpusys_top_core_stall_dcm() 218 /* TINFO = "Turn ON DCM 'mp_cpusys_top_cpubiu_dcm'" */ in dcm_mp_cpusys_top_cpubiu_dcm() 223 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_cpubiu_dcm'" */ in dcm_mp_cpusys_top_cpubiu_dcm() [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/lab/ |
D | TelLabDataRoamingTest.py | 200 2. Turn on data roaming, and check if Ping succeeds 201 3. Turn off data roaming, and check if Ping fails 202 4. Turn Airplane Mode On in UE 204 6. Turn on data roaming, and check if Ping succeeds 205 7. Turn off data roaming, and check if Ping fails 227 2. Turn on data roaming, and check if Ping succeeds 228 3. Turn off data roaming, and check if Ping fails 229 4. Turn Airplane Mode On in UE 231 6. Turn on data roaming, and check if Ping succeeds 232 7. Turn off data roaming, and check if Ping fails [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/mt8192/drivers/dcm/ |
D | mtk_dcm_utils.c | 62 /* TINFO = "Turn ON DCM 'mp_cpusys_top_adb_dcm'" */ in dcm_mp_cpusys_top_adb_dcm() 73 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_adb_dcm'" */ in dcm_mp_cpusys_top_adb_dcm() 116 /* TINFO = "Turn ON DCM 'mp_cpusys_top_apb_dcm'" */ in dcm_mp_cpusys_top_apb_dcm() 127 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_apb_dcm'" */ in dcm_mp_cpusys_top_apb_dcm() 158 /* TINFO = "Turn ON DCM 'mp_cpusys_top_bus_pll_div_dcm'" */ in dcm_mp_cpusys_top_bus_pll_div_dcm() 163 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_bus_pll_div_dcm'" */ in dcm_mp_cpusys_top_bus_pll_div_dcm() 188 /* TINFO = "Turn ON DCM 'mp_cpusys_top_core_stall_dcm'" */ in dcm_mp_cpusys_top_core_stall_dcm() 193 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_core_stall_dcm'" */ in dcm_mp_cpusys_top_core_stall_dcm() 218 /* TINFO = "Turn ON DCM 'mp_cpusys_top_cpubiu_dcm'" */ in dcm_mp_cpusys_top_cpubiu_dcm() 223 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_cpubiu_dcm'" */ in dcm_mp_cpusys_top_cpubiu_dcm() [all …]
|
/aosp_15_r20/external/webrtc/modules/audio_processing/test/conversational_speech/ |
H A D | multiend_call.cc | 25 rtc::ArrayView<const Turn> timing, in MultiEndCall() 41 for (const Turn& turn : timing_) { in FindSpeakerNames() local 42 speaker_names_.emplace(turn.speaker_name); in FindSpeakerNames() 49 for (const Turn& turn : timing_) { in CreateAudioTrackReaders() local 50 auto it = audiotrack_readers_.find(turn.audiotrack_file_name); in CreateAudioTrackReaders() 55 test::JoinFilename(audiotracks_path_, turn.audiotrack_file_name); in CreateAudioTrackReaders() 60 test::JoinFilename(audiotracks_path_, turn.audiotrack_file_name)); in CreateAudioTrackReaders() 75 audiotrack_readers_.emplace(turn.audiotrack_file_name, in CreateAudioTrackReaders() 103 // Initialize map to store speaking turn indices of each speaker (used to in CheckTiming() 114 const Turn& turn = timing_[turn_index]; in CheckTiming() local [all …]
|
H A D | generator_unittest.cc | 30 // - numbers indicate the turn index in std::vector<Turn>. 68 using conversational_speech::Turn; 75 const std::vector<Turn> expected_timing = { 191 // Create a std::vector<Turn> instance by loading from file. in TEST() 192 std::vector<Turn> actual_timing = LoadTiming(temporary_filepath); in TEST() 198 // Check Turn instances. in TEST() 201 << "turn #" << index << " not matching"; in TEST() 223 const std::vector<Turn> timing = { in TEST() 238 const std::vector<Turn> timing = { in TEST() 254 const std::vector<Turn> timing = { in TEST() [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/mt8186/drivers/dcm/ |
D | mtk_dcm_utils.c | 50 /* TINFO = "Turn ON DCM 'mp_cpusys_top_adb_dcm'" */ in dcm_mp_cpusys_top_adb_dcm() 58 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_adb_dcm'" */ in dcm_mp_cpusys_top_adb_dcm() 98 /* TINFO = "Turn ON DCM 'mp_cpusys_top_apb_dcm'" */ in dcm_mp_cpusys_top_apb_dcm() 109 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_apb_dcm'" */ in dcm_mp_cpusys_top_apb_dcm() 146 /* TINFO = "Turn ON DCM 'mp_cpusys_top_bus_pll_div_dcm'" */ in dcm_mp_cpusys_top_bus_pll_div_dcm() 151 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_bus_pll_div_dcm'" */ in dcm_mp_cpusys_top_bus_pll_div_dcm() 176 /* TINFO = "Turn ON DCM 'mp_cpusys_top_core_stall_dcm'" */ in dcm_mp_cpusys_top_core_stall_dcm() 181 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_core_stall_dcm'" */ in dcm_mp_cpusys_top_core_stall_dcm() 206 /* TINFO = "Turn ON DCM 'mp_cpusys_top_cpubiu_dbg_cg'" */ in dcm_mp_cpusys_top_cpubiu_dbg_cg() 211 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_cpubiu_dbg_cg'" */ in dcm_mp_cpusys_top_cpubiu_dbg_cg() [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/drivers/dcm/mt8188/ |
D | mtk_dcm_utils.c | 46 /* TINFO = "Turn ON DCM 'mp_cpusys_top_adb_dcm'" */ in dcm_mp_cpusys_top_adb_dcm() 57 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_adb_dcm'" */ in dcm_mp_cpusys_top_adb_dcm() 100 /* TINFO = "Turn ON DCM 'mp_cpusys_top_apb_dcm'" */ in dcm_mp_cpusys_top_apb_dcm() 111 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_apb_dcm'" */ in dcm_mp_cpusys_top_apb_dcm() 140 /* TINFO = "Turn ON DCM 'mp_cpusys_top_bus_pll_div_dcm'" */ in dcm_mp_cpusys_top_bus_pll_div_dcm() 145 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_bus_pll_div_dcm'" */ in dcm_mp_cpusys_top_bus_pll_div_dcm() 166 /* TINFO = "Turn ON DCM 'mp_cpusys_top_core_stall_dcm'" */ in dcm_mp_cpusys_top_core_stall_dcm() 171 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_core_stall_dcm'" */ in dcm_mp_cpusys_top_core_stall_dcm() 192 /* TINFO = "Turn ON DCM 'mp_cpusys_top_cpubiu_dcm'" */ in dcm_mp_cpusys_top_cpubiu_dcm() 197 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_cpubiu_dcm'" */ in dcm_mp_cpusys_top_cpubiu_dcm() [all …]
|
/aosp_15_r20/external/webrtc/p2p/base/ |
H A D | turn_port_unittest.cc | 79 // The default TURN server port. 190 // (between local port and TURN server) of kSimulatedRtt. 311 // This TURN port will be the controlling. in CreateTurnPortWithAllParams() 317 // The test TURN server has a self-signed certificate so will not pass in CreateTurnPortWithAllParams() 352 // This TURN port will be the controlling. in CreateSharedTurnPort() 415 // Returns the total fake clock time to establish a connection with a TURN 416 // server over the given protocol and to allocate a TURN candidate. 425 // 1. Connect to primary TURN server 426 // 2. Send Allocate and receive a redirect from the primary TURN server 427 // 3. Connect to alternate TURN server [all …]
|
H A D | turn_port.cc | 40 // Bug fix for TURN hostname resolution on IPv6. in ResolveTurnHostnameForFamily() 65 // ignored by TURN server that doesn't know about them. 360 " TURN server credentials for the user."; in PrepareAddress() 362 "Missing TURN server credentials."); in PrepareAddress() 367 // We will set default TURN port, if no port is set in the address. in PrepareAddress() 396 RTC_LOG(LS_INFO) << ToString() << ": Trying to connect to TURN server via " in PrepareAddress() 400 RTC_LOG(LS_ERROR) << "Failed to create TURN client socket"; in PrepareAddress() 402 "Failed to create TURN client socket."); in PrepareAddress() 521 << Network()->ToString() << ". Discarding TURN port."; in OnSocketConnect() 579 // TURN-UDP can only connect to UDP candidates. in CreateConnection() [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/plat/mediatek/mt8195/drivers/dcm/ |
H A D | mtk_dcm_utils.c | 62 /* TINFO = "Turn ON DCM 'mp_cpusys_top_adb_dcm'" */ in dcm_mp_cpusys_top_adb_dcm() 73 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_adb_dcm'" */ in dcm_mp_cpusys_top_adb_dcm() 116 /* TINFO = "Turn ON DCM 'mp_cpusys_top_apb_dcm'" */ in dcm_mp_cpusys_top_apb_dcm() 127 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_apb_dcm'" */ in dcm_mp_cpusys_top_apb_dcm() 164 /* TINFO = "Turn ON DCM 'mp_cpusys_top_bus_pll_div_dcm'" */ in dcm_mp_cpusys_top_bus_pll_div_dcm() 169 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_bus_pll_div_dcm'" */ in dcm_mp_cpusys_top_bus_pll_div_dcm() 194 /* TINFO = "Turn ON DCM 'mp_cpusys_top_core_stall_dcm'" */ in dcm_mp_cpusys_top_core_stall_dcm() 199 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_core_stall_dcm'" */ in dcm_mp_cpusys_top_core_stall_dcm() 224 /* TINFO = "Turn ON DCM 'mp_cpusys_top_cpubiu_dcm'" */ in dcm_mp_cpusys_top_cpubiu_dcm() 229 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_cpubiu_dcm'" */ in dcm_mp_cpusys_top_cpubiu_dcm() [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/mt8195/drivers/dcm/ |
D | mtk_dcm_utils.c | 62 /* TINFO = "Turn ON DCM 'mp_cpusys_top_adb_dcm'" */ in dcm_mp_cpusys_top_adb_dcm() 73 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_adb_dcm'" */ in dcm_mp_cpusys_top_adb_dcm() 116 /* TINFO = "Turn ON DCM 'mp_cpusys_top_apb_dcm'" */ in dcm_mp_cpusys_top_apb_dcm() 127 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_apb_dcm'" */ in dcm_mp_cpusys_top_apb_dcm() 164 /* TINFO = "Turn ON DCM 'mp_cpusys_top_bus_pll_div_dcm'" */ in dcm_mp_cpusys_top_bus_pll_div_dcm() 169 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_bus_pll_div_dcm'" */ in dcm_mp_cpusys_top_bus_pll_div_dcm() 194 /* TINFO = "Turn ON DCM 'mp_cpusys_top_core_stall_dcm'" */ in dcm_mp_cpusys_top_core_stall_dcm() 199 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_core_stall_dcm'" */ in dcm_mp_cpusys_top_core_stall_dcm() 224 /* TINFO = "Turn ON DCM 'mp_cpusys_top_cpubiu_dcm'" */ in dcm_mp_cpusys_top_cpubiu_dcm() 229 /* TINFO = "Turn OFF DCM 'mp_cpusys_top_cpubiu_dcm'" */ in dcm_mp_cpusys_top_cpubiu_dcm() [all …]
|
/aosp_15_r20/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/ |
D | PowerComponent.aidl | 26 * This is used to turn on/off audio through power policy. 31 * This is used to turn on/off media playing/recording through power policy. 36 * This is used to turn on/off display through power policy. 41 * This is used to turn on/off bluetooth through power policy. 46 * This is used to turn on/off WiFi network through power policy. 51 * This is used to turn on/off cellular network through power policy. 56 * This is used to turn on/off ethernet through power policy. 61 * This is used to turn on/off projection from other devices through power policy. 66 * This is used to turn on/off NFC through power policy. 71 * This is used to turn on/off all inputs from users through power policy. [all …]
|
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/hardware/power/ |
D | PowerComponent.java | 27 * This is used to turn on/off audio through power policy. 31 * This is used to turn on/off media playing/recording through power policy. 35 * This is used to turn on/off display through power policy. 39 * This is used to turn on/off bluetooth through power policy. 43 * This is used to turn on/off WiFi network through power policy. 47 * This is used to turn on/off cellular network through power policy. 51 * This is used to turn on/off ethernet through power policy. 55 * This is used to turn on/off projection from other devices through power policy. 59 * This is used to turn on/off NFC through power policy. 63 * This is used to turn on/off all inputs from users through power policy. [all …]
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | warn-unused-comparison.cpp | 19 // expected-note {{use '=' to turn this equality comparison into an assignment}} in test() 21 // expected-note {{use '|=' to turn this inequality comparison into an or-assignment}} in test() 29 // expected-note {{use '=' to turn this equality comparison into an assignment}} \ in test() 32 // expected-note {{use '=' to turn this equality comparison into an assignment}} in test() 34 // expected-note {{use '=' to turn this equality comparison into an assignment}} in test() 36 // expected-note {{use '|=' to turn this inequality comparison into an or-assignment}} in test() 44 // expected-note {{use '=' to turn this equality comparison into an assignment}} in test() 46 … // expected-note {{use '=' to turn this equality comparison into an assignment}} in test() 48 // expected-note {{use '=' to turn this equality comparison into an assignment}} in test() 50 // expected-note {{use '=' to turn this equality comparison into an assignment}} in test() [all …]
|
H A D | warn-assignment-condition.cpp | 16 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test() 21 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test() 26 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test() 31 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test() 36 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test() 41 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test() 46 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test() 50 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test() 62 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test() 67 // expected-note{{use '==' to turn this assignment into an equality comparison}} \ in test() [all …]
|
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | DeviceStateMonitorTest.java | 133 // The values are the array of states, when one state turn on, the corresponding 221 // Turn on the state in verifySetUnsolResponseFilter() 224 // Keep other states off, then specified indication filter should NOT be turn off in verifySetUnsolResponseFilter() 230 // Turn off the state again in verifySetUnsolResponseFilter() 240 // initially all state off, turn screen on in testSetUnsolResponseFilter_noReduandantCall() 257 // screen was off by default, turn it on now in testScreenOnOff() 263 // turn screen off in testScreenOnOff() 272 // screen was off by default, turn it on now in testScreenOnOffwithRadioToggle() 274 // turn off radio in testScreenOnOffwithRadioToggle() 281 // turn screen off and on in testScreenOnOffwithRadioToggle() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-maps-routing/proto-google-maps-routing-v2/src/main/java/com/google/maps/routing/v2/ |
H A D | Maneuver.java | 26 * step (e.g., turn left, merge, straight, etc.). 46 * Turn slightly to the left. 56 * Turn sharply to the left. 66 * Make a left u-turn. 76 * Turn left. 86 * Turn slightly to the right. 96 * Turn sharply to the right. 106 * Make a right u-turn. 116 * Turn right. 206 * Turn left at the roundabout. [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiManagerTest.py | 128 "Can not turn airplane mode off: %s" % self.dut.serial) 300 2. Turn wifi off. 301 3. Turn wifi on. 372 msg = "Failed to turn on location service's scan." 380 msg = "Failed to turn off location service's scan." 388 msg = "Failed to turn off location service's scan." 392 """Connect to multiple networks, turn off/on wifi, then reconnect to 398 3. Turn WiFi OFF/ON. 417 """Connect to multiple networks, turn on/off Airplane moce, then 423 3. Turn ON/OFF Airplane mode. [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/ |
D | ScanManagerTest.java | 453 // Turn off screen in testScreenOffStartUnfilteredScan() 486 // Turn off screen in testScreenOffStartFilteredScan() 520 // Turn off screen in testScreenOffStartEmptyFilterScan() 553 // Turn on screen in testScreenOnStartUnfilteredScan() 586 // Turn on screen in testScreenOnStartFilteredScan() 619 // Turn off screen in testResumeUnfilteredScanAfterScreenOn() 628 // Turn on screen in testResumeUnfilteredScanAfterScreenOn() 657 // Turn off screen in testResumeFilteredScanAfterScreenOn() 666 // Turn on screen in testResumeFilteredScanAfterScreenOn() 695 // Turn on screen in testUnfilteredScanTimeout() [all …]
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/quotactl/ |
H A D | quotactl02.c | 13 * - turn off xfs quota and get xfs quota off status for user 14 * - turn on xfs quota and get xfs quota on status for user 18 * - turn off xfs quota and get xfs quota off statv for user 19 * - turn on xfs quota and get xfs quota on statv for user 20 * - turn off xfs quota and get xfs quota off status for group 21 * - turn on xfs quota and get xfs quota on status for group 24 * - turn off xfs quota and get xfs quota off statv for group 25 * - turn on xfs quota and get xfs quota on statv for gorup 46 "turn off xfs quota and get xfs quota off status for user", 51 "turn on xfs quota and get xfs quota on status for user", [all …]
|
/aosp_15_r20/external/gmmlib/Source/GmmLib/ULT/ |
H A D | GmmGen12ResourceULT.cpp | 87 … // Turn on .MC or .RC flag - mandatory to tell compression-type, for Yf its also used to pad surf in TEST_F() 89 …// If unifiedAuxSurf reqd (mandatory for displayable or cross-adapter shared), turn on .CCS/.MMC a… in TEST_F() 94 gmmParams.Flags.Gpu.UnifiedAuxSurface = 1; //Turn off for separate aux creation in TEST_F() 95 gmmParams.Flags.Gpu.CCS = 1; //Turn off for separate aux creation in TEST_F() 154 gmmParams.Flags.Gpu.UnifiedAuxSurface = 1; //Turn off for separate aux creation in TEST_F() 155 gmmParams.Flags.Gpu.CCS = 1; //Turn off for separate aux creation in TEST_F() 205 gmmParams.Flags.Gpu.UnifiedAuxSurface = 1; //Turn off for separate aux creation in TEST_F() 206 gmmParams.Flags.Gpu.CCS = 1; //Turn off for separate aux creation in TEST_F() 270 … // Turn on .MC or .RC flag - mandatory to tell compression-type, for Yf its also used to pad surf in TEST_F() 272 …// If unifiedAuxSurf reqd (mandatory for displayable or cross-adapter shared), turn on .CCS/.MMC a… in TEST_F() [all …]
|
H A D | GmmGen12dGPUResourceULT.cpp | 832 … // Turn on .MC or .RC flag - mandatory to tell compression-type, for Yf its also used to pad surf in TEST_F() 834 …// If unifiedAuxSurf reqd (mandatory for displayable or cross-adapter shared), turn on .CCS/.MMC a… in TEST_F() 839 gmmParams.Flags.Gpu.UnifiedAuxSurface = 1; //Turn off for separate aux creation in TEST_F() 840 gmmParams.Flags.Gpu.CCS = 1; //Turn off for separate aux creation in TEST_F() 878 gmmParams.Flags.Gpu.UnifiedAuxSurface = 1; //Turn off for separate aux creation in TEST_F() 879 gmmParams.Flags.Gpu.CCS = 1; //Turn off for separate aux creation in TEST_F() 919 gmmParams.Flags.Gpu.UnifiedAuxSurface = 1; //Turn off for separate aux creation in TEST_F() 920 gmmParams.Flags.Gpu.CCS = 1; //Turn off for separate aux creation in TEST_F() 971 …// Turn on .MC or .RC flag - mandatory to tell compression-type, for Yf/Y its also used to pad surf in TEST_F() 973 …// If unifiedAuxSurf reqd (mandatory for displayable or cross-adapter shared), turn on .CCS/.MMC a… in TEST_F() [all …]
|
/aosp_15_r20/external/webrtc/p2p/client/ |
H A D | basic_port_allocator_unittest.cc | 212 // Endpoint is on the public network. No STUN or TURN. 229 // Endpoint is on the public network, with TURN specified. 549 // also the related address for TURN candidate if it is expected. Otherwise, 629 // Three ports (one IPv4 STUN, one IPv6 STUN and one TURN) will be ready. in TestIPv6TurnPortPrunesIPv4TurnPort() 637 // Now that we remove candidates when a TURN port is pruned, there will be in TestIPv6TurnPortPrunesIPv4TurnPort() 669 // Only 2 ports (one STUN and one TURN) are actually being used. in TestTurnPortPrunesWithUdpAndTcpPorts() 682 // Now that we remove candidates when a TURN port is pruned, `candidates_` in TestTurnPortPrunesWithUdpAndTcpPorts() 683 // should only contains two candidates regardless whether the TCP TURN port in TestTurnPortPrunesWithUdpAndTcpPorts() 684 // is created before or after the UDP turn port. in TestTurnPortPrunesWithUdpAndTcpPorts() 714 // Have both UDP/TCP and IPv4/IPv6 TURN ports. in TestEachInterfaceHasItsOwnTurnPorts() [all …]
|