Searched refs:subcode (Results 1 - 19 of 19) 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_org/jingle/notifier/base/
H A Dxmpp_connection.cc113 int subcode = 0; local
115 weak_xmpp_client_->GetError(&subcode);
121 delegate->OnError(error, subcode, stream_error);
H A Dxmpp_connection.h52 // |error| is the code for the raised error. |subcode| is an
53 // error-dependent subcode (0 if not applicable). |stream_error|
60 virtual void OnError(buzz::XmppEngine::Error error, int subcode,
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppclient.cc176 XmppEngine::Error XmppClient::GetError(int* subcode) { argument
177 if (subcode) {
178 *subcode = 0;
183 if (subcode) {
184 *subcode = d_->pre_engine_subcode_;
188 return d_->engine_->GetError(subcode);
H A Dxmppengineimpl.h66 virtual XmppReturnStatus ConnectionClosed(int subcode);
123 virtual Error GetError(int *subcode) { argument
124 if (subcode) {
125 *subcode = subcode_;
H A Dxmppengine.h193 virtual XmppReturnStatus ConnectionClosed(int subcode) = 0;
249 virtual Error GetError(int *subcode) = 0;
H A Dxmppclient.h89 XmppEngine::Error GetError(int *subcode);
H A Dxmppengineimpl.cc114 XmppReturnStatus XmppEngineImpl::ConnectionClosed(int subcode) { argument
119 if (subcode) {
120 SignalError(ERROR_SOCKET, subcode);
122 SignalError(ERROR_CONNECTION_CLOSED, 0); // no subcode
/external/chromium_org/jingle/notifier/communicator/
H A Dsingle_login_attempt.cc85 void SingleLoginAttempt::OnError(buzz::XmppEngine::Error error, int subcode, argument
87 DVLOG(1) << "Error: " << error << ", subcode: " << subcode
/external/chromium_org/remoting/jingle_glue/
H A Dxmpp_signal_strategy.cc200 int subcode; local
201 buzz::XmppEngine::Error error = xmpp_client_->GetError(&subcode);
203 << ", subcode=" << subcode; local
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.cc504 void Assembler::immediate_arithmetic_op(byte subcode, argument
512 emit_modrm(subcode, dst);
515 emit(0x05 | (subcode << 3));
519 emit_modrm(subcode, dst);
524 void Assembler::immediate_arithmetic_op(byte subcode, argument
532 emit_operand(subcode, dst);
536 emit_operand(subcode, dst);
542 void Assembler::immediate_arithmetic_op_16(byte subcode, argument
550 emit_modrm(subcode, dst);
553 emit(0x05 | (subcode <<
563 immediate_arithmetic_op_16(byte subcode, const Operand& dst, Immediate src) argument
581 immediate_arithmetic_op_8(byte subcode, const Operand& dst, Immediate src) argument
593 immediate_arithmetic_op_8(byte subcode, Register dst, Immediate src) argument
608 shift(Register dst, Immediate shift_amount, int subcode, int size) argument
628 shift(Register dst, int subcode, int size) argument
[all...]
H A Dassembler-x64.h807 #define DECLARE_SHIFT_INSTRUCTION(instruction, subcode) \
809 shift(dst, imm8, subcode, kPointerSize); \
813 shift(dst, imm8, subcode, kInt32Size); \
817 shift(dst, imm8, subcode, kInt64Size); \
821 shift(dst, subcode, kPointerSize); \
825 shift(dst, subcode, kInt32Size); \
829 shift(dst, subcode, kInt64Size); \
1287 // subcode, into the reg field of the ModR/M byte.
1302 // Emit a ModR/M byte with an operation subcode in the reg field and
1333 void immediate_arithmetic_op_8(byte subcode,
[all...]
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_batchscan.c107 BTM_TRACE_DEBUG("btm_ble_batchscan_enq_op_q: subcode:%d, Cur_state:%d, ref_value:%d",
323 UINT8 status = 0, subcode = 0, opcode = 0; local
338 STREAM_TO_UINT8(subcode, p);
345 if (opcode != subcode)
347 BTM_TRACE_ERROR("Got unexpected VSC cmpl, expected: %d got: %d",subcode,opcode);
351 switch (subcode)
H A Dbtm_ble_multi_adv.c98 UINT8 status, subcode; local
111 STREAM_TO_UINT8(subcode, p);
117 if (opcode != subcode || inst_id == 0)
119 BTM_TRACE_ERROR("get unexpected VSC cmpl, expect: %d get: %d",subcode,opcode);
125 switch (subcode)
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp1183 const uint32_t subcode = packet.GetU32 (&offset); local
1201 s.Printf ("{ cpu = 0x%8.8x, exc = %s (%u), code = %u (0x%8.8x), subcode = %u (0x%8.8x)} ",
1202 cpu, exc_cstr, exc, code, code, subcode, subcode);
/external/kernel-headers/original/uapi/sound/
H A Dasound.h50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */ member in struct:snd_aes_iec958
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...

Completed in 475 milliseconds