Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/tokenizer/
Dstring_tokenizer.c59 const char *newl[2] = {NULL, NULL}; in decode_str() local
/external/curl/tests/http/clients/
Dh2-upgrade-extreme.c61 static int newl = 0; in debug_cb() local
Dupload-pausing.c68 static int newl = 0; in debug_cb() local
Dtls-session-reuse.c62 static int newl = 0; in debug_cb() local
Dh2-pausing.c71 static int newl = 0; in debug_cb() local
Dhx-download.c77 static int newl = 0; in debug_cb() local
Dhx-upload.c73 static int newl = 0; in debug_cb() local
/external/curl/src/
Dtool_cb_dbg.c144 static bool newl = FALSE; in tool_debug_cb() local
/external/curl/tests/unit/
Dunit1664.c230 static const char *newl[] = { variable
/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
887 def writexml(self, writer, indent="", addindent="", newl=""): argument
1030 def writexml(self, writer, indent="", addindent="", newl=""): argument
1130 def writexml(self, writer, indent="", addindent="", newl=""): argument
1225 def writexml(self, writer, indent="", addindent="", newl=""): argument
1237 def writexml(self, writer, indent="", addindent="", newl=""): argument
1370 def writexml(self, writer, indent="", addindent="", newl=""): argument
1832 def writexml(self, writer, indent="", addindent="", newl="", encoding=None, argument
/external/toybox/kconfig/lxdialog/
Dutil.c316 int newl, cur_x, cur_y; in print_autowrap() local
/external/coreboot/util/kconfig/lxdialog/
Dutil.c371 int newl, cur_x, cur_y; in print_autowrap() local
/external/rust/android-crates-io/crates/arrayvec/src/
Darray_string.rs292 let newl = self.len() + s.len(); in try_push_str() localVariable
/external/selinux/libsepol/src/
Dexpand.c3412 cond_av_list_t ** newl, avtab_t * expa) in expand_cond_av_node()
3472 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()