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

1 2

  /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/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/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...]
  /external/v8/src/x64/
assembler-x64.h 811 #define DECLARE_SHIFT_INSTRUCTION(instruction, subcode) \
813 shift(dst, imm8, subcode, kPointerSize); \
817 shift(dst, imm8, subcode, kInt32Size); \
821 shift(dst, imm8, subcode, kInt64Size); \
825 shift(dst, subcode, kPointerSize); \
829 shift(dst, subcode, kInt32Size); \
833 shift(dst, subcode, kInt64Size); \
    [all...]
assembler-x64.cc 496 void Assembler::immediate_arithmetic_op(byte subcode,
504 emit_modrm(subcode, dst);
507 emit(0x05 | (subcode << 3));
511 emit_modrm(subcode, dst);
516 void Assembler::immediate_arithmetic_op(byte subcode,
524 emit_operand(subcode, dst);
528 emit_operand(subcode, dst);
534 void Assembler::immediate_arithmetic_op_16(byte subcode,
542 emit_modrm(subcode, dst);
545 emit(0x05 | (subcode << 3))
    [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",
362 UINT8 status = 0, subcode = 0, opcode = 0; local
377 STREAM_TO_UINT8(subcode, p);
384 if (opcode != subcode)
386 BTM_TRACE_ERROR("Got unexpected VSC cmpl, expected: %d got: %d",subcode,opcode);
390 switch (subcode)
    [all...]
btm_ble_multi_adv.c 112 UINT8 status, subcode; local
125 STREAM_TO_UINT8(subcode, p);
131 if (opcode != subcode || inst_id == 0)
133 BTM_TRACE_ERROR("get unexpected VSC cmpl, expect: %d get: %d",subcode,opcode);
139 switch (subcode)
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.cpp 1183 const uint32_t subcode = packet.GetU32 (&offset); local
    [all...]
  /bionic/libc/kernel/uapi/sound/
asound.h 31 unsigned char subcode[147]; member in struct:snd_aes_iec958
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */ member in struct:snd_aes_iec958
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 31 unsigned char subcode[147]; member in struct:snd_aes_iec958
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */ member in struct:snd_aes_iec958
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 31 unsigned char subcode[147]; member in struct:snd_aes_iec958
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */ member in struct:snd_aes_iec958
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
control.h 48 unsigned char subcode[147]; /**< AES/IEC958 subcode bits */ member in struct:snd_aes_iec958
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */ member in struct:snd_aes_iec958
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
control.h 48 unsigned char subcode[147]; /**< AES/IEC958 subcode bits */ member in struct:snd_aes_iec958

Completed in 1319 milliseconds

1 2