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

  /external/chromium_org/v8/tools/
run-deopt-fuzzer.py 90 def Distribute(self, n, m):
97 """Distribute n numbers into the interval [1:m].
106 def Distribute(self, n, m):
135 # Equalize x dependent on the number of values to distribute.
448 distribution = dist.Distribute(n_deopt, max_deopt)
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 650 /// ConEQ.Distribute(LIS);
673 /// Distribute - Distribute values in LIV[0] into a separate LiveInterval
677 void Distribute(LiveInterval *LIV[], MachineRegisterInfo &MRI);
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 387 ConEQ.Distribute(&Dups[0], MRI);
LiveInterval.cpp 900 void ConnectedVNInfoEqClasses::Distribute(LiveInterval *LIV[],
SplitKit.cpp     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/components/
masthead.cs 40 <li class="distribute last"><a href="<?cs var:toroot ?>distribute/<?cs
48 >Distribute</a></li>
113 <li class="distribute last">
115 <li><a href="<?cs var:toroot ?>distribute/googleplay/index.html">Google Play</a></li>
116 <li><a href="<?cs var:toroot ?>distribute/essentials/index.html">Essentials</a></li>
117 <li><a href="<?cs var:toroot ?>distribute/users/index.html">Get Users</a></li>
118 <li><a href="<?cs var:toroot ?>distribute/engage/index.html">Engage &amp; Retain</a></li>
119 <li><a href="<?cs var:toroot ?>distribute/monetize/index.html">Monetize</a></li>
120 <li><a href="<?cs var:toroot ?>distribute/tools/index.html">Tools &amp; Reference</a></li
    [all...]
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 40 <li class="distribute last"><a href="<?cs var:toroot ?>distribute/<?cs
48 >Distribute</a></li>
121 <li class="distribute last">
123 <li><a href="<?cs var:toroot ?>distribute/googleplay/index.html">Google Play</a></li>
124 <li><a href="<?cs var:toroot ?>distribute/essentials/index.html">Essentials</a></li>
125 <li><a href="<?cs var:toroot ?>distribute/users/index.html">Get Users</a></li>
126 <li><a href="<?cs var:toroot ?>distribute/engage/index.html">Engage &amp; Retain</a></li>
127 <li><a href="<?cs var:toroot ?>distribute/monetize/index.html">Monetize</a></li>
128 <li><a href="<?cs var:toroot ?>distribute/tools/index.html">Tools &amp; Reference</a></li
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 213 // highlight Distribute tab
214 } else if ($("body").hasClass("distribute")) {
215 $("#header li.distribute a").addClass("selected");
216 $("#sticky-header").addClass("distribute");
546 } else if (location.href.indexOf("/distribute/") != -1) {
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js 197 // highlight Distribute tab
198 } else if ($("body").hasClass("distribute")) {
199 $("#header li.distribute a").addClass("selected");
200 $("#sticky-header").addClass("distribute");
514 } else if (location.href.indexOf("/distribute/") != -1) {
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 192 // highlight Distribute tab
193 } else if ($("body").hasClass("distribute")) {
194 $("#header li.distribute a").addClass("selected");
598 } else if (location.href.indexOf("/distribute/") != -1) {
    [all...]

Completed in 592 milliseconds