HomeSort by relevance Sort by last modified time
    Searched full:share (Results 201 - 225 of 1170) sorted by null

1 2 3 4 5 6 7 891011>>

  /development/tools/idegen/src/
Configuration.java 121 * R.java files and aidl .java files don't share the same source
227 // TODO: Refactor this to share the similar logic in
  /external/blktrace/doc/
btrecord.8 204 /usr/share/common\-licenses/GPL\-2.
207 The full documentation for btreplay can be found in /usr/share/doc/blktrace on Debian systems.
btreplay.8 227 /usr/share/common\-licenses/GPL\-2.
230 The full documentation for btreplay can be found in /usr/share/doc/blktrace on Debian systems.
  /external/icu4c/
icudefs.mk 23 datadir = ${prefix}/share
42 ICUDATA_DIR = ${prefix}/share/$(PACKAGE)$(ICULIBSUFFIX)/$(VERSION)
  /external/proguard/src/proguard/evaluation/
Variables.java 130 // two local variables that share the same index), at some point
301 // (corresponding to two local variables that share the
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 103 * The MIME type(s) of we could share to other device.
113 * The MIME type(s) of we could not share to other device. TODO: define
BluetoothOppObexClientSession.java 109 public void addShare(BluetoothOppShareInfo share) {
110 mThread.addShare(share);
172 if (D) Log.d(TAG, "Client thread waiting for next share, sleep for "
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
line-map.h 19 In other words, you are welcome to use, share and improve this program.
20 You are forbidden to forbid anyone else to use, share and improve
  /external/iproute2/ip/
ipxfrm.c 218 const char *strxf_share(__u8 share)
222 switch (share) {
236 sprintf(str, "%u", share);
608 fprintf(fp, "share %s ", strxf_share(tmpl->share));
869 fprintf(fp, "share %s ", strxf_share(xpinfo->share));
  /external/qemu/android/utils/
timezone.c 96 /* on OS X, the timezone directory is always /usr/share/zoneinfo
104 #define ZONEINFO_DIR "/usr/share/zoneinfo/"
144 * but should be /usr/share/zoneinfo by default. /etc/localtime is not guaranteed to exist on
145 * all platforms, so if it doesn't, try $TZDIR/localtime, then /usr/share/zoneinfo/locatime
162 #define ZONEINFO_DIR "/usr/share/zoneinfo/"
  /external/bluetooth/glib/m4macros/
glib-gettext.m4 228 DATADIRNAME=share],
234 dnl Hence, we'd like to go with DATADIRNAME=share and
238 DATADIRNAME=share],
  /external/elfutils/lib/
Makefile 90 DATADIRNAME = ${prefix}/share
112 LOCALEDIR = ${prefix}/share
158 datadir = ${prefix}/share
  /external/elfutils/libcpu/
Makefile 86 DATADIRNAME = ${prefix}/share
108 LOCALEDIR = ${prefix}/share
154 datadir = ${prefix}/share
  /external/iproute2/doc/
api-ip6-flowlabels.tex 242 parallel with IPsec API [RFC2367,Craig]. Actually, it may share API with
310 \item \verb|share| defines who is allowed to reuse the same flow label.
322 during this time. If \verb|share| is not \verb|IPV6_FL_S_EXCL| the label
  /development/samples/Spinner/src/com/android/example/spinner/
SpinnerActivity.java 296 * share the same instance of this file, which means that all instances of an application
297 * share the same preference settings.
  /external/bluetooth/bluez/
acinclude.m4 80 dnl no prefix and no mandir, so use ${prefix}/share/man as default
82 AC_SUBST([mandir], ['${prefix}/share/man'])
  /external/elfutils/
INSTALL 145 If you want to set default values for `configure' scripts to share,
148 `configure' looks for `PREFIX/share/config.site' if it exists, then
  /external/gtest/test/
gtest-typed-test_test.cc 146 // share the same name.
299 // test cases can share the same name.
  /external/neven/
FaceDetector_jni.cpp 128 path.appendPath("usr/share/bmd/RFFstd_501.bmd");
129 // path.appendPath("usr/share/bmd/RFFspeed_501.bmd");
  /external/strace/
INSTALL 145 If you want to set default values for `configure' scripts to share,
148 `configure' looks for `PREFIX/share/config.site' if it exists, then
  /frameworks/base/services/java/com/android/server/
MountService.java 360 // TODO: Add support for multiple share methods
369 Slog.e(TAG, "Failed to share/unshare", e);
463 Slog.w(TAG, "Failed to get share availability");
502 // FMT: NNN Share method <method> now <available|unavailable>
645 ArrayList<String> rsp = mConnector.doCommand("share status " + method);
    [all...]
  /packages/apps/Bluetooth/res/values-nl/
strings.xml 104 <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth-share: verzonden bestanden"</string>
105 <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth-share: ontvangen bestanden"</string>
  /bionic/libc/tzcode/
tzfile.h 33 #define TZDIR "/system/usr/share/zoneinfo" /* Time zone object file directory */
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/util/
LocaleData.java 24 * Note that you share these; you must not alter any of the fields, nor their array elements
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMChildIterNodeList.java 68 * Unfortunately AxisIterators and DTMIterators don't share an API,

Completed in 977 milliseconds

1 2 3 4 5 6 7 891011>>