Home
last modified time | relevance | path

Searched refs:preamble (Results 1 – 14 of 14) sorted by relevance

/device/linaro/hikey/bluetooth/
Dhci_protocol.cc34 size_t HciGetPacketLengthForType(HciPacketType type, const uint8_t* preamble) { in HciGetPacketLengthForType() argument
36 if (type != HCI_PACKET_TYPE_ACL_DATA) return preamble[offset]; in HciGetPacketLengthForType()
37 return (((preamble[offset + 1]) << 8) | preamble[offset]); in HciGetPacketLengthForType()
Dhci_packetizer.cc35 size_t HciGetPacketLengthForType(HciPacketType type, const uint8_t* preamble) { in HciGetPacketLengthForType() argument
37 if (type != HCI_PACKET_TYPE_ACL_DATA) return preamble[offset]; in HciGetPacketLengthForType()
38 return (((preamble[offset + 1]) << 8) | preamble[offset]); in HciGetPacketLengthForType()
/device/google/dragon-kernel/
Dpush-kernel.sh33 preamble="dragon: Update prebuilt kernel to"
66 oldrev=$(git log --oneline | head -1 | sed -e "s/.*${preamble} \(.*\)/\1/")
72 $preamble $newrev
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dfeedparser.py305 preamble = []
325 if preamble:
328 lastline = preamble[-1]
331 preamble[-1] = lastline[:-len(eolmo.group(0))]
332 self._cur.preamble = EMPTYSTRING.join(preamble)
385 preamble.append(line)
392 self._cur.set_payload(EMPTYSTRING.join(preamble))
Dgenerator.py214 if msg.preamble is not None:
215 print >> self._fp, msg.preamble
Dmessage.py113 self.preamble = self.epilogue = None
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_torture.py55 eq(msg.preamble, None)
Dtest_email_renamed.py1126 outer.preamble = ''
1172 outer.preamble = ''
1199 outer.preamble = None
1704 msg.preamble = 'MIME message'
1722 msg.preamble = 'MIME message'
1906 eq(msg.preamble, None)
1994 eq(msg.preamble, 'This is a MIME-encapsulated message.\n')
Dtest_email.py1197 outer.preamble = ''
1243 outer.preamble = ''
1270 outer.preamble = None
1791 msg.preamble = 'MIME message'
1809 msg.preamble = 'MIME message'
1996 eq(msg.preamble, None)
2084 eq(msg.preamble, 'This is a MIME-encapsulated message.\n')
/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c140 bool preamble; member
392 if (state->tx.preamble) { in stmI2cSlaveTxNextByte()
1017 state->tx.preamble = false; in i2cSlaveTx()
1020 state->tx.preamble = true; in i2cSlaveTx()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133.txt114 #253. (MR21) Generation of block preamble (-preamble and -preamble_first)
116 The antlr option -preamble causes antlr to insert the code
DCHANGES_SUMMARY.txt29 #253. Generation of block preamble (-preamble and -preamble_first)
31 The antlr option -preamble causes antlr to insert the code
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_SUMMARY.txt29 #253. Generation of block preamble (-preamble and -preamble_first)
31 The antlr option -preamble causes antlr to insert the code
DCHANGES_FROM_133.txt678 #263. (Changed in MR23) -preamble and -preamble_first rescinded
783 #253. (MR21) Generation of block preamble (-preamble and -preamble_first)
787 The antlr option -preamble causes antlr to insert the code