Searched refs:NL (Results 1 - 25 of 39) 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.cpp357 Loop *NL = getNearestLoop(*POI, L); local
359 if (NL != L) {
360 // For reducible loops, NL is now an ancestor of Unloop.
361 assert((NL != Unloop && (!NL || NL->contains(Unloop))) &&
363 LI->changeLoopFor(*POI, NL);
385 Loop *NL = getNearestLoop(*POI, L); local
386 if (NL != L) {
387 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.cpp253 void Environment::print(raw_ostream &Out, const char *NL, argument
255 printAux(Out, false, NL, Sep);
256 printAux(Out, true, NL, Sep);
260 const char *NL,
277 Out << NL << NL
279 << NL;
282 Out << NL; local
259 printAux(raw_ostream &Out, bool printLocations, const char *NL, const char *Sep) const argument
H A DProgramState.cpp403 const char *NL, const char *Sep) const {
406 Mgr.getStoreManager().print(getStore(), Out, NL, Sep); local
409 Env.print(Out, NL, Sep);
412 Mgr.getConstraintManager().print(this, Out, NL, Sep);
415 Mgr.getOwningEngine()->printState(Out, this, NL, Sep);
427 const char *NL, const char *Sep) const {
431 Out <<"Tainted Symbols:" << NL; local
434 Out << I->first << " : " << I->second << NL;
402 print(raw_ostream &Out, const char *NL, const char *Sep) const argument
426 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/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/icu4c/common/
H A Duprops.h293 NL =0x0085, enumerator in enum:__anon5305
H A Duchar.c203 (c<=0x9f && ((c>=TAB && c<=CR) || (c>=0x1c && c <=0x1f) || c==NL))
649 USET_ADD_CP_AND_NEXT(sa, NL);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodings.properties51 Cp037 EBCDIC-CP-US,EBCDIC-CP-CA,EBCDIC-CP-WT,EBCDIC-CP-NL,IBM037 0x0019

Completed in 346 milliseconds

12