Home
last modified time | relevance | path

Searched refs:STATUS (Results 1 - 24 of 24) sorted by relevance

/third_party/ltp/pan/cgi/
H A Dreconsile.cgi89 $rec->{STATUS} = $status;
107 || $a->{STATUS} cmp $b->{STATUS}} @$rtcs;
111 # print "$_->{TAG}:$_->{TCID}:$_->{TC}:$_->{STATUS}\n";
162 || $a->{STATUS} cmp $b->{STATUS}} @tops;
173 && @$rtcs[0]->{STATUS} eq $LCR->{STATUS}) {
216 if ($match->{STATUS} =~ /PASS/) {
218 } elsif ($match->{STATUS}
[all...]
/third_party/ninja/src/
H A Dgen_doxygen_mainpage.sh20 STATUS=0
43 STATUS=1
92 exit $STATUS
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DICUTaglet.java105 protected static final String STATUS = "<dt><b>Status:</b></dt>"; field in ICUTaglet
140 return STATUS + "<dd><em>Technology Preview</em>. <font color='red'>" + in toString()
143 return STATUS + "<dd><em>Internal</em>. <font color='red'>" + in toString()
164 return STATUS + "<dd>Draft " + tag.text() + ".</dd>"; in toString()
182 return STATUS + "<dd>Stable " + text + ".</dd>"; in toString()
184 return STATUS + "<dd>Stable.</dd>"; in toString()
226 return STATUS + "<dd><em>Obsolete.</em> <font color='red'>Will be removed in " + in toString()
/third_party/libphonenumber/tools/script/
H A Dcontinuous-integration.sh73 STATUS=$?
78 [ $STATUS -ne 0 ] && exit $STATUS
/third_party/backends/backend/
H A Dcanon630u-common.c713 return read_poll_flag (fd, STATUS, STATUS_HOME, STATUS_HOME); in wait_for_return()
761 read_byte (fd, STATUS, &result); /* wants 2f or 2d */ in plugin_cal()
770 read_byte (fd, STATUS, &result); /* wants 0c or 2c */ in plugin_cal()
771 read_byte (fd, STATUS, &result); /* wants 0c */ in plugin_cal()
808 read_byte (fd, STATUS, &result); /* wants 0e */ in plugin_cal()
811 read_byte (fd, STATUS, &result); /* wants 0c */ in plugin_cal()
911 read_byte (fd, STATUS, &result); /* wants 0c */ in plugin_cal()
927 read_byte (fd, STATUS, &result); /* wants 0c */ in plugin_cal()
1257 read_byte (fd, STATUS, &result); /* wants 2f or 2d */ in scan()
1268 read_byte (fd, STATUS, in scan()
[all...]
H A Dumax_pp_low.c96 #define STATUS gPort+0x01 macro
1065 DBG (0, "inb STATUS,%02X\n", res); in Inb()
1507 breg = Inb (STATUS) & 0xF8; in waitAck()
1513 breg = Inb (STATUS) & 0xF8; in waitAck()
1626 breg = Inb (STATUS) & 0xF8; in PS2Something()
1648 high = Inb (STATUS) & 0xF0; in PS2Something()
1658 res = Inb (STATUS); in PS2Read()
1659 res = Inb (STATUS); in PS2Read()
1674 tmp = Inb (STATUS); in PS2Read()
1675 tmp = Inb (STATUS); in PS2Read()
[all...]
H A Dlm9830.h13 #define STATUS 0x02 macro
H A Dp5_device.h274 #define STATUS 1 macro
H A Dp5_device.c35 case STATUS: in addr_name()
36 return "STATUS"; in addr_name()
69 case STATUS: in p5_inb()
1021 val = p5_inb (fd, STATUS) & 0xf8;
1024 DBG (DBG_error, "wait_document: unexpected STATUS value 0x%02x instead of 0xf8", val);
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_vxworks.c131 STATUS result = ERROR; in ossl_pool_acquire_entropy()
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_vxworks.c131 STATUS result = ERROR; in ossl_pool_acquire_entropy()
/third_party/icu/tools/release/c/
H A Duconfigtest.sh155 STATUS="${NAME}: ${1} "`date`
156 echo ${STATUS} >> ${STATS}
/third_party/nghttp2/src/
H A Dshrpx_config_test.cc97 CU_ASSERT(LogFragmentType::STATUS == res[6].type); in test_shrpx_config_parse_log_format()
H A Dshrpx_log.h227 STATUS, member in shrpx::LogFragmentType
H A Dshrpx_log.cc655 case LogFragmentType::STATUS: in upstream_accesslog()
H A Dshrpx_config.cc513 return LogFragmentType::STATUS; in log_var_lookup_token()
/third_party/node/src/
H A Dnode_http_common.h20 V(STATUS, ":status") \
/third_party/musl/porting/liteos_m/kernel/include/arpa/
H A Dnameser.h377 #define STATUS ns_o_status macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
H A Dnameser.h377 #define STATUS ns_o_status macro
/third_party/musl/porting/uniproton/kernel/include/arpa/
H A Dnameser.h377 #define STATUS ns_o_status macro
/third_party/musl/include/arpa/
H A Dnameser.h412 #define STATUS ns_o_status macro
/third_party/python/Lib/
H A Dtelnetlib.py80 STATUS = bytes([5]) # give status variable
/third_party/cmsis/CMSIS/Core/Include/
H A Dcore_ca.h554 uint32_t STATUS:5; /*!< \brief bit: 0.. 5 Fault Status bits */ member
587 #define DFSR_STATUS_Pos 0U /*!< \brief DFSR: STATUS Position */
588 #define DFSR_STATUS_Msk (0x3FUL << DFSR_STATUS_Pos) /*!< \brief DFSR: STATUS Mask */
605 uint32_t STATUS:6; /*!< \brief bit: 0.. 5 Fault Status bits */ member
627 #define IFSR_STATUS_Pos 0U /*!< \brief IFSR: STATUS Position */
628 #define IFSR_STATUS_Msk (0x3FUL << IFSR_STATUS_Pos) /*!< \brief IFSR: STATUS Mask */
/third_party/python/Lib/tkinter/
H A Dtix.py42 STATUS = 'status' variable

Completed in 34 milliseconds