Searched refs:from (Results 251 - 275 of 1785) sorted by relevance

<<11121314151617181920>>

/external/valgrind/memcheck/tests/linux/
H A Dlsframe2.stderr.exp12 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dsigqueue.stderr.exp11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dsys-openat.stderr.exp11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dsyscalls-2007.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dsyslog-syscall.stderr.exp11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/valgrind/memcheck/tests/
H A Dmallinfo.stderr.exp11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dnew_override.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dsbfragment.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dsem.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/valgrind/memcheck/tests/ppc32/
H A Dpower_ISA2_05.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dpower_ISA2_07.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/valgrind/memcheck/tests/ppc64/
H A Dpower_ISA2_05.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dpower_ISA2_07.stderr.exp10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/vboot_reference/scripts/image_signing/
H A Dswap_rootfs.sh14 This will put the root file system from src_image into dst_image.
29 echo "RootFS from ${SRC_IMAGE} was copied into ${DST_IMAGE}"
/external/guava/guava/src/com/google/common/collect/
H A DRegularImmutableSortedMultiset.java96 ImmutableSortedMultiset<E> getSubMultiset(int from, int to) { argument
97 checkPositionIndexes(from, to, length);
98 if (from == to) {
100 } else if (from == 0 && to == length) {
104 (RegularImmutableSortedSet<E>) elementSet.getSubSet(from, to);
106 subElementSet, counts, cumulativeCounts, offset + from, to - from);
/external/mesa3d/src/mesa/math/
H A Dm_copy_tmp.h35 GLfloat *from = f->start; \
42 if (BITS&1) t[i][0] = from[0]; \
43 if (BITS&2) t[i][1] = from[1]; \
44 if (BITS&4) t[i][2] = from[2]; \
45 if (BITS&8) t[i][3] = from[3]; \
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DRopeByteStringSubstringTest.java16 // contributors may be used to endorse or promote products derived from
37 * This class tests {@link RopeByteString#substring(int, int)} by inheriting the tests from
54 int from = 1130;
56 stringUnderTest = sourceString.substring(from, to);
57 referenceBytes = new byte[to - from];
58 System.arraycopy(sourceBytes, from, referenceBytes, 0, to - from);
87 assertEquals(classUnderTest + " from string must have the expected type",
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc180 CodeGeneratorRequest::CodeGeneratorRequest(const CodeGeneratorRequest& from) argument
183 MergeFrom(from);
435 void CodeGeneratorRequest::MergeFrom(const ::google::protobuf::Message& from) { argument
436 GOOGLE_CHECK_NE(&from, this);
439 &from);
441 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
447 void CodeGeneratorRequest::MergeFrom(const CodeGeneratorRequest& from) { argument
448 GOOGLE_CHECK_NE(&from, this);
449 file_to_generate_.MergeFrom(from.file_to_generate_);
450 proto_file_.MergeFrom(from
459 CopyFrom(const ::google::protobuf::Message& from) argument
465 CopyFrom(const CodeGeneratorRequest& from) argument
514 CodeGeneratorResponse_File(const CodeGeneratorResponse_File& from) argument
795 MergeFrom(const ::google::protobuf::Message& from) argument
807 MergeFrom(const CodeGeneratorResponse_File& from) argument
823 CopyFrom(const ::google::protobuf::Message& from) argument
829 CopyFrom(const CodeGeneratorResponse_File& from) argument
876 CodeGeneratorResponse(const CodeGeneratorResponse& from) argument
1083 MergeFrom(const ::google::protobuf::Message& from) argument
1095 MergeFrom(const CodeGeneratorResponse& from) argument
1106 CopyFrom(const ::google::protobuf::Message& from) argument
1112 CopyFrom(const CodeGeneratorResponse& from) argument
[all...]
/external/eigen/unsupported/Eigen/src/BVH/
H A DKdBVH.h30 //these templates help the tree initializer get the bounding boxes either from a provided
180 //Build the part of the tree between objects[from] and objects[to] (not including objects[to]).
181 //This routine partitions the objCenters in [from, to) along the dimension dim, recursively constructs
183 void build(VIPairList &objCenters, int from, int to, const VolumeList &objBoxes, int dim) argument
185 eigen_assert(to - from > 1);
186 if(to - from == 2) {
187 boxes.push_back(objBoxes[objCenters[from].second].merged(objBoxes[objCenters[from + 1].second]));
188 children.push_back(from + (int)objects.size() - 1); //there are objects.size() - 1 tree nodes
189 children.push_back(from
[all...]
/external/libxml2/
H A DtestAutomata.c80 int from, to; local
82 from = scanNumber(&ptr);
88 if (states[from] == NULL)
89 states[from] = xmlAutomataNewState(am);
100 xmlAutomataNewTransition(am, states[from], states[to],
104 int from, to; local
106 from = scanNumber(&ptr);
112 if (states[from] == NULL)
113 states[from] = xmlAutomataNewState(am);
118 xmlAutomataNewEpsilon(am, states[from], state
132 int from, to; local
[all...]
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dbreakpoint.c22 /* IA64 breakpoint support. Much of this clagged from gdb
34 extract_bit_field(char *bundle, int from, int len) { argument
36 int to = from + len;
37 int from_byte = from / 8;
47 result = c >> (from % 8);
48 lshift = 8 - (from % 8);
66 replace_bit_field(char *bundle, long long val, int from, int len) { argument
67 int to = from + len;
68 int from_byte = from / 8;
78 ((unsigned char)(c << (8 - from
[all...]
/external/libhevc/common/arm/
H A Dihevc_intra_pred_luma_mode_3_to_9.s87 @stack contents from #40
183 vld1.8 {d0,d1}, [r6] @stores the 32 values reqd based on indices values (from least idx)
202 vtbl.8 d12, {d0,d1}, d8 @load from ref_main_idx (row 0)
205 vtbl.8 d13, {d0,d1}, d9 @load from ref_main_idx + 1 (row 0)
209 vtbl.8 d16, {d0,d1}, d4 @load from ref_main_idx (row 1)
213 vtbl.8 d17, {d0,d1}, d5 @load from ref_main_idx + 1 (row 1)
219 vtbl.8 d14, {d0,d1}, d8 @load from ref_main_idx (row 2)
223 vtbl.8 d15, {d0,d1}, d9 @load from ref_main_idx + 1 (row 2)
230 vtbl.8 d10, {d0,d1}, d4 @load from ref_main_idx (row 3)
234 vtbl.8 d11, {d0,d1}, d5 @load from ref_main_id
[all...]
/external/protobuf/src/google/protobuf/
H A Dreflection_ops.cc16 // contributors may be used to endorse or promote products derived from
48 void ReflectionOps::Copy(const Message& from, Message* to) { argument
49 if (&from == to) return;
51 Merge(from, to);
54 void ReflectionOps::Merge(const Message& from, Message* to) { argument
55 GOOGLE_CHECK_NE(&from, to);
57 const Descriptor* descriptor = from.GetDescriptor();
63 const Reflection* from_reflection = from.GetReflection();
67 from_reflection->ListFields(from, &fields);
72 int count = from_reflection->FieldSize(from, fiel
[all...]
/external/toybox/scripts/
H A Dconfig2help.c69 // Sets *from to where dash lines removed from (in case they weren't).
72 // If no prefix, *help NULL. If no postfix, *from == *help
73 // if no dashlines returned *from == *help.
75 char **grab_dashlines(struct double_list **help, struct double_list **from, argument
84 *from = *help;
88 s = trim((*from)->data);
94 *from = (*from)->next;
95 if (*from
323 char *from = this+2, *to = that+2; local
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DSetEqualsTester.java40 getSet().equals(MinimalSet.from(getSampleElements())));
50 getSet().equals(MinimalSet.from(elements))
63 getSet().equals(MinimalSet.from(elements)));
70 Set<E> other = MinimalSet.from(elements);
81 getSet().equals(MinimalSet.from(fewerElements)));
87 getSet().equals(MinimalSet.from(moreElements)));

Completed in 2076 milliseconds

<<11121314151617181920>>