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

  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 213 bool Share = false;
219 Share = true;
228 // not possible to share a used color with other objects.
229 if (!Share) {
245 if (!Share || Align > MFI->getObjectAlignment(Color))
248 if (!Share || Size > MFI->getObjectSize(Color))
  /frameworks/opt/mailcommon/java/com/android/mailcommon/
WebViewContextMenu.java 101 // For our share menu items.
102 private class Share implements MenuItem.OnMenuItemClickListener {
105 public Share(String text) {
292 setOnMenuItemClickListener(new Share(extra));
  /frameworks/base/docs/html/training/
training_toc.cs 176 scalable way to perform Share actions with user content."
189 Adding an Easy Share Action
    [all...]

Completed in 69 milliseconds