/third_party/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 187 my $status = system($command) >> 8; 188 return $status == 0;
|
/third_party/openssl/crypto/rand/ |
H A D | rand_lib.c | 303 return meth->status != NULL ? meth->status() : 0; in RAND_status()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Display.cpp | 675 Status status = libX11->XGetWindowAttributes((::Display*)nativeDisplay, window, &windowAttributes); in isValidWindow() 677 return status != 0; in isValidWindow()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ts.h | 38 /* Possible values for status. */ 318 * set the status info/failure info of the response). 372 /* Maximum status message length */ 394 int status, const char *text); 396 /* Sets the status info only if it is still TS_STATUS_GRANTED. */ 398 int status, const char *text); 409 * In case of errors it sets the status info properly.
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_config_parser.cpp | 528 XML_Status status = XML_ParseBuffer(parser, len, done); in parse_config_file() local 529 if (XML_STATUS_ERROR == status) { in parse_config_file()
|
H A D | SkFontMgr_fuchsia.cpp | 49 zx_status_t status = zx::vmar::root_self()->map(ZX_VM_PERM_READ, 0, data.vmo, 0, size, &buffer); in MakeSkDataFromBuffer() local 50 if (status != ZX_OK) return nullptr; in MakeSkDataFromBuffer()
|
/third_party/skia/tools/fm/ |
H A D | fm.cpp | 124 enum { Ok, Skip, Fail} status; member 586 switch (result.status) { in main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/ |
H A D | driver_nl80211_hisi.c | 539 int reassoc, u16 status, const u8 *pst_assoc_rsp_ie, size_t len) in wpa_driver_nl80211_sta_assoc() 579 pst_mlme_ie->us_status = status; in wpa_driver_nl80211_sta_assoc() 593 wpa_printf(MSG_ERROR, "cmd:%s, type %d, status %d, ie_len %d", in wpa_driver_nl80211_sta_assoc() 538 wpa_driver_nl80211_sta_assoc(void *priv, const u8 *own_addr, const u8 *addr, int reassoc, u16 status, const u8 *pst_assoc_rsp_ie, size_t len) wpa_driver_nl80211_sta_assoc() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
H A D | driver_nl80211_hisi.c | 515 int reassoc, u16 status, const u8 *pst_assoc_rsp_ie, size_t len) in wpa_driver_nl80211_sta_assoc() 550 pst_mlme_ie->us_status = status; in wpa_driver_nl80211_sta_assoc() 564 wpa_printf(MSG_ERROR, "cmd:%s, type %d, status %d, ie_len %d", in wpa_driver_nl80211_sta_assoc() 514 wpa_driver_nl80211_sta_assoc(void *priv, const u8 *own_addr, const u8 *addr, int reassoc, u16 status, const u8 *pst_assoc_rsp_ie, size_t len) wpa_driver_nl80211_sta_assoc() argument
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 2257 static void delayed_mem_copy_init(delayed_mem_copy_status *status, compiler_common *common) in delayed_mem_copy_init() argument 2263 SLJIT_ASSERT(status->tmp_regs[i] >= 0); in delayed_mem_copy_init() 2264 SLJIT_ASSERT(sljit_get_register_index(status->saved_tmp_regs[i]) < 0 || status->tmp_regs[i] == status->saved_tmp_regs[i]); in delayed_mem_copy_init() 2266 status->store_bases[i] = -1; in delayed_mem_copy_init() 2268 status->next_tmp_reg = 0; in delayed_mem_copy_init() 2269 status->compiler = common->compiler; in delayed_mem_copy_init() 2272 static void delayed_mem_copy_move(delayed_mem_copy_status *status, int load_base, sljit_sw load_offset, in delayed_mem_copy_move() argument 2275 struct sljit_compiler *compiler = status in delayed_mem_copy_move() 2297 delayed_mem_copy_finish(delayed_mem_copy_status *status) delayed_mem_copy_finish() argument 2607 delayed_mem_copy_status status; copy_recurse_data() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | awk.c | 3565 static int interpx(int start, int *status) in interpx() argument 4076 if (r != NO_EXIT_STATUS) *status = (int)r & 255; in interpx() 4332 static int interp(int start, int *status) in interp() argument 4335 int r = interpx(start, status); in interp() 4449 static void run_files(int *status) in run_files() argument 4452 while (r != tkexit && *status < 0 && getrec_f0() >= 0) in run_files() 4453 if ((r = interp(TT.cgl.first_recrule, status)) == tknextfile) next_fp(); in run_files() 4478 int status = -1, r = 0; in run() local 4479 if (TT.cgl.first_begin) r = interp(TT.cgl.first_begin, &status); in run() 4481 if (TT.cgl.first_recrule) run_files(&status); in run() [all...] |
/third_party/curl/lib/vssh/ |
H A D | libssh2.c | 3096 bool block; /* we store the status and use that to provide a ssh_getsock() in ssh_multi_statemach() 3498 static CURLcode ssh_done(struct Curl_easy *data, CURLcode status) in ssh_done() argument 3504 if(!status) in ssh_done() 3508 result = status; in ssh_done() 3523 static CURLcode scp_done(struct Curl_easy *data, CURLcode status, in scp_done() argument 3528 if(!status) in scp_done() 3531 return ssh_done(data, status); in scp_done() 3655 static CURLcode sftp_done(struct Curl_easy *data, CURLcode status, in sftp_done() argument 3661 if(!status) { in sftp_done() 3669 return ssh_done(data, status); in sftp_done() [all...] |
/third_party/backends/tools/ |
H A D | check-usb-chip.c | 2873 /* Now we read the status register */ in check_sq113() 3102 uint8_t status; in check_hp5590() local 3243 (char *) &status, sizeof(status), TIMEOUT); in check_hp5590() 3254 if (status != 0x01) in check_hp5590() 3259 status); in check_hp5590() 3317 (char *) &status, sizeof(status), TIMEOUT); in check_hp5590() 3328 if (status != 0x01) in check_hp5590() 3333 status); in check_hp5590() [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 1908 CBenchProgressStatus status;
1909 status.Res = S_OK;
1910 status.EncodeMode = true;
1942 spec->Status = &status;
1987 if (status.Res == 0 && wres != 0)
1996 RINOK(status.Res)
2020 status.Res = S_OK;
2021 status.EncodeMode = false;
2104 RINOK(status.Res)
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTextureSwizzleTests.cpp | 2045 /* Compilation status */ in compile() 2046 glw::GLint status = GL_FALSE; in compile() local 2056 /* Get compilation status */ in compile() 2057 gl.getShaderiv(shader_id, GL_COMPILE_STATUS, &status); in compile() 2061 if (GL_TRUE != status) in compile() 2094 /* Link status */ in link() 2095 glw::GLint status = GL_FALSE; in link() local 2114 /* Get link status */ in link() 2115 gl.getProgramiv(m_program_object_id, GL_LINK_STATUS, &status); in link() 2119 if (GL_TRUE != status) in link() 3966 const glw::GLenum status = gl.checkFramebufferStatus(GL_FRAMEBUFFER); iterate() local [all...] |
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 240 const char *upb_status_errmsg(const upb_status *status); 241 bool upb_ok(const upb_status *status); 243 /* These are no-op if |status| is NULL. */ 244 void upb_status_clear(upb_status *status); 245 void upb_status_seterrmsg(upb_status *status, const char *msg); 246 void upb_status_seterrf(upb_status *status, const char *fmt, ...); 247 void upb_status_vseterrf(upb_status *status, const char *fmt, va_list args); 3383 upb_status *status); 3692 typedef bool upb_endmsg_handlerfunc(void *c, const void *, upb_status *status); 3938 * bool endmsg(MyType* closure, upb_status *status) { 5302 upb_sink_endmsg(upb_sink s, upb_status *status) upb_sink_endmsg() argument 5491 EndMessage(upb_status *status) EndMessage() argument 5848 Create(Arena *arena, DecoderMethodPtr method, upb::Sink output, Status *status) Create() argument 6153 upb_status *status; global() member 6630 Create(Arena* arena, ParserMethodPtr method, SymbolTable* symtab, Sink output, Status* status, bool ignore_json_unknown) Create() argument [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_multi.c | 392 static int snd_pcm_multi_status(snd_pcm_t *pcm, snd_pcm_status_t *status) in snd_pcm_multi_status() argument 397 int err = snd_pcm_status(slave, status); in snd_pcm_multi_status() 403 status->hw_ptr = *pcm->hw.ptr; in snd_pcm_multi_status() 404 status->avail = avail; in snd_pcm_multi_status() 508 * This is to make sure to sync non-mmaped control/status. in snd_pcm_multi_prepare() 1028 .status = snd_pcm_multi_status,
|
/third_party/backends/backend/ |
H A D | plustek-usbhw.c | 1485 /* read the status register */ in usb_SensorStatus() 1738 SANE_Status status; in usb_UpdateButtonStatus() local 1745 status = sanei_access_lock( dev->sane.name, 3 ); in usb_UpdateButtonStatus() 1746 if( SANE_STATUS_GOOD != status ) in usb_UpdateButtonStatus() 1751 status = sanei_usb_open(dev->sane.name, &handle); in usb_UpdateButtonStatus() 1752 if( SANE_STATUS_GOOD != status ) { in usb_UpdateButtonStatus() 1767 /* first read clears the status... */ in usb_UpdateButtonStatus() 1831 " status: %s (%u)\n", (i*2)+j+1, in usb_UpdateButtonStatus()
|
/third_party/alsa-lib/src/seq/ |
H A D | seq.c | 1752 * \brief Get the UMP group filter status 1771 * \brief Get the UMP groupless message handling status 1853 * \brief Set the UMP group filter status 3338 * \brief Get the lock status of a queue_info container 3340 * \return lock status --- non-zero = locked 3390 * \brief Set the lock status of a queue_info container 3392 * \param locked lock status 3676 * \brief Get the running status bits of a queue_status container 3678 * \return running status bits 3693 * \param status pointe 3698 snd_seq_get_queue_status(snd_seq_t *seq, int q, snd_seq_queue_status_t * status) snd_seq_get_queue_status() argument [all...] |
/third_party/icu/tools/unicode/py/ |
H A D | preparseucd.py | 922 status = data[4][1] 924 assert status in "CSFT" 925 if status == "C": 927 elif status == "S": 929 elif status == "F": 931 else: # status == "T"
|
/third_party/node/tools/ |
H A D | test.py | 490 status = self.templates['status_line'] % { 498 status = self.Truncate(status, 78) 499 self.last_status_length = len(status) 500 print(status, end='') 826 status_file = join(self.root, '%s.status' % self.section) 902 # Just read the test configuration from root_path/root.status. 1651 # Get status for tests
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | win32_io.c | 344 static int ntfs_ntstatus_to_errno(NTSTATUS status) in ntfs_ntstatus_to_errno() argument 347 switch (status) { in ntfs_ntstatus_to_errno() 443 * @flags: unix open status flags 463 ntfs_log_trace("Unknown status flags.\n"); in ntfs_device_unix_status_flags_to_win32() 474 * @flags: unix open status flags 751 IO_STATUS_BLOCK status; in ntfs_device_win32_getntgeo() local 764 &status, IOCTL_DISK_GET_DRIVE_GEOMETRY, (void*)NULL, 0, in ntfs_device_win32_getntgeo() 777 &status, IOCTL_GET_DISK_LENGTH_INFO, in ntfs_device_win32_getntgeo() 792 * @flags: unix open status flags 834 * @flags: unix open status flag [all...] |
/third_party/nghttp2/src/ |
H A D | http2.cc | 701 int status = 0; in parse_http_status_code() local 706 status *= 10; in parse_http_status_code() 707 status += c - '0'; in parse_http_status_code() 710 if (status < 100) { in parse_http_status_code() 714 return status; in parse_http_status_code()
|
H A D | shrpx_http2_upstream.cc | 1392 unsigned int status; in downstream_error() local 1395 status = 504; in downstream_error() 1397 status = 408; in downstream_error() 1400 status = 502; in downstream_error() 1402 if (error_reply(downstream, status) != 0) { in downstream_error() 1527 // 2 for :status and server in send_reply() 1532 nva.push_back(http2::make_nv_ls_nocopy(":status", response_status)); in send_reply() 1604 {http2::make_nv_ls_nocopy(":status", response_status), in error_reply() 1739 // 6 means :status and possible server, via, x-http2-push, alt-svc, in on_downstream_header_complete() 1747 nva.push_back(http2::make_nv_ls_nocopy(":status", response_statu in on_downstream_header_complete() [all...] |
/third_party/icu/icu4c/source/test/iotest/ |
H A D | filetst.c | 873 UErrorCode status = U_ZERO_ERROR; in TestCodepage() local 909 if (strcmp(ucnv_getName(u_fgetConverter(myFile), &status), "ISO-8859-1") != 0) { in TestCodepage() 910 log_err("u_fgetConverter returned %s\n", ucnv_getName(u_fgetConverter(myFile), &status)); in TestCodepage() 915 if (strcmp(ucnv_getName(u_fgetConverter(myFile), &status), "UTF-8") != 0) { in TestCodepage() 916 log_err("u_fgetConverter returned %s\n", ucnv_getName(u_fgetConverter(myFile), &status)); in TestCodepage()
|