OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Share
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
StackSlotColoring.cpp
234
bool
Share
= false;
240
Share
= true;
249
// not possible to
share
a used color with other objects.
250
if (!
Share
) {
266
if (!
Share
|| Align > MFI->getObjectAlignment(Color))
269
if (!
Share
|| Size > MFI->getObjectSize(Color))
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
WebViewContextMenu.java
185
// For our
share
menu items.
186
private class
Share
extends SendIntent {
187
public
Share
(String url, String analyticsLabel) {
387
setOnMenuItemClickListener(new
Share
(extra, "share_link"));
Completed in 40 milliseconds