/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
getonescriptspan.cc | 62 #define NL 17 // non-letter: ASCII whitespace, digit, punctuation 68 NL,NL,NL,NL, NL,NL,NL,NL, NL,NL,CR,NL, NL,CR,NL,NL [all...] |
/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/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
|
/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/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/e2fsprogs/lib/ss/ |
list_rqs.c | 22 static char const NL[2] = "\n"; 74 strcat(buffer, NL); 81 strcat(buffer, NL);
|
/external/gcc-demangle/ |
cp-demangle.c | [all...] |
/external/valgrind/main/coregrind/m_demangle/ |
cp-demangle.c | [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
ObjCSelfInitChecker.cpp | 83 const char *NL, const char *Sep) const override; 340 const char *NL, const char *Sep) const { 348 Out << Sep << NL << *this << " :" << NL; 351 Out << " An init method has been called." << NL; 356 << NL; 360 << NL; 364 Out << NL; 381 Out << NL;
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
lcorolib.c | 83 lua_State *NL; 85 NL = lua_newthread(L); 87 lua_xmove(L, NL, 1); /* move function from L to NL */
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
vertexconversion.h | 69 typedef std::numeric_limits<T> NL; 72 if (NL::is_signed) 76 const float divisor = 1.0f/(2*static_cast<float>(NL::max())+1); 81 return f/NL::max();
|
copyvertex.h | 69 typedef std::numeric_limits<T> NL; 80 if (NL::is_signed) 82 const float divisor = 1.0f / (2 * static_cast<float>(NL::max()) + 1); 87 offsetOutput[j] = static_cast<float>(offsetInput[j]) / NL::max();
|
/external/chromium_org/third_party/opus/src/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/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;
|
/ndk/sources/host-tools/nawk-20071023/ |
awkgram.y | 50 %token <i> NL ',' '{' '(' '|' ';' '/' ')' '}' '[' ']' 72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor 104 AND | and NL 108 BOR | bor NL 112 ',' | comma NL 116 DO | do NL 120 ELSE | else NL 142 '{' | lbrace NL 145 nl: label 146 NL | nl N [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
Environment.cpp | 191 void Environment::print(raw_ostream &Out, const char *NL, 199 Out << NL << NL 201 << NL; 204 Out << NL;
|
/external/llvm/lib/Analysis/ |
LoopInfo.cpp | 463 Loop *NL = getNearestLoop(*POI, L); 465 if (NL != L) { 466 // For reducible loops, NL is now an ancestor of Unloop. 467 assert((NL != Unloop && (!NL || NL->contains(Unloop))) && 469 LI->changeLoopFor(*POI, NL); 491 Loop *NL = getNearestLoop(*POI, L); 492 if (NL != L) { 493 assert(NL != Unloop && (!NL || NL->contains(Unloop)) & [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tokenize.py | 34 __all__ += ["COMMENT", "tokenize", "generate_tokens", "NL", "untokenize"] 40 NL = N_TOKENS + 1 41 tok_name[NL] = 'NL' 201 if tok_type in (NEWLINE, NL): 213 if toknum in (NEWLINE, NL): 236 elif toknum in (NEWLINE, NL): 337 yield (NL, line[nl_pos:], 340 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:], 373 yield (NL if parenlev > 0 else NEWLINE [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
tokenize.py | 34 __all__ += ["COMMENT", "tokenize", "generate_tokens", "NL", "untokenize"] 40 NL = N_TOKENS + 1 41 tok_name[NL] = 'NL' 201 if tok_type in (NEWLINE, NL): 213 if toknum in (NEWLINE, NL): 236 elif toknum in (NEWLINE, NL): 337 yield (NL, line[nl_pos:], 340 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:], 373 yield (NL if parenlev > 0 else NEWLINE [all...] |