HomeSort by relevance Sort by last modified time
    Searched refs:share (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /packages/inputmethods/PinyinIME/jni/
Android.mk 9 share/dictbuilder.cpp \
10 share/dictlist.cpp \
11 share/dicttrie.cpp \
12 share/lpicache.cpp \
13 share/matrixsearch.cpp \
14 share/mystdlib.cpp \
15 share/ngram.cpp \
16 share/pinyinime.cpp \
17 share/searchutility.cpp \
18 share/spellingtable.cpp
    [all...]
  /packages/inputmethods/PinyinIME/jni/command/
Makefile 9 ../share/dictbuilder.cpp \
10 ../share/dictlist.cpp \
11 ../share/dicttrie.cpp \
12 ../share/lpicache.cpp \
13 ../share/mystdlib.cpp \
14 ../share/ngram.cpp \
15 ../share/searchutility.cpp \
16 ../share/spellingtable.cpp \
17 ../share/spellingtrie.cpp \
18 ../share/splparser.cpp
    [all...]
  /bionic/libc/zoneinfo/
Android.mk 4 ALL_PREBUILT += $(TARGET_OUT)/usr/share/zoneinfo/zoneinfo.dat
5 $(TARGET_OUT)/usr/share/zoneinfo/zoneinfo.dat : $(LOCAL_PATH)/zoneinfo.dat | $(ACP)
8 ALL_PREBUILT += $(TARGET_OUT)/usr/share/zoneinfo/zoneinfo.idx
9 $(TARGET_OUT)/usr/share/zoneinfo/zoneinfo.idx : $(LOCAL_PATH)/zoneinfo.idx | $(ACP)
12 ALL_PREBUILT += $(TARGET_OUT)/usr/share/zoneinfo/zoneinfo.version
13 $(TARGET_OUT)/usr/share/zoneinfo/zoneinfo.version : $(LOCAL_PATH)/zoneinfo.version | $(ACP)
18 ALL_PREBUILT += $(HOST_OUT)/usr/share/zoneinfo/zoneinfo.dat
19 $(eval $(call copy-one-file,$(LOCAL_PATH)/zoneinfo.dat,$(HOST_OUT)/usr/share/zoneinfo/zoneinfo.dat))
21 ALL_PREBUILT += $(HOST_OUT)/usr/share/zoneinfo/zoneinfo.idx
22 $(eval $(call copy-one-file,$(LOCAL_PATH)/zoneinfo.idx,$(HOST_OUT)/usr/share/zoneinfo/zoneinfo.idx)
    [all...]
  /external/libsepol/man/
Makefile 2 MAN8DIR ?= $(DESTDIR)/usr/share/man/man8
3 MAN3DIR ?= $(DESTDIR)/usr/share/man/man3
  /external/bluetooth/glib/
glib-zip.in 11 mkdir -p share/doc/glib-@GLIB_VERSION@
12 cp -p @abs_srcdir@/COPYING share/doc/glib-@GLIB_VERSION@
14 mkdir -p share/doc/glib-dev-@GLIB_VERSION@
15 cp -p @abs_srcdir@/COPYING share/doc/glib-dev-@GLIB_VERSION@
34 zip -r $ZIP share/locale/*/LC_MESSAGES/glib20.mo
36 zip -r $ZIP share/doc/glib-@GLIB_VERSION@
67 share/aclocal/glib-2.0.m4
68 share/aclocal/glib-gettext.m4
69 share/glib-2.0
70 share/gtk-doc/html/gli
    [all...]
  /external/bluetooth/hcidump/
bootstrap-configure 11 --mandir=/usr/share/man $*
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderContext.cpp 36 EGLContext share = EGL_NO_CONTEXT; local
38 share = p_shareContext->getEGLContext();
52 fbconf->getEGLConfig(), share,
  /external/dbus/test/data/invalid-config-files/
truncated-file.conf 8 <servicedir>/usr/share/foo</servicedir>
badselinux-1.conf 8 <servicedir>/usr/share/foo</servicedir>
badselinux-2.conf 8 <servicedir>/usr/share/foo</servicedir>
  /prebuilt/common/pc-bios/
Android.mk 24 LOCAL_MODULE_PATH := $(HOST_OUT)/usr/share/pc-bios
33 LOCAL_MODULE_PATH := $(HOST_OUT)/usr/share/pc-bios
  /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);
  /external/chromium/build/linux/
pkg-config-wrapper 9 # and usr/share/pkgconfig (relative to the sysroot) and that they output paths
26 config_path=$root/usr/lib/pkgconfig:$root/usr/share/pkgconfig
  /external/dbus/test/data/equiv-config-files/basic/basic.d/
basic.conf 8 <servicedir>/usr/share/foo</servicedir>
  /external/dbus/test/data/equiv-config-files/entities/basic.d/
basic.conf 8 <servicedir>/usr/share/foo</servicedir>
  /external/dbus/test/data/valid-config-files/basic.d/
basic.conf 8 <servicedir>/usr/share/foo</servicedir>
  /external/iproute2/
Makefile 6 DOCDIR=/share/doc/iproute2
7 MANDIR=/share/man
  /sdk/emulator/opengl/host/libs/Translator/EGL/
ThreadInfo.cpp 23 ShareGroupPtr share,
29 shareGroup = share;
ThreadInfo.h 30 ShareGroupPtr share,
MacNative.h 37 void* nsCreateContext(void* format,void* share);
  /external/chromium/sdch/open-vcdiff/packages/deb/
rules 42 CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" ./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
103 $(CURDIR)/debian/tmp/usr/share/man/man1/vcdiff.1
  /external/chromium/sdch/open-vcdiff/packages/rpm/
rpm.spec 53 ## Mark all installed files within /usr/share/doc/{package name} as
56 ## docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
58 %docdir %{prefix}/share/doc/%{NAME}-%{VERSION}
59 %{prefix}/share/doc/%{NAME}-%{VERSION}/*
61 %docdir %{prefix}/share/man/man1/vcdiff.1*
62 %{prefix}/share/man/man1/vcdiff.1*
  /external/dbus/test/data/equiv-config-files/basic/
basic-1.conf 8 <servicedir>/usr/share/foo</servicedir>
  /external/dbus/test/data/equiv-config-files/entities/
entities-1.conf 9 <servicedir>/usr/&amp;share/foo</servicedir>
  /external/dbus/test/data/valid-config-files/
basic.conf 8 <servicedir>/usr/share/foo</servicedir>

Completed in 755 milliseconds

1 2 3 4 5 6 7 8