HomeSort by relevance Sort by last modified time
    Searched refs:Conflicts (Results 1 - 5 of 5) sorted by null

  /external/chromium/build/
install-build-deps.sh 418 # Turn the conflicts into an extended RE for removal from the
420 conflicts=`sed -n -e "/Conflicts/s/Conflicts: *//;T;s/, */|/g;p" \
423 # Rename package, change architecture, remove conflicts and dependencies
428 -e "/Provides/s/($conflicts)(, *)?//g;T1;s/, *$//;:1" \
430 -e "/Conflicts/d" \
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 16 Conflicts: bind bind8 bind9
  /external/llvm/lib/CodeGen/
RegAllocLinearScan.cpp 822 /// getConflictWeight - Return the number of conflicts between cur
828 float Conflicts = 0;
834 Conflicts += std::pow(10.0f, (float)loopDepth);
837 return Conflicts;
851 float Conflicts[3] = { 0.0f, 0.0f, 0.0f };
861 // Calculate the number of conflicts of each candidate.
871 Conflicts[j] += getConflictWeight(cur, Reg, li_, mri_, loopInfo);
886 Conflicts[j] += getConflictWeight(cur, Reg, li_, mri_, loopInfo);
894 float MinConflicts = Conflicts[0];
896 if (Conflicts[i] < MinConflicts)
    [all...]
  /external/elfutils/
elfutils.spec 66 Conflicts: libelf-devel
322 - Add libelf-devel to conflicts for elfutils-devel
  /external/bison/tests/
testsuite 369 58;conflicts.at:32;S/R in initial;;
370 59;conflicts.at:52;%nonassoc and eof;;
371 60;conflicts.at:128;Unresolved SR Conflicts;report;
372 61;conflicts.at:235;Resolved SR Conflicts;report;
373 62;conflicts.at:357;Defaulted Conflicted Reduction;report;
374 63;conflicts.at:476;%expect not enough;;
375 64;conflicts.at:496;%expect right;;
376 65;conflicts.at:513;%expect too much;
    [all...]

Completed in 899 milliseconds