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

/external/apache-http/src/org/apache/http/impl/
H A DEnglishReasonPhraseCatalog.java89 final int subcode = status - 100*category;
92 if (REASON_PHRASES[category].length > subcode)
93 reason = REASON_PHRASES[category][subcode];
120 final int subcode = status - 100*category;
121 REASON_PHRASES[category][subcode] = reason;
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmppclient.cc153 XmppClient::GetError(int *subcode) { argument
154 if (subcode) {
155 *subcode = 0;
160 if (subcode) {
161 *subcode = d_->pre_engine_subcode_;
165 return d_->engine_->GetError(subcode);
H A Dxmppengineimpl.h67 virtual XmppReturnStatus ConnectionClosed(int subcode);
124 virtual Error GetError(int *subcode) { argument
125 if (subcode) {
126 *subcode = subcode_;
H A Dxmppengine.h185 virtual XmppReturnStatus ConnectionClosed(int subcode) = 0;
241 virtual Error GetError(int *subcode) = 0;
H A Dxmppclient.h90 XmppEngine::Error GetError(int *subcode);
H A Dxmppengineimpl.cc120 XmppEngineImpl::ConnectionClosed(int subcode) { argument
125 if (subcode) {
126 SignalError(ERROR_SOCKET, subcode);
128 SignalError(ERROR_CONNECTION_CLOSED, 0); // no subcode
/external/v8/src/x64/
H A Dassembler-x64.cc646 void Assembler::immediate_arithmetic_op(byte subcode, argument
653 emit_modrm(subcode, dst);
656 emit(0x05 | (subcode << 3));
660 emit_modrm(subcode, dst);
665 void Assembler::immediate_arithmetic_op(byte subcode, argument
672 emit_operand(subcode, dst);
676 emit_operand(subcode, dst);
682 void Assembler::immediate_arithmetic_op_16(byte subcode, argument
690 emit_modrm(subcode, dst);
693 emit(0x05 | (subcode <<
703 immediate_arithmetic_op_16(byte subcode, const Operand& dst, Immediate src) argument
721 immediate_arithmetic_op_32(byte subcode, Register dst, Immediate src) argument
741 immediate_arithmetic_op_32(byte subcode, const Operand& dst, Immediate src) argument
758 immediate_arithmetic_op_8(byte subcode, const Operand& dst, Immediate src) argument
770 immediate_arithmetic_op_8(byte subcode, Register dst, Immediate src) argument
785 shift(Register dst, Immediate shift_amount, int subcode) argument
801 shift(Register dst, int subcode) argument
809 shift_32(Register dst, int subcode) argument
817 shift_32(Register dst, Immediate shift_amount, int subcode) argument
[all...]
H A Dassembler-x64.h1501 // subcode, into the reg field of the ModR/M byte.
1516 // Emit a ModR/M byte with an operation subcode in the reg field and
1536 void immediate_arithmetic_op(byte subcode, Register dst, Immediate src);
1537 void immediate_arithmetic_op(byte subcode, const Operand& dst, Immediate src);
1539 void immediate_arithmetic_op_8(byte subcode,
1542 void immediate_arithmetic_op_8(byte subcode,
1546 void immediate_arithmetic_op_16(byte subcode,
1549 void immediate_arithmetic_op_16(byte subcode,
1553 void immediate_arithmetic_op_32(byte subcode,
1556 void immediate_arithmetic_op_32(byte subcode,
[all...]
/external/kernel-headers/original/sound/
H A Dasound.h66 unsigned char subcode[147]; /* AES/IEC958 subcode bits */ member in struct:snd_aes_iec958

Completed in 141 milliseconds