/device/generic/goldfish/wifi/wifi_hal/ |
D | netlinkmessage.cpp | 37 uint32_t sequence) in NetlinkMessage() argument 44 header->nlmsg_seq = sequence; in NetlinkMessage() 70 uint32_t NetlinkMessage::sequence() const { in sequence() function in NetlinkMessage
|
D | netlinkmessage.h | 28 NetlinkMessage(uint16_t type, uint32_t sequence); 38 uint32_t sequence() const;
|
D | netlink.cpp | 163 mHandlers[message.sequence()] = handler; in sendMessage() 174 mHandlers.erase(message.sequence()); in sendMessage() 254 auto handler = mHandlers.find(message.sequence()); in notifyHandler()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/ |
D | bitvec.py | 237 def __setslice__(self, i, j, sequence, *rest): argument 240 if type(sequence) != type(self): 241 sequence = apply(bitvec, (sequence, ) + rest) 246 ((sequence._data | \ 247 (ms_part._data << sequence._len)) << ls_part._len) 248 self._len = self._len - j + i + sequence._len
|
D | README | 7 Rev.py Yield the reverse of a sequence
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/ |
D | TODO.txt | 5 Handle mapping, sequence, buffer protocols.
|
/device/google/cuttlefish_common/guest/hals/gralloc/legacy/ |
D | gralloc.cpp | 57 static int sequence = 0; in gralloc_alloc_buffer() local 75 "gralloc-%d.%d", getpid(), sequence++).string(), in gralloc_alloc_buffer()
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/ |
D | Ping6Strings.uni | 26 #string STR_PING6_SEND_REQUEST #language en-US "Echo request sequence %d fails.\n" 30 #string STR_PING6_TIMEOUT #language en-US "Echo request sequence %d timeout.\n"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
D | btm_utils.py | 275 def rec_test(sequence, test_func): argument 278 for x in sequence:
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Documentation/ |
D | ArmPlatformPkg.txt | 58 Boot sequence: PlatformFirmware/PrePi/Dxe/Bds 62 Boot sequence: Sec/PrePiCore/PeiCore/Dxe/Bds
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | mailbox.py | 1162 for sequence in pending_sequences: 1163 if sequence not in all_sequences: 1164 all_sequences[sequence] = [key] 1659 def add_sequence(self, sequence): argument 1661 if isinstance(sequence, str): 1662 if not sequence in self._sequences: 1663 self._sequences.append(sequence) 1665 raise TypeError('sequence must be a string: %s' % type(sequence)) 1667 def remove_sequence(self, sequence): argument 1670 self._sequences.remove(sequence) [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | psci-lib-integration-guide.rst | 24 Generic call sequence for PSCI Library interface (AArch32) 27 The generic call sequence of PSCI Library interfaces (see 52 The generic call sequence of PSCI library interfaces during warm boot in 63 #. Do step 5 of the cold boot call sequence described above. 65 The generic call sequence of PSCI library interfaces on receipt of a PSCI SMC 243 need to be called by the primary CPU during the cold boot sequence after 539 The CPU operations (cpu\_ops) framework implement power down sequence specific 548 during cold/warm reset if it does not implement its own reset sequence/errata
|
D | cpu-specific-build-macros.rst | 119 Cortex-A57 cluster power down sequence by not flushing the Level 1 data 123 sequence. Each Cortex-A57 based platform must make its own decision on
|
/device/linaro/bootloader/edk2/BaseTools/Scripts/ |
D | GccBase.lds | 22 * The PE/COFF binary consists of DOS and PE/COFF headers, and a sequence of
|
/device/google/marlin/camera/QCamera2/stack/common/ |
D | mm_jpeg_interface.h | 99 …uint32_t sequence; /* for jpeg bit streams, assembling is based on sequence. sequence sta… member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ |
D | ast.txt | 6 # ! this child is a sequence that contains nodes in it
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | texi2html.py | 2003 for sequence in string.digits, string.lowercase, string.uppercase: 2005 if lastc in sequence: 2006 i = sequence.index(lastc) + 1 2007 if i >= len(sequence): 2009 s = sequence[0]*2 2013 s = increment(s[:-1]) + sequence[0] 2015 s = s[:-1] + sequence[i]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/ |
D | MpFuncs.S | 29 #procedure serializes all the AP processors through an Init sequence. It must be
|
D | MpFuncs.asm | 31 ;procedure serializes all the AP processors through an Init sequence. It must be
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
D | MpFuncs.nasm | 38 ;procedure serializes all the AP processors through an Init sequence. It must be
|
D | MpFuncs.S | 35 #procedure serializes all the AP processors through an Init sequence. It must be
|
D | MpFuncs.asm | 40 ;procedure serializes all the AP processors through an Init sequence. It must be
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | dictnotes.txt | 33 * Removing duplicates from a sequence. 36 * Counting elements in a sequence. 226 sequence and the number of *unique* keys is known.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | dictnotes.txt | 33 * Removing duplicates from a sequence. 36 * Counting elements in a sequence. 226 sequence and the number of *unique* keys is known.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | bdist_msi.py | 20 from msilib import schema, sequence, text 244 msilib.add_tables(self.db, sequence)
|