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

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 92 /// a strong, exported symbol, consistent with historical treatment by
97 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
99 return JITSymbol(getSymbolAddress(Name), JITSymbolFlags::Exported);
114 /// getSymbolAddressInLogicalDylib is treated as a strong, exported symbol,
119 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
123 JITSymbolFlags::Exported);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 97 /// a strong, exported symbol, consistent with historical treatment by
102 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
104 return JITSymbol(getSymbolAddress(Name), JITSymbolFlags::Exported);
119 /// getSymbolAddressInLogicalDylib is treated as a strong, exported symbol,
124 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
128 JITSymbolFlags::Exported);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 92 /// a strong, exported symbol, consistent with historical treatment by
97 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
99 return JITSymbol(getSymbolAddress(Name), JITSymbolFlags::Exported);
114 /// getSymbolAddressInLogicalDylib is treated as a strong, exported symbol,
119 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
123 JITSymbolFlags::Exported);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 92 /// a strong, exported symbol, consistent with historical treatment by
97 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
99 return JITSymbol(getSymbolAddress(Name), JITSymbolFlags::Exported);
114 /// getSymbolAddressInLogicalDylib is treated as a strong, exported symbol,
119 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
123 JITSymbolFlags::Exported);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 92 /// a strong, exported symbol, consistent with historical treatment by
97 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
99 return JITSymbol(getSymbolAddress(Name), JITSymbolFlags::Exported);
114 /// getSymbolAddressInLogicalDylib is treated as a strong, exported symbol,
119 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
123 JITSymbolFlags::Exported);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 92 /// a strong, exported symbol, consistent with historical treatment by
97 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
99 return JITSymbol(getSymbolAddress(Name), JITSymbolFlags::Exported);
114 /// getSymbolAddressInLogicalDylib is treated as a strong, exported symbol,
119 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
123 JITSymbolFlags::Exported);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 92 /// a strong, exported symbol, consistent with historical treatment by
97 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
99 return JITSymbol(getSymbolAddress(Name), JITSymbolFlags::Exported);
114 /// getSymbolAddressInLogicalDylib is treated as a strong, exported symbol,
119 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
123 JITSymbolFlags::Exported);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 92 /// a strong, exported symbol, consistent with historical treatment by
97 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
99 return JITSymbol(getSymbolAddress(Name), JITSymbolFlags::Exported);
114 /// getSymbolAddressInLogicalDylib is treated as a strong, exported symbol,
119 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
123 JITSymbolFlags::Exported);
  /development/vndk/tools/header-checker/header-abi-diff/src/
header_abi_diff.cpp 57 "metadata in exported headers."),
62 llvm::cl::desc("All apis, whether referenced or not, by exported symbols in"
78 "not referenced by metadata in exported headers"),
84 " structures which are not directly referenced by exported"
164 status_str = "ELF Symbols not referenced by exported headers removed";
176 unreferenced_change_str = ", changes in exported headers, which are";
177 unreferenced_change_str += " not directly referenced by exported symbols.";
  /external/libpng/scripts/
checksym.awk 67 # symbol @ordinal # two fields, exported symbol
91 NF==2 && $2 ~ /^@[1-9][0-9]*$/ { # exported symbol
120 print "; Contains all the symbols that can be exported from libpng" >of
151 print "png.h: symbol", o, "both exported as '" symbol[o] "' and removed as '" removed[o] "'"
157 print "png.h: symbol", o, "is exported as '" official[o] "' in", master
159 print "png.h: exported symbol", o, "'" symbol[o] "' not present in", master
161 print "png.h: exported symbol", o, "'" symbol[o] "' exists as '" official[o] "' in", master
  /packages/apps/Music/
AndroidManifest.xml 54 android:exported="true">
65 android:excludeFromRecents="true" android:exported="true" >
99 android:label="@string/music_picker_title" android:exported="true" >
140 android:exported="true">
158 android:exported="false">
166 <activity android:name="com.android.music.AlbumBrowserActivity" android:exported="false">
174 <activity android:name="com.android.music.TrackBrowserActivity" android:exported="false">
184 android:exported="true">
198 android:exported="true"
  /external/autotest/client/site_tests/p2p_ShareFiles/
p2p_ShareFiles.py 67 # host. This will use the P2P services exported by the DUT.
89 raise error.TestFail('Found wrong p2p port exported on the DUT.')
94 raise error.TestFail('Found exported files on the DUT.')
125 raise error.TestFail('Expected exported file on the DUT.')
140 raise error.TestFail('Expected exported file on the DUT.')
  /frameworks/base/tests/ActivityTests/
AndroidManifest.xml 56 android:singleUser="true" android:exported="true">
64 <receiver android:name="StartEmpty" android:exported="true">
69 <service android:name="EmptyService" android:exported="true">
75 android:singleUser="true" android:exported="true" >
79 android:singleUser="true" android:exported="true" />
  /packages/providers/DownloadProvider/
AndroidManifest.xml 68 android:authorities="downloads" android:exported="true">
92 android:exported="true"
101 android:exported="true"
106 android:exported="true"
109 <receiver android:name=".DownloadReceiver" android:exported="false">
  /packages/apps/Email/
AndroidManifest.xml 170 android:exported="false"
266 <!-- Must be exported in order for the AccountManager to launch it -->
272 android:exported="true"
283 android:exported="false" >
298 android:exported="true"
300 <!-- Must be exported in order for the AccountManager to launch it -->
313 android:exported="false"
353 android:exported="false" />
388 android:exported="true"
396 android:exported="false
    [all...]
  /prebuilts/go/darwin-x86/src/net/rpc/
server.go 6 Package rpc provides access to the exported methods of an object across a
8 as a service with the name of the type of the object. After registration, exported
16 - the method's type is exported.
17 - the method is exported.
18 - the method has two arguments, both exported (or builtin) types.
205 // Is this an exported - upper case - name?
211 // Is this type exported or a builtin?
216 // PkgPath will be non-empty even for an exported type,
223 // - exported method of exported typ
    [all...]
  /prebuilts/go/linux-x86/src/net/rpc/
server.go 6 Package rpc provides access to the exported methods of an object across a
8 as a service with the name of the type of the object. After registration, exported
16 - the method's type is exported.
17 - the method is exported.
18 - the method has two arguments, both exported (or builtin) types.
205 // Is this an exported - upper case - name?
211 // Is this type exported or a builtin?
216 // PkgPath will be non-empty even for an exported type,
223 // - exported method of exported typ
    [all...]
  /cts/tests/tests/webkit/
AndroidManifest.xml 27 android:exported="true"
61 android:exported="false" />
65 android:exported="false" />
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/
AndroidManifest.xml 86 android:exported="false">
91 android:exported="false">
96 android:exported="false">
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/
AndroidManifest.xml 86 android:exported="false">
91 android:exported="false">
96 android:exported="false">
  /development/samples/browseable/WearNotifications/Wearable/
AndroidManifest.xml 86 android:exported="false">
91 android:exported="false">
96 android:exported="false">
  /external/llvm/include/llvm/LTO/
LTO.h 57 /// This is done for correctness (if value exported, ensure we always
66 /// Update the linkages in the given \p Index to mark exported values
67 /// as external and non-exported values as internal. The ThinLTO backends
  /external/python/cpython2/Modules/expat/
pyexpatns.h 3 * Namespace all expat exported symbols to avoid dynamic loading symbol
24 * Prefix all exported symbols with "PyExpat_". This is similar to
28 * The list of relevant exported symbols can be had with this command:
  /external/python/cpython3/Modules/expat/
pyexpatns.h 3 * Namespace all expat exported symbols to avoid dynamic loading symbol
24 * Prefix all exported symbols with "PyExpat_". This is similar to
28 * The list of relevant exported symbols can be had with this command:
  /frameworks/base/packages/WAPPushManager/tests/
AndroidManifest.xml 46 android:exported="true"/>
49 android:exported="true" android:label="test receiver" />
52 android:exported="true">

Completed in 802 milliseconds

<<11121314151617181920>>