HomeSort by relevance Sort by last modified time
    Searched refs:NL (Results 1 - 25 of 314) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssh/openbsd-compat/
bsd-cygwin_util.c 76 #define NL(x) x, (sizeof (x) - 1)
83 { NL("ALLUSERSPROFILE=") },
84 { NL("COMPUTERNAME=") },
85 { NL("COMSPEC=") },
86 { NL("CYGWIN=") },
87 { NL("OS=") },
88 { NL("PATH=") },
89 { NL("PATHEXT=") },
90 { NL("PROGRAMFILES=") },
91 { NL("SYSTEMDRIVE=") }
    [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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
minicompat.py 79 NL = NodeList()
80 NL.extend(other)
81 return NL
84 NL = NodeList()
85 NL.extend(other)
86 return NL
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkHistory.java 108 private static final String NL = "\n";
185 out.writeUTF(CONFIG_KEY + SEPARATOR + config.configKey() + NL);
188 out.writeUTF(SSID_KEY + SEPARATOR + config.SSID + NL);
191 out.writeUTF(CONFIG_BSSID_KEY + SEPARATOR + config.BSSID + NL);
193 out.writeUTF(CONFIG_BSSID_KEY + SEPARATOR + "null" + NL);
196 out.writeUTF(FQDN_KEY + SEPARATOR + config.FQDN + NL);
199 out.writeUTF(PRIORITY_KEY + SEPARATOR + Integer.toString(config.priority) + NL);
201 + Integer.toString(config.networkId) + NL);
203 + Boolean.toString(config.selfAdded) + NL);
205 + Boolean.toString(config.didSelfAdd) + NL);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZ.h 40 NL = 10,
  /toolchain/binutils/binutils-2.25/gas/
itbl-parse.y 289 %token DREG CREG GREG IMMED ADDR INSN NUM ID NL PNUM
308 pnum regtype name value NL
321 fieldspecs NL
323 | NL
324 | error NL
itbl-lex.l 95 MDBG (("in lex, NL = %d (x%x)\n", NL, NL));
96 return NL;
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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/clang/test/SemaCXX/
cxx1z-constexpr-lambdas.cpp 10 auto L = [](NonLit NL) constexpr { }; //expected-error{{not a literal type}}
  /external/dhcpcd-6.8.2/dhcpcd-hooks/
20-resolv.conf 10 NL="
38 [ -n "$domain" ] && domain="domain $domain$NL"
39 [ -n "$search" ] && search="search $search$NL"
45 servers="${servers}nameserver $x$NL"
73 local x= conf="$signature$NL" i=${ra_count:-0} ra= warn=true
105 conf="${conf}domain $1$NL"
117 conf="${conf}search $new_domain_search$NL"
124 conf="${conf}nameserver $x$NL"
  /external/valgrind/coregrind/m_demangle/
cp-demangle.c     [all...]

Completed in 1948 milliseconds

1 2 3 4 5 6 7 8 91011>>