OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:share
(Results
51 - 75
of
3603
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
share.pass.cpp
14
// shared_future<R>
share
() &&;
25
std::shared_future<T> f = std::move(f0.
share
());
32
std::shared_future<T> f = std::move(f0.
share
());
40
std::shared_future<T> f = std::move(f0.
share
());
47
std::shared_future<T> f = std::move(f0.
share
());
55
std::shared_future<T> f = std::move(f0.
share
());
62
std::shared_future<T> f = std::move(f0.
share
());
/frameworks/base/packages/Shell/res/values/
strings.xml
23
<!-- Text of notification indicating that swipe left will
share
the captured bugreport. [CHAR LIMIT=100] -->
24
<string name="bugreport_finished_text" product="watch">Swipe left to
share
your bug report</string>
25
<!-- Text of notification indicating that touching will
share
the captured bugreport. [CHAR LIMIT=100] -->
26
<string name="bugreport_finished_text" product="default">Touch to
share
your bug report</string>
30
<string name="bugreport_confirm">Bug reports contain data from the system\'s various log files, including personal and private information. Only
share
bug reports with apps and people you trust.</string>
/frameworks/base/docs/html/training/sharing/
shareaction.jd
1
page.title=Adding an Easy
Share
Action
18
<li><a href="#set-
share
-intent">Set the
Share
Intent</a></li>
31
<p>Implementing an effective and user friendly
share
action in your {@link android.app.ActionBar}
35
android.widget.ShareActionProvider}, you provide a
share
intent and it does the rest.</p>
61
android:title="
Share
"
71
would like to
share
.
75
<h2 id="set-
share
-intent">Set the
Share
Intent</h2>
78
In order for {@link android.widget.ShareActionProvider} to function, you must provide it a
share
[
all
...]
/bionic/libc/zoneinfo/
Android.mk
9
LOCAL_MODULE_PATH := $(TARGET_OUT)/usr/
share
/zoneinfo
23
LOCAL_MODULE_PATH := $(HOST_OUT)/usr/
share
/zoneinfo
/development/samples/ApiDemos/res/menu/
list_select_menu.xml
18
<item android:id="@+id/
share
"
19
android:title="@string/
share
"
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
SharingSupport.java
45
* created by this app to
share
as content streams.</p>
57
b.setType("text/plain").setText("
Share
from menu");
58
MenuItem item = menu.add("
Share
");
73
// This file will be accessed by the target of the
share
through
76
fw.write("This is a file
share
");
92
// These files will be accessed by the target of the
share
through
95
fw.write("This is a file
share
");
99
fw.write("This is another file
share
");
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/
InvokeMethodDebuggee.java
26
package org.apache.harmony.jpda.tests.jdwp.
share
.debuggee;
28
import org.apache.harmony.jpda.tests.
share
.JPDADebuggeeSynchronizer;
29
import org.apache.harmony.jpda.tests.
share
.SyncDebuggee;
81
c = Class.forName("org.apache.harmony.jpda.tests.jdwp.
share
.debuggee.InvokeMethodDebuggee$testClass1");
82
c = Class.forName("org.apache.harmony.jpda.tests.jdwp.
share
.debuggee.testClass2");
83
c = Class.forName("org.apache.harmony.jpda.tests.jdwp.
share
.debuggee.testClass3");
90
synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.
share
.debuggee.InvokeMethodDebuggee(#1)");
93
synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.
share
.debuggee.InvokeMethodDebuggee(#2)");
HelloWorld.java
26
package org.apache.harmony.jpda.tests.jdwp.
share
.debuggee;
28
import org.apache.harmony.jpda.tests.
share
.JPDADebuggeeSynchronizer;
29
import org.apache.harmony.jpda.tests.
share
.SyncDebuggee;
/external/selinux/policycoreutils/audit2allow/
Makefile
7
MANDIR ?= $(PREFIX)/
share
/man
8
LOCALEDIR ?= /usr/
share
/locale
/external/e2fsprogs/misc/
nls-enable.h
15
#define LOCALEDIR "/usr/
share
/locale"
/external/selinux/policycoreutils/mcstrans/share/examples/nato/
README
12
/usr/
share
/mcstrans/util/mlstrans-test nato.test
/external/selinux/policycoreutils/mcstrans/share/examples/urcsts-via-include/
README
17
/usr/
share
/mcstrans/util/mlstrans-test urcsts.test
/external/skia/src/image/
SkImagePriv.h
14
// Call this if you explicitly want to use/
share
this pixelRef in the image
21
* Examines the bitmap to decide if it can
share
the existing pixelRef, or
37
// may be called to see if the surface and the image
share
the same pixelref,
48
// is called when a surface and image
share
the same GrTexture and the
/packages/screensavers/WebView/assets/
default.html
20
Use the “
Share
” menu option in your browser to choose a URL for this dream.
/development/samples/ReceiveShareDemo/res/values/
strings.xml
18
<string name="app_name">Receive
Share
Demo</string>
19
<string name="receive_share_msg">Received a
share
from another application. This is
22
<string name="preparing_to_process_share">Preparing to process
share
...</string>
/external/selinux/policycoreutils/sandbox/
Makefile
9
MANDIR ?= $(PREFIX)/
share
/man
10
LOCALEDIR ?= /usr/
share
/locale
11
SHAREDIR ?= $(PREFIX)/
share
/sandbox
/frameworks/base/core/java/android/widget/
ShareActionProvider.java
36
* This is a provider for a
share
action. It is responsible for creating views
47
* // Get the provider and hold onto it to set/change the
share
intent.
52
* // line if using the default
share
history file is desired.
59
* // When you want to
share
set the
share
intent.
72
* Listener for the event of selecting a
share
target.
77
* Called when a
share
target has been selected. The client can
92
* @param intent The intent for launching the chosen
share
target.
115
* The default name for storing
share
history.
125
* The name of the file with
share
history data
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
ShareActionProvider.java
39
* This is a provider for a
share
action. It is responsible for creating views
57
* // Get the provider and hold onto it to set/change the
share
intent.
62
* // line if using the default
share
history file is desired.
69
* // When you want to
share
set the
share
intent.
90
* Listener for the event of selecting a
share
target.
95
* Called when a
share
target has been selected. The client can
110
* @param intent The intent for launching the chosen
share
target.
133
* The default name for storing
share
history.
143
* The name of the file with
share
history data
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexSession.java
43
* Message to notify when a transfer is completed For outbound
share
, it
44
* means one file has been sent. For inbounds
share
, it means one file has
50
* Message to notify when a session is completed For outbound
share
, it
51
* should be a consequence of session.stop() For inbounds
share
, it should
73
void addShare(BluetoothOppShareInfo
share
);
/developers/samples/android/content/DirectShare/
template-params.xml
28
This sample demonstrates how to provide the Direct
Share
feature. The app shows some options
29
directly in the list of
share
intent candidates.
55
Sample demonstrating how to show some options directly in the list of
share
intent candidates.
60
[Direct
Share
][1] is a feature that allows apps to show their internal options directly in the
63
other app, this sample app will be listed as an option. Using the Direct
Share
feature, this app
66
To enable Direct
Share
, apps need to implement a Service extending
68
Share
options.
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
RateShareEntry.java
31
* which defines a record of rate-
share
information. Typically the same rate-
share
information applies to many
35
* The grouping type 'rash' (short for rate
share
) is defined as the grouping criterion for rate
share
information.
39
* Target rate
share
may be specified for several operation points that are defined in terms of the total available
40
* bitrate, i.e., the bitrate that should be shared. If only one operation point is defined, the target rate
share
42
* target rate
share
. Target rate
share
values specified for the first and the last operation points also specify the
43
* target rate
share
values at lower and higher available bitrates, respectively. The target rate
share
between tw
[
all
...]
/external/cmockery/cmockery_0_1_2/packages/deb/
rules
42
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/
share
/man --infodir=\$${prefix}/
share
/info
61
ifneq "$(wildcard /usr/
share
/misc/config.sub)" ""
62
cp -f /usr/
share
/misc/config.sub config.sub
64
ifneq "$(wildcard /usr/
share
/misc/config.guess)" ""
65
cp -f /usr/
share
/misc/config.guess config.guess
/external/mesa3d/src/glx/
create_context.c
43
struct glx_context *const
share
= (struct glx_context *) share_context;
local
78
gc = psc->vtable->create_context_attribs(psc, cfg,
share
, num_attribs,
85
gc = applegl_create_context(psc, cfg,
share
, 0);
87
gc = indirect_create_context(psc, cfg,
share
, 0);
92
gc->share_xid = (
share
!= NULL) ?
share
->xid : 0;
/frameworks/base/docs/html/training/secure-file-sharing/
index.jd
2
page.tags=FileProvider,
share
,ContentProvider
33
share
a file is to respond to a request from the receiving app.
45
If you want to
share
small amounts of text or numeric data between apps, you should send an
51
This class explains how to securely
share
files from your app to another app using content URIs
59
Learn how to set up your app to
share
files.
61
<dt><b><a href="
share
-file.html">Sharing a File</a></b></dt>
/hardware/intel/img/psb_video/debian/
rules
36
ifneq "$(wildcard /usr/
share
/misc/config.sub)" ""
37
cp -f /usr/
share
/misc/config.sub config.sub
39
ifneq "$(wildcard /usr/
share
/misc/config.guess)" ""
40
cp -f /usr/
share
/misc/config.guess config.guess
42
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/
share
/man --infodir=\$${prefix}/
share
/info CFLAGS="$(CFLAGS)"
Completed in 351 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>