Searched
full:exported (Results
426 -
450 of
4019) sorted by null
<<11121314151617181920>>
/frameworks/support/samples/SupportSliceDemos/src/main/ |
AndroidManifest.xml | 51 android:exported="true" 61 android:exported="true" >
|
/packages/apps/Car/Hvac/ |
AndroidManifest.xml | 39 android:exported="false" /> 43 android:exported="false"/>
|
/packages/apps/Dialer/java/com/android/voicemail/ |
AndroidManifest.xml | 38 android:exported="true"> 46 android:exported="false">
|
/packages/apps/Settings/tests/anomaly-tester/ |
AndroidManifest.xml | 34 android:exported="true"> 43 android:exported="false"/>
|
/packages/experimental/SlicesApp/ |
AndroidManifest.xml | 46 android:exported="true"> 54 android:exported="true" >
|
/packages/services/BuiltInPrintService/ |
AndroidManifest.xml | 47 android:exported="false" 59 android:exported="true"
|
/packages/services/Car/tests/DirectRenderingClusterSample/ |
AndroidManifest.xml | 39 android:exported="false" 43 android:exported="false"
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/types/ |
sym.go | 16 // As an exception, field and method names that are exported use the Sym 49 func (sym *Sym) Exported() bool { return sym.flags&symExported != 0 }
|
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
b.go | 34 // Exported declarations associated with non-exported types must always be shown.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/types/ |
sym.go | 16 // As an exception, field and method names that are exported use the Sym 49 func (sym *Sym) Exported() bool { return sym.flags&symExported != 0 }
|
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
b.go | 34 // Exported declarations associated with non-exported types must always be shown.
|
/system/core/trusty/keymaster/ |
trusty_keymaster_device_test.cpp | 513 uint8_t* exported; local 515 EXPECT_EQ(KM_ERROR_OK, device.get_keypair_public(ptr, size, &exported, &exported_size)); 516 Malloc_Delete exported_deleter(exported); 518 // Sign a message so we can verify it with the exported pubkey. 528 const uint8_t* tmp = exported; 530 VerifySignature(exported, exported_size, signature, siglen, message.get(), message_len); 542 uint8_t* exported; local 544 EXPECT_EQ(KM_ERROR_OK, device.get_keypair_public(key, size, &exported, &exported_size)); 545 Malloc_Delete exported_deleter(exported); 547 // Sign a message so we can verify it with the exported pubkey [all...] |
/external/clang/test/SemaCXX/ |
dllexport.cpp | 132 // Export implicit instantiation of an exported variable template. 135 // Export explicit instantiation declaration of an exported variable template. 139 // Export explicit instantiation definition of an exported variable template. 142 // Export specialization of an exported variable template. 146 // Not exporting specialization of an exported variable template without 151 // Export explicit instantiation declaration of a non-exported variable template. 155 // Export explicit instantiation definition of a non-exported variable template. 158 // Export specialization of a non-exported variable template. 295 // Export implicit instantiation of an exported function template. 299 // Export explicit instantiation declaration of an exported function template [all...] |
/bionic/libc/ |
SECCOMP_BLACKLIST_COMMON.TXT | 17 # the exported function name (example: the exit syscall is implemented by the _exit()
|
SECCOMP_WHITELIST_APP.TXT | 14 # the exported function name (example: the exit syscall is implemented by the _exit()
|
SECCOMP_WHITELIST_SYSTEM.TXT | 14 # the exported function name (example: the exit syscall is implemented by the _exit()
|
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/ |
Android.mk | 27 # Feature splits are dependent on this base, so it must be exported.
|
/cts/hostsidetests/devicepolicy/app/AppRestrictionsTargetApp/ |
AndroidManifest.xml | 25 android:exported="true">
|
/cts/hostsidetests/devicepolicy/app/AutofillApp/ |
AndroidManifest.xml | 22 <activity android:name=".SimpleActivity" android:exported="true">
|
/cts/hostsidetests/devicepolicy/app/ContactDirectoryProvider/ |
AndroidManifest.xml | 30 android:exported="true"
|
/cts/hostsidetests/devicepolicy/app/DelegateApp/ |
AndroidManifest.xml | 24 android:exported="true">
|
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/ |
NonExportedActivity.java | 26 * A simple activity that isn't exported, shouldn't be launchable
|
/cts/hostsidetests/dumpsys/apps/storagedapp/ |
AndroidManifest.xml | 24 <service android:name=".SimpleIOService" android:exported="true" />
|
/cts/hostsidetests/incident/apps/procstatsapp/ |
AndroidManifest.xml | 22 <activity android:name=".SimpleActivity" android:exported="true" />
|
/cts/hostsidetests/inputmethodservice/deviceside/provider/ |
AndroidManifest.xml | 27 android:exported="true" />
|
Completed in 318 milliseconds
<<11121314151617181920>>