Searched refs:version (Results 101 - 125 of 4103) sorted by relevance

1234567891011>>

/external/libcxx/test/iterators/
H A DAndroid.mk19 test_name := iterators/version
20 test_src := version.pass.cpp
/external/libcxx/test/language.support/cstdint/
H A DAndroid.mk19 test_name := language.support/cstdint/version
20 test_src := version.pass.cpp
/external/libcxx/test/localization/
H A DAndroid.mk19 test_name := localization/version
20 test_src := version.pass.cpp
/external/libcxx/test/numerics/cfenv/
H A DAndroid.mk19 test_name := numerics/cfenv/version
20 test_src := version.pass.cpp
/external/libcxx/test/numerics/numarray/
H A DAndroid.mk19 test_name := numerics/numarray/version
20 test_src := version.pass.cpp
/external/libcxx/test/numerics/numeric.ops/
H A DAndroid.mk19 test_name := numerics/numeric.ops/version
20 test_src := version.pass.cpp
/external/libcxx/test/strings/
H A DAndroid.mk19 test_name := strings/version
20 test_src := version.pass.cpp
/external/libcxx/test/thread/futures/
H A DAndroid.mk19 test_name := thread/futures/version
20 test_src := version.pass.cpp
/external/libcxx/test/thread/thread.mutex/
H A DAndroid.mk19 test_name := thread/thread.mutex/version
20 test_src := version.pass.cpp
/external/libcxx/test/thread/thread.threads/
H A DAndroid.mk19 test_name := thread/thread.threads/version
20 test_src := version.pass.cpp
/external/libcxx/test/utilities/function.objects/
H A DAndroid.mk19 test_name := utilities/function.objects/version
20 test_src := version.pass.cpp
/external/libcxx/test/utilities/memory/
H A DAndroid.mk19 test_name := utilities/memory/version
20 test_src := version.pass.cpp
/external/libcxx/test/utilities/meta/
H A DAndroid.mk19 test_name := utilities/meta/version
20 test_src := version.pass.cpp
/external/libcxx/test/utilities/optional/
H A DAndroid.mk19 test_name := utilities/optional/version
20 test_src := version.pass.cpp
/external/libcxx/test/utilities/tuple/
H A DAndroid.mk19 test_name := utilities/tuple/version
20 test_src := version.pass.cpp
/external/libcxx/test/utilities/type.index/
H A DAndroid.mk19 test_name := utilities/type.index/version
20 test_src := version.pass.cpp
/external/libcxx/test/utilities/utility/
H A DAndroid.mk19 test_name := utilities/utility/version
20 test_src := version.pass.cpp
/external/skia/src/sfnt/
H A DSkOTTable_maxp.h25 SK_OT_Fixed version; member in union:SkOTTableMaximumProfile::Version
29 } version; member in struct:SkOTTableMaximumProfile
/external/blktrace/btreplay/
H A Dbtrecord.h8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
66 * @version: Version information
72 __u64 version; member in struct:io_file_hdr
83 static inline void get_btversion(__u64 version, int *mjr, int *mnr, int *sub) argument
85 *mjr = (int)((version >> 16) & 0xff);
86 *mnr = (int)((version >> 8) & 0xff);
87 *sub = (int)((version >> 0) & 0xff);
/external/chromium_org/chrome/installer/util/
H A Dcompat_checks.cc26 // The product version should be a string like "11.0.3001.2224". This function
29 bool ParseSEPVersion(const std::wstring& version, int* v0, int* v1, int* v2) { argument
31 base::SplitString(version, L'.', &v);
56 bool HasIncompatibleSymantecEndpointVersion(const wchar_t* version) { argument
58 std::wstring ver_str(version ? version : GetSEPVersion());
/external/chromium_org/sandbox/win/src/
H A Dipc_ping_test.cc26 int version = 0; local
28 version = 1;
30 version = 2;
32 if (!ts_base->TestIPCPing(version))
36 if (!ts_base->TestIPCPing(version))
/external/chromium_org/third_party/webrtc/build/
H A Dversion.py16 This script is a simplified version of lastchange.py which is in Chromium's
51 version = popen_cmd_and_get_output(['git', 'svn', 'info'], directory)
52 if version == None:
53 version = popen_cmd_and_get_output(['svn', 'info'], directory)
54 if version == None:
57 print version
/external/elfutils/0.153/libelf/
H A Delf32_fsize.c8 Free Software Foundation; version 2 of the License.
38 exception to your version of the file, but you are not obligated to do
40 you must delete this exception statement from your version and license
64 elfw2(LIBELFBITS, fsize) (type, count, version)
67 unsigned int version; variable
71 if (unlikely (version == EV_NONE) || unlikely (version >= EV_NUM))
85 * __libelf_type_sizes[version - 1][ELFW(ELFCLASS,LIBELFBITS) - 1][type]);
/external/markdown/
H A Dsetup.py7 version = '2.0.3' variable
29 version = version, variable in class:md_install_scripts
31 download_url = 'http://pypi.python.org/packages/source/M/Markdown/Markdown-%s.tar.gz' % version,
62 if sys.version[:3] < '2.5':
/external/chromium_org/ppapi/api/private/
H A Dppb_talk_private.idl69 [version=1.0]
84 [version=1.0, deprecate=2.0]
102 [version=2.0]
126 [version=2.0]
138 [version=2.0]

Completed in 672 milliseconds

1234567891011>>