HomeSort by relevance Sort by last modified time
    Searched full:share (Results 376 - 400 of 3603) sorted by null

<<11121314151617181920>>

  /external/vboot_reference/scripts/image_signing/
insert_au_publickey.sh 25 local key_location="/usr/share/update_engine/"
  /frameworks/base/core/res/res/raw-en-rGB/
incognito_mode_start_page.html 12 <li>Websites that collect or share information about you</li>
  /frameworks/base/core/res/res/raw-en-rGB-xlarge/
incognito_mode_start_page.html 12 <li>Websites that collect or share information about you</li>
  /frameworks/base/test-runner/src/android/test/
TestCase.java 27 * especially if you need to share it between different test cases, or your
  /packages/apps/Browser/src/com/android/browser/
UrlSelectionActionMode.java 42 case R.id.share:
  /packages/apps/Gallery2/res/menu/
gallery_multiselect.xml 13 android:title="@string/share"
movie.xml 19 android:title="@string/share"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
mempolicy.h 48 * Internal flags that share the struct mempolicy flags word with
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/
widget.py 29 for path in ["data/", sys.prefix + "/share/setools/"]:
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
AndroidPreferencePage.java 40 // that here once we figure out how to share this across plugins.
  /system/core/libion/tests/
formerly_valid_handle_test.cpp 58 TEST_F(FormerlyValidHandle, share)
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 39 * Exposes constants used to interact with the Bluetooth Share manager's content
49 * The permission to access the Bluetooth Share Manager
59 * Broadcast Action: this is sent by the Bluetooth Share component to
66 * This is sent by the Bluetooth Share component to indicate there is an
72 * This is sent by the Bluetooth Share component to indicate there is an
91 * request recommends. When possible, the Bluetooth Share manager will
226 * This transfer is outbound, e.g. share file to other device.
  /external/libxml2/result/
rdf1.rde 194 /usr/share/locale/de/LC_MESSAGES/rpm.mo
195 /usr/share/locale/fr/LC_MESSAGES/rpm.mo
196 /usr/share/locale/pt-br/LC_MESSAGES/rpm.mo
197 /usr/share/locale/sv/LC_MESSAGES/rpm.mo
198 /usr/share/locale/tr/LC_MESSAGES/rpm.mo
rdf1.rdr 194 /usr/share/locale/de/LC_MESSAGES/rpm.mo
195 /usr/share/locale/fr/LC_MESSAGES/rpm.mo
196 /usr/share/locale/pt-br/LC_MESSAGES/rpm.mo
197 /usr/share/locale/sv/LC_MESSAGES/rpm.mo
198 /usr/share/locale/tr/LC_MESSAGES/rpm.mo
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
ConnectionPoolTest.java 186 pool.share(spdyA);
201 pool.share(spdyA);
271 pool.share(spdyA);
296 pool.share(httpA);
313 pool.share(spdyA);
369 pool.share(spdyA);
446 pool.share(spdyA);
503 pool.share(spdyA);
533 pool.share(spdyA);
  /developers/demos/JustForUs/justforus/src/main/java/com/example/android/justforus/
MainActivity.java 45 * <p>Tapping on a coupon to redeem it brings up the Android "share"
107 * Callback method for a when a coupon is clicked. A new share intent is created with the
108 * coupon title. Then the user can select which app to share the content of the coupon with.
121 // Create share intent
132 * Create the share intent text based on the coupon title, subtitle, and whether or not
136 * @return string to be used in the share intent.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
ModifiersTest.java 31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
32 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/share/debuggee/HelloWorld;";
44 static final String debuggeeInterfaceSignature = "Lorg/apache/harmony/jpda/tests/jdwp/share/debuggee/HelloWorldInterface;";
45 static final String debuggeeInterfaceClassName = "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorldInterface";
48 return "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorld";
  /external/mesa3d/src/glx/tests/
create_context_unittest.cpp 226 GLXContext share = local
230 ASSERT_NE((GLXContext) 0, share);
232 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, share,
235 struct glx_context *glx_ctx = (struct glx_context *) share;
396 struct glx_context *share = (struct glx_context *) first; local
398 EXPECT_EQ(share->xid, ctx->share_xid);
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewController.java 148 } else if (itemId == R.id.menu_share) { // share the current photo
150 } else if (itemId == R.id.menu_share_all) { // share all of the photos
203 // all attachments must be present to be able to share all
358 * Share the current attachment.
366 * @param attachment the attachment to share
376 * Share all of the attachments in the cursor.
  /art/tools/
run-jdwp-tests.sh 39 # We use the art script on target to ensure the runner and the debuggee share the same
86 org.apache.harmony.jpda.tests.share.AllTests
  /cts/tests/ProcessTest/src/com/android/cts/process/
ProcessTest.java 55 // share pid will use same process
73 // no share pid will create a new process
  /development/samples/ApiDemos/src/com/example/android/apis/view/
WindowFocusObserver.java 65 // Set file with share history to the provider and set the share intent.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/
ReflectedType002Test.java 26 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
27 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
ThreadOnlyModifierDebuggee.java 21 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
22 import org.apache.harmony.jpda.tests.share.SyncDebuggee;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
Breakpoint002Debuggee.java 21 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
22 import org.apache.harmony.jpda.tests.share.SyncDebuggee;

Completed in 135 milliseconds

<<11121314151617181920>>