HomeSort by relevance Sort by last modified time
    Searched refs:PREFIX (Results 76 - 100 of 279) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/
elfos.h 39 /* The prefix to add to user-visible assembler symbols.
110 PREFIX is the class of label and NUM is the number within the class.
117 #define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM) \
120 sprintf (LABEL, "*.%s%u", PREFIX, (unsigned) (NUM)); \
136 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE) \
141 #define ASM_OUTPUT_CASE_LABEL(FILE, PREFIX, NUM, JUMPTABLE) \
144 ASM_OUTPUT_BEFORE_CASE_LABEL (FILE, PREFIX, NUM, JUMPTABLE) \
145 (*targetm.asm_out.internal_label) (FILE, PREFIX, NUM); \
  /external/llvm/unittests/Option/
OptionParsingTest.cpp 22 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
29 #define PREFIX(NAME, VALUE) const char *const NAME[] = VALUE;
31 #undef PREFIX
40 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
42 { PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, Option::KIND##Class, PARAM, \
  /ndk/build/tools/
build-gnu-libstdc++.sh 210 --prefix=$INSTALLDIR \
245 local PREFIX=$(get_default_toolchain_prefix_for_arch $ARCH)
246 PREFIX=${PREFIX%%-}
255 rm -rf "$DDIR/include/$PREFIX"
263 copy_directory "$SDIR/include/c++/$GCC_VERSION/$PREFIX/bits" "$DDIR/libs/$ABI/include/bits"
make-release.sh 30 # The package prefix
31 PREFIX=android-ndk
32 register_var_option "--prefix=<name>" PREFIX "Specify package prefix"
248 run $ANDROID_NDK_ROOT/build/tools/package-release.sh --release=$RELEASE --prefix=$PREFIX --out-dir="$OUT_DIR" --prebuilt-dir="$PREBUILT_DIR" --systems="$HOST_SYSTEMS" --development-root="$DEVELOPMENT_ROOT"
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java 41 public static final String PREFIX="com.android.packageinstaller.";
42 public static final String INTENT_ATTR_INSTALL_STATUS = PREFIX+"installStatus";
43 public static final String INTENT_ATTR_APPLICATION_INFO=PREFIX+"applicationInfo";
44 public static final String INTENT_ATTR_PERMISSIONS_LIST=PREFIX+"PermissionsList";
46 public static final String INTENT_ATTR_PACKAGE_NAME=PREFIX+"PackageName";
  /external/pixman/pixman/
pixman-region.c 93 if (!PREFIX (_selfcheck (reg))) \
103 static const box_type_t PREFIX (_empty_box_) = { 0, 0, 0, 0 };
104 static const region_data_type_t PREFIX (_empty_data_) = { 0, 0 };
106 static const volatile region_data_type_t PREFIX (_broken_data_) = { 0, 0 };
108 static const region_data_type_t PREFIX (_broken_data_) = { 0, 0 };
112 (box_type_t *)&PREFIX (_empty_box_);
114 (region_data_type_t *)&PREFIX (_empty_data_);
116 (region_data_type_t *)&PREFIX (_broken_data_);
295 PREFIX (_equal) (region_type_t *reg1, region_type_t *reg2)
338 PREFIX (_print) (region_type_t *rgn
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
NameConverterTests.java 37 structuredName.put(StructuredName.PREFIX, "Mr.");
66 * @param prefix Expected prefix (null if not expected).
72 private void assertStructuredName(String displayName, String prefix,
76 checkNameComponent(StructuredName.PREFIX, prefix, structuredName);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
aout.h 237 #define ASM_GENERATE_INTERNAL_LABEL(STRING, PREFIX, NUM) \
238 sprintf (STRING, "*%s%s%u", LOCAL_LABEL_PREFIX, PREFIX, (unsigned int)(NUM))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h 237 #define ASM_GENERATE_INTERNAL_LABEL(STRING, PREFIX, NUM) \
238 sprintf (STRING, "*%s%s%u", LOCAL_LABEL_PREFIX, PREFIX, (unsigned int)(NUM))
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
aout.h 237 #define ASM_GENERATE_INTERNAL_LABEL(STRING, PREFIX, NUM) \
238 sprintf (STRING, "*%s%s%u", LOCAL_LABEL_PREFIX, PREFIX, (unsigned int)(NUM))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h 237 #define ASM_GENERATE_INTERNAL_LABEL(STRING, PREFIX, NUM) \
238 sprintf (STRING, "*%s%s%u", LOCAL_LABEL_PREFIX, PREFIX, (unsigned int)(NUM))
  /prebuilts/python/darwin-x86/2.7.5/bin/
python-config 8 valid_opts = ['prefix', 'exec-prefix', 'includes', 'libs', 'cflags',
33 if opt == '--prefix':
34 print sysconfig.PREFIX
36 elif opt == '--exec-prefix':
49 # add the prefix/lib/pythonX.Y/config dir, but only if there is no
50 # shared library in prefix/lib/.
python2-config 8 valid_opts = ['prefix', 'exec-prefix', 'includes', 'libs', 'cflags',
33 if opt == '--prefix':
34 print sysconfig.PREFIX
36 elif opt == '--exec-prefix':
49 # add the prefix/lib/pythonX.Y/config dir, but only if there is no
50 # shared library in prefix/lib/.
python2.7-config 8 valid_opts = ['prefix', 'exec-prefix', 'includes', 'libs', 'cflags',
33 if opt == '--prefix':
34 print sysconfig.PREFIX
36 elif opt == '--exec-prefix':
49 # add the prefix/lib/pythonX.Y/config dir, but only if there is no
50 # shared library in prefix/lib/.
  /prebuilts/python/linux-x86/2.7.5/bin/
python-config 8 valid_opts = ['prefix', 'exec-prefix', 'includes', 'libs', 'cflags',
33 if opt == '--prefix':
34 print sysconfig.PREFIX
36 elif opt == '--exec-prefix':
49 # add the prefix/lib/pythonX.Y/config dir, but only if there is no
50 # shared library in prefix/lib/.
python2-config 8 valid_opts = ['prefix', 'exec-prefix', 'includes', 'libs', 'cflags',
33 if opt == '--prefix':
34 print sysconfig.PREFIX
36 elif opt == '--exec-prefix':
49 # add the prefix/lib/pythonX.Y/config dir, but only if there is no
50 # shared library in prefix/lib/.
python2.7-config 8 valid_opts = ['prefix', 'exec-prefix', 'includes', 'libs', 'cflags',
33 if opt == '--prefix':
34 print sysconfig.PREFIX
36 elif opt == '--exec-prefix':
49 # add the prefix/lib/pythonX.Y/config dir, but only if there is no
50 # shared library in prefix/lib/.
  /external/expat/lib/
xmltok.c 27 #define IGNORE_SECTION_TOK_VTABLE , PREFIX(ignoreSectionTok)
33 { PREFIX(prologTok), PREFIX(contentTok), \
34 PREFIX(cdataSectionTok) IGNORE_SECTION_TOK_VTABLE }, \
35 { PREFIX(attributeValueTok), PREFIX(entityValueTok) }, \
36 PREFIX(sameName), \
37 PREFIX(nameMatchesAscii), \
38 PREFIX(nameLength), \
39 PREFIX(skipS),
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
vpaes-x86.pl 55 $PREFIX="vpaes";
749 &function_begin("${PREFIX}_set_encrypt_key");
771 &function_end("${PREFIX}_set_encrypt_key");
773 &function_begin("${PREFIX}_set_decrypt_key");
801 &function_end("${PREFIX}_set_decrypt_key");
803 &function_begin("${PREFIX}_encrypt");
820 &function_end("${PREFIX}_encrypt");
822 &function_begin("${PREFIX}_decrypt");
839 &function_end("${PREFIX}_decrypt");
841 &function_begin("${PREFIX}_cbc_encrypt")
    [all...]
  /external/openssl/crypto/aes/asm/
vpaes-x86.pl 55 $PREFIX="vpaes";
749 &function_begin("${PREFIX}_set_encrypt_key");
771 &function_end("${PREFIX}_set_encrypt_key");
773 &function_begin("${PREFIX}_set_decrypt_key");
801 &function_end("${PREFIX}_set_decrypt_key");
803 &function_begin("${PREFIX}_encrypt");
820 &function_end("${PREFIX}_encrypt");
822 &function_begin("${PREFIX}_decrypt");
839 &function_end("${PREFIX}_decrypt");
841 &function_begin("${PREFIX}_cbc_encrypt")
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
IReportProperties.java 22 String PREFIX = "report.";
  /frameworks/compile/slang/
llvm-rs-cc.cpp 77 #define PREFIX(NAME, VALUE)
78 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
83 #undef PREFIX
86 #define PREFIX(NAME, VALUE) const char *const NAME[] = VALUE;
87 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
91 #undef PREFIX
94 #define PREFIX(NAME, VALUE)
95 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
97 { PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, Option::KIND##Class, PARAM, \
101 #undef PREFIX
    [all...]
  /external/chromium_org/third_party/openssl/
import_from_android.sh 369 # are named as <prefix><suffix> or <prefix><suffix><arch>.
388 local LIST PREFIX ARCH
389 for PREFIX in $ALL_PREFIXES; do
392 LIST="$LIST $(var_value ${PREFIX}${SUFFIX}${ARCH})"
395 LIST="$LIST $(var_value ${PREFIX}${SUFFIX})"
408 local PREFIX ARCH LIST
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 155 // filtered by the app prefix)
193 redirects.put (IReportProperties.PREFIX.concat (IReportProperties.OUT_ENCODING),
195 redirects.put (IReportProperties.PREFIX.concat (IReportProperties.OUT_DIR),
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 58 PREFIX,

Completed in 355 milliseconds

1 2 34 5 6 7 8 91011>>