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

<<21222324252627282930>>

  /external/libsepol/
ChangeLog 49 * setools expects expand_module_avrules to be an exported
451 Added hidden_def for exported symbols used within libsepol.
452 Added hidden for symbols that should not be exported by
791 * Replaced exported global variables with set functions.
798 * Created libsepol.map to limit exported symbols in shared library.
801 * Exported other functions for checkpolicy and friends.
808 * Exported sepol_genbools() for load_policy.
  /external/zlib/src/win32/
DLL_FAQ.txt 24 * The exported symbols are exclusively defined in the source
27 * The symbols are exported by name, not by ordinal.
28 * The exported names are undecorated.
109 5. Why are the zlib symbols exported by name, and not by ordinal?
128 It is possible to avoid the DEF file if the exported symbols
  /frameworks/base/services/java/com/android/server/firewall/
IntentFirewall.java 571 int owningUid, boolean exported);
582 * @param exported Whether the component is exported
586 boolean exported) {
587 return mAms.checkComponentPermission(permission, pid, uid, owningUid, exported) ==
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 105 * libpng specifies the calling convention of every exported function and
109 * PNGAPI Calling convention for exported functions.
159 * PNG_IMPEXP The magic (if any) to cause a symbol to be exported from
167 * make a symbol exported from the DLL. Not used in the
357 __attribute__((warning("This function is not exported by libpng.")))
  /development/ndk/platforms/
README.CRT.TXT 163 that shall *not* be exported by the NDK-provided link-time libraries (i.e.
196 Earlier versions of the C library exported a __dso_handle symbol
226 Earlier versions of the C library implemented and exported an atexit()
  /external/chromium_org/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
SampleForTests.java 114 // Exported to C++ as:
123 // Exported to C++ as Java_Example_staticJavaMethod(JNIEnv* env)
130 // No prefix, so this method is package private. It will still be exported.
  /external/chromium_org/chromeos/network/
network_sms_handler.cc 25 // Not exposed/exported:
173 // exported keys, so the dictionary used as a notification argument
316 // exported keys, so a new dictionary is created with the expected
  /external/kernel-headers/original/asm-x86/
voyager.h 482 /* Variables exported by voyager_smp */
489 /* variables exported always */
494 /* functions exported by the voyager and voyager_smp modules */
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
filterbanks.c 157 lookahead length. Exported in the prefiltdata structure. */
215 /* The all pass filtering automatically updates the filter states which are exported in the
242 exported in the prefiltdata structure*/
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
VideoEditorHelper.java 310 *This Method validates the Exported Movie,as per the specified params
317 assertEquals("Exported FileName", tempFile.exists(), true);
365 assertEquals("Exported FileName", tempFile.exists(), true);
  /packages/apps/Bluetooth/
AndroidManifest.xml 72 android:exported="true"
92 android:exported="true"
222 android:exported="true"
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
VCardService.java 462 * @return destination path for a vCard file to be exported. null on error and mErrorReason
518 // Is this being exported right now? Skip this number
521 Log.d(LOG_TAG, String.format("%s is already being exported.", path));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 91 prototype((ordinal number, dll object)[, paramflags]) -> foreign function exported by ordinal
92 prototype((function name, dll object)[, paramflags]) -> foreign function exported by name
337 The exported functions can be accessed as attributes, or by
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 91 prototype((ordinal number, dll object)[, paramflags]) -> foreign function exported by ordinal
92 prototype((function name, dll object)[, paramflags]) -> foreign function exported by name
337 The exported functions can be accessed as attributes, or by
  /frameworks/base/docs/html/about/versions/
android-4.2.jd 85 <li><b>Content providers</b> are no longer exported by default. That is, the default value
86 for the <a href="{@docRoot}guide/topics/manifest/provider-element.html#exported">{@code
87 android:exported}</a> attribute is now {@code ?false"}. If it?s important that other apps be
89 href="{@docRoot}guide/topics/manifest/provider-element.html#exported">{@code
90 android:exported="true"}.</a>
174 &lt;service android:name=".MyDream" android:exported="true"
  /development/host/windows/usb/api/
adb_api.cpp 18 This file consists of implementation of rotines that are exported
33 /** \brief Points to InstantiateWinUsbInterface exported from AdbWinUsbApi.dll.
  /device/generic/goldfish/camera/
media_profiles.xml 383 - maxOutputFrameWidth: maximum video width of exported video clip.
384 - maxOutputFrameHeight: maximum video height of exported video clip.
  /device/samsung/manta/
media_profiles.xml 306 - maxOutputFrameWidth: maximum video width of exported video clip.
307 - maxOutputFrameHeight: maximum video height of exported video clip.
  /external/chromium_org/sandbox/win/src/
interception.h 74 // function_name has to be an exported symbol of dll_name.
226 // the exported interceptor, following the calling convention of a service call
  /external/chromium_org/tools/generate_stubs/
generate_stubs_unittest.py 139 # Check that the signatures were exported.
211 # Check that the signatures were exported.
  /external/chromium_org/tools/memory_watcher/
call_stack.cc 13 // Typedefs for explicit dynamic linking with functions exported from
80 // Load dbghelp.dll, and obtain pointers to the exported functions that we
  /external/chromium_org/v8/test/mjsunit/harmony/
module-linking.js 157 // Initialize non-exported variables.
167 // Initialize non-exported module.
  /external/jpeg/
jpegint.h 126 /* These routines are exported to allow insertion of extra markers */
218 /* Read a restart marker --- exported for use by entropy decoder only */
  /external/qemu/distrib/jpeg-6b/
jpegint.h 126 /* These routines are exported to allow insertion of extra markers */
218 /* Read a restart marker --- exported for use by entropy decoder only */
  /external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/resources/
ReadMe.txt 93 Once again, we are attempting to remove the exported symbols file. If
118 that must be exported because a public header includes them, but users shouldn't

Completed in 1435 milliseconds

<<21222324252627282930>>