HomeSort by relevance Sort by last modified time
    Searched refs:exported (Results 51 - 75 of 177) sorted by null

1 23 4 5 6 7 8

  /ndk/sources/host-tools/make-3.81/
read.c 703 /* 'export' by itself causes everything to be exported. */
873 int exported;
1046 exported = 0;
1056 exported = 1;
869 int exported; local
    [all...]
  /device/generic/goldfish/opengl/
common.mk 52 # make the current LOCAL_MODULE inherit various definitions exported from
  /ndk/build/core/
default-build-commands.mk 19 # symbol references to the same symbols as exported by shared libraries
setup-toolchain.mk 230 # with exported values
init.mk 176 # that is not exported to sub-processes, and isn't defined by
  /packages/apps/Settings/src/com/android/settings/print/
PrintServiceSettingsFragment.java 346 if (resolvedActivities.get(0).activityInfo.exported) {
366 if (resolvedActivities.get(0).activityInfo.exported) {
  /frameworks/base/core/java/android/widget/
ActivityChooserModel.java 717 activityInfo.exported) == PackageManager.PERMISSION_GRANTED) {
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
SelectPrinterActivity.java 294 if (activityInfo.exported
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapEmailProvider.java 99 if (!info.exported) {
100 throw new SecurityException("Provider must be exported");
  /packages/apps/Settings/src/com/android/settings/accounts/
ManageAccountsSettings.java 471 * Check the intent to see if it resolves to a exported=false
497 * will launch a exported=true activity or owned by the same uid as the
511 return resolvedActivityInfo.exported
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/resolver/
ResolverActivity.java 453 ai.applicationInfo.uid, ai.exported);
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
x86_abi_support.asm 114 ; Chromium doesn't like exported global symbols due to symbol clashing with
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 114 ; Chromium doesn't like exported global symbols due to symbol clashing with
  /frameworks/base/core/java/android/app/
ActivityManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastQueue.java 754 info.activityInfo.exported);
756 if (!info.activityInfo.exported) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86_abi_support.asm 114 ; Chromium doesn't like exported global symbols due to symbol clashing with
  /sdk/emulator/opengl/
common.mk 71 # make the current LOCAL_MODULE inherit various definitions exported from
  /bionic/libm/
Android.mk 296 # before, these symbols must continue to be exported on LP32 for binary
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 360 * @deprecated Properties may be explicitly exported to the global scope, but
    [all...]
  /external/chromium_org/native_client_sdk/src/resources/
common.js 16 // returns a new object. The new object contains only the exported definitions;
  /external/chromium_org/third_party/jinja2/
compiler.py 761 from jinja2.runtime import __all__ as exported namespace
763 self.writeline('from jinja2.runtime import ' + ', '.join(exported))
    [all...]
  /frameworks/base/core/java/android/content/
ContentProvider.java 525 : " requires the provider be exported, or grantUriPermission()";
587 : " requires the provider be exported, or grantUriPermission()";
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
options.js 29 * This object is exported by the main background page.
  /frameworks/base/tools/aapt/
Command.cpp 1544 bool exported = AaptXml::getResolvedIntegerAttribute(res, tree, local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/
maven-bundle-plugin-2.3.6.jar 

Completed in 1067 milliseconds

1 23 4 5 6 7 8