/packages/apps/ContactsCommon/tests/ |
AndroidManifest.xml | 24 <service android:name="com.android.contacts.common.tests.testauth.TestSyncService$Basic" android:exported="true">
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
ScreensaverSettingsActivity.java | 72 // This activity is not exported so we can just approve everything
|
/packages/apps/HTMLViewer/ |
AndroidManifest.xml | 41 android:exported="false"
|
/packages/apps/InCallUI/src/com/android/incallui/ |
InCallApp.java | 53 * This should be visible from outside, but shouldn't be in "exported" state.
|
/packages/experimental/ExampleImsFramework/ |
AndroidManifest.xml | 40 <service android:name="ImsFrameworkService" android:exported="false" />
|
/packages/providers/ContactsProvider/tests/ |
AndroidManifest.xml | 28 <service android:name=".MockSyncAdapter" android:exported="true">
|
/packages/wallpapers/MagicSmoke/ |
AndroidManifest.xml | 45 android:exported="true">
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
alias.h | 0 /* Exported functions from alias.c
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
alias.h | 0 /* Exported functions from alias.c
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
alias.h | 0 /* Exported functions from alias.c
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
alias.h | 0 /* Exported functions from alias.c
|
/development/samples/SampleSyncAdapter/ |
AndroidManifest.xml | 61 android:exported="true"> 72 android:exported="true"> 87 android:exported="true">
|
/external/chromium_org/chrome/browser/chromeos/dbus/ |
proxy_resolution_service_provider.h | 31 // The following methods are exported. 97 // Called from ExportedObject, when ResolveProxyHandler() is exported as 98 // a D-Bus method, or failed to be exported.
|
/external/harfbuzz_ng/test/api/ |
Makefile.am | 113 symbols-exported.txt: $(top_builddir)/src/.libs/libharfbuzz.so 117 symbols-untested.txt: symbols-tested.txt symbols-exported.txt 119 CLEANFILES += symbols-tested.txt symbols-exported.txt symbols-untested.txt
|
/packages/providers/DownloadProvider/ |
AndroidManifest.xml | 63 android:authorities="downloads" android:exported="true"> 86 android:exported="true" 95 <receiver android:name=".DownloadReceiver" android:exported="false">
|
/external/chromium_org/chrome/common/extensions/api/ |
bluetooth.idl | 46 // The RFCOMM channel id, used when the profile is to be exported to remote 50 // The LS2CAP PSM number, used when the profile is to be exported to remote 131 // The remote Bluetooth device to retrieve the exported profiles list from. 192 // Profile; if a channel or PSM is specified, the profile will be exported 215 // Returns the set of exported profiles for the device specified in options.
|
/frameworks/compile/libbcc/ |
README.html | 401 <li><strong>bccGetExportVarCount</strong> - Get the count of exported variables</li> 402 <li><strong>bccGetExportVarList</strong> - Get the addresses of exported variables</li> 403 <li><strong>bccGetExportFuncCount</strong> - Get the count of exported functions</li> 404 <li><strong>bccGetExportFuncList</strong> - Get the addresses of exported functions</li> 410 <li><strong>bccGetFuncCount</strong> - Get the count of functions (including non-exported)</li> 417 header, string pool, dependencies table, relocation table, exported 418 variable list, exported function list, pragma list, function information 434 <li><strong>Exported Variable List</strong> (MCO_ExportVarList) - 435 The list of the addresses of exported variables.</li> 436 <li><strong>Exported Function List</strong> (MCO_ExportFuncList) [all...] |
/packages/apps/Contacts/ |
AndroidManifest.xml | 196 android:exported="true" 202 android:exported="true" 221 android:exported="false"/> 279 android:exported="false" /> 341 android:exported="false"/> 348 android:exported="false"/> 382 android:exported="false" /> 387 android:exported="false" /> 447 android:exported="false" /> 494 android:exported="true" [all...] |
/packages/apps/Mms/ |
AndroidManifest.xml | 57 android:exported="false" /> 60 android:exported="false" /> 141 android:exported="false" 295 android:exported="true" 308 android:exported="true" > 318 android:exported="true" 347 android:exported="false" />
|
/external/chromium_org/chromeos/dbus/ibus/ |
ibus_panel_service_unittest.cc | 216 // Create a mock exported object. 334 // The mock exported object. 373 // Call exported function. 397 // Call exported function. 421 // Call exported function. 457 // Call exported function. 487 // Call exported function. 520 // Call exported function. 597 // Call exported function. 625 // Call exported function [all...] |
/external/clang/include/clang/Basic/ |
Module.h | 159 /// \brief Describes an exported module. 161 /// The pointer is the module being re-exported, while the bit will be true 168 /// \brief Describes an exported module that has not yet been resolved 178 /// that all of its submodules should be exported (rather than the named 392 /// \brief Returns the exported modules based on the wildcard restrictions. 393 void getExportedModules(SmallVectorImpl<Module *> &Exported) const;
|
/frameworks/base/docs/html/guide/topics/manifest/ |
service-element.jd | 9 android:<a href="#exported">exported</a>=["true" | "false"] 56 <dt><a name="exported"></a>{@code android:exported}</dt> 134 href="#exported">android:exported</a>="false"</code>).</p>
|
/external/chromium_org/dbus/ |
bus.h | 122 // // success is true if the method was exported successfully. 310 // Gets the exported object for the given object path. 313 // Returns an existing exported object if the bus object already owns 314 // the exported object for the given object path. Never returns NULL. 316 // The bus will own all exported objects created by the bus, to ensure 317 // that the exported objects are unregistered at the shutdown time of 320 // The exported object is used to export methods of local objects, and 326 // Unregisters the exported object for the given object path |object_path|. 328 // Getting an exported object for the same object path after this call 337 // exported by the service |service_name| [all...] |
exported_object.cc | 54 // Check if the method is already exported. 58 LOG(ERROR) << absolute_method_name << " is already exported"; 92 // object, which is this exported object here.
|
/external/llvm/cmake/modules/ |
HandleLLVMOptions.cmake | 155 # MSVC 10 will complain about headers in the STL not being exported, but 158 -wd4275 # Suppress 'An exported class was derived from a class that was not exported.'
|