HomeSort by relevance Sort by last modified time
    Searched refs:from (Results 76 - 100 of 10411) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/harfbuzz_ng/test/shaping/
hb-unicode-decode 3 from hb_test_tools import *
hb-unicode-encode 3 from hb_test_tools import *
  /external/mesa3d/src/gallium/tools/trace/
dump.py 24 # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
30 from parse import *
  /external/valgrind/main/drd/tests/
omp_matinv_racy.stderr.exp 1 ERROR SUMMARY: 76 errors from 7 contexts
omp_prime_racy.stderr.exp 1 ERROR SUMMARY: 3 errors from 3 contexts
pth_barrier.stderr.exp 1 ERROR SUMMARY: 1 errors from 1 contexts
pth_once.stderr.exp 1 ERROR SUMMARY: 0 errors from 0 contexts
tc05_simple_race.stderr.exp 1 ERROR SUMMARY: 2 errors from 2 contexts
tc06_two_races.stderr.exp 1 ERROR SUMMARY: 4 errors from 4 contexts
threaded-fork.stderr.exp 3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_hbefore.stderr.exp 3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_rwlock.stderr.exp 4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_smart_pointer.stderr.exp 4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /prebuilts/python/darwin-x86/2.7.5/bin/
idle 3 from idlelib.PyShell import main
  /prebuilts/python/linux-x86/2.7.5/bin/
idle 3 from idlelib.PyShell import main
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
stream.py 15 # contributors may be used to endorse or promote products derived from
35 from mod_pywebsocket._stream_base import BadOperationException
36 from mod_pywebsocket._stream_base import ConnectionTerminatedException
37 from mod_pywebsocket._stream_base import InvalidFrameException
38 from mod_pywebsocket._stream_base import InvalidUTF8Exception
39 from mod_pywebsocket._stream_base import UnsupportedFrameException
40 from mod_pywebsocket._stream_hixie75 import StreamHixie75
41 from mod_pywebsocket._stream_hybi import Frame
42 from mod_pywebsocket._stream_hybi import Stream
43 from mod_pywebsocket._stream_hybi import StreamOption
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
stream.py 15 # contributors may be used to endorse or promote products derived from
35 from mod_pywebsocket._stream_base import BadOperationException
36 from mod_pywebsocket._stream_base import ConnectionTerminatedException
37 from mod_pywebsocket._stream_base import InvalidFrameException
38 from mod_pywebsocket._stream_base import InvalidUTF8Exception
39 from mod_pywebsocket._stream_base import UnsupportedFrameException
40 from mod_pywebsocket._stream_hixie75 import StreamHixie75
41 from mod_pywebsocket._stream_hybi import Frame
42 from mod_pywebsocket._stream_hybi import Stream
43 from mod_pywebsocket._stream_hybi import StreamOption
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicTokenIterator.java 56 /** The iterator from which to obtain the next header. */
102 * Obtains the next token from this iteration.
157 * will be obtained from {@link #headerIt}.
160 * @param from the position in the current header at which to
168 protected int findNext(int from)
171 if (from < 0) {
172 // called from the constructor, initialize the first header
177 from = 0;
180 from = findTokenSeparator(from);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
LineEnding.h 16 * contributors may be used to endorse or promote products derived from
41 CString normalizeLineEndingsToCRLF(const CString& from);
44 void normalizeLineEndingsToCR(const CString& from, Vector<char>& result);
47 void normalizeLineEndingsToLF(const CString& from, Vector<char>& result);
51 void normalizeLineEndingsToNative(const CString& from, Vector<char>& result);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
run-webkit-tests 15 # contributors may be used to endorse or promote products derived from
31 from webkitpy.common import multiprocessing_bootstrap
test-webkitpy 16 # contributors may be used to endorse or promote products derived from
30 from webkitpy.common import multiprocessing_bootstrap
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
__init__.py 5 from .buildbot import BuildBot, Builder, Build
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
__main__.py 2 from coverage.cmdline import main
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
__init__.py 14 # contributors may be used to endorse or promote products derived from
30 from webkitpy.tool.steps.addsvnmimetypeforpng import AddSvnMimetypeForPng
31 from webkitpy.tool.steps.checkstyle import CheckStyle
32 from webkitpy.tool.steps.cleanworkingdirectory import CleanWorkingDirectory
33 from webkitpy.tool.steps.commit import Commit
34 from webkitpy.tool.steps.confirmdiff import ConfirmDiff
35 from webkitpy.tool.steps.discardlocalchanges import DiscardLocalChanges
36 from webkitpy.tool.steps.ensurebugisopenandassigned import EnsureBugIsOpenAndAssigned
37 from webkitpy.tool.steps.ensurelocalcommitifneeded import EnsureLocalCommitIfNeeded
38 from webkitpy.tool.steps.haslanded import HasLande
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
MessageEventRequestListener.java 48 * @param from the user that sent the notification.
52 public void deliveredNotificationRequested(String from, String packetID,
58 * @param from the user that sent the notification.
62 public void displayedNotificationRequested(String from, String packetID,
69 * @param from the user that sent the notification.
73 public void composingNotificationRequested(String from, String packetID,
79 * @param from the user that sent the notification.
83 public void offlineNotificationRequested(String from, String packetID,

Completed in 1009 milliseconds

1 2 34 5 6 7 8 91011>>