HomeSort by relevance Sort by last modified time
    Searched refs:nl (Results 201 - 225 of 484) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
FieldAccessExpr.java 409 .nl(new KCode("if (targetObj_ != null) {"))
411 .nl(new KCode("}"));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
nasty_containers.hpp 243 void swap(nasty_list &nl) _NOEXCEPT_(std::__is_nothrow_swappable<nested_container>::value)
244 { l_.swap(nl.l_); }
  /system/media/audio_utils/
primitives.c 27 int32_t nl = l >> 12; local
29 l = clamp16(nl);
  /external/pcre/dist/
pcre_dfa_exec.c     [all...]
pcre_internal.h 319 UCHAR21TEST(p) == NLBLOCK->nl[0] && \
320 (NLBLOCK->nllen == 1 || UCHAR21TEST(p+1) == NLBLOCK->nl[1]) \
333 UCHAR21TEST(p - NLBLOCK->nllen) == NLBLOCK->nl[0] && \
334 (NLBLOCK->nllen == 1 || UCHAR21TEST(p - NLBLOCK->nllen + 1) == NLBLOCK->nl[1]) \
2461 pcre_uchar nl[4]; \/* Newline string when fixed length *\/ member in struct:compile_data
2527 pcre_uchar nl[4]; \/* Newline string when fixed *\/ member in struct:match_data
2579 pcre_uchar nl[4]; \/* Newline string when fixed *\/ member in struct:dfa_match_data
    [all...]
ltmain.sh 148 nl='
150 IFS="$sp $nl"
231 _G_sed_script=$_G_sed_script$nl$_G_sed_script
246 cp conftest.in conftest.nl
247 echo '' >> conftest.nl
248 "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || break
249 diff conftest.out conftest.nl >/dev/null 2>&1 || break
259 rm -f conftest.in conftest.tmp conftest.nl conftest.out
282 cp conftest.in conftest.nl
283 echo 'GREP' >> conftest.nl
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
zone.py 456 def to_file(self, f, sorted=True, relativize=True, nl=None):
468 @param nl: The end of line string. If not specified, the
471 @type nl: string or None
479 if nl is None:
497 if nl is None:
501 f.write(nl)
name.py 244 (nr, o, nl) = self.fullcompare(other)
256 (nr, o, nl) = self.fullcompare(other)
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/
rcssmin.py 109 nl = r'(?:[\n\f]|\r\n?)' # pylint: disable = C0103
141 nl_escaped = r'(?:\\%(nl)s)' % locals()
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 207 const char* nl, const char *sep) = 0;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 
  /external/fsck_msdos/
dir.c 174 int nl; local
180 nl = strlen(np);
181 if ((cp -= nl) <= namebuf + 1)
183 memcpy(cp, np, nl);
  /external/selinux/libsepol/src/
expand.c 1611 cond_av_list_t *nl; local
3327 cond_av_list_t *nl; local
    [all...]
  /external/skia/tools/
compare_codereview.py 86 For instance, for the tag <A HREF="http://www.cwi.nl/">, this
88 'http://www.cwi.nl/')]).
205 For instance, for the tag <A HREF="http://www.cwi.nl/">, this
207 'http://www.cwi.nl/')]).
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.h 35 struct nl_handle *nl; member in struct:nl80211_global
  /frameworks/base/core/java/android/text/
Html.java 491 int nl = 0; local
494 nl++;
498 withinParagraph(out, text, i, next - nl);
500 if (nl == 1) {
503 for (int j = 2; j < nl; j++) {
    [all...]
  /external/opencv/ml/src/
mltree.cpp 2438 int vi, i, n = node->sample_count, nl, nr, d0 = 0, d1 = -1; local
2518 int vi, i, n = node->sample_count, nl, nr; local
    [all...]
  /external/ImageMagick/config/
ltmain.sh 148 nl='
150 IFS="$sp $nl"
231 _G_sed_script=$_G_sed_script$nl$_G_sed_script
246 cp conftest.in conftest.nl
247 echo '' >> conftest.nl
248 "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || break
249 diff conftest.out conftest.nl >/dev/null 2>&1 || break
259 rm -f conftest.in conftest.tmp conftest.nl conftest.out
282 cp conftest.in conftest.nl
283 echo 'GREP' >> conftest.nl
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/
ltmain.sh 148 nl='
150 IFS="$sp $nl"
231 _G_sed_script=$_G_sed_script$nl$_G_sed_script
246 cp conftest.in conftest.nl
247 echo '' >> conftest.nl
248 "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || break
249 diff conftest.out conftest.nl >/dev/null 2>&1 || break
259 rm -f conftest.in conftest.tmp conftest.nl conftest.out
282 cp conftest.in conftest.nl
283 echo 'GREP' >> conftest.nl
    [all...]
  /toolchain/binutils/binutils-2.25/include/
longlong.h 833 # define udiv_qrnnd(q, r, nh, nl, d) \
834 asm("divu %2,%0" : "=D"(q), "=z"(r) : "D"(d), "0"(nl), "1"(nh))
835 # define sdiv_qrnnd(q, r, nh, nl, d) \
836 asm("div %2,%0" : "=D"(q), "=z"(r) : "D"(d), "0"(nl), "1"(nh))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathContext.java 691 * @param nl the <a href="http://www.w3.org/TR/xslt#dt-current-node-list">current node list</a>,
695 public final void pushContextNodeList(DTMIterator nl)
697 m_contextNodeLists.push(nl);
    [all...]
  /external/avahi/avahi-utils/
avahi-browse.c 154 static void print_service_line(Config *config, char c, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain, int nl) {
170 avahi_escape_label(name, strlen(name), &e, &l), type, domain, nl ? "\n" : "");
  /external/curl/packages/vms/
build_vms.com     [all...]
  /external/libedit/src/
readline.c 2139 char **nl; local
    [all...]

Completed in 1146 milliseconds

1 2 3 4 5 6 7 891011>>