HomeSort by relevance Sort by last modified time
    Searched full:exported (Results 176 - 200 of 1235) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/jgss/kerberos/
KerberosNameTest.java 33 byte[] exported = kerberosName.export();
35 assertTrue(Arrays.equals(expected, exported));
  /external/bison/m4/
c-working.m4 37 xx) gl_had_POSIXLY_CORRECT=exported ;;
45 exported) ;;
  /external/chromium/chrome/browser/ui/gtk/
gtk_custom_menu.cc 12 // instead, but it's static and isn't exported. :(
31 // instead, but it's static and isn't exported. :(
  /external/libxml2/include/libxml/
xmlexports.h 40 * Macros which declare the called convention for exported functions
46 * Macro which declares the calling convention for exported functions that
  /external/llvm/device/include/llvm/Config/
llvm-config.h 12 they can be in exported headers and won't override package specific
15 /* To avoid multiple inclusions of these variables when we include the exported
  /external/llvm/host/include/llvm/Config/
llvm-config.h 12 they can be in exported headers and won't override package specific
15 /* To avoid multiple inclusions of these variables when we include the exported
  /external/llvm/include/llvm/Config/
llvm-config.h.in 11 they can be in exported headers and won't override package specific
14 /* To avoid multiple inclusions of these variables when we include the exported
  /external/valgrind/main/VEX/unused/
dispatch.c 43 /* EXPORTED */
68 /* EXPORTED */
  /packages/providers/MediaProvider/
AndroidManifest.xml 20 android:multiprocess="false" android:exported="true">
56 <service android:name="MediaScannerService" android:exported="true">
  /frameworks/compile/slang/
slang_rs_export_type.cpp 102 // like an array declaration that can't be exported.
128 "multidimensional arrays cannot be exported: '%0'");
138 "vectors of non-primitive types cannot be exported: '%0'");
144 "arrays of width 3 vector types cannot be exported: '%0'");
194 "unions cannot be exported: '%0'");
197 slangAssert(false && "Unknown type cannot be exported");
216 "anonymous structures cannot be exported");
250 "bit fields are not able to be exported: '%0.%1'"))
263 "structures containing pointers cannot be exported: '%0'");
273 "multiple levels of pointers cannot be exported: '%0'")
    [all...]
  /bionic/libc/bionic/
sbrk.cpp 34 void* __bionic_brk; // TODO: should be __LIBC_HIDDEN__ but accidentally exported by NDK :-(
  /cts/tests/tests/accounts/
AndroidManifest.xml 31 <service android:name="MockAccountService" android:exported="true"
  /developers/samples/android/ui/actionbarcompat/ShareActionProvider/ShareActionProvider/src/main/
AndroidManifest.xml 48 android:exported="true" />
  /development/host/windows/usb/winusb/
AdbWinUsbApi.cpp 38 This is the only exported routine from this DLL. This routine instantiates an
  /development/samples/StackWidget/
AndroidManifest.xml 37 android:exported="false" />
  /external/chromium/base/
native_library.h 64 // This function retrieves the LoadLibrary function exported from kernel32.dll
  /external/chromium/base/win/
pe_image.h 134 // is not exported from this image
137 // Returns the address for a given exported symbol.
141 // the exported function. If 'f' is a forwarded export
147 // Retrieves the ordinal for a given exported symbol.
  /external/clang/bindings/python/clang/
enumerations.py 16 Enumerations are typically defined as a list of tuples. The exported values are
  /external/compiler-rt/lib/ppc/
saveFP.S 17 // This function should never be exported by a shared library. Each linkage
  /external/dropbear/libtomcrypt/src/pk/katja/
katja_export.c 24 @param type The type of exported key (PK_PRIVATE or PK_PUBLIC)
  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_export.c 24 @param type The type of exported key (PK_PRIVATE or PK_PUBLIC)
  /external/guava/guava-tests/test/com/google/common/collect/
BstCountBasedBalancePoliciesTest.java 27 * Tests for the policies exported by {@link BstCountBasedBalancePolicies}
  /external/kernel-headers/original/linux/
random.h 41 /* Exported functions */
  /external/libxslt/libxslt/
documents.h 85 /* the loader may be needed by extension libraries so it is exported */
  /external/open-vcdiff/gflags/m4/
google_namespace.m4 4 # In general, $1 should be 'google', so we put all our exported symbols in a

Completed in 640 milliseconds

1 2 3 4 5 6 78 91011>>