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

  /frameworks/native/libs/vr/libdvr/
dvr_surface.cpp 21 size_t* error_index) {
53 *error_index = i;
78 size_t error_index; local
81 &surface_attributes, &error_index)) {
83 attributes[error_index].value.type);
115 size_t error_index; local
118 &surface_attributes, &error_index)) {
120 attributes[error_index].value.type);
  /external/libcups/cups/
snmp-private.h 91 int error_index; /* error-index value */ member in struct:cups_snmp_s
snmp.c 989 packet->error_index = asn1_get_integer(&bufptr, bufend, length);
1135 2 + asn1_size_integer(packet->error_index) +
1173 asn1_set_integer(&bufptr, packet->error_index);
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldgram.y 56 static int error_index;
57 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;
58 #define POP_ERROR() error_index--;
1478 if (error_index > 0 && error_index < ERROR_NAME_MAX)
1479 einfo ("%P%F:%S: %s in %s\n", NULL, arg, error_names[error_index - 1]);
  /external/syslinux/core/lwip/src/include/lwip/
snmp_msg.h 236 s32_t error_index; member in struct:snmp_msg_pstat
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsnmp.h 261 HSNMP_PDU WINAPI SnmpCreatePdu (HSNMP_SESSION session, smiINT PDU_type, smiINT32 request_id, smiINT error_status, smiINT error_index, HSNMP_VBL varbindlist);
262 SNMPAPI_STATUS WINAPI SnmpGetPduData (HSNMP_PDU PDU, smiLPINT PDU_type, smiLPINT32 request_id, smiLPINT error_status, smiLPINT error_index, LPHSNMP_VBL varbindlist);
  /external/syslinux/core/lwip/src/core/snmp/
msg_in.c 86 msg_ps->error_index = 0;
114 msg_ps->error_index = 1 + msg_ps->vb_idx;
854 (msg_ps->error_index != 0)) )
878 msg_ps->error_index = 0;
    [all...]
msg_out.c 132 m_stat->error_index = 0;
326 snmp_asn1_enc_s32t_cnt(m_stat->error_index, &rhl->erridxlen);
534 snmp_asn1_enc_s32t(p, ofs, m_stat->rhl.erridxlen, m_stat->error_index);
  /external/v8/src/
objects.cc 391 MessageTemplate::Template error_index) {
397 THROW_NEW_ERROR(isolate, NewRangeError(error_index, js_len), Object);
    [all...]
objects.h     [all...]

Completed in 735 milliseconds