/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_intr.c | 259 * If llvm removes an intrinsic we use, we'll hit this abort (rather in lp_build_intrinsic() 266 abort(); in lp_build_intrinsic()
|
/third_party/node/deps/undici/src/lib/mock/ |
H A D | mock-utils.js | 277 handler.abort = nop
|
/third_party/node/deps/uv/src/unix/ |
H A D | darwin.c | 61 abort(); in uv__hrtime_init_once()
|
H A D | internal.h | 29 #include <stdlib.h> /* abort */ 99 abort(); \
|
/third_party/python/Lib/asyncio/ |
H A D | locks.py | 562 async def abort(self): member in Barrier
|
/third_party/skia/src/core/ |
H A D | SkArenaAlloc.h | 194 static void AssertRelease(bool cond) { if (!cond) { ::abort(); } }
|
/third_party/openssl/ohos_lite/crypto/ |
H A D | cryptlib.c | 421 abort(); in OPENSSL_die() 424 * Win32 abort() customarily shows a dialog, but we just did that... in OPENSSL_die()
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | bit_reader_utils.c | 288 if (i == MAX_NUM_LABELS) abort(); // overflow! in BitTrace()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | internal.h | 1304 #define EXTRA_CHECK(a) do { if (!(a)) abort(); } while (0)
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | daemon.c | 51 abort (); in spdyf_panic_std()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_get_chunked.c | 84 abort (); /* should not happen in this testcase... */ in crc()
|
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/ |
H A D | test_get.c | 90 abort (); in ahc_echo()
|
H A D | test_get_chunked.c | 75 abort (); /* should not happen in this testcase... */ in crc()
|
/third_party/skia/tests/ |
H A D | RecordDrawTest.cpp | 27 bool abort() override { return fCalls++ > 0; }
|
/third_party/skia/third_party/externals/harfbuzz/perf/ |
H A D | perf-draw.hh | 140 else abort (); in draw()
|
/third_party/python/Lib/xml/dom/ |
H A D | xmlbuilder.py | 347 def abort(self): member in DocumentLS
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
H A D | test_vector_ops_main.cpp | 57 abort(); in getTestVectors()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_field.cc | 245 abort(); in SetExtraRuntimeHasBitsBase()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | trace.c | 396 abort(); in wpa_trace_check_ref()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | trace.c | 407 abort(); in wpa_trace_check_ref()
|
/third_party/libdrm/intel/ |
H A D | intel_bufmgr_fake.c | 274 abort(); in _fence_emit_internal() 402 abort(); in _fence_wait_internal() 1023 abort(); in drm_intel_fake_bo_map_locked()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_debug.c | 720 abort(); in radv_check_gpu_hangs() 821 abort(); in radv_check_gpu_hangs() 1040 abort(); in radv_check_trap_handler()
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv_bridge.c | 1405 bool abort, in pvr_srv_rgx_kick_render2() 1442 .abort = abort, in pvr_srv_rgx_kick_render2() 1370 pvr_srv_rgx_kick_render2(int fd, void *render_ctx, uint32_t client_geom_fence_count, void **client_geom_fence_sync_prim_block, uint32_t *client_geom_fence_sync_offset, uint32_t *client_geom_fence_value, uint32_t client_geom_update_count, void **client_geom_update_sync_prim_block, uint32_t *client_geom_update_sync_offset, uint32_t *client_geom_update_value, uint32_t client_frag_update_count, void **client_frag_update_sync_prim_block, uint32_t *client_frag_update_sync_offset, uint32_t *client_frag_update_value, void *pr_fence_ufo_sync_prim_block, uint32_t client_pr_fence_ufo_sync_offset, uint32_t client_pr_fence_value, int32_t check_fence, int32_t update_timeline, int32_t *const update_fence_out, char *update_fence_name, int32_t check_fence_frag, int32_t update_timeline_frag, int32_t *const update_fence_frag_out, char *update_fence_name_frag, uint32_t cmd_geom_size, uint8_t *cmd_geom, uint32_t cmd_frag_pr_size, uint8_t *cmd_frag_pr, uint32_t cmd_frag_size, uint8_t *cmd_frag, uint32_t ext_job_ref, bool kick_geom, bool kick_pr, bool kick_frag, bool abort, uint32_t pdump_flags, void *hw_rt_dataset, void *zs_buffer, void *msaa_scratch_buffer, uint32_t sync_pmr_count, uint32_t *sync_pmr_flags, void **sync_pmrs, uint32_t render_target_size, uint32_t num_draw_calls, uint32_t num_indices, uint32_t num_mrts, uint64_t deadline) pvr_srv_rgx_kick_render2() argument
|
/third_party/mesa3d/src/util/ |
H A D | xmlconfig.c | 290 abort(); \ 328 abort(); in driParseOptionInfo() 1153 abort(); in initOptionCache()
|
/third_party/libinput/src/ |
H A D | quirks.c | 294 abort(); in quirk_get_name() 311 abort(); in matchflagname() 339 can abort if we haven't cleaned up correctly. */ in property_unref() 1532 abort(); in quirk_match_section()
|