/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/ |
UpdateBugStateTask.java | 127 private static final String NL = "\n"; //$NON-NLS-1$ 655 ret += tmp + NL;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.launcher.jar | |
org.eclipse.equinox.launcher_1.1.0.v20100507.jar | |
/frameworks/base/services/core/java/com/android/server/ |
TextServicesManagerService.java | 687 int NL = grp.mListeners.size(); 688 for (int i=0; i<NL; i++) { [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/ |
Checker.h | 465 const char *NL, const char *Sep) const { }
|
CheckerManager.h | 423 /// \param NL The preferred representation of a newline. 426 const char *NL, const char *Sep);
|
/frameworks/base/tools/aapt/ |
Command.cpp | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
pgen.py | 323 while tup[0] in (tokenize.COMMENT, tokenize.NL):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
pgen.py | 323 while tup[0] in (tokenize.COMMENT, tokenize.NL):
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | 39 NL = '\n' 60 print >> fp, NL, NL.join(diff) 298 eq(text, NL.join(lines[1:])) [all...] |
test_email_renamed.py | 39 NL = '\n' 60 print >> fp, NL, NL.join(diff) 262 eq(text, NL.join(lines[1:])) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | 39 NL = '\n' 60 print >> fp, NL, NL.join(diff) 298 eq(text, NL.join(lines[1:])) [all...] |
test_email_renamed.py | 39 NL = '\n' 60 print >> fp, NL, NL.join(diff) 262 eq(text, NL.join(lines[1:])) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
inspect.py | 668 elif self.indent == 0 and type not in (tokenize.COMMENT, tokenize.NL): 670 # block as well, except the pseudo-tokens COMMENT and NL. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
refactor.py | 136 ignore = frozenset((token.NEWLINE, tokenize.NL, token.COMMENT))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
inspect.py | 668 elif self.indent == 0 and type not in (tokenize.COMMENT, tokenize.NL): 670 # block as well, except the pseudo-tokens COMMENT and NL. [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
refactor.py | 136 ignore = frozenset((token.NEWLINE, tokenize.NL, token.COMMENT))
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngine.cpp | 270 const char *NL, const char *Sep) { 271 getCheckerManager().runCheckersForPrintState(Out, State, NL, Sep); [all...] |
/prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/ |
maven-bundle-plugin-2.3.6.jar | |
/external/llvm/lib/Transforms/IPO/ |
GlobalOpt.cpp | [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
BatteryStatsImpl.java | [all...] |
/external/clang/lib/CodeGen/ |
CGBlocks.cpp | [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
ActivityManagerService.java | [all...] |