Searched refs:nl (Results 76 - 100 of 304) sorted by relevance

1234567891011>>

/external/protobuf/gtest/build-aux/
H A Ddepcomp110 nl='
241 tr ' ' "$nl" < "$tmpdepfile" \
275 tr ' ' "$nl" < "$tmpdepfile" \
277 | tr "$nl" ' ' >> "$depfile"
280 tr ' ' "$nl" < "$tmpdepfile" \
612 tr ' ' "$nl" < "$tmpdepfile" \
670 | tr ' ' "$nl" \
/external/python/cpython2/Modules/_ctypes/libffi/
H A Ddepcomp110 nl='
241 tr ' ' "$nl" < "$tmpdepfile" \
275 tr ' ' "$nl" < "$tmpdepfile" \
277 | tr "$nl" ' ' >> "$depfile"
280 tr ' ' "$nl" < "$tmpdepfile" \
612 tr ' ' "$nl" < "$tmpdepfile" \
670 | tr ' ' "$nl" \
/external/strace/
H A Ddepcomp110 nl='
241 tr ' ' "$nl" < "$tmpdepfile" \
275 tr ' ' "$nl" < "$tmpdepfile" \
277 | tr "$nl" ' ' >> "$depfile"
280 tr ' ' "$nl" < "$tmpdepfile" \
612 tr ' ' "$nl" < "$tmpdepfile" \
670 | tr ' ' "$nl" \
/external/valgrind/
H A Ddepcomp110 nl='
241 tr ' ' "$nl" < "$tmpdepfile" \
275 tr ' ' "$nl" < "$tmpdepfile" \
277 | tr "$nl" ' ' >> "$depfile"
280 tr ' ' "$nl" < "$tmpdepfile" \
612 tr ' ' "$nl" < "$tmpdepfile" \
670 | tr ' ' "$nl" \
H A Dinstall-sh45 nl='
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
/external/libevent/
H A Ddepcomp62 nl='
176 tr ' ' "$nl" < "$tmpdepfile" |
218 tr ' ' "$nl" < "$tmpdepfile" \
220 tr "$nl" ' ' >> "$depfile"
224 tr ' ' "$nl" < "$tmpdepfile" \
529 tr ' ' "$nl" < "$tmpdepfile" | \
585 sed '1,2d' "$tmpdepfile" | tr ' ' "$nl" | \
H A Dcompile31 nl='
36 IFS=" "" $nl"
/external/libnfnetlink/build-aux/
H A Ddepcomp63 nl='
177 tr ' ' "$nl" < "$tmpdepfile" |
219 tr ' ' "$nl" < "$tmpdepfile" \
221 tr "$nl" ' ' >> "$depfile"
225 tr ' ' "$nl" < "$tmpdepfile" \
530 tr ' ' "$nl" < "$tmpdepfile" | \
586 sed '1,2d' "$tmpdepfile" | tr ' ' "$nl" | \
H A Dcompile32 nl='
37 IFS=" "" $nl"
/external/ImageMagick/config/
H A Dinstall-sh45 nl='
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
/external/lmfit/build-aux/
H A Dinstall-sh45 nl='
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
/external/pcre/dist2/
H A Dinstall-sh45 nl='
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DICUJDKCompare.java162 ArrayList nl = new ArrayList();
169 nl.add(line);
171 ignore = (String[])nl.toArray(new String[nl.size()]);
196 ArrayList nl = new ArrayList();
203 nl.add(line);
205 names = (String[])nl.toArray(new String[nl.size()]);
233 ArrayList nl = new ArrayList();
261 nl
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemCopyOf.java152 DTMIterator nl = value.iter();
158 while (DTM.NULL != (pos = nl.nextNode()))
182 // nl.detach();
/external/bison/build-aux/
H A Dcompile32 nl='
37 IFS=" "" $nl"
/external/flatbuffers/docs/source/
H A DREADME_TO_GENERATE_DOCS.md7 [Download Doxygen](http://www.stack.nl/~dimitri/doxygen/download.html).
/external/libcap-ng/libcap-ng-0.7/
H A Dcompile32 nl='
37 IFS=" "" $nl"
/external/libnl/python/netlink/route/links/
H A Dinet.py57 buf = fmt.nl('\n\t{0}\n\t'.format(util.title('Configuration:')))
61 buf += fmt.nl('\t')
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
H A Dcpuset_memory_spread_testset.sh60 local nl='
68 memsinfo="$memsinfo${nl}_$1: $2"
/external/freetype/src/gzip/
H A Dinftrees.c327 local int inflate_trees_dynamic( /* nl, nd, c, bl, bd, tl, td, hp, z) */ argument
328 uInt nl, /* number of literal/length codes */
348 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
363 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);
364 if (r != Z_OK || (*bd == 0 && nl > 257))
/external/mesa3d/src/mesa/drivers/dri/common/
H A DAndroid.mk57 MESA_DRI_OPTIONS_LANGS := de es nl fr sv
/external/python/cpython2/Modules/
H A Dsocketmodule.h103 struct sockaddr_nl nl; member in union:sock_addr
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
H A DBCDSAPublicKey.java138 String nl = Strings.lineSeparator();
140 buf.append("DSA Public Key").append(nl);
141 buf.append(" y: ").append(this.getY().toString(16)).append(nl);
/external/dnsmasq/contrib/wrt/
H A Ddhcp_release.c257 int nl = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); local
269 if (fd == -1 || nl == -1)
286 server = find_interface(lease, nl, if_nametoindex(argv[1]));
/external/libnl/python/netlink/route/
H A Daddress.py352 buf += fmt.nl('\t{t|broadcast} {t|multicast}') \
353 + fmt.nl('\t{t|peer} {t|anycast}')
356 buf += fmt.nl('\t{s|valid-lifetime!k} '\
360 buf += fmt.nl('\t{s|preferred-lifetime!k} '\
364 buf += self.nl('\t{s|created!k} {a|create_time}'\

Completed in 912 milliseconds

1234567891011>>