HomeSort by relevance Sort by last modified time
    Searched refs:status_msg (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/contrib/rnn/ops/
gru_ops_test.cc 31 string status_msg(TF_Message(status));
33 ASSERT_EQ(TF_OK, code) << status_msg;
lstm_ops_test.cc 33 string status_msg(TF_Message(status));
35 ASSERT_EQ(TF_OK, code) << status_msg;
  /external/libmicrohttpd/src/spdy2http/
proxy.c 168 char *status_msg; member in struct:Proxy
559 proxy->status_msg,
570 free(proxy->status_msg);
571 proxy->status_msg = NULL;
620 if(NULL == (proxy->status_msg = strndup(&(line[pos]), i - pos)))
623 PRINT_VERBOSE2("Header line received '%s' '%i' '%s' ", proxy->version, proxy->status, proxy->status_msg);
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
PowerBaseTest.py 139 def check_pmc_status(self, log_file, label, status_msg):
145 status_msg: error message to be displayed when the expected label is not found
163 self.log.error(status_msg)
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java 139 mStatusMessage = (TextView) findViewById(R.id.status_msg);
  /tools/test/connectivity/acts/tests/google/bt/power/
A2dpPowerTest.py 310 status_msg = "READY"
312 status_msg = "SUCCEED"
313 if not self.check_pmc_status(self.LOG_FILE, status_msg,
    [all...]
  /external/toybox/toys/pending/
dhcpd.c 232 uint8_t status_msg[]; //flexible member in struct:optval_status_code
    [all...]
  /external/tensorflow/tensorflow/c/
c_api_test.cc 192 string status_msg(TF_Message(status));
194 ASSERT_EQ(TF_OK, code) << status_msg;
    [all...]

Completed in 258 milliseconds