HomeSort by relevance Sort by last modified time
    Searched refs:subcode (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/apache-http/src/org/apache/http/impl/
EnglishReasonPhraseCatalog.java 94 final int subcode = status - 100*category; local
97 if (REASON_PHRASES[category].length > subcode)
98 reason = REASON_PHRASES[category][subcode];
125 final int subcode = status - 100*category; local
126 REASON_PHRASES[category][subcode] = reason;
  /external/vboot_reference/firmware/2lib/include/
2misc.h 63 * @param subcode Recovery subcode
65 void vb2_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode);
2api.h 273 * @param subcode Recovery subcode
275 void vb2api_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddsnd.h 51 #define WAVE_CTL_CODE(subcode, iomethod, access) \
52 CTL_CODE(FILE_DEVICE_SOUND, IOCTL_WAVE_BASE + subcode, iomethod, access)
54 #define MIDI_CTL_CODE(subcode, iomethod, access) \
55 CTL_CODE(FILE_DEVICE_SOUND, IOCTL_MIDI_BASE + subcode, iomethod, access)
57 #define MIX_CTL_CODE(subcode, iomethod, access) \
58 CTL_CODE(FILE_DEVICE_SOUND, IOCTL_MIX_BASE + subcode, iomethod, access)
60 #define AUX_CTL_CODE(subcode, iomethod, access) \
61 CTL_CODE(FILE_DEVICE_SOUND, IOCTL_AUX_BASE + subcode, iomethod, access)
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl.h 49 virtual XmppReturnStatus ConnectionClosed(int subcode);
106 virtual Error GetError(int *subcode) {
107 if (subcode) {
108 *subcode = subcode_;
184 void SignalError(Error errorCode, int subCode);
xmppclient.cc 160 XmppEngine::Error XmppClient::GetError(int* subcode) {
161 if (subcode) {
162 *subcode = 0;
167 if (subcode) {
168 *subcode = d_->pre_engine_subcode_;
172 return d_->engine_->GetError(subcode);
xmppengine.h 176 virtual XmppReturnStatus ConnectionClosed(int subcode) = 0;
232 virtual Error GetError(int *subcode) = 0;
xmppclient.h 71 XmppEngine::Error GetError(int *subcode);
xmppengineimpl.cc 97 XmppReturnStatus XmppEngineImpl::ConnectionClosed(int subcode) {
102 if (subcode) {
103 SignalError(ERROR_SOCKET, subcode);
105 SignalError(ERROR_CONNECTION_CLOSED, 0); // no subcode
  /external/vboot_reference/firmware/2lib/
2api.c 29 void vb2api_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode)
34 vb2_fail(ctx, reason, subcode);
2misc.c 66 void vb2_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode)
104 * Set a recovery reason and subcode only if they're not already set.
108 VB2_DEBUG("Need recovery, reason: %#x / %#x\n", reason, subcode);
111 vb2_nv_set(ctx, VB2_NV_RECOVERY_SUBCODE, subcode);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gimple.h 82 always stored in gimple_statement_base.subcode and they may only be
118 subcode is to be used to tell them apart. */
179 /* Padding to get subcode to 16 bit alignment. */
182 /* The SUBCODE field can be used for tuple-specific flags for tuples
183 that do not require subcodes. Note that SUBCODE should be at
186 unsigned int subcode : 16;
288 union GTY ((desc ("%1.membase.opbase.gsbase.subcode & GF_CALL_INTERNAL"))) {
450 /* Subcode: CLEANUP_EH_ONLY. True if the cleanup should only be
645 /* Bits to be stored in the GIMPLE_TRANSACTION subcode. */
    [all...]
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.h 100 void SetExceptionInformation(int type, int code, int subcode,
104 exception_subcode_ = subcode;
exception_handler.cc 568 int subcode = 0; local
570 subcode = receive.code[1];
574 subcode, NULL, receive.thread.name,
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aetools.py 210 def newevent(self, code, subcode, parameters = {}, attributes = {}):
213 event = AE.AECreateAppleEvent(code, subcode, self.target,
227 def send(self, code, subcode, parameters = {}, attributes = {}):
228 """Send an appleevent given code/subcode/pars/attrs and unpack the reply"""
229 return self.sendevent(self.newevent(code, subcode, parameters, attributes))
gensuitemodule.py 712 [name, desc, code, subcode, returns, accepts, arguments] = event
759 fp.write(" _subcode = %r\n\n"% (subcode,))
812 [name, desc, code, subcode, returns, accepts, arguments] = event
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetools.py 210 def newevent(self, code, subcode, parameters = {}, attributes = {}):
213 event = AE.AECreateAppleEvent(code, subcode, self.target,
227 def send(self, code, subcode, parameters = {}, attributes = {}):
228 """Send an appleevent given code/subcode/pars/attrs and unpack the reply"""
229 return self.sendevent(self.newevent(code, subcode, parameters, attributes))
gensuitemodule.py 712 [name, desc, code, subcode, returns, accepts, arguments] = event
759 fp.write(" _subcode = %r\n\n"% (subcode,))
812 [name, desc, code, subcode, returns, accepts, arguments] = event
    [all...]
  /system/bt/stack/btm/
btm_ble_batchscan.c 147 BTM_TRACE_DEBUG("btm_ble_batchscan_enq_op_q: subcode:%d, Cur_state:%d, ref_value:%d",
363 UINT8 status = 0, subcode = 0, opcode = 0; local
378 STREAM_TO_UINT8(subcode, p);
385 if (opcode != subcode)
387 BTM_TRACE_ERROR("Got unexpected VSC cmpl, expected: %d got: %d",subcode,opcode);
391 switch (subcode)
    [all...]
btm_ble_multi_adv.c 113 UINT8 status, subcode; local
126 STREAM_TO_UINT8(subcode, p);
132 if (opcode != subcode || inst_id == 0)
134 BTM_TRACE_ERROR("get unexpected VSC cmpl, expect: %d get: %d",subcode,opcode);
140 switch (subcode)
  /external/v8/src/x64/
assembler-x64.cc 556 void Assembler::immediate_arithmetic_op(byte subcode,
564 emit_modrm(subcode, dst);
567 emit(0x05 | (subcode << 3));
571 emit_modrm(subcode, dst);
576 void Assembler::immediate_arithmetic_op(byte subcode,
584 emit_operand(subcode, dst);
588 emit_operand(subcode, dst);
594 void Assembler::immediate_arithmetic_op_16(byte subcode,
602 emit_modrm(subcode, dst);
605 emit(0x05 | (subcode << 3))
    [all...]
assembler-x64.h 790 #define DECLARE_SHIFT_INSTRUCTION(instruction, subcode) \
792 shift(dst, imm8, subcode, kPointerSize); \
796 shift(dst, imm8, subcode, kInt32Size); \
800 shift(dst, imm8, subcode, kInt64Size); \
804 shift(dst, imm8, subcode, kPointerSize); \
808 shift(dst, imm8, subcode, kInt32Size); \
812 shift(dst, imm8, subcode, kInt64Size); \
815 void instruction##p_cl(Register dst) { shift(dst, subcode, kPointerSize); } \
817 void instruction##l_cl(Register dst) { shift(dst, subcode, kInt32Size); } \
819 void instruction##q_cl(Register dst) { shift(dst, subcode, kInt64Size); }
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 2594 String subcode = ""; local
    [all...]
  /external/valgrind/memcheck/tests/solaris/
scalar.stderr.exp     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c     [all...]

Completed in 527 milliseconds

1 2 3