Searched refs:from_offset (Results 1 - 9 of 9) sorted by relevance

/external/iproute2/include/linux/tc_ematch/
H A Dtc_em_text.h11 __u16 from_offset; member in struct:tcf_em_text
/external/kernel-headers/original/uapi/linux/tc_ematch/
H A Dtc_em_text.h11 __u16 from_offset; member in struct:tcf_em_text
/external/iptables/include/linux/netfilter/
H A Dxt_string.h15 __u16 from_offset; member in struct:xt_string_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_string.h15 __u16 from_offset; member in struct:xt_string_info
/external/iptables/extensions/
H A Dlibxt_string.c58 .flags = XTOPT_PUT, XTOPT_POINTER(s, from_offset)},
269 if (info->from_offset != 0)
270 printf(" FROM %u", info->from_offset);
293 if (info->from_offset != 0)
294 printf(" --from %u", info->from_offset);
/external/clang/bindings/python/tests/cindex/
H A Dtest_location.py63 offset_location = SourceLocation.from_offset(tu, file, 5)
/external/lldb/source/Expression/
H A DClangUserExpression.cpp391 size_t from_offset; local
393 while ((from_offset = expr.find(OBJC_CAST_HACK_FROM)) != expr.npos)
394 expr.replace(from_offset, sizeof(OBJC_CAST_HACK_FROM) - 1, OBJC_CAST_HACK_TO);
411 size_t from_offset; local
413 while ((from_offset = expr.find(UNICHAR_HACK_FROM)) != expr.npos)
414 expr.replace(from_offset, sizeof(UNICHAR_HACK_FROM) - 1, UNICHAR_HACK_TO);
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c1718 size_t wbuffer_size, buffer_size, from_offset, wbuf_offset; local
1726 from_offset = 0;
1730 from + from_offset, from_size, NULL, 0);
1731 from_offset += from_size;
1739 from_offset = 0;
1744 from + from_offset, from_size, wbuffer + wbuf_offset, wbuf_size);
1745 from_offset += from_size;
/external/clang/bindings/python/clang/
H A Dcindex.py188 def from_offset(tu, file, offset): member in class:SourceLocation
2340 return SourceLocation.from_offset(self, f, position)
2370 start_location = SourceLocation.from_offset(self, f,
2377 end_location = SourceLocation.from_offset(self, f, end_location)

Completed in 318 milliseconds