Home
last modified time | relevance | path

Searched refs:entry_label (Results 1 – 2 of 2) sorted by relevance

/external/minijail/
Dsyscall_filter.c296 struct sock_filter *entry_label = new_instr_buf(ONE_INSTR); in compile_section() local
297 set_bpf_lbl(entry_label, entry_lbl_id); in compile_section()
298 append_filter_block(head, entry_label, ONE_INSTR); in compile_section()
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
Dmessage_registry.py414 entry_label = self.__ComputeLabel(items)
415 if entry_label == descriptor.FieldDescriptor.Label.REPEATED: