HomeSort by relevance Sort by last modified time
    Searched full:nlast (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/glib/gobject/
gclosure.c 475 GClosureNotifyData *ndata, *nlast; local
477 nlast = closure->notifiers + CLOSURE_N_NOTIFIERS (closure) - 1;
478 for (ndata = nlast + 1 - closure->n_inotifiers; ndata <= nlast; ndata++)
482 if (ndata < nlast)
483 *ndata = *nlast;
495 GClosureNotifyData *ndata, *nlast; local
497 nlast = closure->notifiers + CLOSURE_N_NOTIFIERS (closure) - closure->n_inotifiers - 1;
498 for (ndata = nlast + 1 - closure->n_fnotifiers; ndata <= nlast; ndata++
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
executive_unittest.py 56 self.assertEquals(error.message_with_output(), 'Failed to run "my_command!" exit_code: -1\n\nLast 500 characters of output:\nb' + '1' * 499)
executive.py 87 return u"%s\n\nLast %s characters of output:\n%s" % \
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues_unittest.py 116 expected_output = "%s\nLast %s characters of output:\n%s" % (utf8_tor, 10, utf8_tor[-10:])
  /cts/tests/tests/text/src/android/text/method/cts/
ScrollingMovementMethodTest.java 55 private static final String THREE_LINES_TEXT = "first line\nsecond line\nlast line";
    [all...]
ArrowKeyMovementMethodTest.java 50 private static final String THREE_LINES_TEXT = "first line\nsecond line\nlast line";
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 1791 Vector<TouchNodeData>::const_iterator nlast = nodeDataList.end(); local
1848 Vector<TouchNodeData>::const_iterator nlast = nodeDataList.end(); local
    [all...]

Completed in 236 milliseconds