Home
last modified time | relevance | path

Searched refs:subcode (Results 1 – 9 of 9) sorted by relevance

/external/apache-http/src/org/apache/http/impl/
DEnglishReasonPhraseCatalog.java89 final int subcode = status - 100*category; in getReason() local
92 if (REASON_PHRASES[category].length > subcode) in getReason()
93 reason = REASON_PHRASES[category][subcode]; in getReason()
120 final int subcode = status - 100*category; in setReason() local
121 REASON_PHRASES[category][subcode] = reason; in setReason()
/external/chromium/third_party/libjingle/source/talk/xmpp/
Dxmppclient.cc153 XmppClient::GetError(int *subcode) { in GetError() argument
154 if (subcode) { in GetError()
155 *subcode = 0; in GetError()
160 if (subcode) { in GetError()
161 *subcode = d_->pre_engine_subcode_; in GetError()
165 return d_->engine_->GetError(subcode); in GetError()
Dxmppengineimpl.h67 virtual XmppReturnStatus ConnectionClosed(int subcode);
124 virtual Error GetError(int *subcode) { in GetError() argument
125 if (subcode) { in GetError()
126 *subcode = subcode_; in GetError()
Dxmppengine.h185 virtual XmppReturnStatus ConnectionClosed(int subcode) = 0;
241 virtual Error GetError(int *subcode) = 0;
Dxmppengineimpl.cc120 XmppEngineImpl::ConnectionClosed(int subcode) { in ConnectionClosed() argument
125 if (subcode) { in ConnectionClosed()
126 SignalError(ERROR_SOCKET, subcode); in ConnectionClosed()
Dxmppclient.h90 XmppEngine::Error GetError(int *subcode);
/external/v8/src/x64/
Dassembler-x64.cc650 void Assembler::immediate_arithmetic_op(byte subcode, in immediate_arithmetic_op() argument
657 emit_modrm(subcode, dst); in immediate_arithmetic_op()
660 emit(0x05 | (subcode << 3)); in immediate_arithmetic_op()
664 emit_modrm(subcode, dst); in immediate_arithmetic_op()
669 void Assembler::immediate_arithmetic_op(byte subcode, in immediate_arithmetic_op() argument
676 emit_operand(subcode, dst); in immediate_arithmetic_op()
680 emit_operand(subcode, dst); in immediate_arithmetic_op()
686 void Assembler::immediate_arithmetic_op_16(byte subcode, in immediate_arithmetic_op_16() argument
694 emit_modrm(subcode, dst); in immediate_arithmetic_op_16()
697 emit(0x05 | (subcode << 3)); in immediate_arithmetic_op_16()
[all …]
Dassembler-x64.h1578 void immediate_arithmetic_op(byte subcode, Register dst, Immediate src);
1579 void immediate_arithmetic_op(byte subcode, const Operand& dst, Immediate src);
1581 void immediate_arithmetic_op_8(byte subcode,
1584 void immediate_arithmetic_op_8(byte subcode,
1588 void immediate_arithmetic_op_16(byte subcode,
1591 void immediate_arithmetic_op_16(byte subcode,
1595 void immediate_arithmetic_op_32(byte subcode,
1598 void immediate_arithmetic_op_32(byte subcode,
1603 void shift(Register dst, Immediate shift_amount, int subcode);
1604 void shift_32(Register dst, Immediate shift_amount, int subcode);
[all …]
/external/kernel-headers/original/sound/
Dasound.h66 unsigned char subcode[147]; /* AES/IEC958 subcode bits */ member