HomeSort by relevance Sort by last modified time
    Searched refs:NL (Results 1 - 25 of 239) sorted by null

1 2 3 4 5 6 7 8 910

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
TestFixtureBase.cs 42 public static readonly string NL = Environment.NewLine;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedCreateFeedTask.java 44 private static final String NL="\n"; //$NON-NLS-1$
89 sb.append("<?xml-stylesheet href=\"http://www.blogger.com/styles/atom.css\" type=\"text/css\"?>" + NL); //$NON-NLS-1$
90 sb.append("<feed xmlns=\"http://www.w3.org/2005/Atom\">" + NL); //$NON-NLS-1$
91 sb.append(" <title>" + project + SP + Messages.getString("RSSFeedCreateFeedTask.Builds") + "</title>" + NL); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
92 sb.append(" <link rel=\"self\" type=\"application/atom+xml\" href=\"" + (!isNullString(feedURL)?feedURL:NS) + "\"/>" + NL); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
93 sb.append(" <updated>" + getTimestamp() + "</updated>" + NL); //$NON-NLS-1$ //$NON-NLS-2$
94 sb.append(" <author>" + NL); //$NON-NLS-1$
95 sb.append(" <name>" + (!isNullString(project)?project + SP : NS) + Messages.getString("RSSFeedCreateFeedTask.BuildTeam") + "</name>" + NL); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$
96 sb.append(" </author>" + NL); //$NON-NLS-1$
97 sb.append(" <id>" + (!isNullString(feedURL)?feedURL:NS) + "</id>" + NL); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minicompat.py 79 NL = NodeList()
80 NL.extend(other)
81 return NL
84 NL = NodeList()
85 NL.extend(other)
86 return NL
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minicompat.py 79 NL = NodeList()
80 NL.extend(other)
81 return NL
84 NL = NodeList()
85 NL.extend(other)
86 return NL
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minicompat.py 79 NL = NodeList()
80 NL.extend(other)
81 return NL
84 NL = NodeList()
85 NL.extend(other)
86 return NL
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minicompat.py 79 NL = NodeList()
80 NL.extend(other)
81 return NL
84 NL = NodeList()
85 NL.extend(other)
86 return NL
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkHistory.java 108 private static final String NL = "\n";
187 out.writeUTF(CONFIG_KEY + SEPARATOR + config.configKey() + NL);
190 out.writeUTF(SSID_KEY + SEPARATOR + config.SSID + NL);
193 out.writeUTF(CONFIG_BSSID_KEY + SEPARATOR + config.BSSID + NL);
195 out.writeUTF(CONFIG_BSSID_KEY + SEPARATOR + "null" + NL);
198 out.writeUTF(FQDN_KEY + SEPARATOR + config.FQDN + NL);
201 out.writeUTF(PRIORITY_KEY + SEPARATOR + Integer.toString(config.priority) + NL);
203 + Integer.toString(config.networkId) + NL);
205 + Boolean.toString(config.selfAdded) + NL);
207 + Boolean.toString(config.didSelfAdd) + NL);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
itbl-parse.y 289 %token DREG CREG GREG IMMED ADDR INSN NUM ID NL PNUM
308 pnum regtype name value NL
321 fieldspecs NL
323 | NL
324 | error NL
itbl-lex.l 95 MDBG (("in lex, NL = %d (x%x)\n", NL, NL));
96 return NL;
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
makesetup 82 NL='\
131 *=*) DEFS="$line$NL$DEFS"; continue;;
132 'include '*) DEFS="$line$NL$DEFS"; continue;;
248 *) DEFS="SHAREDMODS=$SHAREDMODS$NL$DEFS";;
256 DEFS="BASEMODLIBS=$BASELIBS$NL$DEFS"
257 DEFS="LOCALMODLIBS=$LOCALLIBS$NL$DEFS"
263 EXTDECLS="${EXTDECLS}extern void init$mod(void);$NL"
264 INITBITS="${INITBITS} {\"$mod\", init$mod},$NL"
271 1i$NL/* Generated automatically from $config by makesetup. */
272 /MARKER 1/i$NL$EXTDECL
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
makesetup 82 NL='\
131 *=*) DEFS="$line$NL$DEFS"; continue;;
132 'include '*) DEFS="$line$NL$DEFS"; continue;;
248 *) DEFS="SHAREDMODS=$SHAREDMODS$NL$DEFS";;
256 DEFS="BASEMODLIBS=$BASELIBS$NL$DEFS"
257 DEFS="LOCALMODLIBS=$LOCALLIBS$NL$DEFS"
263 EXTDECLS="${EXTDECLS}extern void init$mod(void);$NL"
264 INITBITS="${INITBITS} {\"$mod\", init$mod},$NL"
271 1i$NL/* Generated automatically from $config by makesetup. */
272 /MARKER 1/i$NL$EXTDECL
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
makesetup 82 NL='\
131 *=*) DEFS="$line$NL$DEFS"; continue;;
132 'include '*) DEFS="$line$NL$DEFS"; continue;;
248 *) DEFS="SHAREDMODS=$SHAREDMODS$NL$DEFS";;
256 DEFS="BASEMODLIBS=$BASELIBS$NL$DEFS"
257 DEFS="LOCALMODLIBS=$LOCALLIBS$NL$DEFS"
263 EXTDECLS="${EXTDECLS}extern void init$mod(void);$NL"
264 INITBITS="${INITBITS} {\"$mod\", init$mod},$NL"
271 1i$NL/* Generated automatically from $config by makesetup. */
272 /MARKER 1/i$NL$EXTDECL
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
makesetup 82 NL='\
131 *=*) DEFS="$line$NL$DEFS"; continue;;
132 'include '*) DEFS="$line$NL$DEFS"; continue;;
248 *) DEFS="SHAREDMODS=$SHAREDMODS$NL$DEFS";;
256 DEFS="BASEMODLIBS=$BASELIBS$NL$DEFS"
257 DEFS="LOCALMODLIBS=$LOCALLIBS$NL$DEFS"
263 EXTDECLS="${EXTDECLS}extern void init$mod(void);$NL"
264 INITBITS="${INITBITS} {\"$mod\", init$mod},$NL"
271 1i$NL/* Generated automatically from $config by makesetup. */
272 /MARKER 1/i$NL$EXTDECL
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
base64mime.py 43 NL = '\n'
67 maxlinelen=76, eol=NL):
113 if line.endswith(NL):
125 def encode(s, binary=True, maxlinelen=76, eol=NL):
151 if enc.endswith(NL) and eol != NL:
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
base64mime.py 43 NL = '\n'
67 maxlinelen=76, eol=NL):
113 if line.endswith(NL):
125 def encode(s, binary=True, maxlinelen=76, eol=NL):
151 if enc.endswith(NL) and eol != NL:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
base64mime.py 43 NL = '\n'
67 maxlinelen=76, eol=NL):
113 if line.endswith(NL):
125 def encode(s, binary=True, maxlinelen=76, eol=NL):
151 if enc.endswith(NL) and eol != NL:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
base64mime.py 43 NL = '\n'
67 maxlinelen=76, eol=NL):
113 if line.endswith(NL):
125 def encode(s, binary=True, maxlinelen=76, eol=NL):
151 if enc.endswith(NL) and eol != NL:
  /external/dhcpcd-6.8.2/dhcpcd-hooks/
20-resolv.conf 10 NL="
38 [ -n "$domain" ] && domain="domain $domain$NL"
39 [ -n "$search" ] && search="search $search$NL"
45 servers="${servers}nameserver $x$NL"
73 local x= conf="$signature$NL" i=${ra_count:-0} ra= warn=true
105 conf="${conf}domain $1$NL"
117 conf="${conf}search $new_domain_search$NL"
124 conf="${conf}nameserver $x$NL"
  /external/e2fsprogs/lib/ss/
list_rqs.c 22 static char const NL[2] = "\n";
74 strcat(buffer, NL);
81 strcat(buffer, NL);
  /external/valgrind/coregrind/m_demangle/
cp-demangle.c     [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cp-demangle.c     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCSelfInitChecker.cpp 83 const char *NL, const char *Sep) const override;
339 const char *NL, const char *Sep) const {
347 Out << Sep << NL << *this << " :" << NL;
350 Out << " An init method has been called." << NL;
355 << NL;
359 << NL;
363 Out << NL;
380 Out << NL;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 95 void print(raw_ostream &Out, const char *NL, const char *Sep) const;
99 const char *NL, const char *Sep) const;
  /external/libopus/silk/
VAD.c 61 psSilk_VAD->NL[ b ] = silk_MUL( 100, psSilk_VAD->NoiseLevelBias[ b ] );
62 psSilk_VAD->inv_NL[ b ] = silk_DIV32( silk_int32_MAX, psSilk_VAD->NL[ b ] );
202 speech_nrg = Xnrg[ b ] - psSilk_VAD->NL[ b ];
206 NrgToNoiseRatio_Q8[ b ] = silk_DIV32( silk_LSHIFT( Xnrg[ b ], 8 ), psSilk_VAD->NL[ b ] + 1 );
208 NrgToNoiseRatio_Q8[ b ] = silk_DIV32( Xnrg[ b ], silk_RSHIFT( psSilk_VAD->NL[ b ], 8 ) + 1 );
250 speech_nrg += ( b + 1 ) * silk_RSHIFT( Xnrg[ b ] - psSilk_VAD->NL[ b ], 4 );
305 opus_int32 nl, nrg, inv_nrg; local
317 nl = psSilk_VAD->NL[ k ];
318 silk_assert( nl >= 0 )
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tests.pas 16 NL = #13#10;
18 + 'parser grammar p;' + NL
19 + 'prog : WHILE ID LCURLY (assign)* RCURLY EOF;' + NL
20 + 'assign : ID ASSIGN expr SEMI ;' + NL
21 + 'expr : INT | FLOAT | ID ;' + NL;

Completed in 1319 milliseconds

1 2 3 4 5 6 7 8 910