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

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dbhash.py 15 error = bsddb.error # Exported for anydbm
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dbhash.py 15 error = bsddb.error # Exported for anydbm
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/
.classpath 3 <classpathentry exported="true" kind="lib" path="libs/sdkuilib.jar"/>
  /sdk/testapps/javaProjectTest/app/
.classpath 7 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/javaProjectTest-javaProject3"/>
  /sdk/testapps/javaProjectTest/javaProject/
.classpath 5 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/javaProjectTest-javaProject2"/>
  /sdk/testapps/javaProjectTest/lib2/
.classpath 7 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/javaProjectTest-javaProject"/>
  /frameworks/compile/libbcc/
README.rst 111 * **bccGetExportVarCount** - Get the count of exported variables
113 * **bccGetExportVarList** - Get the addresses of exported variables
115 * **bccGetExportFuncCount** - Get the count of exported functions
117 * **bccGetExportFuncList** - Get the addresses of exported functions
126 * **bccGetFuncCount** - Get the count of functions (including non-exported)
136 header, string pool, dependencies table, relocation table, exported
137 variable list, exported function list, pragma list, function information
157 * **Exported Variable List** (MCO_ExportVarList) -
158 The list of the addresses of exported variables.
160 * **Exported Function List** (MCO_ExportFuncList)
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareAppCompat/
AndroidManifest.xml 21 This provider doesn't specify an android:exported line. Because we specify
23 android:exported="true".
  /external/chromium_org/chrome/browser/chromeos/dbus/
display_power_service_provider.h 38 // Called from ExportedObject when a handler is exported as a D-Bus
39 // method or failed to be exported.
  /external/chromium_org/chrome/test/chromedriver/
embed_js_in_cpp.py 10 This is called the exported function of the script. The entire script will be
12 the exported function when called.
  /external/chromium_org/third_party/skia/include/effects/
SkEmbossMaskFilter.h 29 // This method is not exported to java.
31 // This method is not exported to java.
  /external/kernel-headers/original/asm-x86/
types.h 10 * header files exported to user space
35 * These aren't exported outside the kernel to avoid name space clashes
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macmouse_c.h 26 /* Functions to be exported */
33 /* Data to be exported */
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events_c.h 26 /* Functions to be exported */
31 /* Variables to be exported */
  /external/skia/include/effects/
SkEmbossMaskFilter.h 29 // This method is not exported to java.
31 // This method is not exported to java.
  /frameworks/base/packages/ExternalStorageProvider/
AndroidManifest.xml 13 android:exported="true"
33 android:exported="true"
  /packages/apps/CellBroadcastReceiver/
AndroidManifest.xml 38 android:exported="false" />
41 android:exported="false" />
44 android:exported="false" />
47 android:exported="false" />
76 android:exported="true" />
81 android:exported="false"
89 android:exported="false"
94 android:exported="false" />
  /packages/experimental/PrintService/
AndroidManifest.xml 37 android:exported="false">
42 android:exported="true"
  /packages/experimental/StrictModeTest/
AndroidManifest.xml 27 android:exported="true"
32 android:exported="true" />
  /frameworks/base/packages/SystemUI/
AndroidManifest.xml 92 android:exported="true"
99 android:exported="false" />
102 android:exported="true" />
106 android:exported="true" />
128 android:exported="true">
136 android:exported="false">
145 android:exported="true"
154 android:exported="true"
163 android:exported="true"
172 android:exported="true
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_profile.h 40 // Exported in the adapter's SDP or GATT tables where relevant.
44 // Exported in the adapter's SDP or GATT tables where relevant.
48 // Exported in the adapter's SDP or GATT tables where relevant.
65 // Exported in the adapter's SDP or GATT tables where relevant.
69 // Exported in the adapter's SDP or GATT tables where relevant.
  /external/chromium_org/sandbox/win/src/
resolver.h 26 // target_name is an exported function from the module loaded at
27 // target_module, and must be replaced by interceptor_name, exported from
60 // Gets the address of an exported function_name inside module.
73 // target_name is an exported function from the module loaded at
74 // target_module, and must be replaced by interceptor_name, exported from
  /packages/apps/Music/
AndroidManifest.xml 40 android:exported="true"
74 android:exported="true" >
93 android:excludeFromRecents="true" android:exported="true" >
126 <activity android:name="com.android.music.ArtistAlbumBrowserActivity" android:exported="false" >
133 <activity android:name="com.android.music.AlbumBrowserActivity" android:exported="false" >
140 <activity android:name="com.android.music.NowPlayingActivity" android:exported="false" >
147 <activity android:name="com.android.music.TrackBrowserActivity" android:exported="false" >
157 android:exported="true" >
170 android:exported="true" >
186 android:exported="true"
    [all...]
  /external/chromium_org/dbus/
exported_object.h 41 // Called to send a response from an exported method. |response| is the
46 // Called when an exported method is called. |method_call| is the request
65 // exported method is called. As it's called in the origin thread,
77 // |on_exported_callback| is called when the method is exported or
78 // failed to be exported, in the origin thread.
109 // Called when the object is exported.
125 // Handles the incoming request messages and dispatches to the exported
  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 96 * \return number of exported global variables (slots) in this script/module.
103 * \return array of exported variable names.
110 * \return number of exported global functions (slots) in this script/module.
117 * \return array of exported function names.
124 * \return number of exported ForEach functions in this script/module.
131 * \return array of exported ForEach function signatures.
138 * \return array of exported ForEach function names.

Completed in 654 milliseconds

1 2 34 5 6 7 8 91011>>