/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/asm-generic/ |
ipc.h | 35 #define IPCCALL(version,op) ((version)<<16 | (op))
|
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/asm-generic/ |
ipc.h | 35 #define IPCCALL(version,op) ((version)<<16 | (op))
|
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm-generic/ |
ipc.h | 35 #define IPCCALL(version,op) ((version)<<16 | (op))
|
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/asm-generic/ |
ipc.h | 35 #define IPCCALL(version,op) ((version)<<16 | (op))
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/asm-generic/ |
ipc.h | 35 #define IPCCALL(version,op) ((version)<<16 | (op))
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm-generic/ |
ipc.h | 35 #define IPCCALL(version,op) ((version)<<16 | (op))
|
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm-generic/ |
ipc.h | 35 #define IPCCALL(version,op) ((version)<<16 | (op))
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm-generic/ |
ipc.h | 35 #define IPCCALL(version,op) ((version)<<16 | (op))
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm-generic/ |
ipc.h | 35 #define IPCCALL(version,op) ((version)<<16 | (op))
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm-generic/ |
ipc.h | 35 #define IPCCALL(version,op) ((version)<<16 | (op))
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm-generic/ |
ipc.h | 35 #define IPCCALL(version,op) ((version)<<16 | (op))
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm-generic/ |
ipc.h | 35 #define IPCCALL(version,op) ((version)<<16 | (op))
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm-generic/ |
ipc.h | 35 #define IPCCALL(version,op) ((version)<<16 | (op))
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm-generic/ |
ipc.h | 35 #define IPCCALL(version,op) ((version)<<16 | (op))
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm-generic/ |
ipc.h | 35 #define IPCCALL(version,op) ((version)<<16 | (op))
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm-generic/ |
ipc.h | 35 #define IPCCALL(version,op) ((version)<<16 | (op))
|
/external/blktrace/btreplay/ |
btrecord.h | 8 * 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) 85 *mjr = (int)((version >> 16) & 0xff); 86 *mnr = (int)((version >> 8) & 0xff); 87 *sub = (int)((version >> 0) & 0xff);
|
/external/elfutils/libelf/ |
elf32_fsize.c | 8 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]);
|
/libcore/dom/src/test/java/org/w3c/domts/ |
JTidyDOMImplementation.java | 36 * @param version This is the version number of the feature to test. In 37 * Level 2, the string can be either "2.0" or "1.0". If the version is 38 * not specified, supporting any version of the feature causes the 41 * specified version, <code>false</code> otherwise. 44 String version) { 46 return version == null || version.equals("1.0") || version.equals("2.0"); 55 * future version of the DOM will provide a way for populating [all...] |
/external/quake/quake/src/QW/ |
qwcl.x11.spec.sh | 3 # $1 is version 8 %define version ${1} 10 %define builddir \$RPM_BUILD_DIR/%{name}-%{version} 12 Version: %{version} 17 Source: qwcl.x11-%{version}.tar.gz 21 BuildRoot: /var/tmp/%{name}-%{version}
|
/external/quake/quake/src/WinQuake/ |
quake-hipnotic.spec.sh | 3 # $1 is version 8 %define version ${1} 10 %define builddir \$RPM_BUILD_DIR/%{name}-%{version} 12 Version: %{version} 17 Source: quake-hipnotic-%{version}.tar.gz 22 BuildRoot: /var/tmp/%{name}-%{version} 91 Full Version of QUAKE required to operate.
|
/external/chromium/chrome/browser/chromeos/ |
version_loader.cc | 21 // File to look for version number in. 24 // TODO(rkc): Remove once we change over the Chrome OS version format. 34 // Beginning of line we look for that gives full version number. 40 // Same but for short version (x.x.xx.x). 44 // Beginning of line we look for that gives the firmware version. 45 const char VersionLoader::kFirmwarePrefix[] = "version"; 94 // Split the lines and look for the one that starts with prefix. The version 100 std::string version = lines[i].substr(std::string(prefix).size()); local 101 if (version.size() > 1 && version[0] == '"' & [all...] |
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
MetaBox.java | 4 * Licensed under the Apache License, Version 2.0 (the License); 32 private int version = 0; field in class:MetaBox 71 version = -1; 75 version = IsoTypeReader.readUInt8(content); 93 IsoTypeWriter.writeUInt8(byteBuffer, version); 101 return version != -1 && flags != -1; 106 version = 0; 109 version = -1;
|
/external/libpng/ |
CHANGES | 4 version 0.2 8 version 0.3 19 version 0.4 30 version 0.5 35 version 0.6 41 version 0.7 47 version 0.71 [June, 1995] 51 version 0.8 61 added version info 68 version 0.81 [August, 1995 [all...] |
/external/chromium/app/sql/ |
meta_table.cc | 14 // Key used in our meta table for version numbers. 15 static const char kVersionKey[] = "version"; 30 bool MetaTable::Init(Connection* db, int version, int compatible_version) { 42 SetVersionNumber(version); 104 void MetaTable::SetVersionNumber(int version) { 105 SetValue(kVersionKey, version); 109 int version = 0; local 110 if (!GetValue(kVersionKey, &version)) 112 return version; 115 void MetaTable::SetCompatibleVersionNumber(int version) { 120 int version = 0; local [all...] |