Home
last modified time | relevance | path

Searched refs:sequence (Results 1 – 25 of 90) sorted by relevance

1234

/device/generic/goldfish/wifi/wifi_hal/
Dnetlinkmessage.cpp37 uint32_t sequence) in NetlinkMessage() argument
44 header->nlmsg_seq = sequence; in NetlinkMessage()
70 uint32_t NetlinkMessage::sequence() const { in sequence() function in NetlinkMessage
Dnetlinkmessage.h28 NetlinkMessage(uint16_t type, uint32_t sequence);
38 uint32_t sequence() const;
Dnetlink.cpp163 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/
Dbitvec.py237 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
DREADME7 Rev.py Yield the reverse of a sequence
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
DTODO.txt5 Handle mapping, sequence, buffer protocols.
/device/google/cuttlefish_common/guest/hals/gralloc/legacy/
Dgralloc.cpp57 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/
DPing6Strings.uni26 #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/
Dbtm_utils.py275 def rec_test(sequence, test_func): argument
278 for x in sequence:
/device/linaro/bootloader/edk2/ArmPlatformPkg/Documentation/
DArmPlatformPkg.txt58 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/
Dmailbox.py1162 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/
Dpsci-lib-integration-guide.rst24 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
Dcpu-specific-build-macros.rst119 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/
DGccBase.lds22 * The PE/COFF binary consists of DOS and PE/COFF headers, and a sequence of
/device/google/marlin/camera/QCamera2/stack/common/
Dmm_jpeg_interface.h99 …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/
Dast.txt6 # ! this child is a sequence that contains nodes in it
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dtexi2html.py2003 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/
DMpFuncs.S29 #procedure serializes all the AP processors through an Init sequence. It must be
DMpFuncs.asm31 ;procedure serializes all the AP processors through an Init sequence. It must be
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DMpFuncs.nasm38 ;procedure serializes all the AP processors through an Init sequence. It must be
DMpFuncs.S35 #procedure serializes all the AP processors through an Init sequence. It must be
DMpFuncs.asm40 ;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/
Ddictnotes.txt33 * 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/
Ddictnotes.txt33 * 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/
Dbdist_msi.py20 from msilib import schema, sequence, text
244 msilib.add_tables(self.db, sequence)

1234