Home
last modified time | relevance | path

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

/external/curl/tests/http/clients/
Dh2-upgrade-extreme.c64 static int newl = 0; in debug_cb() local
Dupload-pausing.c64 static int newl = 0; in debug_cb() local
Dtls-session-reuse.c65 static int newl = 0; in debug_cb() local
Dh2-pausing.c67 static int newl = 0; in debug_cb() local
Dh2-download.c73 static int newl = 0; in debug_cb() local
/external/curl/src/
Dtool_cb_dbg.c156 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/python/cpython3/Lib/xml/dom/
Dminidom.py49 def toprettyxml(self, indent="\t", newl="\n", encoding=None, argument
871 def writexml(self, writer, indent="", addindent="", newl=""): argument
1014 def writexml(self, writer, indent="", addindent="", newl=""): argument
1114 def writexml(self, writer, indent="", addindent="", newl=""): argument
1209 def writexml(self, writer, indent="", addindent="", newl=""): argument
1221 def writexml(self, writer, indent="", addindent="", newl=""): argument
1354 def writexml(self, writer, indent="", addindent="", newl=""): argument
1816 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/python/cpython2/Parser/
Dtokenizer.c675 const char *newl[2] = {NULL, NULL}; in decode_str() local
/external/rust/crates/arrayvec/src/
Darray_string.rs289 let newl = self.len() + s.len(); in try_push_str() localVariable
/external/python/cpython3/Parser/
Dtokenizer.c678 const char *newl[2] = {NULL, NULL}; in decode_str() local
/external/selinux/libsepol/src/
Dexpand.c3405 cond_av_list_t ** newl, avtab_t * expa) in expand_cond_av_node()
3465 cond_av_list_t ** newl, avtab_t * expa) in expand_cond_av_list()
/external/mksh/src/
Dedit.c5147 redraw_line(bool newl) in redraw_line()