Searched refs:NL (Results 1 - 25 of 45) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/filters/arm/
H A DFELightingNEON.cpp64 #define NL "\n" macro
153 "vmul.f32 " temp##_Q ", " source##_Q ", " source##_Q NL \
154 "vadd.f32 " source##_S3 ", " temp##_S0 ", " temp##_S1 NL \
155 "vadd.f32 " source##_S3 ", " source##_S3 ", " temp##_S2 NL \
156 "vsqrt.f32 " source##_S3 ", " source##_S3 NL
160 "vmul.f32 " destination##_Q ", " source1##_Q ", " source2##_Q NL \
161 "vadd.f32 " destination##_S0 ", " destination##_S0 ", " destination##_S1 NL \
162 "vadd.f32 " destination##_S0 ", " destination##_S0 ", " destination##_S2 NL
165 "tst " FLAGS_R ", #" TOSTRING(FLAG_DIFFUSE_CONST_IS_1) NL \
166 "vmuleq.f32 " TMP2_S1 ", " DIFFUSE_CONST_S ", " normalVectorLength NL \
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DTestFixtureBase.cs42 public static readonly string NL = Environment.NewLine; field in class:Antlr.Runtime.Tests.TestFixtureBase
H A DANTLRxxxxStreamFixture.cs55 + "parser grammar p;" + NL
56 + "prog : WHILE ID LCURLY (assign)* RCURLY EOF;" + NL
57 + "assign : ID ASSIGN expr SEMI ;" + NL
58 + "expr : INT | FLOAT | ID ;" + NL;
/external/openssh/openbsd-compat/
H A Dbsd-cygwin_util.c65 #define NL(x) x, (sizeof (x) - 1) macro
72 { NL("ALLUSERSPROFILE=") },
73 { NL("COMPUTERNAME=") },
74 { NL("COMSPEC=") },
75 { NL("CYGWIN=") },
76 { NL("OS=") },
77 { NL("PATH=") },
78 { NL("PATHEXT=") },
79 { NL("SYSTEMDRIVE=") },
80 { NL("SYSTEMROO
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
H A DRSSFeedCreateFeedTask.java44 private static final String NL="\n"; //$NON-NLS-1$ field in class:RSSFeedCreateFeedTask
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); //
[all...]
H A DRSSFeedAddEntryTask.java116 private static final String NL="\n"; //$NON-NLS-1$ field in class:RSSFeedAddEntryTask
121 private static final String splitter = "[,\t " + NL + "]+"; //$NON-NLS-1$ //$NON-NLS-2$
306 element.insertBefore(document.createTextNode(NL + " "),refNode); //$NON-NLS-1$
333 String[] txt = { NL + " ", NL + " ", NL + " ", NL + " ", NL + " " , NL + " " }; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$
/external/webkit/Tools/android/flex-2.5.4a/
H A Dscan.l79 NL \r?\n
110 ^"%{".*{NL} {
128 ^"%pointer".*{NL} yytext_is_array = false; ++linenum;
129 ^"%array".*{NL} yytext_is_array = true; ++linenum;
133 ^"%"{LEXOPT}{OPTWS}[[:digit:]]*{OPTWS}{NL} ++linenum; /* ignore */
134 ^"%"{LEXOPT}{WS}.*{NL} ++linenum; /* ignore */
145 ^{OPTWS}{NL} ++linenum; /* allows blank lines in section 1 */
146 {OPTWS}{NL} ACTION_ECHO; ++linenum; /* maybe end of comment line */
154 [^*\n]*{NL} ++linenum; ACTION_ECHO;
170 ^"%}".*{NL}
[all...]
/external/e2fsprogs/lib/ss/
H A Dlist_rqs.c22 static char const NL[2] = "\n"; variable
69 strcat(buffer, NL);
76 strcat(buffer, NL);
/external/gcc-demangle/
H A Dcp-demangle.c1526 #define NL(s) s, (sizeof s) - 1 macro
1531 { "aN", NL ("&="), 2 },
1532 { "aS", NL ("="), 2 },
1533 { "aa", NL ("&&"), 2 },
1534 { "ad", NL ("&"), 1 },
1535 { "an", NL ("&"), 2 },
1536 { "cl", NL ("()"), 2 },
1537 { "cm", NL (","), 2 },
1538 { "co", NL ("~"), 1 },
1539 { "dV", NL ("/
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c1441 #define NL(s) s, (sizeof s) - 1 macro
1446 { "aN", NL ("&="), 2 },
1447 { "aS", NL ("="), 2 },
1448 { "aa", NL ("&&"), 2 },
1449 { "ad", NL ("&"), 1 },
1450 { "an", NL ("&"), 2 },
1451 { "cl", NL ("()"), 2 },
1452 { "cm", NL (","), 2 },
1453 { "co", NL ("~"), 1 },
1454 { "dV", NL ("/
[all...]
/external/llvm/lib/Analysis/
H A DLoopInfo.cpp364 Loop *NL = getNearestLoop(*POI, L); local
366 if (NL != L) {
367 // For reducible loops, NL is now an ancestor of Unloop.
368 assert((NL != Unloop && (!NL || NL->contains(Unloop))) &&
370 LI->changeLoopFor(*POI, NL);
392 Loop *NL = getNearestLoop(*POI, L); local
393 if (NL != L) {
394 assert(NL !
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A Dvertexconversion.h74 typedef std::numeric_limits<T> NL; typedef
77 if (NL::is_signed)
81 const float divisor = 1.0f/(2*static_cast<float>(NL::max())+1);
86 return f/NL::max();
/external/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp255 void Environment::print(raw_ostream &Out, const char *NL, argument
257 printAux(Out, false, NL, Sep);
258 printAux(Out, true, NL, Sep);
262 const char *NL,
279 Out << NL << NL
281 << NL;
284 Out << NL; local
261 printAux(raw_ostream &Out, bool printLocations, const char *NL, const char *Sep) const argument
H A DProgramState.cpp394 const char *NL, const char *Sep) const {
397 Mgr.getStoreManager().print(getStore(), Out, NL, Sep); local
400 Env.print(Out, NL, Sep);
403 Mgr.getConstraintManager().print(this, Out, NL, Sep);
406 Mgr.getOwningEngine()->printState(Out, this, NL, Sep);
418 const char *NL, const char *Sep) const {
422 Out <<"Tainted Symbols:" << NL; local
425 Out << I->first << " : " << I->second << NL;
393 print(raw_ostream &Out, const char *NL, const char *Sep) const argument
417 printTaint(raw_ostream &Out, const char *NL, const char *Sep) const argument
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tests.pas16 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;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp76 const char *NL, const char *Sep) const;
353 const char *NL, const char *Sep) const {
361 Out << Sep << NL << "ObjCSelfInitChecker:" << NL;
364 Out << " An init method has been called." << NL; local
369 << NL; local
373 << NL; local
377 Out << NL; local
393 Out << NL; local
352 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h99 void print(raw_ostream &Out, const char *NL, const char *Sep) const;
103 const char *NL, const char *Sep) const;
H A DSubEngine.h119 const char *NL, const char *Sep) = 0;
/external/guava/guava/src/com/google/common/base/
H A DAscii.java144 * meaning "New Line" (NL), a format effector which controls the
158 public static final byte NL = 10; field in class:Ascii
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbugTools.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/releng/ org/eclipse/releng/util/ ...
H A DfeedTools.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/releng/ org/eclipse/releng/util/ ...
/external/webkit/LayoutTests/http/tests/resources/
H A Dpost-and-verify-hybrid.cgi76 $postData =~ s/$nativeEnding/[NL]/g;
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp496 unsigned NL = std::distance(LStart, LE); local
498 SmallVector<DiffEntry, 20> Paths1(NL+1);
499 SmallVector<DiffEntry, 20> Paths2(NL+1);
511 for (unsigned I = 0; I != NL+1; ++I) {
548 SmallVectorImpl<char> &Path = Cur[NL].Path;
/external/eigen/blas/testing/
H A Dcblat2.f436 $ NL, NS
519 NL = M
522 NL = N
527 LX = ABS( INCX )*NL
532 CALL CMAKE( 'GE', ' ', ' ', 1, NL, X, 1, XX,
533 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
534 IF( NL.GT.1 )THEN
535 X( NL/2 ) = ZERO
536 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO
2898 INTEGER I, INCXL, INCYL, IY, J, JX, KX, KY, ML, NL local in subroutine:CMVCH
435 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK, local in subroutine:CCHK1
[all...]
H A Dzblat2.f438 $ NL, NS
521 NL = M
524 NL = N
529 LX = ABS( INCX )*NL
534 CALL ZMAKE( 'GE', ' ', ' ', 1, NL, X, 1, XX,
535 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
536 IF( NL.GT.1 )THEN
537 X( NL/2 ) = ZERO
538 XX( 1 + ABS( INCX )*( NL/2 - 1 ) ) = ZERO
2906 INTEGER I, INCXL, INCYL, IY, J, JX, KX, KY, ML, NL local in subroutine:ZMVCH
437 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK, local in subroutine:ZCHK1
[all...]

Completed in 737 milliseconds

12