/developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/ |
MidiConstants.java | 26 public static final byte STATUS_COMMAND_MASK = (byte) 0xF0; 27 public static final byte STATUS_CHANNEL_MASK = (byte) 0x0F; 30 public static final byte STATUS_NOTE_OFF = (byte) 0x80; 31 public static final byte STATUS_NOTE_ON = (byte) 0x90; 32 public static final byte STATUS_POLYPHONIC_AFTERTOUCH = (byte) 0xA0 [all...] |
/developers/samples/android/common/src/java/com/example/android/common/midi/ |
MidiConstants.java | 26 public static final byte STATUS_COMMAND_MASK = (byte) 0xF0; 27 public static final byte STATUS_CHANNEL_MASK = (byte) 0x0F; 30 public static final byte STATUS_NOTE_OFF = (byte) 0x80; 31 public static final byte STATUS_NOTE_ON = (byte) 0x90; 32 public static final byte STATUS_POLYPHONIC_AFTERTOUCH = (byte) 0xA0 [all...] |
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/ |
MidiConstants.java | 26 public static final byte STATUS_COMMAND_MASK = (byte) 0xF0; 27 public static final byte STATUS_CHANNEL_MASK = (byte) 0x0F; 30 public static final byte STATUS_NOTE_OFF = (byte) 0x80; 31 public static final byte STATUS_NOTE_ON = (byte) 0x90; 32 public static final byte STATUS_POLYPHONIC_AFTERTOUCH = (byte) 0xA0 [all...] |
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/ |
MidiConstants.java | 26 public static final byte STATUS_COMMAND_MASK = (byte) 0xF0; 27 public static final byte STATUS_CHANNEL_MASK = (byte) 0x0F; 30 public static final byte STATUS_NOTE_OFF = (byte) 0x80; 31 public static final byte STATUS_NOTE_ON = (byte) 0x90; 32 public static final byte STATUS_POLYPHONIC_AFTERTOUCH = (byte) 0xA0 [all...] |
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
SignedBytesTest.java | 36 private static final byte[] EMPTY = {}; 37 private static final byte[] ARRAY1 = {(byte) 1}; 39 private static final byte LEAST = Byte.MIN_VALUE; 40 private static final byte GREATEST = Byte.MAX_VALUE; 42 private static final byte[] VALUES = 46 for (byte value : VALUES) { 56 for (byte value : VALUES) [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
_tags | 2 <*.{byte,native}>: g++, use_llvm, use_llvm_analysis 3 <*.{byte,native}>: use_llvm_executionengine, use_llvm_target 4 <*.{byte,native}>: use_llvm_scalar_opts, use_bindings
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
_tags | 2 <*.{byte,native}>: g++, use_llvm, use_llvm_analysis 3 <*.{byte,native}>: use_llvm_executionengine, use_llvm_target 4 <*.{byte,native}>: use_llvm_scalar_opts, use_bindings
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
_tags | 2 <*.{byte,native}>: g++, use_llvm, use_llvm_analysis 3 <*.{byte,native}>: use_llvm_executionengine, use_llvm_target 4 <*.{byte,native}>: use_llvm_scalar_opts, use_bindings
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
_tags | 2 <*.{byte,native}>: g++, use_llvm, use_llvm_analysis 3 <*.{byte,native}>: use_llvm_executionengine, use_llvm_target 4 <*.{byte,native}>: use_llvm_scalar_opts, use_bindings
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
byte.d | 1 #name: bad byte directive 2 #error-output: byte.l 3 # The RX target allows quoted ASCII strings inside .byte directives
|
relax.s | 2 .byte 1, 2, 3 6 .byte 4 9 .byte 5 12 .byte 6, 7 16 .byte 8 19 .byte 9
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/ |
rel32-pic.s | 6 .4byte bar - . 10 .4byte bar - label 11 .4byte bar - label2
|
rel32.s | 6 .4byte bar - . 10 .4byte bar - label 11 .4byte bar - label2
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
byte-1.s | 1 # Test BYTE sequences, excercising code paths for valid input. 5 label BYTE "string",#a,255 6 lab2 BYTE number+100,0,"string2",#a
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
Base64.java | 24 private static final byte INVALID = -1; 26 private static final byte WHITESPACE = -2; 28 private static final byte EQUAL = -3; 31 private static byte[] base64 = { 32 (byte) 'A', (byte) 'B', (byte) 'C', (byte) 'D', // 0 to 3 33 (byte) 'E', (byte) 'F', (byte) 'G', (byte) 'H', // 4 to [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
string-ok.s | 50 cmps byte ptr cs:[esi], [edi] 51 cmps byte ptr [esi], es:[edi] 52 cmps byte ptr [esi], byte ptr [edi] 53 cmps byte ptr [si], [di] 54 cmps byte ptr [edi], [esi] 56 ins byte ptr es:[edi], dx 57 ins byte ptr [esi], dx 59 lods byte ptr cs:[esi] 60 lods byte ptr [edi [all...] |
/external/llvm/test/MC/ARM/ |
bracket-exprs.s | 3 // CHECK: .byte 1 5 .byte 1 7 .byte 2 10 // CHECK: .byte 3 12 .byte 3 14 .byte 4
|
/external/llvm/test/MC/ELF/ |
bracket-exprs.s | 3 // CHECK: .byte 1 5 .byte 1 7 .byte 2 10 // CHECK: .byte 3 12 .byte 3 14 .byte 4
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiLoggerHal.java | 23 public static final byte FRAME_TYPE_UNKNOWN = 0; 24 public static final byte FRAME_TYPE_ETHERNET_II = 1; 25 public static final byte FRAME_TYPE_80211_MGMT = 2; 27 public static final byte TX_PKT_FATE_ACKED = 0; 28 public static final byte TX_PKT_FATE_SENT = 1; 29 public static final byte TX_PKT_FATE_FW_QUEUED = 2; 30 public static final byte TX_PKT_FATE_FW_DROP_INVALID = 3; 31 public static final byte TX_PKT_FATE_FW_DROP_NOBUFS = 4; 32 public static final byte TX_PKT_FATE_FW_DROP_OTHER = 5; 33 public static final byte TX_PKT_FATE_DRV_QUEUED = 6 [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
ztypes_windows_386.go | 10 Description [WSADESCRIPTION_LEN + 1]byte 11 SystemStatus [WSASYS_STATUS_LEN + 1]byte 14 VendorInfo *byte 18 Name *byte 19 Aliases **byte 21 Proto *byte
|
ztypes_windows_amd64.go | 12 VendorInfo *byte 13 Description [WSADESCRIPTION_LEN + 1]byte 14 SystemStatus [WSASYS_STATUS_LEN + 1]byte 18 Name *byte 19 Aliases **byte 20 Proto *byte
|
/prebuilts/go/linux-x86/src/syscall/ |
ztypes_windows_386.go | 10 Description [WSADESCRIPTION_LEN + 1]byte 11 SystemStatus [WSASYS_STATUS_LEN + 1]byte 14 VendorInfo *byte 18 Name *byte 19 Aliases **byte 21 Proto *byte
|
ztypes_windows_amd64.go | 12 VendorInfo *byte 13 Description [WSADESCRIPTION_LEN + 1]byte 14 SystemStatus [WSASYS_STATUS_LEN + 1]byte 18 Name *byte 19 Aliases **byte 20 Proto *byte
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/ |
ObexAppParameters.java | 28 private final HashMap<Byte, byte[]> mParams; 31 mParams = new HashMap<Byte, byte[]>(); 34 public ObexAppParameters(byte[] raw) { 35 mParams = new HashMap<Byte, byte[]>(); 43 byte tag = raw[i++]; 44 byte len = raw[i++]; 50 byte[] val = new byte[len] [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/utils/ |
ObexAppParameters.java | 28 private final HashMap<Byte, byte[]> mParams; 31 mParams = new HashMap<Byte, byte[]>(); 34 public ObexAppParameters(byte[] raw) { 35 mParams = new HashMap<Byte, byte[]>(); 43 byte tag = raw[i++]; 44 byte len = raw[i++]; 50 byte[] val = new byte[len] [all...] |