/dalvik/vm/compiler/codegen/arm/Thumb2/ |
Gen.c | 152 /* Export the Dalvik PC assicated with an instruction to the StackSave area */ 228 // Export PC (part 1) 234 // Export PC (part 2) 284 // Export PC (part 1) 288 // Export PC (part 2)
|
/external/libffi/ |
ltcf-gcj.sh | 148 # Extract the symbol export list from an `--export-all' def file, 149 # then regenerate the def file from the symbol export list, so that 150 # the compiled dll only exports the symbol export list. 153 $DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~ 156 # If the export-symbols file already is a .def file (1st line 232 export_dynamic_flag_spec='${wl}--export-dynamic' 326 # -bexpall does not export symbols beginning with underscore (_) 343 # -bexpall does not export symbols beginning with underscore (_) 671 # built for inclusion in a dll (and should export symbols for example) [all...] |
/external/webkit/JavaScriptCore/icu/unicode/ |
utypes.h | 17 * 05/07/97 aliu Added import/export specifiers (replacing the old 300 /* Shared library/DLL import-export API control */ 304 * Control of symbol import/export. 310 * Set to export library symbols from inside the ICU library 319 * Set to export library symbols from inside the stubdata library, 326 * Set to export library symbols from inside the common library, 333 * Set to export library symbols from inside the i18n library, 340 * Set to export library symbols from inside the layout engine library, 347 * Set to export library symbols from inside the layout extensions library, 354 * Set to export library symbols from inside the ustdio library [all...] |
/external/webkit/JavaScriptGlue/icu/unicode/ |
utypes.h | 17 * 05/07/97 aliu Added import/export specifiers (replacing the old 300 /* Shared library/DLL import-export API control */ 304 * Control of symbol import/export. 310 * Set to export library symbols from inside the ICU library 319 * Set to export library symbols from inside the stubdata library, 326 * Set to export library symbols from inside the common library, 333 * Set to export library symbols from inside the i18n library, 340 * Set to export library symbols from inside the layout engine library, 347 * Set to export library symbols from inside the layout extensions library, 354 * Set to export library symbols from inside the ustdio library [all...] |
/external/webkit/WebCore/icu/unicode/ |
utypes.h | 17 * 05/07/97 aliu Added import/export specifiers (replacing the old 300 /* Shared library/DLL import-export API control */ 304 * Control of symbol import/export. 310 * Set to export library symbols from inside the ICU library 319 * Set to export library symbols from inside the stubdata library, 326 * Set to export library symbols from inside the common library, 333 * Set to export library symbols from inside the i18n library, 340 * Set to export library symbols from inside the layout engine library, 347 * Set to export library symbols from inside the layout extensions library, 354 * Set to export library symbols from inside the ustdio library [all...] |
/external/webkit/WebKit/mac/icu/unicode/ |
utypes.h | 17 * 05/07/97 aliu Added import/export specifiers (replacing the old 300 /* Shared library/DLL import-export API control */ 304 * Control of symbol import/export. 310 * Set to export library symbols from inside the ICU library 319 * Set to export library symbols from inside the stubdata library, 326 * Set to export library symbols from inside the common library, 333 * Set to export library symbols from inside the i18n library, 340 * Set to export library symbols from inside the layout engine library, 347 * Set to export library symbols from inside the layout extensions library, 354 * Set to export library symbols from inside the ustdio library [all...] |
/build/tools/lsd/ |
lsd.c | 594 next_export_t *export = &source->exports[symidx]; local 595 while (export->source != NULL) { 596 //fprintf(stderr, "%s:%s\n", symname, export->source->name); 597 fprintf(fp, "\t%s\n", export->source->name); 598 export = &export->source->next_export[export->next_idx];
|
/external/wpa_supplicant/ |
driver.h | 671 * This function is only needed for drivers that export MLME 686 * This function is only needed for drivers that export MLME 699 * This function is only needed for drivers that export MLME 710 * This function is only needed for drivers that export MLME 722 * This function is only needed for drivers that export MLME 736 * This function is only needed for drivers that export MLME 751 * This function is only needed for drivers that export MLME
|
/dalvik/docs/ |
hello-world.html | 167 export ANDROID_ROOT=$root 171 export BOOTCLASSPATH=$bootpath/core.jar:$bootpath/ext.jar:$bootpath/framework.jar:$bootpath/android.policy.jar:$bootpath/services.jar 174 export ANDROID_DATA=/tmp/dalvik_$USER
|
/dalvik/tests/ |
run-test | 36 export JAVA="java" 37 export JAVAC="javac -target 1.5" 38 export RUN="${progdir}/etc/push-and-run-test-jar"
|
/external/bluetooth/glib/gio/ |
Makefile.am | 252 export_symbols = -export-symbols gio.def 264 export_symbols = -export-symbols-regex '^g_.*' 274 -export-dynamic $(no_undefined) $(export_symbols)
|
/external/libvpx/vp8/common/arm/armv6/ |
recon_v6.asm | 12 EXPORT |vp8_recon_b_armv6| 13 EXPORT |vp8_recon2b_armv6| 14 EXPORT |vp8_recon4b_armv6|
|
/external/speex/libspeex/ |
scal.c | 81 EXPORT SpeexDecorrState *speex_decorrelate_new(int rate, int channels, int frame_size) 137 EXPORT void speex_decorrelate(SpeexDecorrState *st, const spx_int16_t *in, spx_int16_t *out, int strength) 274 EXPORT void speex_decorrelate_destroy(SpeexDecorrState *st)
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/export/ |
ProjectConfig.java | 17 package com.android.sdklib.internal.export; 20 import com.android.sdklib.internal.export.MultiApkExportHelper.ExportException; 39 * Only the properties that pertain to the multi-apk export are present.
|
/system/core/init/ |
readme.txt | 134 export <name> <value> 236 export PATH /sbin:/system/sbin:/system/bin 237 export LD_LIBRARY_PATH /system/lib
|
/cts/tools/test-progress/etc/ |
test-progress | 54 export CLASSES=$progdir/../framework/test-progress.jar 55 export INPUT=$ANDROID_BUILD_TOP 56 export OUTPUT=$ANDROID_BUILD_TOP/out/target/common/cts/test-progress 59 export OUTPUT=$1
|
/dalvik/vm/mterp/x86-atom/ |
OP_INVOKE_INTERFACE.S | 53 EXPORT_PC # must export for invoke
|
OP_INVOKE_STATIC.S | 51 EXPORT_PC # must export for invoke
|
/development/build/ |
Android.mk | 18 framework_res_package := $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
|
/external/bison/djgpp/ |
config.site | 32 export TEST_FINDS_EXE=y
|
/external/blktrace/ |
Makefile | 62 export prefix INSTALL TAR
|
/external/bluetooth/glib/ |
Makefile.decl | 41 GTESTER_LOGDIR=`mktemp -d "\`pwd\`/.testlogs-XXXXXX"`; export GTESTER_LOGDIR ; \
|
glib-zip.in | 63 lib/pkgconfig/gmodule-no-export-2.0.pc
|
/external/chromium/base/crypto/ |
rsa_private_key_nss.cc | 123 return private_key_info.Export(output);
|
/external/chromium/sdch/open-vcdiff/packages/deb/ |
rules | 10 #export DH_VERBOSE=1
|