HomeSort by relevance Sort by last modified time
    Searched full:target_version (Results 1 - 21 of 21) sorted by null

  /external/bison/m4/
javacomp.m4 96 target_version=`{
101 case "$target_version" in
105 target_version=1.1 ;;
106 *) AC_MSG_WARN([unknown target-version $target_version, please update gt_@&t@JAVACOMP macro])
107 target_version=1.1 ;;
110 target_version="1.1"
113 [target_version=$2])
123 case "$target_version" in
130 *) AC_MSG_ERROR([invalid target-version argument to gt_@&t@JAVACOMP: $target_version]) ;;
252 if { echo "$as_me:__oline__: $JAVAC -fsource=$source_version -ftarget=$target_version -d . conftest.java" >&AS_MESSAGE_LOG_F
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 70 self.target_version = None
95 if not self.target_version:
96 self.target_version = ""
100 if self.target_version and self.target_version != short_version:
104 self.target_version = short_version
148 # Note that for target_version!=sys.version, we must have skipped the
151 target_version = self.target_version
152 if not target_version
    [all...]
bdist_msi.py 132 self.target_version = None
147 if (not self.target_version) and self.distribution.has_ext_modules():
148 self.target_version = short_version
150 if self.target_version:
151 self.versions = [self.target_version]
153 and self.target_version != short_version:
198 # Note that for target_version!=sys.version, we must have skipped the
201 target_version = self.target_version
202 if not target_version
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 70 self.target_version = None
95 if not self.target_version:
96 self.target_version = ""
100 if self.target_version and self.target_version != short_version:
104 self.target_version = short_version
148 # Note that for target_version!=sys.version, we must have skipped the
151 target_version = self.target_version
152 if not target_version
    [all...]
bdist_msi.py 132 self.target_version = None
147 if (not self.target_version) and self.distribution.has_ext_modules():
148 self.target_version = short_version
150 if self.target_version:
151 self.versions = [self.target_version]
153 and self.target_version != short_version:
198 # Note that for target_version!=sys.version, we must have skipped the
201 target_version = self.target_version
202 if not target_version
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
unknown-elf.h 26 #ifndef TARGET_VERSION
27 #define TARGET_VERSION fputs (" (ARM/ELF)", stderr);
elf.h 112 #ifndef TARGET_VERSION
113 #define TARGET_VERSION fputs (" (ARM/elf)", stderr)
arm.h 212 #ifndef TARGET_VERSION
213 #define TARGET_VERSION fputs (" (ARM/generic)", stderr);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
linux-elf.h 27 #undef TARGET_VERSION
28 #define TARGET_VERSION fputs (" (ARM GNU/Linux with ELF)", stderr);
elf.h 112 #ifndef TARGET_VERSION
113 #define TARGET_VERSION fputs (" (ARM/elf)", stderr)
arm.h 212 #ifndef TARGET_VERSION
213 #define TARGET_VERSION fputs (" (ARM/generic)", stderr);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
unknown-elf.h 26 #ifndef TARGET_VERSION
27 #define TARGET_VERSION fputs (" (ARM/ELF)", stderr);
elf.h 112 #ifndef TARGET_VERSION
113 #define TARGET_VERSION fputs (" (ARM/elf)", stderr)
arm.h 212 #ifndef TARGET_VERSION
213 #define TARGET_VERSION fputs (" (ARM/generic)", stderr);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
linux-elf.h 27 #undef TARGET_VERSION
28 #define TARGET_VERSION fputs (" (ARM GNU/Linux with ELF)", stderr);
elf.h 112 #ifndef TARGET_VERSION
113 #define TARGET_VERSION fputs (" (ARM/elf)", stderr)
arm.h 212 #ifndef TARGET_VERSION
213 #define TARGET_VERSION fputs (" (ARM/generic)", stderr);
    [all...]
  /external/chromium_org/chrome/installer/util/
installer_state_unittest.cc 546 const Version& target_version; member in struct:target_info
557 exe_path, targets[i].target_file, targets[i].target_version));
  /build/tools/releasetools/
ota_from_target_files 577 target_version = OPTIONS.target_info_dict["recovery_api_version"]
595 target_version=target_version,
    [all...]
  /external/bison/po/
ja.po     [all...]
  /external/bison/
ChangeLog-2012     [all...]

Completed in 977 milliseconds