HomeSort by relevance Sort by last modified time
    Searched defs:VERSION (Results 1 - 25 of 247) sorted by null

1 2 3 4 5 6 7 8 910

  /external/grpc-grpc/src/python/grpcio/
grpc_version.py 3 # Licensed under the Apache License, Version 2.0 (the "License");
17 VERSION = '1.16.0.dev0'
  /external/grpc-grpc/src/python/grpcio_health_checking/
grpc_version.py 3 # Licensed under the Apache License, Version 2.0 (the "License");
17 VERSION = '1.16.0.dev0'
  /external/grpc-grpc/src/python/grpcio_reflection/
grpc_version.py 3 # Licensed under the Apache License, Version 2.0 (the "License");
17 VERSION = '1.16.0.dev0'
  /external/grpc-grpc/src/python/grpcio_testing/
grpc_version.py 3 # Licensed under the Apache License, Version 2.0 (the "License");
17 VERSION = '1.16.0.dev0'
  /external/grpc-grpc/src/python/grpcio_tests/
grpc_version.py 3 # Licensed under the Apache License, Version 2.0 (the "License");
17 VERSION = '1.16.0.dev0'
  /external/grpc-grpc/tools/distrib/python/grpcio_tools/
grpc_version.py 3 # Licensed under the Apache License, Version 2.0 (the "License");
17 VERSION = '1.16.0.dev0'
  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpver.h 26 * If this software was obtained under the Apache License, Version 2.0 (the
45 // Purpose: Describes the version of ippCP
52 #define VERSION() BASE_VERSION(),BUILD()
  /external/ppp/pppd/
patchlevel.h 1 #define VERSION "2.4.7"
  /external/chromium-trace/catapult/third_party/pyserial/serial/
__init__.py 9 VERSION = '2.7'
50 # the default is to use the native version
  /external/grpc-grpc/src/csharp/
build_packages_dotnetcli.bat 3 @rem Licensed under the Apache License, Version 2.0 (the "License");
16 set VERSION=1.16.0-dev
43 %NUGET% pack Grpc.nuspec -Version %VERSION% -OutputDirectory ..\..\artifacts || goto :error
44 %NUGET% pack Grpc.Core.NativeDebug.nuspec -Version %VERSION% -OutputDirectory ..\..\artifacts
45 %NUGET% pack Grpc.Tools.nuspec -Version %VERSION% -OutputDirectory ..\..\artifacts
build_unitypackage.bat 3 @rem Licensed under the Apache License, Version 2.0 (the "License");
16 set VERSION=1.16.0-dev
74 copy /Y grpc_unity_package.zip ..\..\artifacts\grpc_unity_package.%VERSION%.zip || goto :error
  /external/scapy/scapy/
__init__.py 22 Read the version from ``git describe``. It returns the latest tag with an
62 version_file = os.path.join(_SCAPY_PKG_DIR, 'VERSION')
65 # successfully read the tag from git, write it in VERSION for
71 # failed to read the tag from git, try to read it from a VERSION file
87 return 'unknown.version'
89 VERSION = _version()
  /external/skia/infra/bots/assets/cmake_linux/
create.py 17 VERSION = '3.11.0'
19 VERSION.rsplit('.', 1)[0], VERSION)
  /external/skia/infra/bots/assets/cmake_mac/
create.py 17 VERSION = '3.13.4'
19 'cmake-%s-Darwin-x86_64.tar.gz') % (VERSION, VERSION)
  /external/skia/infra/bots/assets/win_ninja/
create.py 15 VERSION = "v1.8.2"
20 subprocess.check_call(["curl", "-L", URL % VERSION, "-o", "ninja-win.zip"])
  /external/skqp/infra/bots/assets/cmake_linux/
create.py 17 VERSION = '3.11.0'
19 VERSION.rsplit('.', 1)[0], VERSION)
  /external/skqp/infra/bots/assets/win_ninja/
create.py 15 VERSION = "v1.8.2"
20 subprocess.check_call(["curl", "-L", URL % VERSION, "-o", "ninja-win.zip"])
  /dalvik/dx/src/com/android/dx/
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 * Version number for dx.
22 public class Version {
23 /** {@code non-null;} version string */
24 public static final String VERSION = "1.16";
  /external/bcc/snapcraft/
Makefile 6 # as published by the Free Software Foundation; either version 2
7 # of the License, or (at your option) any later version.
20 # Simple makefile to mangle version info in the yaml file
22 VERSION=$(shell git tag | tail -1 | cut -c2-)
26 V=$(VERSION)-$(DATE)-$(COMMITS)-$(SHA)
32 cat snapcraft.yaml | sed 's/version: .*/version: $(V)/' > snapcraft-tmp.yaml
  /external/opencensus-java/api/src/main/java/io/opencensus/common/
OpenCensusLibraryInformation.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 * Class holder for all common constants (such as the version) for the OpenCensus Java library.
28 * The current version of the OpenCensus Java library.
32 public static final String VERSION = "0.17.0-SNAPSHOT"; // CURRENT_OPENCENSUS_VERSION
  /external/skia/src/sfnt/
SkOTTable_maxp_CFF.h 17 SK_OT_Fixed version; member in struct:SkOTTableMaximumProfile_CFF
18 static const SK_OT_Fixed VERSION = SkTEndian_SwapBE32(0x00005000);
  /external/skqp/src/sfnt/
SkOTTable_maxp_CFF.h 17 SK_OT_Fixed version; member in struct:SkOTTableMaximumProfile_CFF
18 static const SK_OT_Fixed VERSION = SkTEndian_SwapBE32(0x00005000);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/BPDG/
BPDG.py 36 VERSION = (st.LBL_BPDG_VERSION + " Build " + gBUILD_VERSION)
94 parser = OptionParser(version="%s - Version %s" % (PROJECT_NAME, VERSION),
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Constants.cs 44 public static readonly string VERSION = "3.1b1";
46 // Moved to version 2 for v3.1: added grammar name to enter/exit Rule
  /external/desugar/test/java/com/google/devtools/build/android/desugar/mocked_android_framework/android/os/
Build.java 3 // Licensed under the Apache License, Version 2.0 (the "License");
21 /** A simple mock for the real android.os.Build.VERSION */
22 public static final class VERSION {

Completed in 2241 milliseconds

1 2 3 4 5 6 7 8 910