Searched refs:from (Results 276 - 300 of 1785) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/i18n/
H A Dtztrans.cpp21 TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to) argument
22 : UObject(), fTime(time), fFrom(from.clone()), fTo(to.clone()) {
96 TimeZoneTransition::setFrom(const TimeZoneRule& from) { argument
100 fFrom = from.clone();
104 TimeZoneTransition::adoptFrom(TimeZoneRule* from) { argument
108 fFrom = from;
/external/nist-sip/java/javax/sip/message/
H A DMessageFactory.java17 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
22 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
27 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
33 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
38 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
43 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
16 createRequest(URI requestURI, String method, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards, ContentTypeHeader contentType, Object content) argument
21 createRequest(URI requestURI, String method, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards, ContentTypeHeader contentType, byte[] content) argument
26 createRequest(URI requestURI, String method, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards) argument
32 createResponse(int statusCode, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards, ContentTypeHeader contentType, Object content) argument
37 createResponse(int statusCode, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards, ContentTypeHeader contentType, byte[] content) argument
42 createResponse(int statusCode, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards) argument
/external/selinux/policycoreutils/restorecond/
H A Dstringslist.c81 int strings_list_diff(struct stringsList *from, struct stringsList *to) argument
83 while (from != NULL && to != NULL) {
84 if (strcmp(from->string, to->string) != 0)
86 from = from->next;
89 if (from != NULL || to != NULL)
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMethodImplementationBuilder.java16 * contributors may be used to endorse or promote products derived from
106 public void addCatch(@Nullable TypeReference type, @Nonnull Label from, argument
108 impl.addCatch(type, from, to, handler);
111 public void addCatch(@Nullable String type, @Nonnull Label from, @Nonnull Label to, argument
113 impl.addCatch(type, from, to, handler);
116 public void addCatch(@Nonnull Label from, @Nonnull Label to, @Nonnull Label handler) { argument
117 impl.addCatch(from, to, handler);
/external/valgrind/gdbserver_tests/
H A Dmcwatchpoints.stderr.exp2 breakme function called from line 19
22 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A DmcinfcallRU.stderr.exp3 pid .... Thread .... inferior call pushed from gdb in mcinfcallRU.stdinB.gdb
H A Dnlsigvgdb.stderrB.exp2 vgdb-error value changed from 0 to 999999
/external/valgrind/memcheck/tests/
H A Ddemangle.stderr.exp15 Use --track-origins=yes to see where uninitialised values come from
16 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
H A Dpartiallydefinedeq.stderr.exp18 Use --track-origins=yes to see where uninitialised values come from
19 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DPacketMath.h147 template<> EIGEN_STRONG_INLINE Packet4f pset1<Packet4f>(const float& from) { argument
148 // Taken from http://developer.apple.com/hardwaredrivers/ve/alignment.html
150 af[0] = from;
156 template<> EIGEN_STRONG_INLINE Packet4i pset1<Packet4i>(const int& from) { argument
158 ai[0] = from;
259 template<> EIGEN_STRONG_INLINE Packet4f pload<Packet4f>(const float* from) { EIGEN_DEBUG_ALIGNED_LOAD return vec_ld(0, from); } argument
260 template<> EIGEN_STRONG_INLINE Packet4i pload<Packet4i>(const int* from) { EIGEN_DEBUG_ALIGNED_LOAD return vec_ld(0, from); } argument
262 template<> EIGEN_STRONG_INLINE Packet4f ploadu<Packet4f>(const float* from) argument
274 ploadu(const int* from) argument
286 ploaddup(const float* from) argument
293 ploaddup(const int* from) argument
301 pstore(float* to, const Packet4f& from) argument
302 pstore(int* to, const Packet4i& from) argument
304 pstoreu(float* to, const Packet4f& from) argument
322 pstoreu(int* to, const Packet4i& from) argument
[all...]
/external/boringssl/src/crypto/conf/
H A Dconf.c34 * 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
187 static int str_copy(CONF *conf, char *section, char **pto, char *from) { argument
198 len = strlen(from) + 1;
204 if (IS_QUOTE(conf, *from)) {
205 q = *from;
206 from++;
207 while (!IS_EOF(conf, *from) && (*from != q)) {
208 if (IS_ESC(conf, *from)) {
[all...]
/external/chromium-trace/trace-viewer/tracing/
H A Drun_py_tests14 from hooks import install
17 from tvcm import test_runner
/external/clang/test/CodeGen/
H A Dmangle.c71 int foo10(volatile int* add, int from, int to) { argument
73 return llvm_cas(add, from, to);
/external/clang/test/SemaTemplate/
H A Dcopy-ctor-assign.cpp50 void test_X2(X3 &to, X3 from) { argument
51 to = from;
/external/e2fsprogs/util/
H A Dgcc-wall-cleanup16 /In file included from/d
21 /^[ ]*from/d
/external/guava/guava/src/com/google/common/io/
H A DFiles.java75 * Returns a buffered reader that reads from a file using the given
78 * @param file the file to read from
109 * Returns a new {@link ByteSource} for reading bytes from the given file.
158 * Reads a file of the given expected size from the given input stream, if
161 * from the stream.
212 * Returns a new {@link CharSource} for reading character data from the given
238 * that read from a file.
240 * @param file the file to read from
294 * @param file the file to read from
345 * Reads all bytes from
383 copy(InputSupplier<? extends InputStream> from, File to) argument
395 write(byte[] from, File to) argument
411 copy(File from, OutputSupplier<? extends OutputStream> to) argument
423 copy(File from, OutputStream to) argument
440 copy(File from, File to) argument
461 copy( InputSupplier<R> from, File to, Charset charset) argument
476 write(CharSequence from, File to, Charset charset) argument
491 append(CharSequence from, File to, Charset charset) argument
507 write(CharSequence from, File to, Charset charset, boolean append) argument
527 copy(File from, Charset charset, OutputSupplier<W> to) argument
542 copy(File from, Charset charset, Appendable to) argument
661 move(File from, File to) argument
[all...]
/external/guava/guava-tests/test/com/google/common/reflect/
H A DParameterTest.java35 for (Parameter param : Invokable.from(method).getParameters()) {
44 for (Parameter param : Invokable.from(method).getParameters()) {
/external/mesa3d/src/gallium/state_trackers/vega/
H A DSConscript6 from sys import executable as python_cmd
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DQuicktimeTextTrackImpl.java68 long silentTime = sub.from - lastEnd;
97 long silentTime = sub.from - lastEnd;
103 stts.add(new TimeToSampleBox.Entry(1, sub.to - sub.from));
131 long from; field in class:QuicktimeTextTrackImpl.Line
136 public Line(long from, long to, String text) { argument
137 this.from = from;
143 return from;
H A DTextTrackImpl.java71 long silentTime = sub.from - lastEnd;
100 long silentTime = sub.from - lastEnd;
106 stts.add(new TimeToSampleBox.Entry(1, sub.to - sub.from));
134 long from; field in class:TextTrackImpl.Line
139 public Line(long from, long to, String text) { argument
140 this.from = from;
146 return from;
/external/openssh/
H A Ddispatch.h51 #define dispatch_range(from, to, fn) \
52 ssh_dispatch_range(active_state, (from), (to), (fn))
/external/protobuf/
H A Dbuild.gradle89 from sourceSets.nano.output, sourceSets.micro.output
97 from sourceSets.nano.output
106 from sourceSets.micro.output
115 from sourceSets.lite.output
/external/chromium-trace/trace-viewer/tracing/build/
H A Dgjslint15 from hooks import gjslint
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/
H A Drun_test7 from vinn import d8_runner_unittest
/external/eigen/Eigen/src/Core/
H A DGenericPacketMath.h151 /** \internal \returns a packet version of \a *from, from must be 16 bytes aligned */
153 pload(const typename unpacket_traits<Packet>::type* from) { return *from; } argument
155 /** \internal \returns a packet version of \a *from, (un-aligned load) */
157 ploadu(const typename unpacket_traits<Packet>::type* from) { return *from; } argument
159 /** \internal \returns a packet with elements of \a *from duplicated.
160 * For instance, for a packet of 8 elements, 4 scalar will be read from \a *from an
165 ploaddup(const typename unpacket_traits<Packet>::type* from) argument
176 pstore(Scalar* to, const Packet& from) argument
180 pstoreu(Scalar* to, const Packet& from) argument
287 ploadt(const typename unpacket_traits<Packet>::type* from) argument
298 pstoret(Scalar* to, const Packet& from) argument
[all...]

Completed in 605 milliseconds

<<11121314151617181920>>