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

1 2 34 5 6 7 8 91011>>

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
NewInstanceDebuggee.java 28 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
29 import org.apache.harmony.jpda.tests.share.SyncDebuggee;
52 * from <A HREF="../../share/Debuggee.html">Debuggee</A> super class.
  /external/libxml2/result/
rdf2.sax 158 SAX.characters(/share/ncurses4/terminfo/P/P14, 4000)
162 /usr/share/ncurse, 4000)
164 /usr/share, 4000)
165 SAX.characters(r/share/ncurses4/terminfo/c/co, 4000)
166 SAX.characters(/usr/share/ncurses4/terminfo/d, 4000)
167 SAX.characters(sr/share/ncurses4/terminfo/g/g, 4000)
175 /usr/share/ncurses4/ter, 4000)
176 SAX.characters(sr/share/ncurses4/terminfo/s/s, 4000)
177 SAX.characters(usr/share/ncurses4/terminfo/t/, 4000)
178 SAX.characters(share/ncurses4/terminfo/v/vi55, 4000
    [all...]
  /external/selinux/policycoreutils/gui/
Makefile 5 SHAREDIR ?= $(PREFIX)/share/system-config-selinux
6 DATADIR ?= $(PREFIX)/share
7 MANDIR ?= $(PREFIX)/share/man
  /frameworks/base/docs/html/training/sharing/
index.jd 2 page.tags=intents,share
43 <dt><b><a href="shareaction.html">Adding an Easy Share Action</a></b></dt>
44 <dd>Learn how to add a "share" action item to your action bar.</dd>
  /frameworks/base/packages/Shell/res/values-en-rAU/
strings.xml 21 <string name="bugreport_finished_text" product="watch" msgid="8389172248433597683">"Swipe left to share your bug report"</string>
22 <string name="bugreport_finished_text" product="default" msgid="3559904746859400732">"Touch to share your bug report"</string>
23 <string name="bugreport_confirm" msgid="5130698467795669780">"Bug reports contain data from the system\'s various log files, including personal and private information. Only share bug reports with apps and people that you trust."</string>
  /frameworks/base/packages/Shell/res/values-en-rGB/
strings.xml 21 <string name="bugreport_finished_text" product="watch" msgid="8389172248433597683">"Swipe left to share your bug report"</string>
22 <string name="bugreport_finished_text" product="default" msgid="3559904746859400732">"Touch to share your bug report"</string>
23 <string name="bugreport_confirm" msgid="5130698467795669780">"Bug reports contain data from the system\'s various log files, including personal and private information. Only share bug reports with apps and people that you trust."</string>
  /frameworks/base/packages/Shell/res/values-en-rIN/
strings.xml 21 <string name="bugreport_finished_text" product="watch" msgid="8389172248433597683">"Swipe left to share your bug report"</string>
22 <string name="bugreport_finished_text" product="default" msgid="3559904746859400732">"Touch to share your bug report"</string>
23 <string name="bugreport_confirm" msgid="5130698467795669780">"Bug reports contain data from the system\'s various log files, including personal and private information. Only share bug reports with apps and people that you trust."</string>
  /device/generic/mini-emulator-x86_64/
BoardConfig.mk 14 # share the same one across all mini-emulators
  /external/cmockery/cmockery_0_1_2/packages/rpm/
rpm.spec 58 ## Mark all installed files within /usr/share/doc/{package name} as
61 ## docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
63 %docdir %{prefix}/share/doc/%{NAME}-%{VERSION}
64 %{prefix}/share/doc/%{NAME}-%{VERSION}/*
  /external/llvm/utils/kate/
README 8 this file to ~/.kde/share/apps/katepart/syntax (or better yet, symlink it).
  /external/sonic/debian/
copyright 24 see "/usr/share/common-licenses/Apache-2.0".
  /external/v8/test/mjsunit/tools/
tickprocessor-test.gc-state 20 Note: percentage shows a share of a particular caller in the total
  /ndk/tests/device/test-gnustl-full/unit/
shared_ptr_test.cpp 38 CPPUNIT_CHECK( !(p < q) && !(q < p) ); // p and q share ownership
  /ndk/tests/device/test-stlport/unit/
shared_ptr_test.cpp 38 CPPUNIT_CHECK( !(p < q) && !(q < p) ); // p and q share ownership
  /packages/apps/Bluetooth/res/values/
test_strings.xml 4 <string name="app_name">Bluetooth Share</string>
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
ShareMockupAction.java 73 Intent share = new Intent(Intent.ACTION_SEND); local
74 share.setType("image/png");
75 share.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(f.getAbsoluteFile()));
76 activity.startActivity(Intent.createChooser(share, title));
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBatch.java 83 * Called to notify when a share is added into the batch
89 * Called to notify when a share is deleted from the batch
119 * Add one share into the batch.
133 * Delete one share from the batch. Not used now.
135 /*It should only be called under requirement that cancel one single share, but not to
155 * 2) Go through mShares list and mark all incomplete share as CANCELED status
180 /** check if a specific share is in this batch */
206 * @return BluetoothOppShareInfo, for the first pending share, or null if
211 BluetoothOppShareInfo share = mShares.get(i); local
212 if (share.mStatus == BluetoothShare.STATUS_PENDING)
    [all...]
  /development/samples/HoneycombGallery/res/values/
strings.xml 30 <string name="share">Share</string>
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/
ReflectedType002Debuggee.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/
BreakpointDebuggee.java 28 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
29 import org.apache.harmony.jpda.tests.share.SyncDebuggee;
CombinedEvents003Debuggee.java 27 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
28 import org.apache.harmony.jpda.tests.share.SyncDebuggee;
FieldDebuggee.java 28 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
29 import org.apache.harmony.jpda.tests.share.SyncDebuggee;
MethodEntryDebuggee.java 28 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
29 import org.apache.harmony.jpda.tests.share.SyncDebuggee;
SingleStepDebuggee.java 29 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
30 import org.apache.harmony.jpda.tests.share.SyncDebuggee;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
MethodDebuggee.java 28 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
29 import org.apache.harmony.jpda.tests.share.SyncDebuggee;

Completed in 701 milliseconds

1 2 34 5 6 7 8 91011>>