/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
reloc8-r.d | 19 10: f9000000 resume 0
|
reloc8.d | 17 10: f9000000 resume 0
|
reloc8.l | 9 6 0010 F9000000 RESUME foobar\+8
|
/external/autotest/site_utils/ |
dump_to_cloudsql.py | 10 dump_to_cloudsql.py [-h] [--resume NUM] [--user USER] [--passwd PASSWD] FILE 22 --resume NUM resume dump at command NUM 139 These are needed to reconstruct the MySQL state on resume. 234 # Attempt to resume. 235 print ('Execution can resume from here (line = %d)' % 239 print ('Will now attempt to auto-resume at command: %d' % 243 print 'Execution may fail to resume correctly from here.' 244 print ('Use --resume=%d to attempt to resume the dump.' [all...] |
/development/ndk/platforms/android-3/include/linux/ |
sysdev.h | 25 int (*resume)(struct sys_device *); member in struct:sysdev_class 43 int (*resume)(struct sys_device *); member in struct:sysdev_driver
|
/development/samples/LunarLander/res/values/ |
strings.xml | 23 <string name="menu_resume">Resume</string> 29 <string name="mode_pause">Paused\nPress Up To Resume</string>
|
/external/autotest/client/site_tests/power_Resume/ |
control.resume_constraint | 7 PURPOSE = "Measure the amount of time it takes to resume from suspend." 20 how many seconds it took to resume. As a precaution it will ensure your
|
/external/autotest/client/site_tests/power_UiResume/ |
power_UiResume.py | 17 Therefore it verifies suspend/resume functionality for an idle system. For 18 stress-testing suspend/resume in parallel with other things going on, see
|
/external/autotest/server/site_tests/firmware_EventLog/ |
control | 9 PURPOSE = "Ensure eventlog is written correctly on boot and suspend/resume." 21 a suspend-resume cycle.
|
/external/autotest/server/site_tests/network_WiFi_FastReconnectInDarkResume/ |
control | 16 dark resume that was triggered by the disconnect. 18 We verify the connectivity status of the DUT on resume by parsing shill logs,
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/jsdom/ |
parsing_unit.js | 26 ParsingUnit.prototype.resume = function () { 30 //while parsing loop is still running. E.g. when suspend() and resume() called synchronously.
|
/external/curl/tests/data/ |
test1040 | 7 Resume 47 HTTP GET with resume from end of entirely-downloaded file
|
test1041 | 7 Resume 32 HTTP PUT with resume from end of already-uploaded file
|
test1042 | 6 Resume 59 HTTP GET beyond end of entirely-downloaded file, no server resume
|
test1043 | 6 Resume 58 HTTP GET with resume from end of file
|
test1434 | 6 Resume 58 HTTP GET resume at exactly the existing file size is fine
|
test188 | 7 Resume 51 HTTP GET with resume and redirect
|
test189 | 45 HTTP GET with resume and redirect (to a page that doesn't resume)
|
test92 | 7 Resume 34 HTTP resume transfer with the whole file already downloaded
|
/external/llvm/test/Analysis/Lint/ |
cppeh-catch-intrinsics-clean.ll | 27 br i1 %matches, label %catch, label %eh.resume 41 eh.resume: ; preds = %catch.dispatch 42 resume { i8*, i32 } %0 62 br i1 %matches, label %catch, label %eh.resume 75 br i1 %matchesl1, label %catch, label %eh.resume 91 br label %eh.resume 96 eh.resume: ; preds = %catch.dispatch 98 resume { i8*, i32 } %lpad.val
|
/external/llvm/test/CodeGen/ARM/ |
gv-stubs-crash.ll | 24 resume: 25 resume { i8*, i32 } %lp
|
/external/llvm/test/Feature/ |
callingconventions.ll | 38 resume { i8*, i32 } %exn 52 resume { i8*, i32 } %exn
|
/external/llvm/test/Transforms/Inline/ |
invoke-cleanup.ll | 17 resume i32 %lp 33 resume i32 %lp
|
/external/llvm/test/Transforms/SimplifyCFG/ |
invoke_unwind.ll | 17 resume { i8*, i32 } %exn 30 resume { i8*, i32 } %exn
|
/frameworks/av/media/libmediaplayerservice/ |
RemoteDisplay.cpp | 52 status_t RemoteDisplay::resume() { function in class:android::RemoteDisplay 53 return mSource->resume();
|