HomeSort by relevance Sort by last modified time
    Searched refs:PREFIX (Results 101 - 125 of 280) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 46 make all-i18n DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr
57 make install-i18n DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
StructuredNameDataItem.java 56 return getContentValues().getAsString(StructuredName.PREFIX);
  /external/chromium_org/third_party/lcov/
Makefile 17 CFG_DIR := $(PREFIX)/etc
18 BIN_DIR := $(PREFIX)/usr/bin
19 MAN_DIR := $(PREFIX)/usr/share/man
30 @echo " install : install binaries and man pages in PREFIX (default /)"
31 @echo " uninstall : delete binaries and man pages from PREFIX (default /)"
  /external/chromium_org/third_party/lcov-1.9/
Makefile 17 CFG_DIR := $(PREFIX)/etc
18 BIN_DIR := $(PREFIX)/usr/bin
19 MAN_DIR := $(PREFIX)/usr/share/man
30 @echo " install : install binaries and man pages in PREFIX (default /)"
31 @echo " uninstall : delete binaries and man pages from PREFIX (default /)"
  /external/stlport/
configure 29 --prefix=<dir> base install path (/usr/local/)
30 --bindir=<dir> install path for executables (PREFIX/bin)
31 --libdir=<dir> install path for libraries (PREFIX/lib)
32 --includedir=<dir> install path for headers (PREFIX/include)
249 --prefix=*)
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtils.java 46 // Prefix and suffix are arbitrary, the values do not really matter
47 private final static String PREFIX = "dicttool";
132 final File dst = File.createTempFile(PREFIX, SUFFIX);
151 final File dst = File.createTempFile(PREFIX, SUFFIX);
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 15 #define DECL_GSSVX(PREFIX,FLOATTYPE,KEYTYPE) \
17 typedef struct { FLOATTYPE for_lu; FLOATTYPE total_needed; int expansions; } PREFIX##mem_usage_t; \
18 extern void PREFIX##gssvx(superlu_options_t *, SuperMatrix *, int *, int *, int *, \
22 PREFIX##mem_usage_t *, SuperLUStat_t *, int *); \
32 PREFIX##mem_usage_t mem_usage; \
33 PREFIX##gssvx(options, A, perm_c, perm_r, etree, equed, R, C, L, \
51 #define DECL_GSISX(PREFIX,FLOATTYPE,KEYTYPE) \
53 extern void PREFIX##gsisx(superlu_options_t *, SuperMatrix *, int *, int *, int *, \
56 PREFIX##mem_usage_t *, SuperLUStat_t *, int *); \
66 PREFIX##mem_usage_t mem_usage;
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardExporterTests.java 68 .put(StructuredName.PREFIX, "AppropriatePrefix")
106 .put(StructuredName.PREFIX, "DoNotEmitPrefix1")
115 .put(StructuredName.PREFIX, "AppropriatePrefix")
129 .put(StructuredName.PREFIX, "DoNotEmitPrefix2")
166 .put(StructuredName.PREFIX, "DoNotEmitPrefix1")
175 .put(StructuredName.PREFIX, "DoNotEmitPrefix2")
185 .put(StructuredName.PREFIX, "AppropriatePrefix")
194 .put(StructuredName.PREFIX, "DoNotEmitPrefix3")
236 .put(StructuredName.PREFIX, "AppropriatePrefix")
301 .put(StructuredName.PREFIX, "DoNotEmitPrefix1"
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aesni-x86_64.pl 160 $PREFIX="aesni"; # if $PREFIX is set to "AES", the script
178 $movkey = $PREFIX eq "aesni" ? "movups" : "movups";
242 .globl ${PREFIX}_encrypt
243 .type ${PREFIX}_encrypt,\@abi-omnipotent
245 ${PREFIX}_encrypt:
253 .size ${PREFIX}_encrypt,.-${PREFIX}_encrypt
255 .globl ${PREFIX}_decrypt
256 .type ${PREFIX}_decrypt,\@abi-omnipoten
    [all...]
aesni-x86.pl 46 $PREFIX="aesni"; # if $PREFIX is set to "AES", the script
57 if ($PREFIX eq "aesni") { $movekey=*movups; }
165 &function_begin_B("${PREFIX}_encrypt");
177 &function_end_B("${PREFIX}_encrypt");
181 &function_begin_B("${PREFIX}_decrypt");
193 &function_end_B("${PREFIX}_decrypt");
348 &aesni_generate3("enc") if ($PREFIX eq "aesni");
350 &aesni_generate4("enc") if ($PREFIX eq "aesni");
352 &aesni_generate6("enc") if ($PREFIX eq "aesni")
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-x86_64.pl 160 $PREFIX="aesni"; # if $PREFIX is set to "AES", the script
178 $movkey = $PREFIX eq "aesni" ? "movups" : "movups";
242 .globl ${PREFIX}_encrypt
243 .type ${PREFIX}_encrypt,\@abi-omnipotent
245 ${PREFIX}_encrypt:
253 .size ${PREFIX}_encrypt,.-${PREFIX}_encrypt
255 .globl ${PREFIX}_decrypt
256 .type ${PREFIX}_decrypt,\@abi-omnipoten
    [all...]
aesni-x86.pl 46 $PREFIX="aesni"; # if $PREFIX is set to "AES", the script
57 if ($PREFIX eq "aesni") { $movekey=*movups; }
165 &function_begin_B("${PREFIX}_encrypt");
177 &function_end_B("${PREFIX}_encrypt");
181 &function_begin_B("${PREFIX}_decrypt");
193 &function_end_B("${PREFIX}_decrypt");
348 &aesni_generate3("enc") if ($PREFIX eq "aesni");
350 &aesni_generate4("enc") if ($PREFIX eq "aesni");
352 &aesni_generate6("enc") if ($PREFIX eq "aesni")
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/
Makefile 78 PREFIX = $(INSTALL_BASE)
297 PREFIX="$(PREFIX)"\
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 222 // fullKey = IReportParameters.PREFIX.concat (key);
225 // fullKey = IReportParameters.PREFIX.concat (type).concat (".").concat (key);
228 // fullKey = IReportParameters.PREFIX.concat (key);
463 if (key.startsWith (IReportProperties.PREFIX))
465 final int secondDot = key.indexOf ('.', IReportProperties.PREFIX.length ());
470 return IReportProperties.PREFIX.concat (key.substring (secondDot + 1));
501 // if (key.startsWith (IReportProperties.PREFIX))
502 // key = key.substring (IReportProperties.PREFIX.length ());
507 // String fullKey = IReportProperties.PREFIX.concat (m_reportType).concat (".").concat (key);
513 // fullKey = IReportProperties.PREFIX.concat (key)
    [all...]
  /external/linux-tools-perf/util/
exec_cmd.c 14 static const char *prefix = PREFIX; local
20 strbuf_addf(&d, "%s/%s", prefix, path);
  /ndk/build/tools/
common-build-host-funcs.sh 352 # $2: toolchain prefix, no trailing dash (e.g. arm-linux-androideabi)
356 local PREFIX="$1/bin/$2"
359 local GCC="$PREFIX-gcc"
371 # $1: host prefix, no trailing slash (e.g. i686-linux-android)
375 local PREFIX="$1"
378 local GCC="$(which $PREFIX-gcc 2>/dev/null)"
452 # a wrapper toolchain under $2 with a prefix of ${BH_HOST_CONFIG}-
674 # We're going to generate a wrapper toolchain with the $HOST prefix
685 --src-prefix="$BH_HOST_CONFIG-" \
686 --dst-prefix="$DST_PREFIX"
    [all...]
prebuilt-common.sh 768 $NDK_BUILDTOOLS_PATH/gen-toolchain-wrapper.sh --src-prefix=$BINPREFIX --dst-prefix="$DST_PREFIX" "$CROSS_WRAP_DIR" \
774 $NDK_BUILDTOOLS_PATH/gen-toolchain-wrapper.sh --src-prefix=i386-linux-gnu- \
775 --dst-prefix="$LEGACY_TOOLCHAIN_DIR/bin/i686-linux-" "$CROSS_WRAP_DIR"
776 $NDK_BUILDTOOLS_PATH/gen-toolchain-wrapper.sh --src-prefix=i386-pc-linux-gnu- \
777 --dst-prefix="$LEGACY_TOOLCHAIN_DIR/bin/i686-linux-" "$CROSS_WRAP_DIR"
781 $NDK_BUILDTOOLS_PATH/gen-toolchain-wrapper.sh --src-prefix=x86_64-linux-gnu- \
782 --dst-prefix="$LEGACY_TOOLCHAIN_DIR/" "$CROSS_WRAP_DIR"
783 $NDK_BUILDTOOLS_PATH/gen-toolchain-wrapper.sh --src-prefix=x86_64-pc-linux-gnu- \
784 --dst-prefix="$LEGACY_TOOLCHAIN_DIR/" "$CROSS_WRAP_DIR
    [all...]
dev-system-import.sh 112 register_var_option "--toolchain-prefix=<path>" TOOLCHAIN_PREFIX "Path and prefix for the toolchain"
113 log "Toolchain prefix: $TOOLCHAIN_PREFIX"
122 # Normalize platform names, i.e. get rid of android- prefix in a list of
190 PREFIX=$DEFAULT_ARCH_TOOLCHAIN_PREFIX_arm
194 PREFIX=$DEFAULT_ARCH_TOOLCHAIN_PREFIX_x86
198 PREFIX=$DEFAULT_ARCH_TOOLCHAIN_PREFIX_mips
214 echo "Autoconfig: --toolchain-prefix=$TOOLCHAIN_PREFIX"
package-release.sh 69 # the package prefix
70 PREFIX=android-ndk
71 register_var_option "--prefix=<name>" PREFIX "Specify package prefix"
246 RELEASE_PREFIX=$PREFIX-$RELEASE
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 22 PREFIX = os.path.normpath(sys.prefix)
66 def get_python_inc(plat_specific=0, prefix=None):
74 If 'prefix' is supplied, use it instead of sys.prefix or
77 if prefix is None:
78 prefix = plat_specific and EXEC_PREFIX or PREFIX
95 return os.path.join(prefix, "include", "python" + get_python_version())
97 return os.path.join(prefix, "include"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 22 PREFIX = os.path.normpath(sys.prefix)
66 def get_python_inc(plat_specific=0, prefix=None):
74 If 'prefix' is supplied, use it instead of sys.prefix or
77 if prefix is None:
78 prefix = plat_specific and EXEC_PREFIX or PREFIX
95 return os.path.join(prefix, "include", "python" + get_python_version())
97 return os.path.join(prefix, "include"
    [all...]
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild 27 make install-i18n PREFIX=/usr DESTDIR=$PKG MANDIR=/usr/man
  /external/ipsec-tools/src/racoon/
cfparse.h 169 PREFIX = 385,
334 #define PREFIX 385
  /external/openssh/contrib/cygwin/
ssh-user-config 29 PREFIX=/usr
  /external/elfutils/libelf/
nlist.c 74 #define PREFIX nlist_

Completed in 5629 milliseconds

1 2 3 45 6 7 8 91011>>