Home
last modified time | relevance | path

Searched defs:FRAME (Results 1 – 9 of 9) sorted by relevance

/external/pigweed/pw_hdlc/ts/
Ddecoder.ts77 FRAME, enumerator
/external/pigweed/pw_hdlc/java/main/dev/pigweed/pw_hdlc/
DDecoder.java45 FRAME, enumConstant
/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/
DAbstractInsnNode.java86 public static final int FRAME = 14; field in AbstractInsnNode
/external/pigweed/pw_hdlc/py/pw_hdlc/
Ddecode.py104 FRAME = 1 variable in _State
/external/python/cpython2/Lib/plat-irix5/
DCL_old.py188 FRAME = 1 variable
/external/rust/crates/ash/src/vk/
Dbitflags.rs1201 pub const FRAME: Self = Self(0b1); constant
1211 pub const FRAME: Self = Self(0b1); constant
/external/libavc/common/
Dih264_defs.h122 FRAME, enumerator
/external/python/cpython3/Lib/
Dpickle.py189 FRAME = b'\x95' # indicate the beginning of a new frame variable
/external/python/cpython3/Modules/
D_pickle.c108 FRAME = '\x95', enumerator