Searched refs:__status (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | event.cpp | 31 ctx(ctx), __status(0), wait_count(1), in _cl_event() 54 __status = status; in abort() 94 if (__status < 0) in status() 95 return __status; in status() 145 if (__status < 0) in status() 146 return __status; in status()
|
D | event.hpp | 74 cl_int __status; member
|
/external/bison/lib/ |
D | error.h | 42 extern void error (int __status, int __errnum, const char *__format, ...) 45 extern void error_at_line (int __status, int __errnum, const char *__fname,
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
D | HttpGenerator.java | 53 private static final Status[] __status = new Status[HttpStatus.MAX_CODE+1]; field in HttpGenerator 58 for (int i=0;i<__status.length;i++) 76 __status[i] = new Status(); 77 …__status[i]._reason=new ByteArrayBuffer(bytes,versionLength+5,bytes.length-versionLength-7,Buffer.… 78 __status[i]._schemeCode=new ByteArrayBuffer(bytes,0,versionLength+5,Buffer.IMMUTABLE); 79 __status[i]._responseLine=new ByteArrayBuffer(bytes,0,bytes.length,Buffer.IMMUTABLE); 86 Status status = code<__status.length?__status[code]:null; in getReasonBuffer() 316 Status status=__status[code]; in send1xx() 424 Status status = _status<__status.length?__status[_status]:null; in completeHeader()
|
/external/curl/src/ |
D | tool_vms.c | 39 void decc$__posix_exit(int __status); 40 void decc$exit(int __status);
|
/external/opencv3/3rdparty/ippicv/ |
D | downloader.cmake | 72 TIMEOUT 600 STATUS __status 74 if(NOT __status EQUAL 0) 75 …(FATAL_ERROR "ICV: Failed to download ICV package: ${OPENCV_ICV_PACKAGE_NAME}. Status=${__status}")
|
/external/libcxx/include/ |
D | shared_mutex | 253 cv_status __status = __base.__gate1_.wait_until(__lk, __abs_time); 256 if (__status == cv_status::timeout) 265 cv_status __status = __base.__gate2_.wait_until(__lk, __abs_time); 268 if (__status == cv_status::timeout)
|
D | locale | 447 unsigned char* __status = __statbuf; 451 __status = (unsigned char*)malloc(__nkw); 452 if (__status == 0) 454 __stat_hold.reset(__status); 459 unsigned char* __st = __status; 485 __st = __status; 519 __st = __status; 535 for (__st = __status; __kb != __ke; ++__kb, (void) ++__st)
|
/external/curl/packages/vms/ |
D | gnv_conftest.c_first | 22 void __posix_exit(int __status);
|
/external/valgrind/perf/ |
D | test_input_for_tinycc.c | 457 long int __status; member 729 extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg) 737 extern void exit (int __status) __attribute__ ((__nothrow__)) __attribute__ ((__noreturn__));
|