/toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/ |
pause.s | 1 # Test PAUSE instruction 3 wr %g1, %g2, %pause 4 wr %o4, 0x234, %pause 5 pause 8 6 pause 300 7 pause 0x234
|
pause.d | 3 #name: sparc PAUSE 10 0: b7 80 40 02 wr %g1, %g2, %pause 11 4: b7 83 22 34 wr %o4, 0x234, %pause 12 8: b7 80 20 08 pause 8 13 c: b7 80 21 2c pause 0x12c 14 10: b7 80 22 34 pause 0x234
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/ |
hint.b-err.s | 1 hint.b @pause
|
hint.b-warn.s | 1 hint.b @pause
|
/frameworks/opt/vcard/tests/res/raw/ |
v30_pause_wait.vcf | 3 FN:Pause Wait 4 N:Pause;Wait;;;
|
/external/scapy/ |
run_scapy.bat | 7 PAUSE
|
/external/tcpdump/tests/ |
lldp_asan.out | 7 PMD autoneg capability [10BASE-T hdx, 10BASE-T fdx, 100BASE-T4, 100BASE-TX hdx, 100BASE-TX fdx, 100BASE-T2 hdx, 100BASE-T2 fdx, Pause for fdx links, Asym PAUSE for fdx, Sym PAUSE for fdx, Asym and Sym PAUSE for fdx, 1000BASE-{X LX SX CX} hdx, 1000BASE-{X LX SX CX} fdx, 1000BASE-T hdx, 1000BASE-T fdx] (0xffff) 12 PMD autoneg capability [Pause for fdx links, Asym PAUSE for fdx, Sym PAUSE for fdx, Asym and Sym PAUSE for fdx, 1000BASE-{X LX SX CX} hdx, 1000BASE-{X LX SX CX} fdx, 1000BASE-T hdx] (0x00fe)
|
/frameworks/base/media/tests/MediaDump/res/values/ |
strings.xml | 8 <string name="pause">Pause</string>
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
VideoPauseTracker.java | 29 * Used by an {@link ImsVideoCallProviderWrapper} to track requests to pause video from various 32 * Requests to pause the video stream using the {@link VideoProfile#STATE_PAUSED} bit can come 36 * can potentially pause or resume the video stream. 38 * This class is responsible for tracking any active requests to pause the video. 41 /** The pause or resume request originated from an InCallService. */ 45 * The pause or resume request originated from a change to the data enabled state from the 55 * Tracks the current sources of pause requests. 65 * Tracks a request to pause the video for a source (see {@link #SOURCE_DATA_ENABLED}, 66 * {@link #SOURCE_INCALL}) and determines whether a pause request should be issued to the 69 * We want to issue a pause request to the provider when we receive the first reques [all...] |
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Scripts/ |
test1c | 10 #pause
|
test1c8 | 10 #pause
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Xpm-tests/ |
test-mpm-anon-1g | 10 #pause
|
test-mpm-anon-8p | 10 #pause
|
test-lazy-anon-8p-touch | 11 #pause 18 #pause
|
/external/ltp/testcases/kernel/syscalls/pause/ |
pause01.c | 14 * Check that pause() returns on signal with errno == EINTR. 31 TEST(pause()); 33 tst_res(TFAIL, "pause() succeeded unexpectedly"); 35 tst_res(TPASS, "pause() interrupted with EINTR"); 37 tst_res(TFAIL | TTERRNO, "pause() unexpected errno"); 56 * TST_CHECKPOINT_WAIT has built-in timeout, if pause() doesn't return,
|
/prebuilts/go/darwin-x86/src/cmd/internal/test2json/testdata/ |
smiley.test | 2 === PAUSE Test?? 4 === PAUSE Test??Asm 6 === PAUSE Test??Dirs 8 === PAUSE TestTags 10 === PAUSE Test??Verbose 15 === PAUSE TestTags/testtag 19 === PAUSE Test??/0 21 === PAUSE Test??/1 23 === PAUSE Test??/2 25 === PAUSE Test??/ [all...] |
vet.test | 2 === PAUSE TestVet 4 === PAUSE TestVetAsm 6 === PAUSE TestVetDirs 8 === PAUSE TestTags 10 === PAUSE TestVetVerbose 15 === PAUSE TestTags/testtag 19 === PAUSE TestVet/0 21 === PAUSE TestVet/1 23 === PAUSE TestVet/2 25 === PAUSE TestVet/ [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/test2json/testdata/ |
smiley.test | 2 === PAUSE Test?? 4 === PAUSE Test??Asm 6 === PAUSE Test??Dirs 8 === PAUSE TestTags 10 === PAUSE Test??Verbose 15 === PAUSE TestTags/testtag 19 === PAUSE Test??/0 21 === PAUSE Test??/1 23 === PAUSE Test??/2 25 === PAUSE Test??/ [all...] |
vet.test | 2 === PAUSE TestVet 4 === PAUSE TestVetAsm 6 === PAUSE TestVetDirs 8 === PAUSE TestTags 10 === PAUSE TestVetVerbose 15 === PAUSE TestTags/testtag 19 === PAUSE TestVet/0 21 === PAUSE TestVet/1 23 === PAUSE TestVet/2 25 === PAUSE TestVet/ [all...] |
/prebuilts/go/darwin-x86/src/runtime/debug/ |
garbage.go | 17 PauseTotal time.Duration // total pause for all collections 18 Pause []time.Duration // pause history, most recent first 19 PauseEnd []time.Time // pause end times history, most recent first 24 // The number of entries in the pause history is system-dependent; 25 // stats.Pause slice will be reused if large enough, reallocated otherwise. 26 // ReadGCStats may use the full capacity of the stats.Pause slice. 28 // summarizing the distribution of pause time. For example, if 30 // 25%, 50%, 75%, and maximum pause times. 33 // pause history tracked by the runtime. One will be returne [all...] |
/prebuilts/go/linux-x86/src/runtime/debug/ |
garbage.go | 17 PauseTotal time.Duration // total pause for all collections 18 Pause []time.Duration // pause history, most recent first 19 PauseEnd []time.Time // pause end times history, most recent first 24 // The number of entries in the pause history is system-dependent; 25 // stats.Pause slice will be reused if large enough, reallocated otherwise. 26 // ReadGCStats may use the full capacity of the stats.Pause slice. 28 // summarizing the distribution of pause time. For example, if 30 // 25%, 50%, 75%, and maximum pause times. 33 // pause history tracked by the runtime. One will be returne [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
CpuPause.c | 19 Requests CPU to pause for a short period of time.
21 Requests CPU to pause for a short period of time. Typically used in MP
32 pause
|
/external/autotest/client/site_tests/video_VimeoVideo/ |
vimeo.html | 16 // pause, finish, and playProgress 21 player.addEvent('pause', onPause); 40 vimeo_player.status = 'pause'; 41 status.text('pause'); 64 <p><button id="play">Play</button> <button id="pause">Pause</button></p>
|
/external/pdfium/fpdfsdk/ |
fpdf_progressive.cpp | 41 IFSDK_PAUSE* pause) { 42 if (!bitmap || !pause || pause->version != 1) 59 IFSDK_PAUSE_Adapter IPauseAdapter(pause); 75 IFSDK_PAUSE* pause) { 76 if (!pause || pause->version != 1) 85 IFSDK_PAUSE_Adapter IPauseAdapter(pause);
|
/external/scapy/doc/scapy/ |
BuildDoc.bat | 9 PAUSE
22 PAUSE
|