HomeSort by relevance Sort by last modified time
    Searched full:nend (Results 1 - 25 of 65) sorted by null

1 2 3

  /frameworks/base/core/java/android/text/
SpanWatcher.java 38 * to the new range <code>nstart&hellip;nend</code> of the text.
41 int nstart, int nend);
SpannableStringInternal.java 75 int nend = end; local
112 sendSpanChanged(what, ostart, oend, nstart, nend);
136 sendSpanAdded(what, nstart, nend);
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 54 NamePairList::const_iterator name_hash, nEnd = m_NamePairList.end();
55 for (name_hash = m_NamePairList.begin(); name_hash != nEnd; ++name_hash) {
66 NamePairList::iterator name_hash, nEnd = m_NamePairList.end();
67 for (name_hash = m_NamePairList.begin(); name_hash != nEnd; ++name_hash) {
  /external/chromium_org/chromeos/test/data/network/
toplevel_openvpn_clientcert_with_cert_pems.onc 40 "TLSAuthContents": "-----BEGIN OpenVPN Static key V1-----\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\nEND OpenVPN Static key V1-----\n",
  /external/icu4c/samples/case/
case.cpp 77 u_fprintf(out, "\nEnd C++ sample\n\n");
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java 360 // The node n spans [nBegin, nEnd]
362 int nEnd = ends.get(n);
366 if (nBegin >= n && nEnd <= endNode &&
369 n = nEnd + 1;
376 // If the node [nBegin, nEnd) lies completely within
377 // the region then proceed to the (nEnd + 1).
378 if (nBegin >= blockStart && nEnd < endNode) {
379 n = nEnd + 1;
387 debug("Forcing new block: " + n + " (" + nBegin + " " + nEnd +
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 393 // The node n spans [nBegin, nEnd]
395 int nEnd = ends.get(n);
399 if (nBegin >= n && nEnd <= endNode &&
402 n = nEnd + 1;
409 // If the node [nBegin, nEnd) lies completely within
410 // the region then proceed to the (nEnd + 1).
411 if (nBegin >= blockStart && nEnd < endNode) {
412 n = nEnd + 1;
420 debug("Forcing new block: " + n + " (" + nBegin + " " + nEnd +
  /external/icu4c/samples/break/
break.cpp 139 puts("\nEnd C++ Break Iteration");
ubreak.c 126 printf("\nEnd of C boundary analysis\n");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
uu_codec.py 40 write(' \nend\n')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
uu_codec.py 40 write(' \nend\n')
  /external/llvm/include/llvm/CodeGen/PBQP/
HeuristicBase.h 133 for (Graph::NodeItr nItr = g.nodesBegin(), nEnd = g.nodesEnd();
134 nItr != nEnd; ++nItr) {
HeuristicSolver.h 417 for (Graph::NodeItr nItr = g.nodesBegin(), nEnd = g.nodesEnd();
418 nItr != nEnd; ++nItr) {
441 for (Graph::NodeItr nItr = g.nodesBegin(), nEnd = g.nodesEnd();
442 nItr != nEnd; ++nItr) {
Graph.h 457 nEnd = other.nodesEnd();
458 nItr != nEnd; ++nItr) {
  /external/chromium_org/third_party/skia/src/core/
SkUtilsArm.cpp 128 SkDebugf("START /proc/cpuinfo:\n%.*s\nEND /proc/cpuinfo\n",
  /external/chromium_org/tools/grit/grit/gather/
interface.py 136 e.g. 'ID_THIS_SECTION TYPE\n...BEGIN\n "Translated message"\n......\nEND'
  /external/chromium_org/tools/grit/grit/tool/
rc2grd_unittest.py 75 rc_text = '''STRINGTABLE\nBEGIN\nID_BINGO "<SPAN id=hp style='BEHAVIOR: url(#default#homepage)'></SPAN><script>if (!hp.isHomePage('[$~HOMEPAGE~$]')) {document.write(""<a href=\\""[$~SETHOMEPAGEURL~$]\\"" >Set As Homepage</a> - "");}</script>"\nEND\n'''
  /external/skia/src/core/
SkUtilsArm.cpp 128 SkDebugf("START /proc/cpuinfo:\n%.*s\nEND /proc/cpuinfo\n",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uu.py 18 encodedtextwrapped = "begin %03o %s\n" + encodedtext.replace("%", "%%") + "\n \nend\n"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uu.py 84 out_file.write(' \nend\n')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uu.py 18 encodedtextwrapped = "begin %03o %s\n" + encodedtext.replace("%", "%%") + "\n \nend\n"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uu.py 84 out_file.write(' \nend\n')
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 437 int nend) {
438 if (text == mSpannable) mChanged.add(new Changed(span, ostart, oend, nstart, nend));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
polygon.c 79 debug_printf("\nend\n");
  /external/mesa3d/src/gallium/state_trackers/vega/
polygon.c 79 debug_printf("\nend\n");

Completed in 1108 milliseconds

1 2 3