Searched refs:from (Results 301 - 325 of 3600) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/content/test/gpu/
H A Drun_unittests18 from telemetry.unittest import gtest_progress_reporter
19 from telemetry.unittest import run_tests
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGString.cpp32 void SVGString::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase>, SVGElement*) argument
36 String fromString = toSVGString(from)->m_value;
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathNodeSet.cpp59 static void sortBlock(unsigned from, unsigned to, WillBeHeapVector<NodeSetVector>& parentMatrix, bool mayContainAttributeNodes) argument
62 ASSERT(from + 1 < to);
64 for (unsigned i = from; i < to; ++i) {
74 commonAncestor = parentWithDepth(commonAncestorDepth, parentMatrix[from]);
79 for (unsigned i = from + 1; i < to; ++i) {
94 for (unsigned i = from; i < to; ++i) {
96 parentMatrix[i].swap(parentMatrix[from]);
97 if (from + 2 < to)
98 sortBlock(from + 1, to, parentMatrix, mayContainAttributeNodes);
110 unsigned sortedEnd = from;
255 unsigned from = 0; local
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DNavigatorServiceWorker.h22 static NavigatorServiceWorker* from(Document&);
23 static NavigatorServiceWorker& from(Navigator&);
/external/chromium_org/third_party/boringssl/src/crypto/rsa/
H A Dinternal.h34 * The word 'cryptographic' can be left out if the rouines from the library
36 * 4. If you include any Windows specific code (or a derivative thereof) from
96 const uint8_t *from, unsigned from_len);
98 const uint8_t *from, unsigned from_len);
100 const uint8_t *from, unsigned from_len);
102 const uint8_t *from, unsigned from_len);
104 const uint8_t *from, unsigned from_len,
108 const uint8_t *from, unsigned from_len,
111 int RSA_padding_add_none(uint8_t *to, unsigned to_len, const uint8_t *from,
113 int RSA_padding_check_none(uint8_t *to, unsigned to_len, const uint8_t *from,
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ddtintrv.cpp23 DateInterval::DateInterval(UDate from, UDate to) argument
24 : fromDate(from),
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dreflection_ops.h16 // contributors may be used to endorse or promote products derived from
36 // from protocol-compiler-generated code, which may reside in other components.
59 static void Copy(const Message& from, Message* to);
60 static void Merge(const Message& from, Message* to);
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/dj/
H A Dconfig.h4 #define yasm__combpath(from, to) yasm__combpath_win(from, to)
/external/chromium_org/tools/chrome_proxy/
H A Drun_benchmark12 from telemetry import test_runner
13 from telemetry.core import environment
/external/chromium_org/tools/perf/
H A Drun_benchmark11 from telemetry import test_runner
12 from telemetry.core import environment
H A Drun_tests16 from telemetry.unittest import gtest_progress_reporter
17 from telemetry.unittest import run_tests
/external/elfutils/0.153/config/
H A Dylwrap132 from="$1"
135 if test $from = "y.tab.c"; then
136 from="y_tab.c"
138 if test $from = "y.tab.h"; then
139 from="y_tab.h"
143 if test -f "$from"; then
171 FROM=`echo "$from" | sed \
178 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \
179 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?
/external/icu/icu4c/source/common/
H A Ddtintrv.cpp23 DateInterval::DateInterval(UDate from, UDate to) argument
24 : fromDate(from),
/external/libedit/
H A DREADME.android9 from http://thrysoee.dk/editline/.
/external/openssl/crypto/rsa/
H A Drsa_pk1.c35 * The word 'cryptographic' can be left out if the rouines from the library
37 * 4. If you include any Windows specific code (or a derivative thereof) from
68 const unsigned char *from, int flen)
89 memcpy(p,from,(unsigned int)flen);
94 const unsigned char *from, int flen, int num)
99 p=from;
146 const unsigned char *from, int flen)
179 memcpy(p,from,(unsigned int)flen);
184 const unsigned char *from, int flen, int num)
215 * pattern since we can't read out of the bounds of |from|
67 RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, const unsigned char *from, int flen) argument
93 RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
145 RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen, const unsigned char *from, int flen) argument
183 RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
[all...]
/external/protobuf/src/google/protobuf/
H A Dreflection_ops.h16 // contributors may be used to endorse or promote products derived from
36 // from protocol-compiler-generated code, which may reside in other components.
58 static void Copy(const Message& from, Message* to);
59 static void Merge(const Message& from, Message* to);
/external/srec/config/en.us/
H A Drun-chmod.sh2 chmod 777 ./run-bothtags5-from-saved.sh
/external/valgrind/main/gdbserver_tests/
H A Dmcclean_after_fork.stderrB.exp2 vgdb-error value changed from 0 to 999999
/external/guava/guava/src/com/google/common/io/
H A DFiles.java65 * Returns a buffered reader that reads from a file using the given
68 * @param file the file to read from
94 * that read from a file.
96 * @param file the file to read from
146 * @param file the file to read from
185 * Reads all bytes from a file into a byte array.
187 * @param file the file to read from
188 * @return a byte array containing all the bytes from file
214 * Reads all characters from a file into a {@link String}, using the given
217 * @param file the file to read from
234 copy(InputSupplier<? extends InputStream> from, File to) argument
246 write(byte[] from, File to) argument
258 copy(File from, OutputSupplier<? extends OutputStream> to) argument
270 copy(File from, OutputStream to) argument
282 copy(File from, File to) argument
298 copy( InputSupplier<R> from, File to, Charset charset) argument
312 write(CharSequence from, File to, Charset charset) argument
326 append(CharSequence from, File to, Charset charset) argument
341 write(CharSequence from, File to, Charset charset, boolean append) argument
356 copy(File from, Charset charset, OutputSupplier<W> to) argument
370 copy(File from, Charset charset, Appendable to) argument
484 move(File from, File to) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_clip_tmp.h51 const GLfloat *from = (GLfloat *)clip_vec->start; local
59 const GLfloat cx = from[0];
60 const GLfloat cy = from[1];
61 const GLfloat cz = from[2];
62 const GLfloat cw = from[3];
132 const GLfloat *from = (GLfloat *)clip_vec->start; local
139 const GLfloat cx = from[0];
140 const GLfloat cy = from[1];
141 const GLfloat cz = from[2];
142 const GLfloat cw = from[
189 const GLfloat *from = (GLfloat *)clip_vec->start; local
225 const GLfloat *from = (GLfloat *)clip_vec->start; local
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_clip_tmp.h51 const GLfloat *from = (GLfloat *)clip_vec->start; local
59 const GLfloat cx = from[0];
60 const GLfloat cy = from[1];
61 const GLfloat cz = from[2];
62 const GLfloat cw = from[3];
132 const GLfloat *from = (GLfloat *)clip_vec->start; local
139 const GLfloat cx = from[0];
140 const GLfloat cy = from[1];
141 const GLfloat cz = from[2];
142 const GLfloat cw = from[
189 const GLfloat *from = (GLfloat *)clip_vec->start; local
225 const GLfloat *from = (GLfloat *)clip_vec->start; local
[all...]
/external/valgrind/main/VEX/priv/
H A Ds390_disasm.c108 opcodes/s390-opc.txt (from binutils) that have a '$' in their name. */
113 const HChar *from; local
124 /* strcpy(buf, from); */
125 for (from = base, to = buf; *from; ++from, ++to) {
126 *to = *from;
129 for (from = suffix[mask >> 1]; *from; ++from,
144 const HChar *from; local
[all...]
/external/chromium_org/content/shell/common/
H A Dwebkit_test_helpers.h22 // settings from the WebTestRunner library which are relevant for layout tests.
23 void ExportLayoutTestSpecificPreferences(const TestPreferences& from,
/external/chromium_org/mojo/spy/ui/
H A Dspy_shell_to_html12 from ui import spy_shell_to_html
/external/chromium_org/printing/
H A Dpage_range_unittest.cc11 range.from = 1;
14 range.from = 10;
17 range.from = 2;
41 range.from = 1;

Completed in 869 milliseconds

<<11121314151617181920>>