HomeSort by relevance Sort by last modified time
    Searched full:export (Results 101 - 125 of 1119) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/e2fsprogs/lib/ss/
mk_cmds.sh.in 16 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
17 eval $as_var=C; export $as_var
  /external/e2fsprogs/tests/
test_script.in 7 export LC_ALL
11 export USE_VALGRIND="valgrind -q --weird-hacks=lax-ioctls"
  /external/v8/include/
v8-debug.h 39 // Setup for Windows DLL export/import. See v8.h in this directory for
47 #define EXPORT __declspec(dllexport)
49 #define EXPORT __declspec(dllimport)
51 #define EXPORT
56 // Setup for Linux shared library export. See v8.h in this directory for
59 #define EXPORT __attribute__ ((visibility("default")))
61 #define EXPORT
83 class EXPORT Debug {
311 #undef EXPORT
  /external/bluetooth/glib/
Makefile.am 51 gmodule-export-2.0.pc.in \
52 gmodule-no-export-2.0.pc.in \
60 gmodule-no-export-2.0-uninstalled.pc.in \
105 pkgconfig_DATA = glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc gmodule-export-2.0.pc gmodule-no-export-2.0.pc gthread-2.0.pc gio-2.0.pc gio-unix-2.0.pc
  /external/stlport/src/
dll_main.cpp 105 //Export of the types used to represent buckets in the hashtable implementation.
107 * For the vector class we do not use any MSVC6 workaround even if we export it from
133 //End of hashtable bucket types export.
135 //Export of _Locale_impl facets container:
155 //End of export of _Locale_impl facets container.
  /cts/tools/dx-tests/etc/
starttests 68 export ANDROID_PRINTF_LOG=tag
69 export ANDROID_LOG_TAGS='*:s' # was: jdwp:i dalvikvm:i dalvikvmi:i'
70 export ANDROID_DATA=$datadir
71 export ANDROID_ROOT=$base/system
72 export LD_LIBRARY_PATH=$base/system/lib
73 export DYLD_LIBRARY_PATH=$base/system/lib
175 export jpassedcnt=0
176 export jwarningcnt=0
177 export jvfefailedcnt=0
178 export jfailedcnt=
    [all...]
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 35 #define EXPORT __attribute__((visibility("default")))
56 EXPORT NPError NP_Initialize(NPNetscapeFuncs* browserFuncs, NPPluginFuncs* pluginFuncs, void *java_env);
57 EXPORT NPError NP_GetValue(NPP instance, NPPVariable variable, void *value);
58 EXPORT const char* NP_GetMIMEDescription(void);
59 EXPORT void NP_Shutdown(void);
238 EXPORT NPError NP_GetValue(NPP instance, NPPVariable variable, void *value) {
  /ndk/build/tools/
build-gcc.sh 174 export ABI="32" && # needed to build a 32-bit gmp
175 export CFLAGS="$HOST_CFLAGS" &&
176 export LDFLAGS="$HOST_LDFLAGS" && run \
198 export CFLAGS="$HOST_CFLAGS" &&
199 export LDFLAGS="$HOST_LDFLAGS" &&
200 export ABI="32" &&
  /dalvik/libcore/support/src/test/java/tests/resources/manifest/
hyts_MANIFEST.MF 19 Export-Package: com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0,
23 Export-Service: com.ibm.ive.eccomm.service.authentication.AuthenticationService,
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_SUPER.S 25 EXPORT_PC() @ must export for invoke
39 EXPORT_PC() @ must export for invoke
  /external/bluetooth/glib/gthread/
Makefile.am 51 export_symbols = -export-symbols $(srcdir)/gthread.def
73 -export-dynamic $(no_undefined) $(export_symbols)
  /external/dropbear/libtomcrypt/src/prngs/
sprng.c 94 Export the PRNG state
97 @param prng The PRNG to export
  /external/e2fsprogs/e2fsck/
profile.h 15 * Export of this software from the United States of America may require
17 * responsibility of any person or organization contemplating export to
  /external/e2fsprogs/lib/et/
compile_et.sh.in 25 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26 eval $as_var=C; export $as_var
  /external/icu4c/samples/ufortune/
readme.txt 51 export ICU_PREFIX= <icu install directory>
59 export LD_LIBRARY_PATH=<icu install directory>/lib:.:$LD_LIBRARY_PATH
  /external/jsr305/ri/nbproject/
project.xml 43 <export>
47 </export>
  /external/kernel-headers/original/linux/sunrpc/
gss_asn1.h 19 * Export of this software from the United States of America may
22 * export to obtain such a license before exporting.
  /external/proguard/build/
build.sh 79 export CLASSPATH=$ANT_JAR
88 export CLASSPATH=$WTK_JAR
  /external/speex/libspeex/
stereo.c 75 EXPORT SpeexStereoState *speex_stereo_state_init()
82 EXPORT void speex_stereo_state_reset(SpeexStereoState *_stereo)
102 EXPORT void speex_stereo_state_destroy(SpeexStereoState *stereo)
108 EXPORT void speex_encode_stereo(float *data, int frame_size, SpeexBits *bits)
146 EXPORT void speex_encode_stereo_int(spx_int16_t *data, int frame_size, SpeexBits *bits)
221 EXPORT void speex_decode_stereo(float *data, int frame_size, SpeexStereoState *_stereo)
248 EXPORT void speex_decode_stereo_int(spx_int16_t *data, int frame_size, SpeexStereoState *_stereo)
274 EXPORT int speex_std_stereo_request_handler(SpeexBits *bits, void *state, void *data)
  /cts/tools/spec-progress/etc/
spec-progress 54 export CLASSES=$progdir/../framework/spec-progress.jar
55 export INPUT=$ANDROID_BUILD_TOP
56 export OUTPUT=$ANDROID_BUILD_TOP/out/target/common/cts/spec-progress
59 export OUTPUT=$1
  /dalvik/vm/mterp/arm-vfp/
OP_CMPG_DOUBLE.S 34 fmstat @ export status flags
OP_CMPG_FLOAT.S 34 fmstat @ export status flags
OP_CMPL_DOUBLE.S 34 fmstat @ export status flags
OP_CMPL_FLOAT.S 34 fmstat @ export status flags
  /dalvik/vm/mterp/armv4t/
OP_SGET_WIDE.S 32 EXPORT_PC() @ resolve() could throw, so export now

Completed in 544 milliseconds

1 2 3 45 6 7 8 91011>>