Searched refs:to (Results 176 - 200 of 6877) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DInterpolableValue.cpp12 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableNumber::interpolate(const InterpolableValue &to, const double progress) const argument
14 const InterpolableNumber* toNumber = toInterpolableNumber(&to);
22 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableBool::interpolate(const InterpolableValue &to, const double progress) const argument
27 return to.clone();
30 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableList::interpolate(const InterpolableValue &to, const double progress) const argument
32 const InterpolableList* toList = toInterpolableList(&to);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFontImpl.cpp15 * contributors may be used to endorse or promote products derived from
92 int from, int to) const
99 runInfo.to = to == -1 ? textRun.length() : to;
123 WebFloatRect WebFontImpl::selectionRectForText(const WebTextRun& run, const WebFloatPoint& leftBaseline, int height, int from, int to) const
126 return m_font.selectionRectForText(run, leftBaseline, height, from, to);
/external/chromium_org/third_party/icu/source/i18n/
H A Dztrans.cpp27 ztrans_open(UDate time, const void* from, const void* to){ argument
28 return (ZTrans*) new TimeZoneTransition(time,*(TimeZoneRule*)from,*(TimeZoneRule*)to);
82 ztrans_setTo(ZTrans* trans, const void* to) { argument
83 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTo(*(TimeZoneRule*)to);
87 ztrans_adoptTo(ZTrans* trans, void* to) { argument
88 return ((TimeZoneTransition*)trans)->TimeZoneTransition::adoptTo((TimeZoneRule*)to);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A DREADME4 * Permission is hereby granted, free of charge, to any person
6 * files (the "Software"), to deal in the Software without
7 * restriction, including without limitation the rights to use, copy,
9 * of the Software, and to permit persons to whom the Software is
10 * furnished to do so, subject to the following conditions:
30 The XA state tracker is intended as a versioned interface to gallium for
35 a number of interfaces to work with:
42 Since Gallium3D is not versioned, the Xorg state tracker needs to b
[all...]
/external/emma/
H A DAndroid.mk6 # the custom dex'ed emma library ready to put on a device.
24 # the custom emma library to add to an SDK project.
/external/icu/icu4c/source/i18n/
H A Dztrans.cpp27 ztrans_open(UDate time, const void* from, const void* to){ argument
28 return (ZTrans*) new TimeZoneTransition(time,*(TimeZoneRule*)from,*(TimeZoneRule*)to);
82 ztrans_setTo(ZTrans* trans, const void* to) { argument
83 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTo(*(TimeZoneRule*)to);
87 ztrans_adoptTo(ZTrans* trans, void* to) { argument
88 return ((TimeZoneTransition*)trans)->TimeZoneTransition::adoptTo((TimeZoneRule*)to);
/external/mesa3d/src/gallium/state_trackers/xa/
H A DREADME4 * Permission is hereby granted, free of charge, to any person
6 * files (the "Software"), to deal in the Software without
7 * restriction, including without limitation the rights to use, copy,
9 * of the Software, and to permit persons to whom the Software is
10 * furnished to do so, subject to the following conditions:
30 The XA state tracker is intended as a versioned interface to gallium for
35 a number of interfaces to work with:
42 Since Gallium3D is not versioned, the Xorg state tracker needs to b
[all...]
/external/nanopb-c/generator/
H A Dprotoc-gen-nanopb.bat2 :: This file is used to invoke nanopb_generator.py as a plugin
3 :: to protoc on Windows.
8 :: path is already set up properly and there is no need to give
/external/valgrind/main/gdbserver_tests/
H A Dnlvgdbsigqueue.stdoutB.exp1 continuing to have vgdb interrupted by simulate_control_c
8 continuing to receive first SIGUSR1
12 continuing to receive second SIGUSR1
/external/valgrind/main/memcheck/tests/
H A Dexecve1.stderr.exp1 Syscall param execve(filename) points to unaddressable byte(s)
6 Syscall param execve(argv[i]) points to unaddressable byte(s)
11 Syscall param execve(envp[i]) points to unaddressable byte(s)
/external/chromium-trace/trace-viewer/examples/
H A Drun_stream_server.sh9 echo Navigate to http://localhost:8001/examples/stream_trace_viewer.html
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dorg.chromium.LibCrosService.conf17 <!-- bluez makes agent method calls to Chromium. -->
22 <!-- tlsdate needs to query proxy config. -->
27 <!-- powerd needs to change display power states. -->
32 <!-- update_engine uses this service to resolve the proxy config. -->
/external/chromium_org/chrome/installer/util/
H A Dinstaller_util_test_common.cc17 bool CopyFileHierarchy(const base::FilePath& from, const base::FilePath& to) { argument
18 // In SHFILEOPSTRUCT below, |pFrom| and |pTo| have to be double-null
22 base::string16 double_null_to(to.value());
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_mode_helper.cc26 DCHECK(false) << "Could not convert to AccessibilityMode: " << int_mode;
32 AccessibilityMode AddAccessibilityModeTo(AccessibilityMode to, argument
34 return CastToAccessibilityMode(to | mode_to_add);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGString.cpp15 * along with this library; see the file COPYING.LIB. If not, write to
32 void SVGString::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase>, SVGElement*) argument
37 String toString = toSVGString(to)->m_value;
/external/chromium_org/third_party/icu/source/common/
H A Ddtintrv.cpp23 DateInterval::DateInterval(UDate from, UDate to) argument
25 toDate(to)
/external/chromium_org/third_party/libjingle/source/talk/build/
H A Dcommon.gypi13 # 3. The name of the author may not be used to endorse or promote products
43 'java_home%': '<!(python -c "import os; dir=os.getenv(\'JAVA_HOME\', \'/usr/lib/jvm/java-6-sun\'); assert os.path.exists(os.path.join(dir, \'include/jni.h\')), \'Point \\$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!\'; print dir")',
73 # TODO(ronghuawu): Remove this once libjingle is updated to use the new
134 # The POSIX standard says we have to define this.
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/
H A Drsa_pk1.c7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
65 int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, argument
77 p=(unsigned char *)to;
91 int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, argument
108 if (*p != 0xff) /* should decrypt to 0xff */
138 memcpy(to,p,(unsigned int)j);
143 int RSA_padding_add_PKCS1_type_2(unsigned char *to, in argument
181 RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
[all...]
/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
49 // These can be used as a cheap way to implement the corresponding
50 // methods of the Message interface, though they are likely to be
53 // This class should stay limited to operations needed to implement
59 static void Copy(const Message& from, Message* to);
60 static void Merge(const Message& from, Message* to);
66 // paths (e.g. "foo.bar[5].baz") to *names. "prefix" will be attached to
73 // All methods are static. No need to construc
[all...]
/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)
6 /* Command name to run C preprocessor */
18 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
22 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
30 /* Define to 1 if you have the <direct.h> header file. */
33 /* Define to 1 if you have the `ftruncate' function. */
36 /* Define to 1 if you have the `getcwd' function. */
54 /* Define to 1 if you have the <libgen.h> header file. */
63 /* Define to
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dincbin.asm2 ; 1024 x's to bump above 1024 byte default bytecode buffer size
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dmultisect2.asm20 mov cx, 4 ; four digits to show
24 mov dl, al ; make a copy to process
26 cmp dl, 9 ; is it in the "A" to "F" range?
30 add dl, 30h ; convert to character
/external/guava/guava/src/com/google/common/io/
H A DFiles.java10 * Unless required by applicable law or agreed to in writing, software
68 * @param file the file to read from
79 * Returns a buffered writer that writes to a file using the given
82 * @param file the file to write to
96 * @param file the file to read from
112 * that write to a file.
114 * @param file the file to write to
124 * that write to o
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/icu/icu4c/source/common/
H A Ddtintrv.cpp23 DateInterval::DateInterval(UDate from, UDate to) argument
25 toDate(to)
/external/libedit/
H A DREADME.android3 * cannot push upstream to the llvm.org repository:
4 * - Changes due to Android's build system.
5 * - Changes due to Android's toolchain.
8 * Initial downstream on 2013/10/30: Synched to libedit-20130712-3.1.tar.gz
11 * We add Android's *.mk files that are specific to Android's build system.

Completed in 9429 milliseconds

1234567891011>>