HomeSort by relevance Sort by last modified time
    Searched refs:from (Results 151 - 175 of 4380) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArrayList.java 129 static boolean containsAll(Collection<?> collection, Object[] snapshot, int from, int to) {
131 if (indexOf(o, snapshot, from, to) == -1) {
140 * occurrence that is at or after {@code from}.
144 public int indexOf(E object, int from) {
146 return indexOf(object, snapshot, from, snapshot.length);
214 public List<E> subList(int from, int to) {
216 if (from < 0 || from > to || to > snapshot.length) {
217 throw new IndexOutOfBoundsException("from=" + from + ", to=" + to
654 private final int from; field in class:CopyOnWriteArrayList.Slice
694 private final int from; field in class:CopyOnWriteArrayList.CowIterator
    [all...]
  /external/apache-http/src/org/apache/commons/codec/net/
RFC1522Codec.java 105 int from = 2; local
106 int to = text.indexOf("?", from);
110 String charset = text.substring(from, to);
114 from = to + 1;
115 to = text.indexOf("?", from);
119 String encoding = text.substring(from, to);
124 from = to + 1;
125 to = text.indexOf("?", from);
126 byte[] data = text.substring(from, to).getBytes(StringEncodings.US_ASCII);
  /external/webkit/Tools/RebaselineQueueServer/handlers/
pages.py 14 # contributors may be used to endorse or promote products derived from
29 from google.appengine.ext import webapp
30 from google.appengine.ext.webapp import template
32 from model.queueentry import QueueEntry
  /external/webkit/Tools/Scripts/webkitpy/common/net/irc/
ircproxy_unittest.py 14 # contributors may be used to endorse or promote products derived from
31 from webkitpy.common.net.irc.ircproxy import IRCProxy
32 from webkitpy.common.system.outputcapture import OutputCapture
33 from webkitpy.thirdparty.mock import Mock
42 expected_stderr = "Connecting to IRC\nDisconnecting from IRC...\n"
  /external/webkit/Tools/Scripts/webkitpy/common/net/
statusserver_unittest.py 14 # contributors may be used to endorse or promote products derived from
31 from webkitpy.common.net.statusserver import StatusServer
32 from webkitpy.common.system.outputcapture import OutputCaptureTestCaseBase
33 from webkitpy.tool.mocktool import MockBrowser
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
sheriffbot_unittest.py 14 # contributors may be used to endorse or promote products derived from
31 from webkitpy.tool.commands.queuestest import QueuesTest
32 from webkitpy.tool.commands.sheriffbot import SheriffBot
33 from webkitpy.tool.mocktool import *
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
applypatch.py 14 # contributors may be used to endorse or promote products derived from
29 from webkitpy.tool.steps.abstractstep import AbstractStep
30 from webkitpy.tool.steps.options import Options
31 from webkitpy.common.system.deprecated_logging import log
42 log("Processing patch %s from bug %s." % (state["patch"].id(), state["patch"].bug_id()))
closebugforlanddiff_unittest.py 14 # contributors may be used to endorse or promote products derived from
31 from webkitpy.common.system.outputcapture import OutputCapture
32 from webkitpy.tool.mocktool import MockOptions, MockTool
33 from webkitpy.tool.steps.closebugforlanddiff import CloseBugForLandDiff
ensurelocalcommitifneeded.py 14 # contributors may be used to endorse or promote products derived from
29 from webkitpy.tool.steps.abstractstep import AbstractStep
30 from webkitpy.tool.steps.options import Options
31 from webkitpy.common.system.deprecated_logging import error
reopenbugafterrollout.py 14 # contributors may be used to endorse or promote products derived from
29 from webkitpy.tool.comments import bug_comment_from_commit_text
30 from webkitpy.tool.steps.abstractstep import AbstractStep
31 from webkitpy.common.system.deprecated_logging import log
update.py 14 # contributors may be used to endorse or promote products derived from
29 from webkitpy.tool.steps.abstractstep import AbstractStep
30 from webkitpy.tool.steps.options import Options
31 from webkitpy.common.system.deprecated_logging import log
  /libcore/luni/src/main/java/java/util/regex/
MatchResultImpl.java 58 int from = offsets[group * 2]; local
60 if (from == -1 || to == -1) {
63 return text.substring(from, to);
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
AlphaAnimation.java 27 public AlphaAnimation(float from, float to) {
28 mStartAlpha = from;
30 mCurrentAlpha = from;
  /external/grub/netboot/
linux-asm-string.h 2 * Taken from Linux /usr/include/asm/string.h
24 extern void *__memcpy(void * to, const void * from, size_t n);
25 extern void *__constant_memcpy(void * to, const void * from, size_t n);
32 extern inline void * __memcpy(void * to, const void * from, size_t n)
46 :"0" (n/4), "q" (n),"1" ((long) to),"2" ((long) from)
55 extern inline void * __constant_memcpy(void * to, const void * from, size_t n)
61 *(unsigned char *)to = *(const unsigned char *)from;
64 *(unsigned short *)to = *(const unsigned short *)from;
67 *(unsigned short *)to = *(const unsigned short *)from;
68 *(2+(unsigned char *)to) = *(2+(const unsigned char *)from);
    [all...]
  /external/zlib/
inffast.c 78 unsigned dmax; /* maximum distance from zlib header */
95 unsigned char FAR *from; /* where to copy match from */ local
187 if (dist > op) { /* see if copy from window */
208 from = out - dist;
210 PUP(out) = PUP(from);
216 from = window - OFF;
218 from += wsize - op;
219 if (op < len) { /* some from window */
222 PUP(out) = PUP(from);
    [all...]
  /bionic/libc/kernel/common/linux/netfilter/
xt_connbytes.h 4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
37 aligned_u64 from; member in struct:xt_connbytes_info::__anon370
  /dalvik/tests/004-annotations/src/android/test/anno/
IntToString.java 10 int from(); method in interface:IntToString
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_connbytes.h 4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
30 aligned_u64 from; member in struct:xt_connbytes_info::__anon1014
  /external/chromium/third_party/libjingle/source/talk/examples/call/
presencepushtask.h 14 * derived from this software without specific prior written permission.
55 void HandlePresence(const Jid& from, const XmlElement * stanza);
57 const Jid& from, const XmlElement * stanza);
58 static void FillStatus(const Jid& from, const XmlElement * stanza,
60 static void FillMucStatus(const Jid& from, const XmlElement * stanza,
  /external/e2fsprogs/contrib/python-uuid/
setup.py 2 from distutils.core import setup, Extension
  /external/guava/guava/src/com/google/common/hash/
Funnel.java 20 * An object which can send data from an object of type {@code T} into a {@code Sink}.
28 * Sends a stream of data from the {@code from} object into the sink {@code into}. There
32 void funnel(T from, Sink into);
  /external/kernel-headers/original/linux/netfilter/
xt_connbytes.h 19 aligned_u64 from; /* count to be matched */ member in struct:xt_connbytes_info::__anon8013
  /external/valgrind/main/drd/tests/
annotate_hb_race.stderr.exp 8 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
annotate_ignore_rw.stderr.exp 9 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
annotate_publish_hg.stderr.exp 7 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)

Completed in 809 milliseconds

1 2 3 4 5 67 8 91011>>