/external/libnl/lib/route/cls/ematch/ |
D | text.c | 36 t->cfg.from_offset = offset; in rtnl_ematch_text_set_from() 42 return ((struct text_data *) rtnl_ematch_data(e))->cfg.from_offset; in rtnl_ematch_text_get_from_offset() 135 if (t->cfg.from_layer || t->cfg.from_offset) { in text_dump() 138 t->cfg.from_offset, in text_dump()
|
/external/iptables/extensions/ |
D | libxt_string.c | 58 .flags = XTOPT_PUT, XTOPT_POINTER(s, from_offset)}, 270 if (info->from_offset != 0) in string_print() 271 printf(" FROM %u", info->from_offset); in string_print() 294 if (info->from_offset != 0) in string_save() 295 printf(" --from %u", info->from_offset); in string_save()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-var-avar-table.hh | 63 int map (int value, unsigned int from_offset = 0, unsigned int to_offset = 1) const in map() 65 #define fromCoord coords[from_offset] in map()
|
/external/kernel-headers/original/uapi/linux/tc_ematch/ |
D | tc_em_text.h | 12 __u16 from_offset; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_string.h | 16 __u16 from_offset; member
|
/external/iptables/include/linux/netfilter/ |
D | xt_string.h | 15 __u16 from_offset; member
|
/external/rust/crates/nix/test/ |
D | test_fcntl.rs | 120 let mut from_offset: i64 = 3; in test_copy_file_range() localVariable 123 Some(&mut from_offset), in test_copy_file_range() 135 assert_eq!(from_offset, 6); in test_copy_file_range()
|
/external/rust/crates/chrono/src/offset/ |
D | utc.rs | 65 fn from_offset(_state: &Utc) -> Utc { in from_offset() method
|
D | fixed.rs | 104 fn from_offset(offset: &FixedOffset) -> FixedOffset { in from_offset() method
|
D | local.rs | 120 fn from_offset(_offset: &FixedOffset) -> Local { in from_offset() method
|
D | mod.rs | 423 fn from_offset(offset: &Self::Offset) -> Self; in from_offset() method
|
/external/autotest/server/site_tests/tast/ |
D | tast_unittest.py | 652 def from_offset(offset): function 663 self._start_time = from_offset(start_offset) 664 self._end_time = from_offset(end_offset) 666 [(e[0], from_offset(e[1])) for e in errors] if errors else [])
|
/external/clang/bindings/python/tests/cindex/ |
D | test_location.py | 63 offset_location = SourceLocation.from_offset(tu, file, 5)
|
/external/llvm-project/clang/bindings/python/tests/cindex/ |
D | test_location.py | 73 offset_location = SourceLocation.from_offset(tu, file, 5)
|
/external/rust/crates/chrono/src/ |
D | date.rs | 214 TimeZone::from_offset(&self.offset) in timezone()
|
D | datetime.rs | 206 TimeZone::from_offset(&self.offset) in timezone()
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 188 def from_offset(tu, file, offset): member in SourceLocation 2493 return SourceLocation.from_offset(self, f, position) 2523 start_location = SourceLocation.from_offset(self, f, 2530 end_location = SourceLocation.from_offset(self, f, end_location)
|
/external/llvm-project/clang/bindings/python/clang/ |
D | cindex.py | 260 def from_offset(tu, file, offset): member in SourceLocation 2924 return SourceLocation.from_offset(self, f, position) 2954 start_location = SourceLocation.from_offset(self, f, 2961 end_location = SourceLocation.from_offset(self, f, end_location)
|