Home
last modified time | relevance | path

Searched refs:CAN (Results 1 – 25 of 84) sorted by relevance

1234

/external/ltp/testcases/network/can/filter-tests/
D00_Descriptions.txt1 Controller Area Network (CAN) is a slow (up to 1Mbit/s) serial communications
4 information on the CAN network protocol family PF_CAN is contained in
7 For any issue(s) with CAN tests please write to:
DINSTALL9 enable CAN protocol, please see ltp/README file.
/external/scapy/scapy/layers/
Dcan.py20 class CAN(Packet): class
36 conf.l2types.register(DLT_CAN_SOCKETCAN, CAN)
/external/scapy/test/
Dcan.uts1 % Regression tests for the CAN layer
17 pkt = CAN(flags="error", identifier=1234, data="test")
21 pkt = CAN(raw(pkt))
37 = Check if parsing worked: each packet has a CAN layer
39 all(CAN in pkt for pkt in packets)
/external/python/cpython3/Lib/curses/
Dascii.py29 CAN = 0x18 # ^X variable
/external/python/cpython2/Lib/curses/
Dascii.py29 CAN = 0x18 # ^X variable
/external/strace/xlat/
Dethernet_protocols.in11 ETH_P_CAN 0x000C /* CAN: Controller Area Network */
12 ETH_P_CANFD 0x000D /* CANFD: CAN flexible data rate*/
/external/arm-trusted-firmware/docs/plat/
Dstm32mp1.rst15 - STM32MP157: Dual Cortex-A7 cores, Cortex-M4 core @ 209 MHz, 3D GPU, DSI display interface and CAN
16 - STM32MP153: Dual Cortex-A7 cores, Cortex-M4 core @ 209 MHz and CAN FD
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
Dalternate_locode_name.txt29 CN CAN ; Guangzhou # CN : China
/external/iproute2/lib/
Dll_proto.c71 __PF(CAN,can)
Dll_types.c59 __PF(CAN,can) in ll_type_n2a()
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Dpaths_copy.cl174 …// FIXME ^^^^^ THE IDX PROBABLY DOESN'T NEED TO BE SHIFTED TWICE AND WE CAN SAVE A FEW INSTRUCTIONS
289 …// FIXME ^^^^^ THE IDX PROBABLY DOESN'T NEED TO BE SHIFTED TWICE AND WE CAN SAVE A FEW INSTRUCTIONS
327 …// FIXME ^^^^^ THE IDX PROBABLY DOESN'T NEED TO BE SHIFTED TWICE AND WE CAN SAVE A FEW INSTRUCTIONS
382 // A SUBGROUP CAN OPERATE ON [1,N] BLOCKS
Dprefix.cl178 // WITH SIMD, ONCE A TTS_INVALID IS DETECTED WE CAN QUIT
932 // FIXME -- SOME OF THESE COMPARISONS CAN BE PERFORMED AHEAD OF
977 // FIXME -- A SIMD-WIDE BLOCK OF TTPK KEYS CAN BE CREATED IN ONE STEP
/external/icu/icu4c/source/data/translit/
Dka_ka_Latn_BGN_1981.txt54 ც → ts’ ; # GEORGIAN LETTER CAN
/external/guava/guava/src/com/google/common/base/
DAscii.java291 public static final byte CAN = 24; field in Ascii
/external/guava/android/guava/src/com/google/common/base/
DAscii.java291 public static final byte CAN = 24; field in Ascii
/external/bzip2/
DCHANGES277 to 1.0.3 is recommended. This fixes CAN-2005-1260.
295 * Fix file permissions race problem (CAN-2005-0953).
305 * Sanitise file names more carefully in bzgrep. Fixes CAN-2005-0758
/external/python/cpython3/Doc/library/
Dsocket.rst120 CAN identifier (standard or extended).
392 CAN_BCM, in the CAN protocol family, is the broadcast manager (BCM) protocol.
405 Enables CAN FD support in a CAN_RAW socket. This is disabled by default.
406 This allows your application to send both CAN and CAN FD frames; however,
407 you must accept both CAN and CAN FD frames when reading from the socket.
417 Joins the applied CAN filters such that only CAN frames that match all
418 given CAN filters are passed to user space.
428 CAN_ISOTP, in the CAN protocol family, is the ISO-TP (ISO 15765-2) protocol.
437 CAN_J1939, in the CAN protocol family, is the SAE J1939 protocol.
1983 The next example shows how to use the socket interface to communicate to a CAN
[all …]
Dcurses.ascii.rst71 | :const:`CAN` | Cancel |
/external/ltp/
DREADME.kernel_config168 Enabling Controller area network (CAN) protocol support for your Kernels
174 # CAN Device Drivers
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/
Dnoop-stores.ll14 ; We CAN optimize volatile loads.
197 ; We CAN remove it when the unkown write comes AFTER.
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dscreen.py50 CAN = 24 # Cancel escape sequence. variable
/external/libexif/
DNEWS126 * Final fix of Ubuntu Security Notice USN-91-1 (CAN-2005-0664)
/external/python/cpython2/Doc/library/
Dcurses.ascii.rst72 | :const:`CAN` | Cancel |
/external/llvm/test/Transforms/LoopVectorize/X86/
Dsmall-size.ll170 ; We CAN vectorize this example because the pointers are marked as noalias.

1234