HomeSort by relevance Sort by last modified time
    Searched full:exported (Results 151 - 175 of 4019) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/hostsidetests/dumpsys/apps/ProcStatsHelperApp/
AndroidManifest.xml 27 android:exported="true" />
29 android:exported="true" />
31 android:exported="true" />
  /cts/tests/framework/base/activitymanager/appSecondUid/
AndroidManifest.xml 26 android:exported="true" />
31 android:exported="true" />
35 android:exported="true" >
  /cts/tests/tests/batterysaving/apps/app_target_api_25/
AndroidManifest.xml 24 android:enabled="true" android:exported="true">
28 android:enabled="true" android:exported="true">
32 android:enabled="true" android:exported="true">
  /cts/tests/tests/batterysaving/apps/app_target_api_current/
AndroidManifest.xml 22 android:enabled="true" android:exported="true">
26 android:enabled="true" android:exported="true">
30 android:enabled="true" android:exported="true">
  /frameworks/base/core/tests/coretests/BstatsTestApp/
AndroidManifest.xml 26 android:exported="true" />
28 android:exported="true" />
30 android:exported="true"
  /packages/experimental/RpcPerformance/
AndroidManifest.xml 28 android:exported="true"
35 android:exported="true" />
39 android:exported="true"
  /system/core/mkbootimg/include/abi_check/
mkbootimg_abi_check.h 21 // ABI breaking, it needs to be referenced by an 'exported interface'
23 // 2) Since 'mkbootimg_dummy' needs to be exported, we need to have it
27 // be exported by a library in the future, so we must avoid polluting it.
  /packages/apps/PackageInstaller/
AndroidManifest.xml 42 android:exported="true">
49 android:exported="true"
73 android:exported="false" />
76 android:exported="false" />
79 android:exported="false" />
83 android:exported="false" />
87 android:exported="true">
95 android:exported="false" />
99 android:exported="false" />
115 android:exported="true"
    [all...]
  /cts/tests/tests/accounts/CtsUnaffiliatedAccountAuthenticators/
AndroidManifest.xml 31 android:exported="true" />
36 android:exported="true" />
40 android:exported="false">
50 android:exported="false">
58 <service android:name=".CustomAccountAuthService" android:exported="false">
  /frameworks/data-binding/compilerCommon/
db-compilerCommon.iml 17 <orderEntry type="library" exported="" name="Guava" level="project" />
18 <orderEntry type="library" exported="" name="commons-io-2.4" level="project" />
19 <orderEntry type="module-library" exported="">
28 <orderEntry type="library" exported="" name="antlr4-runtime-4.5.3" level="project" />
51 <orderEntry type="module" module-name="android-annotations" exported="" />
db-compilerCommon-base.iml 15 <orderEntry type="module" module-name="db-baseLibrary" exported="" />
16 <orderEntry type="module-library" exported="">
25 <orderEntry type="module-library" exported="">
36 <orderEntry type="module-library" exported="">
45 <orderEntry type="module-library" exported="">
76 <orderEntry type="library" exported="" name="guava-tools" level="project" />
  /frameworks/rs/rsov/compiler/
Context.h 64 // Returns the total number of exported variables
67 // Adds the mapping from the slot number of an exported variable to the index
73 // Adds the mapping from the name of an exported variable to the index of its
77 // Given the slot number of an exported variable, returns the index of its
118 // A map from exported variable names to their slot numbers
122 // A map from exported foreach kernel names to their slot numbers
124 // These are the indices for each exported variable in the global buffer
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
bitfield.rs 30 // We want to ensure that the common initial sequences of exported
31 // and non-exported types have the same layout.
33 // An exported type (because we declare a global variable of this type)
42 struct NoBitfield junk; // just to make this an exported type
44 // A non-exported type that shares a common initial sequence with NoBitfield
62 // Note: Sets through the exported type (NoBitfield)
68 // Note: Tests through the non-exported type (Bitfield)
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
bitfield.rs 32 // We want to ensure that the common initial sequences of exported
33 // and non-exported types have the same layout.
35 // An exported type (because we declare a global variable of this type)
44 struct NoBitfield junk; // just to make this an exported type
46 // A non-exported type that shares a common initial sequence with NoBitfield
64 // Note: Sets through the exported type (NoBitfield)
70 // Note: Tests through the non-exported type (Bitfield)
  /cts/hostsidetests/incident/apps/batterystatsapp/
AndroidManifest.xml 35 <service android:name=".BatteryStatsBackgroundService" android:exported="true" />
37 <activity android:name=".BatteryStatsForegroundActivity" android:exported="true" />
39 <service android:name=".SimpleForegroundService" android:exported="true" />
44 <activity android:name=".SimpleActivity" android:label="BatteryStats Test Activity" android:exported="true" />
47 android:exported="false">
56 android:exported="false" >
  /external/llvm/include/llvm/ExecutionEngine/
JITSymbolFlags.h 10 // Symbol flags for symbols in the JIT (e.g. weak, exported).
26 Exported = 1U << 1
63 return (Flags & JITSymbolFlags::Exported) == JITSymbolFlags::Exported;
71 Flags |= JITSymbolFlags::Exported;
81 Flags |= JITSymbolFlags::Exported;
  /external/llvm/test/ThinLTO/X86/
weak_resolution.ll 10 ; RUN: llvm-lto -thinlto-action=promote %t.bc -thinlto-index=%t3.bc -exported-symbol=linkoncefunc -o - | llvm-lto -thinlto-action=internalize -thinlto-module-id=%t.bc - -thinlto-index=%t3.bc -exported-symbol=linkoncefunc -o - | llvm-dis -o - | FileCheck %s --check-prefix=MOD1-INT
12 ; When exported, we always preserve a linkonce
13 ; RUN: llvm-lto -thinlto-action=promote %t.bc -thinlto-index=%t3.bc -o - --exported-symbol=linkonceodrfuncInSingleModule | llvm-dis -o - | FileCheck %s --check-prefix=EXPORTED
72 ; EXPORTED: define weak_odr void @linkonceodrfuncInSingleModule()
  /art/sigchainlib/
sigchain_dummy.cc 52 log("EnsureFrontOfChain is not exported by the main executable.");
58 log("SetSpecialSignalHandlerFn is not exported by the main executable.");
64 log("SetSpecialSignalHandlerFn is not exported by the main executable.");
  /cts/hostsidetests/devicepolicy/app/CrossProfileAppsTest/
AndroidManifest.xml 24 <activity android:name=".MainActivity" android:exported="true">
32 <activity android:name=".NonMainActivity" android:exported="true"/>
34 <activity android:name=".NonExportedActivity" android:exported="false">
  /external/icu/icu4c/source/i18n/
number_decimfmtprops.h 34 // Exported as U_I18N_API because it is a public member field of exported DecimalFormatProperties
46 // Exported as U_I18N_API because it is needed for the unit test PatternStringTest
  /frameworks/base/services/core/java/com/android/server/firewall/
SenderPermissionFilter.java 38 // We assume the component is exported here. If the component is not exported, then
40 // In this case, it doesn't matter whether the component is exported or not.
  /cts/hostsidetests/net/app2/
AndroidManifest.xml 38 <activity android:name=".MyActivity" android:exported="true"/>
39 <service android:name=".MyService" android:exported="true"/>
40 <service android:name=".MyForegroundService" android:exported="true"/>
41 <service android:name=".RemoteSocketFactoryService" android:exported="true"/>
  /development/samples/training/threadsample/
AndroidManifest.xml 49 No intent filters are specified, so android:exported defaults to "false". The
54 android:exported="false"/>
57 The attribute "android:exported" must be set to "false" to restrict this content
62 android:exported="false"
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
cmd_opt.h 27 /* Exported API*/
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dbhash.py 15 error = bsddb.error # Exported for anydbm

Completed in 793 milliseconds

1 2 3 4 5 67 8 91011>>