Searched defs:NL (Results 1 - 25 of 41) sorted by relevance

12

/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
/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/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/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A Dvertexconversion.h69 typedef std::numeric_limits<T> NL; typedef
72 if (NL::is_signed)
76 const float divisor = 1.0f/(2*static_cast<float>(NL::max())+1);
81 return f/NL::max();
H A DVertexBuffer11.cpp284 typedef std::numeric_limits<T> NL; typedef
295 if (NL::is_signed)
297 const float divisor = 1.0f / (2 * static_cast<float>(NL::max()) + 1);
302 offsetOutput[j] = static_cast<float>(offsetInput[j]) / NL::max();
/external/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp190 void Environment::print(raw_ostream &Out, const char *NL, argument
198 Out << NL << NL
200 << NL; local
203 Out << NL; local
H A DCheckerManager.cpp581 const char *NL, const char *Sep) {
584 I->second->printState(Out, State, NL, Sep);
579 runCheckersForPrintState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) argument
H A DProgramState.cpp444 const char *NL, const char *Sep) const {
447 Mgr.getStoreManager().print(getStore(), Out, NL, Sep); local
450 Env.print(Out, NL, Sep);
453 Mgr.getConstraintManager().print(this, Out, NL, Sep);
456 Mgr.getOwningEngine()->printState(Out, this, NL, Sep);
468 const char *NL, const char *Sep) const {
472 Out <<"Tainted Symbols:" << NL; local
475 Out << I->first << " : " << I->second << NL;
443 print(raw_ostream &Out, const char *NL, const char *Sep) const argument
467 printTaint(raw_ostream &Out, const char *NL, const char *Sep) const argument
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp77 const char *NL, const char *Sep) const;
342 const char *NL, const char *Sep) const {
350 Out << Sep << NL << "ObjCSelfInitChecker:" << NL;
353 Out << " An init method has been called." << NL; local
358 << NL; local
362 << NL; local
366 Out << NL; local
383 Out << NL; local
341 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
H A DMallocChecker.cpp207 const char *NL, const char *Sep) const;
2162 const char *NL, const char *Sep) const {
2167 Out << Sep << "MallocChecker:" << NL; local
2172 Out << NL; local
2161 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
/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/srec/srec/Semproc/include/
H A DSR_SemprocDefinitions.h159 #define NL L('\n') macro
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dgetonescriptspan.cc62 #define NL 17 // non-letter: ASCII whitespace, digit, punctuation macro
68 NL,NL,NL,NL, NL,NL,NL,NL, NL,N
106 #undef NL macro
[all...]
/external/llvm/lib/Analysis/
H A DLoopInfo.cpp477 Loop *NL = getNearestLoop(*POI, L); local
479 if (NL != L) {
480 // For reducible loops, NL is now an ancestor of Unloop.
481 assert((NL != Unloop && (!NL || NL->contains(Unloop))) &&
483 LI->changeLoopFor(*POI, NL);
505 Loop *NL = getNearestLoop(*POI, L); local
506 if (NL != L) {
507 assert(NL !
[all...]
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp494 unsigned NL = std::distance(LStart, LE); local
496 SmallVector<DiffEntry, 20> Paths1(NL+1);
497 SmallVector<DiffEntry, 20> Paths2(NL+1);
509 for (unsigned I = 0; I != NL+1; ++I) {
546 SmallVectorImpl<char> &Path = Cur[NL].Path;
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h430 const char *NL, const char *Sep) const { }
429 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
/external/chromium_org/third_party/icu/source/common/
H A Duprops.h293 NL =0x0085, enumerator in enum:__anon10932
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
H A DUpdateBugStateTask.java127 private static final String NL = "\n"; //$NON-NLS-1$ field in class:UpdateBugStateTask
655 ret += tmp + NL;
/external/icu4c/common/
H A Duprops.h315 NL =0x0085, enumerator in enum:__anon18249
/external/chromium_org/third_party/opus/src/silk/
H A Dstructs.h69 opus_int32 NL[ VAD_N_BANDS ]; /* Noise energy level in each band */ member in struct:__anon13297
/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...]

Completed in 453 milliseconds

12