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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
roll.py 14 # contributors may be used to endorse or promote products derived from
29 from webkitpy.tool.commands.abstractsequencedcommand import AbstractSequencedCommand
31 from webkitpy.tool import steps
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
closepatch.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
postdiffforrevert.py 14 # contributors may be used to endorse or promote products derived from
29 from webkitpy.common.net.bugzilla import Attachment
30 from webkitpy.tool.steps.abstractstep import AbstractStep
  /frameworks/av/include/media/stagefright/foundation/
AString.h 29 AString(const AString &from);
30 AString(const AString &from, size_t offset, size_t n);
33 AString &operator=(const AString &from);
36 void setTo(const AString &from, size_t offset, size_t n);
50 void append(const AString &from);
51 void append(const AString &from, size_t offset, size_t n);
62 void insert(const AString &from, size_t insertionPos);
63 void insert(const char *from, size_t size, size_t insertionPos);
  /system/core/sh/
mystring.c 7 * This code is derived from software contributed to Berkeley by
19 * may be used to endorse or promote products derived from this software
48 * scopy(from, to) Copy a string.
49 * scopyn(from, to, n) Like scopy, but checks for overflow.
73 * scopyn - copy a string from "from" to "to", truncating the string
79 scopyn(const char *from, char *to, int size)
83 if ((*to++ = *from++) == '\0')
  /dalvik/vm/mterp/armv5te/
OP_MOVE.S 4 mov r1, rINST, lsr #12 @ r1<- B from 15:12
5 mov r0, rINST, lsr #8 @ r0<- A from 11:8
9 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
  /dalvik/vm/mterp/armv6t2/
OP_MOVE.S 4 mov r1, rINST, lsr #12 @ r1<- B from 15:12
5 ubfx r0, rINST, #8, #4 @ r0<- A from 11:8
8 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
  /external/apache-http/src/org/apache/http/message/
BasicHeaderIterator.java 94 * @param from one less than the index to consider first,
100 protected int findNext(int from) {
101 if (from < -1)
106 while (!found && (from < to)) {
107 from++;
108 found = filterHeader(from);
110 return found ? from : -1;
135 * Obtains the next header from this iteration.
BasicListHeaderIterator.java 102 * @param from one less than the index to consider first,
108 protected int findNext(int from) {
109 if (from < -1)
114 while (!found && (from < to)) {
115 from++;
116 found = filterHeader(from);
118 return found ? from : -1;
148 * Obtains the next header from this iteration.
  /external/dhcpcd/
dhcpcd-run-hooks 5 from="from"
7 signature="${signature_base} ${from} ${interface}"
9 signature_end="${signature_base_end} ${from} ${interface}"
13 # remove variables from the environment so later scripts don't see them.
  /external/qemu/distrib/zlib-1.2.3/
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 */
194 from = window - OFF;
196 from += wsize - op;
197 if (op < len) { /* some from window */
200 PUP(out) = PUP(from);
202 from = out - dist; /* rest from output *
    [all...]
  /external/valgrind/main/callgrind/
jumps.c 79 static UInt jcc_hash_idx(BBCC* from, UInt jmp, BBCC* to, UInt size)
81 return (UInt) ( (UWord)from + 7* (UWord)to + 13*jmp) % size;
108 new_idx = jcc_hash_idx(curr_jcc->from, curr_jcc->jmp,
138 * for a spontaneous call, from is 0 (i.e. caller unknown)
140 static jCC* new_jcc(BBCC* from, UInt jmp, BBCC* to)
152 jcc->from = from;
162 if (from) {
164 CLG_ASSERT((0 <= jmp) && (jmp <= from->bb->cjmp_count));
165 jcc->next_from = from->jmp[jmp].jcc_list
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcbreak.stderrB.exp 2 vgdb-error value changed from 0 to 999999
3 vgdb-error value changed from 999999 to 0
5 vgdb-error value changed from 0 to 0
  /external/webkit/Source/WebCore/svg/
SVGPointList.cpp 48 float inline adjustAnimatedValue(float from, float to, float progress)
50 return (to - from) * progress + from;
59 const FloatPoint& from = fromList.at(n); local
61 FloatPoint segment = FloatPoint(adjustAnimatedValue(from.x(), to.x(), progress),
62 adjustAnimatedValue(from.y(), to.y(), progress));
  /external/webkit/Tools/QueueStatusServer/handlers/
updatestatus.py 14 # contributors may be used to endorse or promote products derived from
29 from google.appengine.api import users
30 from google.appengine.ext import webapp, db
31 from google.appengine.ext.webapp import template
33 from handlers.updatebase import UpdateBase
34 from model.attachment import Attachment
35 from model.queuestatus import QueueStatus
updateworkitems.py 14 # contributors may be used to endorse or promote products derived from
29 from google.appengine.ext import webapp, db
30 from google.appengine.ext.webapp import template
32 from handlers.updatebase import UpdateBase
33 from model.queues import Queue
34 from model.workitems import WorkItems
36 from datetime import datetime
  /frameworks/compile/libbcc/
libbcc-gen-config-from-mk.mk 1 # Build Rules for Extracting Configuration from Android.mk
8 $(PRIVATE_PATH)/tools/build/gen-config-from-mk.py < $< > $@
10 $(LIBBCC_ROOT_PATH)/tools/build/gen-config-from-mk.py
  /external/kernel-headers/original/asm-x86/
uaccess_32.h 68 * to write to a block, it is always safe to read from it.
112 * and hide all the ugliness from the user.
132 * get_user: - Get a simple variable from user space.
138 * This macro copies a single simple variable from user space to kernel
186 * This macro copies a single simple value from kernel space to user
228 * __get_user: - Get a simple variable from user space, with less checking.
234 * This macro copies a single simple variable from user space to kernel
258 * This macro copies a single simple value from kernel space to user
329 * Tell gcc we read from memory instead of writing: this is because
390 const void *from, unsigned long n)
    [all...]
  /external/llvm/bindings/python/llvm/
disassembler.py 10 from ctypes import CFUNCTYPE
11 from ctypes import POINTER
12 from ctypes import addressof
13 from ctypes import byref
14 from ctypes import c_byte
15 from ctypes import c_char_p
16 from ctypes import c_int
17 from ctypes import c_size_t
18 from ctypes import c_ubyte
19 from ctypes import c_uint6
    [all...]
core.py 10 from .common import LLVMObject
11 from .common import c_object_p
12 from .common import get_library
14 from . import enumerations
16 from ctypes import POINTER
17 from ctypes import byref
18 from ctypes import c_char_p
41 """Obtain an OpCode instance from a numeric value."""
69 Currently, we support creating from the contents of a file at the
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
ComposingText.java 29 * {@link LetterConverter} and {@link WnnEngine} get the input string from it, and
87 tmp += "(" + ss.string + "," + ss.from + "," + ss.to + ")";
120 * @param from Convert range from
124 public String toString(int layer, int from, int to) {
129 for (int i = from; i <= to; i++) {
153 * @param mod_from Modified from
154 * @param mod_len Length after modified (# of StrSegments from {@code mod_from})
155 * @param org_len Length before modified (# of StrSegments from {@code mod_from})
181 last.string = toString(layer, last.from, last.to)
    [all...]
  /external/guava/guava-tests/test/com/google/common/net/
InternetDomainNameTest.java 40 InternetDomainName.from("j\u00f8rpeland.no");
42 InternetDomainName.from("xn--jrpeland-54a.no");
199 InternetDomainName.from(name);
206 InternetDomainName.from(name);
216 final InternetDomainName domain = InternetDomainName.from(name);
225 final InternetDomainName domain = InternetDomainName.from(name);
234 final InternetDomainName domain = InternetDomainName.from(name);
243 final InternetDomainName domain = InternetDomainName.from(name);
252 final InternetDomainName domain = InternetDomainName.from(name);
263 final InternetDomainName domain = InternetDomainName.from(name)
    [all...]
  /frameworks/av/media/libstagefright/foundation/
AString.cpp 51 AString::AString(const AString &from)
55 setTo(from, 0, from.size());
58 AString::AString(const AString &from, size_t offset, size_t n)
62 setTo(from, offset, n);
69 AString &AString::operator=(const AString &from) {
70 if (&from != this) {
71 setTo(from, 0, from.size());
98 void AString::setTo(const AString &from, size_t offset, size_t n)
    [all...]
  /frameworks/base/core/java/android/widget/
SimpleCursorAdapter.java 25 * An easy adapter to map columns from a cursor to TextViews or ImageViews
51 * This field should be made private, so it is hidden from the SDK.
57 * This field should be made private, so it is hidden from the SDK.
77 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) {
80 mOriginalFrom = from;
81 findColumns(c, from);
93 * @param from A list of column names representing the data to bind to the UI. Can be null
95 * @param to The views that should display column in the "from" parameter.
97 * are given the values of the first N columns in the from
102 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from,
138 final int[] from = mFrom; local
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
SimpleCursorAdapter.java 36 * This field should be made private, so it is hidden from the SDK.
42 * This field should be made private, so it is hidden from the SDK.
62 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) {
65 mOriginalFrom = from;
66 findColumns(from);
78 * @param from A list of column names representing the data to bind to the UI. Can be null
80 * @param to The views that should display column in the "from" parameter.
82 * are given the values of the first N columns in the from
87 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from,
91 mOriginalFrom = from;
123 final int[] from = mFrom; local
    [all...]

Completed in 5303 milliseconds

1 2 3 4 5 6 7 8 91011>>