/external/tcpdump/tests/ |
D | of10_p3295-vv.out | 32 advertised 0x0000042f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, PAUSE) 33 supported 0x00000e2f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, AUTONEG, PAUSE, PAUSE_ASYM) 39 advertised 0x0000042f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, PAUSE) 40 supported 0x00000e2f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, AUTONEG, PAUSE, PAUSE_ASYM) 46 advertised 0x0000042f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, PAUSE) 47 supported 0x00000e2f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, AUTONEG, PAUSE, PAUSE_ASYM) 53 advertised 0x0000042f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, PAUSE) 54 supported 0x00000e2f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, AUTONEG, PAUSE, PAUSE_ASYM) 60 advertised 0x0000042f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, PAUSE) 61 supported 0x00000e2f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, AUTONEG, PAUSE, PAUSE_ASYM) [all …]
|
D | lldp_asan.out | 7 …T2 hdx, 100BASE-T2 fdx, Pause for fdx links, Asym PAUSE for fdx, Sym PAUSE for fdx, Asym and Sym P… 12 …PMD autoneg capability [Pause for fdx links, Asym PAUSE for fdx, Sym PAUSE for fdx, Asym and Sym P…
|
D | lldp_cdp-ev.out | 58 …PMD autoneg capability [10BASE-T hdx, Sym PAUSE for fdx, Asym and Sym PAUSE for fdx, 1000BASE-{X L… 80 …PMD autoneg capability [Sym PAUSE for fdx, Asym and Sym PAUSE for fdx, 1000BASE-{X LX SX CX} fdx, … 102 …PMD autoneg capability [10BASE-T hdx, Sym PAUSE for fdx, Asym and Sym PAUSE for fdx, 1000BASE-{X L… 124 …PMD autoneg capability [Sym PAUSE for fdx, Asym and Sym PAUSE for fdx, 1000BASE-{X LX SX CX} fdx, … 184 …PMD autoneg capability [10BASE-T hdx, Sym PAUSE for fdx, Asym and Sym PAUSE for fdx, 1000BASE-{X L… 206 …PMD autoneg capability [Sym PAUSE for fdx, Asym and Sym PAUSE for fdx, 1000BASE-{X LX SX CX} fdx, … 228 …PMD autoneg capability [10BASE-T hdx, Sym PAUSE for fdx, Asym and Sym PAUSE for fdx, 1000BASE-{X L… 250 …PMD autoneg capability [Sym PAUSE for fdx, Asym and Sym PAUSE for fdx, 1000BASE-{X LX SX CX} fdx, …
|
D | of10_7050sx_bsn-vv.out | 37 supported 0x00000c40 (10GB_FD, PAUSE, PAUSE_ASYM) 44 supported 0x00000c40 (10GB_FD, PAUSE, PAUSE_ASYM) 51 supported 0x00000c40 (10GB_FD, PAUSE, PAUSE_ASYM) 58 supported 0x00000c40 (10GB_FD, PAUSE, PAUSE_ASYM) 65 supported 0x00000cc0 (10GB_FD, COPPER, PAUSE, PAUSE_ASYM) 72 supported 0x00000cc0 (10GB_FD, COPPER, PAUSE, PAUSE_ASYM) 79 supported 0x00000c40 (10GB_FD, PAUSE, PAUSE_ASYM) 86 supported 0x00000c40 (10GB_FD, PAUSE, PAUSE_ASYM) 156 supported 0x00000c40 (10GB_FD, PAUSE, PAUSE_ASYM) 163 supported 0x00000c40 (10GB_FD, PAUSE, PAUSE_ASYM) [all …]
|
D | lldp_mudurl-v.out | 26 …, 10BASE-T fdx, 100BASE-TX hdx, 100BASE-TX fdx, Pause for fdx links, Asym PAUSE for fdx, 1000BASE-… 57 …, 10BASE-T fdx, 100BASE-TX hdx, 100BASE-TX fdx, Pause for fdx links, Asym PAUSE for fdx, 1000BASE-…
|
D | lldp_mudurl-vv.out | 43 …, 10BASE-T fdx, 100BASE-TX hdx, 100BASE-TX fdx, Pause for fdx links, Asym PAUSE for fdx, 1000BASE-… 96 …, 10BASE-T fdx, 100BASE-TX hdx, 100BASE-TX fdx, Pause for fdx links, Asym PAUSE for fdx, 1000BASE-…
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_test_defines.h | 89 #define PAUSE \ macro 96 #define PAUSE \ macro 136 PAUSE \ 147 PAUSE \
|
D | voe_cpu_test.cc | 34 PAUSE \ 90 PAUSE in DoTest()
|
D | voe_stress_test.cc | 48 #define PAUSE_OR_SLEEP(x) PAUSE;
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowVideoView.java | 23 public static final int PAUSE = 3; field in ShadowVideoView 76 currentState = ShadowVideoView.PAUSE; in pause() 92 return (currentState != ShadowVideoView.PAUSE && in canPause()
|
/external/webrtc/webrtc/modules/audio_device/test/ |
D | func_test_manager.cc | 56 #define PAUSE(a) SleepMs(a); macro 58 #define PAUSE(a) WaitForKey(); macro 1283 PAUSE(DEFAULT_PAUSE_TIME); in TestAudioTransport() 1327 PAUSE(DEFAULT_PAUSE_TIME); in TestAudioTransport() 1363 PAUSE(DEFAULT_PAUSE_TIME); in TestAudioTransport() 1417 PAUSE(DEFAULT_PAUSE_TIME); in TestAudioTransport() 1519 PAUSE(10000); in TestSpeakerVolume() 1614 PAUSE(DEFAULT_PAUSE_TIME); in TestSpeakerMute() 1747 PAUSE(DEFAULT_PAUSE_TIME); in TestMicrophoneVolume() 1885 PAUSE(DEFAULT_PAUSE_TIME); in TestMicrophoneMute() [all …]
|
/external/scapy/doc/scapy/ |
D | BuildDoc.bat | 9 PAUSE 22 PAUSE
|
/external/scapy/ |
D | run_scapy.bat | 7 PAUSE
|
D | run_scapy_py3.bat | 12 PAUSE
|
D | run_scapy_py2.bat | 12 PAUSE
|
/external/scapy/test/ |
D | run_tests_py2.bat | 10 PAUSE
|
D | run_tests_py3.bat | 11 PAUSE
|
/external/curl/tests/data/ |
D | test567 | 17 Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE
|
D | test577 | 17 Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE
|
D | test570 | 17 Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | fib_tests.sh | 15 PAUSE=no 39 if [ "${PAUSE}" = "yes" ]; then 1469 P) PAUSE=yes;; 1479 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
|
/external/libvpx/libvpx/vp8/common/ |
D | threading.h | 92 #define pause(voidpara) __asm PAUSE
|
/external/libxkbcommon/xkbcommon/test/data/keycodes/ |
D | evdev-xkbcommon | 120 <PAUSE> = 119; 348 alias <PAUS> = <PAUSE>;
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowVideoViewTest.java | 122 assertThat(shadowVideoView.getCurrentVideoState()).isEqualTo(ShadowVideoView.PAUSE); in shouldPausePlaying()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86RetpolineThunks.cpp | 265 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::PAUSE)); in populateThunk()
|