Searched refs:version (Results 76 - 100 of 4103) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/mac/type_envvars/
H A Dtest_check_sdkroot.sh8 # `xcodebuild -version` output looks like
10 # Build version 4H1503
13 # Build version 4C199
20 xcodebuild -version | awk '/Xcode ([0-9]+\.[0-9]+(\.[0-9]+)?)/ {
21 version = $2
22 gsub(/\./, "", version)
23 if (length(version) < 3) {
24 version = version "0"
26 if (length(version) <
[all...]
/external/cmockery/cmockery_0_1_2/
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
38 --version)
73 # from a parallel make. We use --version in the probe to restrict
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
86 test -d ./--version && rmdir ./--version
90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
91 test ! -d ./--version; then
96 for d in ./-m ./-p ./--version "
[all...]
/external/e2fsprogs/contrib/python-uuid/
H A Dsetup.py9 version = '1.0', variable
/external/e2fsprogs/lib/blkid/
H A Dversion.c2 * version.c --- Return the version of the blkid library
20 #include "../../version.h"
28 int version = 0; local
35 version = (version * 10) + (*cp - '0');
37 return version;
/external/libexif/
H A Dmkinstalldirs21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
41 --version)
76 # from a parallel make. We use --version in the probe to restrict
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
89 test -d ./--version && rmdir ./--version
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
94 test ! -d ./--version; then
99 for d in ./-m ./-p ./--version "
[all...]
/external/lldb/test/pexpect-2.4/
H A Dsetup.py7 version='2.4', variable
/external/llvm/autoconf/
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
38 --version)
73 # from a parallel make. We use --version in the probe to restrict
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
86 test -d ./--version && rmdir ./--version
90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
91 test ! -d ./--version; then
96 for d in ./-m ./-p ./--version "
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
H A DVersion.java9 * The classic version object.
16 LineNumberReader lnr = new LineNumberReader(new InputStreamReader(Version.class.getResourceAsStream("/version.txt")));
17 String version;
19 version = lnr.readLine();
22 version = "unknown";
24 VERSION = version;
/external/chromium_org/ppapi/generators/test_gen_pnacl/
H A Dtest_interfaces.idl47 [version=2.0]
60 [version=2.0]
66 [version=2.0]
88 [version=0.0]
94 [version=1.0]
96 [version=1.0]
100 [version=2.0]
142 [version=0.0]
147 [version=1.0]
151 [version
[all...]
/external/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp3 extern char version[];
19 g(10, version);
23 ptr(10, version);
31 c.g(10, version);
35 (c.*ptr)(10, version);
38 C::h(10, version);
42 static_ptr(10, version);
52 block(10, version);
67 d(10, version);
174 (get_f_ptr())(10, version);
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/
H A Drakefile8 self.version = ANTLR3::VERSION_STRING
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
H A DMyProvider.java35 MyProvider(String name, double version, String info) { argument
36 super(name, version, info);
/external/apache-xml/src/main/java/org/apache/xalan/res/
H A DXSLTInfo.properties27 # Product Version: Xalan-Java @impl.version@
30 version=1.0
/external/bison/build-aux/
H A DMakefile.am5 # the Free Software Foundation, either version 3 of the License, or
6 # (at your option) any later version.
19 prev-version.txt \
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/
H A Dsetup.py43 if sys.version < '2.3':
58 # See the source of distutils.version, distutils.versionpredicate and
59 # distutils.dist to understand how to name version numbers.
60 version='0.7.6', variable
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dpatcher.py6 def GetPatchedFiles(self, version=None):
8 from the patchset specified by |version|.
13 '''Returns patch version. Returns None when nothing is patched by the
18 def Apply(self, paths, file_system, version=None):
/external/chromium_org/chrome/tools/build/
H A Dmake_version_cc.py14 print >>sys.stderr, 'usage: %s version.cc version' % me
17 (cc_file, version) = args
28 ''' % (me, version)
/external/chromium_org/net/proxy/
H A Ddhcpcsvc_init_win.cc18 DWORD version = 0; local
19 DWORD err = DhcpCApiInitialize(&version);
/external/chromium_org/ppapi/api/
H A Dppp_input_event.idl14 [version=0.1, macro="PPP_INPUT_EVENT_INTERFACE"]
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_maxp.h25 SK_OT_Fixed version; member in union:SkOTTableMaximumProfile::Version
29 } version; member in struct:SkOTTableMaximumProfile
/external/clang/test/CodeGenCXX/
H A Dcopy-in-cplus-object.cpp14 int version() const;
20 int (^V)() = ^{ return one.version(); };
/external/e2fsprogs/lib/e2p/
H A Dgetversion.c2 * getversion.c - Get a file version on an ext2 file system
10 * General Public License, version 2.
26 int getversion (int fd, unsigned long * version) argument
32 *version = ver;
/external/libcxx/test/algorithms/
H A DAndroid.mk19 test_name := algorithms/version
20 test_src := version.pass.cpp
/external/libcxx/test/atomics/
H A DAndroid.mk19 test_name := atomics/version
20 test_src := version.pass.cpp
/external/libcxx/test/diagnostics/std.exceptions/
H A DAndroid.mk19 test_name := diagnostics/std.exceptions/version
20 test_src := version.pass.cpp

Completed in 1433 milliseconds

1234567891011>>