HomeSort by relevance Sort by last modified time
    Searched refs:Merge (Results 76 - 100 of 116) sorted by null

1 2 34 5

  /external/chromium_org/third_party/handlebar/
handlebar.py 263 def Merge(self, render_state, text_transform=None):
376 render_state.Merge(content_render_state,
398 render_state.Merge(content_render_state, text_transform=inlinify)
751 render_state.Merge(
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
text_format.py 43 'PrintFieldValue', 'Merge' ]
146 def Merge(text, message):
151 message: A protocol buffer message to merge into.
  /external/chromium_org/v8/src/
hydrogen-load-elimination.cc 152 // Support for global analysis with HFlowEngine: Merge this state with
154 HLoadEliminationTable* Merge(HBasicBlock* succ,
161 // Merge the field approximations for like fields.
hydrogen-check-elimination.cc 150 // Global analysis: Merge this state with the other incoming state.
151 HCheckTable* Merge(HBasicBlock* succ, HCheckTable* that, Zone* zone) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 125 void Merge(DotDebugLocEntry *Next) {
  /external/protobuf/python/google/protobuf/
text_format.py 43 'PrintFieldValue', 'Merge' ]
126 def Merge(text, message):
131 message: A protocol buffer message to merge into.
  /art/runtime/verifier/
reg_type.cc 534 const RegType& UndefinedType::Merge(const RegType& incoming_type, RegTypeCache* reg_types) const
537 return *this; // Undefined MERGE Undefined => Undefined
788 const RegType& RegType::Merge(const RegType& incoming_type, RegTypeCache* reg_types) const {
791 return *this; // Conflict MERGE * => Conflict
793 return incoming_type; // * MERGE Conflict => Conflict
795 return reg_types->Conflict(); // Unknown MERGE * => Conflict
800 // +ve1 MERGE +ve2 => MAX(+ve1, +ve2)
815 // -ve1 MERGE -ve2 => MIN(-ve1, -ve2)
859 return reg_types->Boolean(); // boolean MERGE boolean => boolean
862 return reg_types->Byte(); // byte MERGE byte => byt
    [all...]
reg_type.h 247 // Compute the merge of this register from one edge (path) with incoming_type from another.
248 virtual const RegType& Merge(const RegType& incoming_type, RegTypeCache* reg_types) const
350 virtual const RegType& Merge(const RegType& incoming_type, RegTypeCache* reg_types) const
889 // A merge of two unresolved types. If the types were resolved this may be Conflict or another
register_line.cc 44 } else if (new_type.IsConflict()) { // should only be set during a merge
465 const RegType& new_type = cur_type.Merge(incoming_reg_type, verifier_->GetRegTypeCache());
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 140 (* Merge lhs/rhs. *)
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
  /external/chromium/chrome/browser/sync/glue/
preference_model_associator_unittest.cc 131 TEST_F(ListPreferenceMergeTest, Merge) {
  /external/chromium_org/chrome/browser/prefs/
pref_model_associator_unittest.cc 137 TEST_F(ListPreferenceMergeTest, Merge) {
  /external/chromium_org/content/browser/dom_storage/
dom_storage_context_impl.cc 504 return ns1->Merge(actually_merge, process_id, ns2, this);
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
descriptor_test.py 403 text_format.Merge(expected_ascii, expected_proto)
  /external/libpng/
CHANGES     [all...]
  /external/v8/test/cctest/
test-regexp.cc     [all...]
  /external/v8/src/
jsregexp.h 320 // 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);
    [all...]
  /external/blktrace/btt/doc/
btt.tex 112 \item Time needed to insert or merge an incoming IO onto the request
133 amount of time between the queue trace and the merge trace.
164 currently average the queue-to-insert and queue-to-merge times,
211 \item[Device Merge Information]
629 \item merge traces
    [all...]
  /external/chromium_org/base/debug/
trace_event_impl.cc     [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc     [all...]
  /external/chromium_org/chrome/browser/policy/test/
policy_testserver.py 882 google.protobuf.text_format.Merge(text, proto_message)
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 89 // The container node to put all the column (merge) checkboxes into.
90 var COLUMN_MERGE_TOGGLES_CONTAINER_ID = 'column-merge-toggles-container';
100 var MERGE_SIMILAR_THREADS_CHECKBOX_ID = 'merge-similar-threads-checkbox';
535 * The columns to give the option to merge on.
545 * The columns to merge by default.
894 // properties as-is, but if we have been asked to "merge similar threads" we
919 // their value as part of the merge.
930 // Merge the rows and save the results to |mergedRows|.
    [all...]
  /external/chromium_org/v8/tools/profviz/
composer.js 186 // Don't merge ranges if there is no overlap (incl. merge tolerance).
188 // Merge ranges.
  /external/openssh/contrib/redhat/
openssh.spec 428 - Merge in spec changes from seba@iq.pl (Sebastian Pachuta)
433 - Merge in spec changes from RedHat, reorgansie a little
481 - merge some of Damien Miller <djm@mindrot.org> changes from the upstream
494 - Merge changes to rescue build from current sysadmin survival cd
678 - Merge multiple PAM text messages into subsequent prompts when possible when

Completed in 494 milliseconds

1 2 34 5