Searched refs:nl (Results 126 - 150 of 304) sorted by relevance

1234567891011>>

/external/python/cpython2/Demo/curses/
H A Drain.py36 curses.nl()
/external/python/cpython2/Modules/_ctypes/libffi/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
H A Dcompile31 nl='
36 IFS=" "" $nl"
/external/strace/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
H A Dcompile31 nl='
36 IFS=" "" $nl"
/external/stressapptest/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c311 struct NLIST nl; local
312 ML_(cur_read_get)(&nl,
314 sizeof(nl));
317 if ((nl.n_type & N_TYPE) == N_SECT) {
318 sym_addr = di->text_bias + nl.n_value;
319 /*} else if ((nl.n_type & N_TYPE) == N_ABS) {
321 sym_addr = nl.n_value; */
328 ML_(cur_plus)(strtab_cur, nl.n_un.n_strx),
343 if (nl.n_un.n_strx < 0 || nl
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/external/mksh/src/
H A DBuild.sh46 nl='
49 safeIFS=" $safeIFS$nl"
77 o_str=$o_str$nl"<$optclo$islo$sym"
117 o_gen=$o_gen$nl"#undef F0"
118 o_gen=$o_gen$nl"#undef FN"
124 o_gen=$o_gen$nl"#endif"
125 o_gen=$o_gen$nl"#ifndef F0"
126 o_gen=$o_gen$nl"#define F0 FN"
127 o_gen=$o_gen$nl"#endif"
133 o_hdr=$o_hdr$nl
[all...]
/external/ImageMagick/config/
H A Dcompile31 nl='
36 IFS=" "" $nl"
/external/bison/build-aux/
H A Dgnupload37 nl='
117 conf=`sed 's/#.*$//;/^$/d' "$conffile" | tr "\015$nl" ' '`
/external/google-breakpad/autotools/
H A Dcompile31 nl='
36 IFS=" "" $nl"
/external/libedit/
H A Dcompile31 nl='
36 IFS=" "" $nl"
/external/libmicrohttpd/
H A Dcompile31 nl='
36 IFS=" "" $nl"
/external/libnetfilter_conntrack/build-aux/
H A Dcompile31 nl='
36 IFS=" "" $nl"
/external/lmfit/build-aux/
H A Dcompile31 nl='
36 IFS=" "" $nl"
/external/pcre/dist2/
H A Dcompile31 nl='
36 IFS=" "" $nl"
/external/protobuf/
H A Dcompile31 nl='
36 IFS=" "" $nl"
/external/protobuf/gtest/build-aux/
H A Dcompile31 nl='
36 IFS=" "" $nl"
/external/valgrind/
H A Dcompile31 nl='
36 IFS=" "" $nl"
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp340 const char* nl, const char *sep) override;
682 const char* nl, const char *sep) {
687 Out << nl << sep << "Ranges are empty." << nl; local
691 Out << nl << sep << "Ranges of symbol values:";
693 Out << nl << ' ' << I.getKey() << " : ";
696 Out << nl; local
681 print(ProgramStateRef St, raw_ostream &Out, const char* nl, const char *sep) argument
/external/swiftshader/third_party/PowerVR_SDK/Shell/
H A DPVRShell.cpp898 char* nl; local
918 nl = strrchr(pFullFile, '\r');
919 if(nl) *nl = ' ';
921 nl = strrchr(pFullFile, '\n');
922 if(nl) *nl = ' ';
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DBCECPrivateKey.java374 String nl = Strings.lineSeparator();
376 buf.append("EC Private Key").append(nl);
377 buf.append(" S: ").append(this.d.toString(16)).append(nl);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEECPrivateKey.java436 String nl = Strings.lineSeparator();
438 buf.append("EC Private Key").append(nl);
439 buf.append(" S: ").append(this.d.toString(16)).append(nl);
/external/curl/lib/vtls/
H A Dvtls.c660 struct curl_slist *nl; local
678 nl = Curl_slist_append_nodup(ci->certinfo[certnum], output);
679 if(!nl) {
685 ci->certinfo[certnum] = nl;

Completed in 834 milliseconds

1234567891011>>