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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/compiler/glsl/glcpp/tests/
145-version-first.c 2 #version 120
146-version-first-hash.c 2 #version 120
064-version.c 0 #version 130
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
version.s 1 .version "Version 1.0"
  /external/fonttools/Lib/fontTools/
__init__.py 0 version = "2.4"
1 version = "2.4" variable
  /external/llvm/test/MC/ELF/
version.s 3 .version "1234"
4 .version "123"
  /external/tcpdump/
version.c 1 const char version[] = "4.9.2"; variable
  /external/valgrind/coregrind/m_gdbserver/
version.c 2 const char version[] = "gdbserver protocol box extracted from gdb 6.6"; variable
  /system/tools/hidl/test/version_test/bad1/version/1.0/
IFoo.hal 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 package test.version.version@1.0;
  /system/tools/hidl/test/version_test/bad1/version/2.2/
IBar.hal 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 package test.version.version@2.2;
  /system/tools/hidl/test/version_test/bad2/version/2.2/
IBar.hal 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 package test.version.version@2.2;
  /system/tools/hidl/test/version_test/bad3/version/2.2/
IBar.hal 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 package test.version.version@2.2;
IFoo.hal 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 package test.version.version@2.2;
  /system/tools/hidl/test/version_test/bad4/version/1.0/
IFoo.hal 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 package test.version.version@1.0;
  /system/tools/hidl/test/version_test/bad4/version/2.2/
IBar.hal 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 package test.version.version@2.2;
IFoo.hal 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 package test.version.version@2.2;
  /system/tools/hidl/test/version_test/bad5/version/2.2/
IFoo.hal 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 package test.version.version@2.2;
  /system/tools/hidl/test/version_test/bad5/version/2.3/
IBaz.hal 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 package test.version.version@2.3;
  /system/tools/hidl/test/version_test/good/version/1.0/
IFoo.hal 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 package test.version.version@1.0;
  /system/tools/hidl/test/version_test/good/version/2.2/
IBar.hal 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 package test.version.version@2.2;
IFoo.hal 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 package test.version.version@2.2;
  /system/tools/hidl/test/version_test/good/version/3.1/
ICanExtendTypesOnly.hal 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 package test.version.version@3.1;
  /external/protobuf/ruby/
travis-test.sh 7 version=$1
8 if [ "$version" == "jruby" ] ; then
11 "rvm install $version && rvm use $version && \
17 "rvm install $version && rvm use $version && \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
getversion.c 2 /* Return the full version string. */
11 static char version[250]; local
12 PyOS_snprintf(version, sizeof(version), "%.80s (%.80s) %.80s",
14 return version;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
getversion.c 2 /* Return the full version string. */
11 static char version[250]; local
12 PyOS_snprintf(version, sizeof(version), "%.80s (%.80s) %.80s",
14 return version;

Completed in 448 milliseconds

1 2 3 4 5 6 7 8 91011>>