/third_party/ltp/pan/cgi/ |
H A D | reconsile.cgi | 89 $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 D | gen_doxygen_mainpage.sh | 20 STATUS=0 43 STATUS=1 92 exit $STATUS
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | ICUTaglet.java | 105 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 D | continuous-integration.sh | 73 STATUS=$? 78 [ $STATUS -ne 0 ] && exit $STATUS
|
/third_party/backends/backend/ |
H A D | canon630u-common.c | 713 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 D | umax_pp_low.c | 96 #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 D | lm9830.h | 13 #define STATUS 0x02 macro
|
H A D | p5_device.h | 274 #define STATUS 1 macro
|
H A D | p5_device.c | 35 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 D | rand_vxworks.c | 131 STATUS result = ERROR; in ossl_pool_acquire_entropy()
|
/third_party/openssl/providers/implementations/rands/seeding/ |
H A D | rand_vxworks.c | 131 STATUS result = ERROR; in ossl_pool_acquire_entropy()
|
/third_party/icu/tools/release/c/ |
H A D | uconfigtest.sh | 155 STATUS="${NAME}: ${1} "`date` 156 echo ${STATUS} >> ${STATS}
|
/third_party/nghttp2/src/ |
H A D | shrpx_config_test.cc | 97 CU_ASSERT(LogFragmentType::STATUS == res[6].type); in test_shrpx_config_parse_log_format()
|
H A D | shrpx_log.h | 227 STATUS, member in shrpx::LogFragmentType
|
H A D | shrpx_log.cc | 655 case LogFragmentType::STATUS: in upstream_accesslog()
|
H A D | shrpx_config.cc | 513 return LogFragmentType::STATUS; in log_var_lookup_token()
|
/third_party/node/src/ |
H A D | node_http_common.h | 20 V(STATUS, ":status") \
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
H A D | nameser.h | 377 #define STATUS ns_o_status macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
H A D | nameser.h | 377 #define STATUS ns_o_status macro
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
H A D | nameser.h | 377 #define STATUS ns_o_status macro
|
/third_party/musl/include/arpa/ |
H A D | nameser.h | 412 #define STATUS ns_o_status macro
|
/third_party/python/Lib/ |
H A D | telnetlib.py | 80 STATUS = bytes([5]) # give status variable
|
/third_party/cmsis/CMSIS/Core/Include/ |
H A D | core_ca.h | 554 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 D | tix.py | 42 STATUS = 'status' variable
|