OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Unclaim
(Results
1 - 2
of
2
) sorted by null
/art/sigchainlib/
sigchain.cc
50
//
Unclaim
the signal and restore the old action.
51
void
Unclaim
(int signal) {
111
user_sigactions[signal].
Unclaim
(signal);
/external/chromium_org/device/test/
usb_test_gadget_impl.cc
69
virtual bool
Unclaim
() OVERRIDE;
161
Unclaim
();
419
bool UsbTestGadgetImpl::
Unclaim
() {
422
const GURL url("http://" + device_address_ + "/
unclaim
");
426
LOG(ERROR) << "Unexpected HTTP " << response_code << " from /
unclaim
.";
Completed in 189 milliseconds