Home
last modified time | relevance | path

Searched defs:newl (Results 1 – 11 of 11) sorted by relevance

/external/curl/src/
Dtool_cb_dbg.c104 static bool newl = FALSE; in tool_debug_cb() local
/external/compiler-rt/lib/BlocksRuntime/
Druntime.c51 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { in OSAtomicCompareAndSwapLong()
72 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { in OSAtomicCompareAndSwapLong()
/external/honggfuzz/third_party/android/libBlocksRuntime/
Druntime.c51 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { in OSAtomicCompareAndSwapLong()
72 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { in OSAtomicCompareAndSwapLong()
/external/python/cpython3/Lib/xml/dom/
Dminidom.py49 def toprettyxml(self, indent="\t", newl="\n", encoding=None): argument
849 def writexml(self, writer, indent="", addindent="", newl=""): argument
987 def writexml(self, writer, indent="", addindent="", newl=""): argument
1087 def writexml(self, writer, indent="", addindent="", newl=""): argument
1182 def writexml(self, writer, indent="", addindent="", newl=""): argument
1194 def writexml(self, writer, indent="", addindent="", newl=""): argument
1327 def writexml(self, writer, indent="", addindent="", newl=""): argument
1789 def writexml(self, writer, indent="", addindent="", newl="", encoding=None): argument
/external/python/cpython2/Lib/xml/dom/
Dminidom.py48 def toprettyxml(self, indent="\t", newl="\n", encoding = None): argument
792 def writexml(self, writer, indent="", addindent="", newl=""): argument
934 def writexml(self, writer, indent="", addindent="", newl=""): argument
1037 def writexml(self, writer, indent="", addindent="", newl=""): argument
1133 def writexml(self, writer, indent="", addindent="", newl=""): argument
1148 def writexml(self, writer, indent="", addindent="", newl=""): argument
1282 def writexml(self, writer, indent="", addindent="", newl=""): argument
1742 def writexml(self, writer, indent="", addindent="", newl="", argument
/external/toybox/kconfig/lxdialog/
Dutil.c316 int newl, cur_x, cur_y; in print_autowrap() local
/external/u-boot/scripts/kconfig/lxdialog/
Dutil.c371 int newl, cur_x, cur_y; in print_autowrap() local
/external/python/cpython2/Parser/
Dtokenizer.c675 const char *newl[2] = {NULL, NULL}; in decode_str() local
/external/python/cpython3/Parser/
Dtokenizer.c752 const char *newl[2] = {NULL, NULL}; in decode_str() local
/external/selinux/libsepol/src/
Dexpand.c3425 cond_av_list_t ** newl, avtab_t * expa) in expand_cond_av_node()
3493 cond_av_list_t ** newl, avtab_t * expa) in expand_cond_av_list()
/external/mksh/src/
Dedit.c5115 redraw_line(bool newl) in redraw_line()