Searched refs:end (Results 1 - 25 of 7703) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/json/
H A Ddecoder.py36 def errmsg(msg, doc, pos, end=None):
39 if end is None:
44 endlineno, endcolno = linecol(doc, end)
46 return fmt.format(msg, lineno, colno, endlineno, endcolno, pos, end)
48 #return fmt % (msg, lineno, colno, endlineno, endcolno, pos, end)
65 def py_scanstring(s, end, encoding=None, strict=True,
74 after the end quote."""
79 begin = end - 1
81 chunk = _m(s, end)
85 end
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/json/
H A Ddecoder.py36 def errmsg(msg, doc, pos, end=None):
39 if end is None:
44 endlineno, endcolno = linecol(doc, end)
46 return fmt.format(msg, lineno, colno, endlineno, endcolno, pos, end)
48 #return fmt % (msg, lineno, colno, endlineno, endcolno, pos, end)
65 def py_scanstring(s, end, encoding=None, strict=True,
74 after the end quote."""
79 begin = end - 1
81 chunk = _m(s, end)
85 end
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
H A Ddecoder.py36 def errmsg(msg, doc, pos, end=None):
39 if end is None:
44 endlineno, endcolno = linecol(doc, end)
46 return fmt.format(msg, lineno, colno, endlineno, endcolno, pos, end)
48 #return fmt % (msg, lineno, colno, endlineno, endcolno, pos, end)
65 def py_scanstring(s, end, encoding=None, strict=True,
74 after the end quote."""
79 begin = end - 1
81 chunk = _m(s, end)
85 end
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
H A Ddecoder.py36 def errmsg(msg, doc, pos, end=None):
39 if end is None:
44 endlineno, endcolno = linecol(doc, end)
46 return fmt.format(msg, lineno, colno, endlineno, endcolno, pos, end)
48 #return fmt % (msg, lineno, colno, endlineno, endcolno, pos, end)
65 def py_scanstring(s, end, encoding=None, strict=True,
74 after the end quote."""
79 begin = end - 1
81 chunk = _m(s, end)
85 end
[all...]
/prebuilts/ndk/r10/platforms/android-10/arch-arm/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-10/arch-mips/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-10/arch-x86/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-11/arch-arm/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-11/arch-mips/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-11/arch-x86/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})
/prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/linux/
H A Dcirc_buf.h25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;})

Completed in 954 milliseconds

1234567891011>>