OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abort
(Results
601 - 625
of
2170
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
Main.java
49
mAbortButton = (Button) findViewById(R.id.
abort
);
59
*
Abort
the current test companion.
/device/linaro/bootloader/edk2/StdLib/Include/
stdlib.h
31
void
abort
(void) __noreturn;
186
/** The
abort
function causes abnormal program termination to occur, unless
190
streams are not closed, and temporary files are not removed by
abort
.
197
void
abort
(void) __noreturn;
243
files are not removed by
abort
.
[
all
...]
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Environs.c
4
-
abort
(void)
38
/** The
abort
function causes abnormal program termination to occur, unless
42
streams are not closed, and temporary files are not removed by
abort
.
46
abort
(void)
function
109
files are not removed by
abort
.
/external/apache-http/src/org/apache/http/client/methods/
HttpRequestBase.java
138
public void
abort
() {
method in class:HttpRequestBase
/external/apache-http/src/org/apache/http/impl/client/
RequestWrapper.java
151
public void
abort
() throws UnsupportedOperationException {
method in class:RequestWrapper
/external/autotest/client/common_lib/
barrier.py
20
"""Special BarrierError raised when an explicit
abort
is requested."""
134
Any client can also request an
abort
of the job by setting
135
abort
=True in the rendezvous arguments.
297
abort
= self._abort
313
logging.warning("Client %s requested
abort
", name)
314
abort
= True
321
if
abort
:
339
if
abort
:
340
raise BarrierAbortError("Client requested
abort
")
345
# not released them then they know to
abort
[
all
...]
/external/autotest/site_utils/
metadata_reporter.py
153
def
abort
():
function
154
"""
Abort
the thread to report metadata.
/external/avb/test/
avb_sysdeps_posix_testing.cc
58
abort
();
/external/compiler-rt/test/asan/TestCases/Linux/
scariness_score_test.cc
158
case 22:
abort
(); break;
/external/deqp/framework/delibs/debase/
deDefs.c
134
abort
();
/external/libchrome/base/
scoped_generic.h
104
abort
();
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
F.pass.cpp
39
if (!ret) std::
abort
(); // placate MSVC's unchecked malloc warning
/external/libcxxabi/test/
catch_multi_level_pointer.pass.cpp
24
std::
abort
();
/external/libffi/testsuite/libffi.call/
pyobjc-tc.c
84
abort
();
/external/libunwind/src/hppa/
Gresume.c
48
abort
();
/external/libunwind/tests/
ppc64-test-altivec.c
12
#define panic(args...) { fprintf (stderr, args);
abort
(); }
/external/linux-kselftest/tools/testing/selftests/powerpc/primitives/
load_unaligned_zeropad.c
101
abort
();
/external/llvm/lib/CodeGen/
MachineDominators.cpp
155
abort
();
/external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_disasm.c
158
abort
();
231
abort
();
304
abort
();
353
abort
();
/external/mesa3d/src/gallium/state_trackers/clover/core/
event.hpp
44
/// specified \a action_ok. If the
abort
() method is called
66
void
abort
(cl_int status);
/external/mesa3d/src/mesa/drivers/dri/i915/
intel_batchbuffer.h
128
abort
();
/external/mksh/src/
emacsfn.h
35
F0(
abort
, "
abort
", 0)
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
pyobjc-tc.c
84
abort
();
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
pyobjc-tc.c
84
abort
();
/external/selinux/libselinux/src/
regex.c
54
abort
();
516
abort
();
531
abort
();
547
abort
();
Completed in 861 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>