HomeSort by relevance Sort by last modified time
    Searched refs:version (Results 151 - 175 of 12789) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ltp/testcases/kernel/syscalls/swapon/
swaponoff.h 9 #include <linux/version.h>
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
Version.java 9 * The classic version object.
11 public class Version {
12 private static final Logger LOG = Logger.getLogger(Version.class.getName());
13 public static final String VERSION;
16 LineNumberReader lnr = new LineNumberReader(new InputStreamReader(Version.class.getResourceAsStream("/version.txt")));
17 String version; external variable declarations
19 version = lnr.readLine();
22 version = "unknown";
24 VERSION = version
    [all...]
  /external/python/cpython2/Doc/includes/
setup.py 2 setup(name="noddy", version="1.0",
  /external/python/cpython2/Mac/Modules/launch/
setup.py 6 setup(name="LaunchServices", version="0.2",
  /external/python/cpython2/Mac/Modules/osa/
setup.py 6 setup(name="OSA", version="0.1",
  /external/python/cpython2/Mac/Modules/qt/
setup.py 6 setup(name="QuickTime", version="0.2",
  /external/selinux/python/sepolicy/
setup.py 9 version="1.1", variable
  /external/swiftshader/third_party/LLVM/autoconf/
mkinstalldirs 18 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 "./$dirmode";
    [all...]
  /external/tensorflow/tensorflow/tools/lib_package/
LibTensorFlowTest.java 3 Licensed under the Apache License, Version 2.0 (the "License");
22 System.out.println(TensorFlow.version());
  /external/vulkan-validation-layers/tests/
icd-spv.h 6 * Licensed under the Apache License, Version 2.0 (the "License");
25 uint32_t version; member in struct:icd_spv_header
  /external/webrtc/webrtc/base/
versionparsing.h 18 // Parses a version string into an array. "num_expected_segments" must be the
19 // number of numerical segments that the version is expected to have (e.g.,
20 // "1.1.2.0" has 4). "version" must be an array of that length to hold the
25 int version[]);
  /frameworks/base/core/tests/coretests/apks/version_nosys/
Android.mk 6 LOCAL_AAPT_FLAGS := --version-code 1 --version-name 1.0
  /frameworks/native/opengl/tools/glgen/src/
CodeEmitter.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
19 void setVersion(int version, boolean ext, boolean pack);
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
mpl.h 18 inv_error_t inv_get_version(char **version);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
mpl.h 18 inv_error_t inv_get_version(char **version);
  /libcore/luni/src/main/java/android/system/
StructUtsname.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
35 /** The OS version, such as "#48-Ubuntu SMP Tue Feb 22 20:25:29 UTC 2011". */
36 public final String version; field in class:StructUtsname
44 public StructUtsname(String sysname, String nodename, String release, String version, String machine) {
48 this.version = version;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
mkinstalldirs 21 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 "./$dirmode"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/sound/
sscape_ioctl.h 8 unsigned version; member in struct:sscape_bootblock
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
error.h 12 by the Free Software Foundation; either version 2.1 of the License,
13 or (at your option) any later version.
27 #include <pulse/version.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/libexec/gcc/x86_64-w64-mingw32/4.8.3/install-tools/
mkinstalldirs 21 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 "./$dirmode"
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseables.h 51 void initialize(int version, EProfile, const SpvVersion& spvVersion);
52 void initialize(const TBuiltInResource& resources, int version, EProfile, const SpvVersion& spvVersion, EShLanguage);
54 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable);
56 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, const TBuiltInResource &resources);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
icd-spv.h 6 * Licensed under the Apache License, Version 2.0 (the "License");
25 uint32_t version; member in struct:icd_spv_header
  /sdk/find_java/src/source/
find_java.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
25 #define JAVA_MAJOR(version) ((version) / 1000)
26 #define JAVA_MINOR(version) ((version) % 1000)
28 // We currently search for a Java version for at least 1.6 by default
  /toolchain/binutils/binutils-2.27/gprof/
gmon_out.h 9 the Free Software Foundation; either version 3 of the License, or
10 (at your option) any later version.
30 #define GMON_VERSION 1 /* version number */
36 char version[4];
35 char version[4]; member in struct:gmon_hdr
  /toolchain/binutils/binutils-2.27/
mkinstalldirs 21 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 "./$dirmode"
    [all...]

Completed in 708 milliseconds

1 2 3 4 5 67 8 91011>>