Searched refs:abort (Results 1 - 25 of 48) sorted by relevance

12

/system/core/libutils/
H A DJenkinsHash.cpp39 abort();
58 abort();
/system/weaved/brillo/android/weave/
H A DIWeaveCommand.aidl31 void abort(in String errorCode, in String errorMessage);
/system/core/debuggerd/test/
H A DBacktraceMock.h46 abort();
93 abort();
H A Ddump_memory_test.cpp120 abort();
124 abort();
/system/core/adb/
H A Dfile_sync_service.cpp194 goto abort;
199 goto abort;
202 if (!ReadFdExactly(s, &buffer[0], msg.data.size)) goto abort;
232 goto abort;
238 goto abort;
244 goto abort;
247 if (!ReadFdExactly(s, &buffer[0], msg.data.size)) goto abort;
250 abort:
/system/media/audio_utils/tests/
H A Dfifo_tests.cpp120 abort();
141 abort();
/system/core/base/
H A Dstrings.cpp29 if ((a) == (b)) abort();
/system/vold/
H A DKeymaster.cpp48 virtual keymaster_error_t abort(keymaster_operation_handle_t operation_handle) const = 0;
79 keymaster_error_t abort(keymaster_operation_handle_t operation_handle) const override final {
80 return mDevice->abort(mDevice, operation_handle);
115 if (mDevice) mDevice->abort(mOpHandle);
H A DUtils.cpp261 abort();
266 abort();
293 abort();
298 abort();
H A DDevmapper.cpp129 abort();
/system/weaved/buffet/
H A Dbinder_command_proxy.h46 android::binder::Status abort(const android::String16& errorCode,
H A Dbinder_command_proxy.cc138 android::binder::Status BinderCommandProxy::abort( function in class:buffet::BinderCommandProxy
/system/extras/kexec_tools/
H A Dkexecload.c107 abort();
/system/keymaster/
H A Decdsa_keymaster1_operation.cpp75 return engine_->device()->abort(engine_->device(), operation_handle_);
H A Drsa_keymaster1_operation.cpp91 return engine_->device()->abort(engine_->device(), operation_handle_);
H A Dsoft_keymaster_device.cpp267 km1_device_.abort = abort;
292 km2_device_.abort = abort;
1411 keymaster_error_t SoftKeymasterDevice::abort(const keymaster1_device_t* dev, function in class:keymaster::SoftKeymasterDevice
1418 return km1_dev->abort(km1_dev, operation_handle);
1429 keymaster_error_t SoftKeymasterDevice::abort(const keymaster2_device_t* dev, function in class:keymaster::SoftKeymasterDevice
1438 return abort(&sk_dev->km1_device_, operation_handle);
/system/keymaster/include/keymaster/
H A Dsoft_keymaster_device.h178 static keymaster_error_t abort(const keymaster1_device_t* dev,
236 static keymaster_error_t abort(const keymaster2_device_t* dev,
/system/core/libmemunreachable/
H A DAllocator.cpp41 // abort
230 abort(); //throw std::bad_alloc;
320 abort(); //throw std::bad_alloc;
407 abort(); //throw std::bad_alloc;
/system/core/debuggerd/
H A Dcrasher.c31 abort();
49 // This should corrupt stack guards and make process abort.
156 } else if (!strcmp(arg, "abort")) {
184 fprintf(stderr, " heap-corruption cause a libc abort by corrupting the heap\n");
185 fprintf(stderr, " heap-usage cause a libc abort by abusing a heap function\n");
189 fprintf(stderr, " abort call abort()\n");
/system/extras/tests/suspend_stress/
H A Dsuspend_stress.cpp44 " -a,--abort abort test on late alarm\n"
58 {"abort", no_argument, 0, 'a'},
81 abort();
/system/security/keystore/
H A Dpermissions.cpp71 abort();
H A Dkey_store_service.h113 int32_t abort(const sp<IBinder>& token);
/system/extras/verity/fec/
H A Dmain.cpp361 abort();
408 abort();
/system/media/audio_utils/
H A Dprimitives.c405 abort(); /* illegal value */
460 abort(); /* illegal value */
/system/extras/iotop/
H A Diotop.cpp158 abort();

Completed in 351 milliseconds

12