Searched refs:Merge (Results 26 - 34 of 34) sorted by relevance

12

/external/protobuf/python/google/protobuf/
H A Dtext_format.py43 'PrintFieldValue', 'Merge' ]
126 def Merge(text, message): function
/external/v8/test/cctest/
H A Dtest-regexp.cc1769 // Merge one direction.
1770 CharacterRange::Merge(&l1, &l2, &first_only, &second_only, &both);
1788 // Merge other direction.
1789 CharacterRange::Merge(&l2, &l1, &second_only, &first_only, &both);
1807 // Merge but don't record all combinations.
1808 CharacterRange::Merge(&l1, &l2, NULL, NULL, &both);
1818 // Merge into same set.
1820 CharacterRange::Merge(&l1, &l2, &all, &all, &all);
/external/v8/src/
H A Djsregexp.h320 // This way, the Merge function can compute all the usual set operations:
323 static void Merge(ZoneList<CharacterRange>* first_set,
565 // Merge in the information from another branch of an alternation.
566 void Merge(QuickCheckDetails* other, int from_index);
H A Djsregexp.cc2112 void QuickCheckDetails::Merge(QuickCheckDetails* other, int from_index) { function in class:v8::internal::QuickCheckDetails
2186 details->Merge(&new_details, characters_filled_in);
4480 // Utility function for CharacterRange::Merge. Adds a range at the end of
4518 void CharacterRange::Merge(ZoneList<CharacterRange>* first_set, function in class:v8::internal::CharacterRange
4531 // Merge sets by iterating through the lists in order of lowest "from" value,
5012 CharacterRange::Merge(character_set,
/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp1437 void Merge(const PtrState &Other, bool TopDown);
1442 PtrState::Merge(const PtrState &Other, bool TopDown) { function in class:PtrState
1470 // Merge the insert point sets. If there are any differences,
1606 Pair.first->second.Merge(Pair.second ? PtrState() : MI->second,
1615 MI->second.Merge(PtrState(), /*TopDown=*/true);
1631 Pair.first->second.Merge(Pair.second ? PtrState() : MI->second,
1640 MI->second.Merge(PtrState(), /*TopDown=*/false);
2754 // Merge the states from each successor to compute the initial state
2941 // Merge the states from each predecessor to compute the initial state
3228 // Merge th
[all...]
/external/blktrace/btt/doc/
H A Dbtt.tex211 \item[Device Merge Information]
1066 \texttt{DMI} & Device Merge Information:\\
1082 \texttt{Q2M} & Queue-to-Merge times:\\
1084 \texttt{M2D} & Merge-to-Issue times:\\
/external/openssh/contrib/redhat/
H A Dopenssh.spec428 - Merge in spec changes from seba@iq.pl (Sebastian Pachuta)
433 - Merge in spec changes from RedHat, reorgansie a little
494 - Merge changes to rescue build from current sysadmin survival cd
678 - Merge multiple PAM text messages into subsequent prompts when possible when
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2030 Entry.Merge(I+1);
/external/bison/tests/
H A Dtestsuite448 137;cxx-type.at:439;GLR: Merge conflicting parses, impure, no locations;;
449 138;cxx-type.at:446;GLR: Merge conflicting parses, impure, locations;;
450 139;cxx-type.at:453;GLR: Merge conflicting parses, pure, no locations;;
451 140;cxx-type.at:459;GLR: Merge conflicting parses, pure, locations;;
[all...]

Completed in 1128 milliseconds

12