HomeSort by relevance Sort by last modified time
    Searched defs:subcode (Results 1 - 25 of 34) 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;
  /system/bt/stack/btm/
btm_ble_batchscan.c 151 BTM_TRACE_DEBUG("btm_ble_batchscan_enq_op_q: subcode:%d, Cur_state:%d, ref_value:%d",
367 UINT8 status = 0, subcode = 0, opcode = 0; local
382 STREAM_TO_UINT8(subcode, p);
389 if (opcode != subcode)
391 BTM_TRACE_ERROR("Got unexpected VSC cmpl, expected: %d got: %d",subcode,opcode);
395 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/google-breakpad/src/client/mac/handler/
exception_handler.cc 568 int subcode = 0; local
570 subcode = receive.code[1];
574 subcode, NULL, receive.thread.name,
  /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.15-4.8/sysroot/usr/include/alsa/
control.h 48 unsigned char subcode[147]; /**< AES/IEC958 subcode bits */ member in struct:snd_aes_iec958
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 2593 String subcode = ""; local
    [all...]
  /external/libevent/
http.c 2596 int subcode = code % 100; local
    [all...]
  /bionic/libc/kernel/uapi/sound/
asound.h 32 unsigned char subcode[147]; member in struct:snd_aes_iec958
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 53 unsigned char subcode[147]; /* AES/IEC958 subcode bits */ member in struct:snd_aes_iec958
    [all...]
  /hardware/qcom/msm8994/kernel-headers/sound/
asound.h 31 unsigned char subcode[147]; member in struct:snd_aes_iec958
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h 50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */ member in struct:snd_aes_iec958
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound.h 31 unsigned char subcode[147]; member in struct:snd_aes_iec958
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/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/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/sound/
asound.h 50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */ member in struct:snd_aes_iec958
    [all...]
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/
httpcore-4.0.1.jar 

Completed in 1352 milliseconds

1 2