HomeSort by relevance Sort by last modified time
    Searched full:exported (Results 426 - 450 of 1708) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/Shell/
AndroidManifest.xml 78 android:exported="false">
89 android:exported="false" />
  /hardware/ti/omap4xxx/hwc/
hal_public.h 74 /* A KERNEL unique identifier for any exported kernel meminfo. Each
75 * exported kernel meminfo will have a unique stamp, but note that in
  /packages/providers/CalendarProvider/
AndroidManifest.xml 48 android:exported="true"
60 android:exported="false">
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-dlltool.1 176 exported from the \s-1DLL\s0, which functions the \s-1DLL\s0 imports, and so on. This
180 those functions which have been specially marked as being exported and
183 In order to mark a function as being exported from a \s-1DLL\s0, it needs to
287 files as symbols to be exported. There is a small list of symbols which
288 are not exported by default; see the \fB\-\-no\-default\-excludes\fR
360 should add a section which allows the exported functions to be
370 should prepend an underscore to the names of \fIall\fR exported symbols.
382 should prepend an underscore to the names of exported \fIstdcall\fR
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-dlltool.1 176 exported from the \s-1DLL\s0, which functions the \s-1DLL\s0 imports, and so on. This
180 those functions which have been specially marked as being exported and
183 In order to mark a function as being exported from a \s-1DLL\s0, it needs to
287 files as symbols to be exported. There is a small list of symbols which
288 are not exported by default; see the \fB\-\-no\-default\-excludes\fR
360 should add a section which allows the exported functions to be
370 should prepend an underscore to the names of \fIall\fR exported symbols.
382 should prepend an underscore to the names of exported \fIstdcall\fR
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-dlltool.1 176 exported from the \s-1DLL\s0, which functions the \s-1DLL\s0 imports, and so on. This
180 those functions which have been specially marked as being exported and
183 In order to mark a function as being exported from a \s-1DLL\s0, it needs to
287 files as symbols to be exported. There is a small list of symbols which
288 are not exported by default; see the \fB\-\-no\-default\-excludes\fR
360 should add a section which allows the exported functions to be
370 should prepend an underscore to the names of \fIall\fR exported symbols.
382 should prepend an underscore to the names of exported \fIstdcall\fR
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-dlltool.1 176 exported from the \s-1DLL\s0, which functions the \s-1DLL\s0 imports, and so on. This
180 those functions which have been specially marked as being exported and
183 In order to mark a function as being exported from a \s-1DLL\s0, it needs to
287 files as symbols to be exported. There is a small list of symbols which
288 are not exported by default; see the \fB\-\-no\-default\-excludes\fR
360 should add a section which allows the exported functions to be
370 should prepend an underscore to the names of \fIall\fR exported symbols.
382 should prepend an underscore to the names of exported \fIstdcall\fR
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
mount.x 92 * A list of what is exported and to whom
149 * Returns a list of all the exported filesystems, and which
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
mount.x 92 * A list of what is exported and to whom
149 * Returns a list of all the exported filesystems, and which
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ad1848.h 159 /* exported functions */
173 /* exported mixer stuffs */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
mount.x 92 * A list of what is exported and to whom
149 * Returns a list of all the exported filesystems, and which
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ad1848.h 159 /* exported functions */
173 /* exported mixer stuffs */
  /external/kernel-headers/original/linux/
module.h 185 /* For every exported symbol, place a struct in the __ksymtab section */
263 /* Exported symbols */
268 /* GPL-only exported symbols. */
273 /* unused exported symbols. */
277 /* GPL-only, unused exported symbols. */
  /packages/apps/Browser/
AndroidManifest.xml 60 android:exported="true"
218 android:exported="false" />
221 android:exported="false" />
251 android:exported="false" />
269 android:exported="false" />
  /frameworks/base/docs/html/training/articles/
security-tips.jd 114 to your own application or exported to allow access by other applications.
117 href="{@docRoot}guide/topics/manifest/provider-element.html#exported">
118 android:exported=false</a></code> in the application manifest. Otherwise, set the <code><a
119 href="{@docRoot}guide/topics/manifest/provider-element.html#exported">android:exported</a></code>
124 that will be exported for use by other applications, you can specify a single
528 {@code android:exported} attribute to {@code "false"} in the component's manifest element,
530 href="{@docRoot}guide/topics/manifest/service-element.html#exported">{@code &lt;service&gt;}</a>
585 <p>By default, services are not exported and cannot be invoked by any other
586 application. However, if you add any intent filters to the service declaration, then it is exported
    [all...]
  /prebuilts/sdk/tools/linux/
llvm-rs-cc 
  /cts/apps/CtsVerifier/
AndroidManifest.xml 345 <service android:name=".nfc.hce.PaymentService1" android:exported="true"
354 <service android:name=".nfc.hce.PaymentService2" android:exported="true"
363 <service android:name=".nfc.hce.TransportService1" android:exported="true"
372 <service android:name=".nfc.hce.TransportService2" android:exported="true"
381 <service android:name=".nfc.hce.AccessService" android:exported="true"
390 <service android:name=".nfc.hce.ThroughputService" android:exported="true"
400 <service android:name=".nfc.hce.OffHostService" android:exported="true"
589 android:exported="true"
    [all...]
  /external/bison/m4/
getopt.m4 207 # Bash ties 'set -o posix' to a non-exported POSIXLY_CORRECT;
213 xx) gl_had_POSIXLY_CORRECT=exported ;;
302 exported) ;;
  /external/chromium_org/third_party/libxml/src/win32/
Readme.txt 194 minor problem with the names of the symbols exported from the library. The
200 which causes BOTH the adorned and unadorned names to be exported from the DLL.
211 DUMPBIN /EXPORTS /OUT:libxml2.tmp libxml2.dll to get a list of the exported
  /packages/apps/Settings/
AndroidManifest.xml 155 android:exported="true">
192 android:exported="true" />
301 android:exported="true"
344 android:exported="true"
472 android:exported="true"
554 android:exported="true"
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
KernelSettingsTest.java 60 * /proc/kallsyms will show the address of exported kernel symbols. This
  /cts/tests/tests/security/testeffect/
CTSTestEffect.cpp 190 // This is the only symbol that needs to be exported
  /development/host/windows/usb/api/
AdbWinApi.cpp 53 InstantiateWinUsbInterface routine exported from AdbWinUsbApi.dll
  /docs/source.android.com/src/devices/tech/datausage/
kernel-overview.jd 24 interface exported by the <code>xt_qtaguid</code> kernel module.</p>
  /docs/source.android.com/src/devices/tech/security/
enhancements43.jd 53 a place to create or store private keys that cannot be exported off the

Completed in 798 milliseconds

<<11121314151617181920>>