/external/protobuf/php/src/Google/Protobuf/ |
D | Api.php | 12 * Api is a light-weight descriptor for an API Interface. 15 * from API Services, which represent a concrete implementation of an interface 21 * Generated from protobuf message <code>google.protobuf.Api</code> 29 * Generated from protobuf field <code>string name = 1;</code> 35 * Generated from protobuf field <code>repeated .google.protobuf.Method methods = 2;</code> 41 * Generated from protobuf field <code>repeated .google.protobuf.Option options = 3;</code> 45 * A version string for this interface. If specified, must have the form 46 * `major-version.minor-version`, as in `1.10`. If the minor version is 47 * omitted, it defaults to zero. If the entire version field is empty, the 48 * major version is derived from the package name, as outlined below. If the [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
D | EnvironmentCheck.java | 6 * to you under the Apache License, Version 2.0 (the "License"); 10 * http://www.apache.org/licenses/LICENSE-2.0 19 * $Id: EnvironmentCheck.java 468646 2006-10-28 06:57:58Z minchau $ 42 * <p>Usage-command line: 44 * java org.apache.xalan.xslt.EnvironmentCheck [-out outFile] 47 * <p>Usage-from program: 53 * <p>Usage-from stylesheet: 55 * <?xml version="1.0"?> 56 * <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" 58 * exclude-result-prefixes="xalan"> [all …]
|
/external/libpng/ |
D | CHANGES | 1 CHANGES - changes for libpng 3 version 0.1 [March 29, 1995] 4 initial work-in-progress release 6 version 0.2 [April 1, 1995] 10 version 0.3 [April 8, 1995] 21 version 0.4 [April 26, 1995] 32 version 0.5 [April 30, 1995] 37 version 0.6 [May 1, 1995] 44 version 0.7 [June 24, 1995] 48 changed name from pnglib to libpng [all …]
|
/external/tensorflow/tensorflow/lite/schema/ |
D | upgrade_schema.py | 4 # Licensed under the Apache License, Version 2.0 (the "License"); 8 # http://www.apache.org/licenses/LICENSE-2.0 15 """Upgrade script to move from pre-release schema to new schema. 19 bazel run tensorflow/lite/schema/upgrade_schema -- in.json out.json 20 bazel run tensorflow/lite/schema/upgrade_schema -- in.bin out.bin 21 bazel run tensorflow/lite/schema/upgrade_schema -- in.bin out.json 22 bazel run tensorflow/lite/schema/upgrade_schema -- in.json out.bin 23 bazel run tensorflow/lite/schema/upgrade_schema -- in.tflite out.tflite 25 from __future__ import absolute_import 26 from __future__ import division [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | books_v1.mylibrary.annotations.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | books_v1.layers.volumeAnnotations.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
/external/autotest/site_utils/stable_images/ |
D | build_data.py | 2 # Use of this source code is governed by a BSD-style license that can be 5 """Functions for reading build information from GoogleStorage. 14 The necessary data is stored in JSON files in well-known locations in 22 from autotest_lib.client.common_lib import utils 23 from autotest_lib.server import frontend 26 # _OMAHA_STATUS - URI of a file in GoogleStorage with a JSON object 34 # * The Chrome and Chrome OS version strings for the image 37 _OMAHA_STATUS = 'gs://chromeos-build-release-console/omaha_status.json' 40 # _BUILD_METADATA_PATTERN - Format string for the URI of a file in 42 # a given build. The metadata includes the version of firmware [all …]
|
D | assign_stable_images.py | 3 # Use of this source code is governed by a BSD-style license that can be 9 This command updates the stable repair version for selected boards 10 in the lab. For each board, if the version that Omaha is serving 12 stable version in the AFE database, then the AFE is updated to use 13 the version on Omaha. 22 The command supports a `--dry-run` option that reports changes that 32 from autotest_lib.server.cros.dynamic_suite import frontend_wrappers 33 from autotest_lib.site_utils import lab_inventory 34 from autotest_lib.site_utils import loglib 35 from autotest_lib.site_utils.stable_images import build_data [all …]
|
D | stable_version.py | 3 # Use of this source code is governed by a BSD-style license that can be 6 """Command for viewing and changing software version assignments. 9 stable_version [ -w SERVER ] [ -n ] [ -t TYPE ] 10 stable_version [ -w SERVER ] [ -n ] [ -t TYPE ] BOARD/MODEL 11 stable_version [ -w SERVER ] [ -n ] -t TYPE -d BOARD/MODEL 12 stable_version [ -w SERVER ] [ -n ] -t TYPE BOARD/MODEL VERSION 15 -w SERVER | --web SERVER 18 -n | --dry-run 22 -t TYPE | --type TYPE 23 Specifies the type of version mapping to use. This option is [all …]
|
/external/autotest/server/site_tests/firmware_CsmeFwUpdate/ |
D | firmware_CsmeFwUpdate.py | 2 # Use of this source code is governed by a BSD-style license that can be 9 from autotest_lib.client.common_lib import error 10 from autotest_lib.client.common_lib import utils 11 from autotest_lib.server.cros.faft.firmware_test import FirmwareTest 17 image in firmware main regions with a different version 19 Accepted --args names: 24 version = 1 variable in firmware_CsmeFwUpdate 27 # Region to use for flashrom wp-region commands 32 # Parse arguments from command line 88 # Restore the old write-protection value at the end of the test. [all …]
|
/external/antlr/runtime/Python/ |
D | ez_setup.py | 7 from ez_setup import use_setuptools 10 If you want to require a specific version of setuptools, set a download 18 DEFAULT_URL = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3] 21 'setuptools-0.6b1-py2.3.egg': '8822caf901250d848b996b7f25c6e6ca', 22 'setuptools-0.6b1-py2.4.egg': 'b79a8a403e4502fbb85ee3f1941735cb', 23 'setuptools-0.6b2-py2.3.egg': '5657759d8a6d8fc44070a9d07272d99b', 24 'setuptools-0.6b2-py2.4.egg': '4996a8d169d2be661fa32a6e52e4f82a', 25 'setuptools-0.6b3-py2.3.egg': 'bb31c0fc7399a63579975cad9f5a0618', 26 'setuptools-0.6b3-py2.4.egg': '38a8c6b3d6ecd22247f179f7da669fac', 27 'setuptools-0.6b4-py2.3.egg': '62045a24ed4e1ebc77fe039aa4e6f7e5', [all …]
|
/external/autotest/server/site_tests/enterprise_CFM_Aver520Updater/ |
D | enterprise_CFM_Aver520Updater.py | 2 # Use of this source code is governed by a BSD-style license that can be 6 from __future__ import print_function 14 from autotest_lib.client.common_lib import error 15 from autotest_lib.client.common_lib.cros import power_cycle_usb_util 16 from autotest_lib.client.common_lib.cros.cfm.usb import usb_device_collector 17 from autotest_lib.server import test 18 from autotest_lib.server.cros import filesystem_util 25 LOG_FILE = '/tmp/aver-updater.log' 42 5) Wait for firmware update to finish and check firmware version 47 version = 1 variable in enterprise_CFM_Aver520Updater [all …]
|
/external/python/apitools/ |
D | ez_setup.py | 5 # Licensed under the Apache License, Version 2.0 (the "License"); 9 # http://www.apache.org/licenses/LICENSE-2.0 22 from ez_setup import use_setuptools 25 If you want to require a specific version of setuptools, set a download 33 DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3] 36 'setuptools-0.6c10-py2.3.egg': 'ce1e2ab5d3a0256456d9fc13800a7090', 37 'setuptools-0.6c10-py2.4.egg': '57d6d9d6e9b80772c59a53a8433a5dd4', 38 'setuptools-0.6c10-py2.5.egg': 'de46ac8b1c97c895572e5e8596aeb8c7', 39 'setuptools-0.6c10-py2.6.egg': '58ea40aef06da02ce641495523a0b7f5', 40 'setuptools-0.6c11-py2.3.egg': '2baeac6e13d414a9d28e7ba5b5a596de', [all …]
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otData.py | 11 …('struct', 'ScriptRecord', 'ScriptCount', 0, 'Array of ScriptRecords -listed alphabetically by Scr… 15 ('Tag', 'ScriptTag', None, None, '4-byte ScriptTag identifier'), 16 ('Offset', 'Script', None, None, 'Offset to Script table-from beginning of ScriptList'), 20 …DefaultLangSys', None, None, 'Offset to DefaultLangSys table-from beginning of Script table-may be… 21 …('uint16', 'LangSysCount', None, None, 'Number of LangSysRecords for this script-excluding the Def… 22 …('struct', 'LangSysRecord', 'LangSysCount', 0, 'Array of LangSysRecords-listed alphabetically by L… 26 ('Tag', 'LangSysTag', None, None, '4-byte LangSysTag identifier'), 27 ('Offset', 'LangSys', None, None, 'Offset to LangSys table-from beginning of Script table'), 32 …('uint16', 'ReqFeatureIndex', None, None, 'Index of a feature required for this language system- i… 33 …('uint16', 'FeatureCount', None, None, 'Number of FeatureIndex values for this language system-exc… [all …]
|
/external/python/cpython3/Doc/distutils/ |
D | examples.rst | 20 .. _pure-mod: 39 from distutils.core import setup 41 version='1.0', 62 from distutils.core import setup 64 version='1.0', 73 .. _pure-pkg: 81 can just tell the Distutils to process modules from the root package, and that 85 The setup script from the last example could also be written as :: 87 from distutils.core import setup 89 version='1.0', [all …]
|
/external/autotest/server/site_tests/firmware_TPMNotCorruptedDevMode/ |
D | firmware_TPMNotCorruptedDevMode.py | 2 # Use of this source code is governed by a BSD-style license that can be 7 from autotest_lib.client.bin import utils 8 from autotest_lib.client.common_lib import error 9 from autotest_lib.client.common_lib.utils import crc8 10 from autotest_lib.server.cros.faft.firmware_test import FirmwareTest 15 Checks the kernel anti-rollback info stored in the TPM NVRAM, and then boots 16 to USB and checks the firmware version and kernel version via crossystem for 19 This test requires a USB disk plugged-in, which contains a Chrome OS test 22 version = 1 variable in firmware_TPMNotCorruptedDevMode 26 # TPM_NVRAM_EXPECTED_VALUES can be understood from [all …]
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.cc | 25 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<Version> _instance; 91 new (ptr) PROTOBUF_NAMESPACE_ID::compiler::Version(); in InitDefaultsscc_info_Version_google_2fprotobuf_2fcompiler_2fplugin_2eproto() 94 PROTOBUF_NAMESPACE_ID::compiler::Version::InitAsDefaultInstance(); in InitDefaultsscc_info_Version_google_2fprotobuf_2fcompiler_2fplugin_2eproto() 105 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::compiler::Version, _has_bits_), 106 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::compiler::Version, _internal_metadata_), 110 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::compiler::Version, major_), 111 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::compiler::Version, minor_), 112 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::compiler::Version, patch_), 113 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::compiler::Version, suffix_), 153 { 0, 9, sizeof(PROTOBUF_NAMESPACE_ID::compiler::Version)}, [all …]
|
D | plugin.pb.h | 12 #error This file was generated by a newer version of protoc which is 17 #error This file was generated by an older version of protoc which is 19 #error regenerate this file with a newer version of protoc. 51 // Internal implementation detail -- do not use these members. 75 class Version; variable 84 …XPORT PROTOBUF_NAMESPACE_ID::compiler::Version* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::c… 91 class PROTOC_EXPORT Version : 92 …ACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.compiler.Version) */ { 94 Version(); 95 virtual ~Version(); [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_cookielib.py | 1 # -*- coding: latin-1 -*- 9 from cookielib import http2time, time2isoz, time2netscape 10 from unittest import TestCase 12 from test import test_support 20 self.assertEqual(time2isoz(base), "2002-04-19 14:36:40Z") 21 self.assertEqual(time2isoz(base+day), "2002-04-20 14:36:40Z") 22 self.assertEqual(time2isoz(base+2*day), "2002-04-21 14:36:40Z") 23 self.assertEqual(time2isoz(base+3*day), "2002-04-22 14:36:40Z") 29 r"^\d{4}-\d\d-\d\d \d\d:\d\d:\d\dZ$", 35 self.assertEqual(time2netscape(base), "Fri, 19-Apr-2002 14:36:40 GMT") [all …]
|
/external/autotest/server/site_tests/autoupdate_StatefulCompatibility/ |
D | autoupdate_StatefulCompatibility.py | 2 # Use of this source code is governed by a BSD-style license that can be 10 from autotest_lib.client.common_lib import error 11 from autotest_lib.client.common_lib import utils as cutils 12 from autotest_lib.client.common_lib.cros import kernel_utils 13 from autotest_lib.client.cros import constants 14 from autotest_lib.server import utils 15 from autotest_lib.server.cros import provisioner 16 from autotest_lib.server.cros.update_engine import update_engine_test 20 """Tests autoupdating to/from kernel-next images.""" 21 version = 1 variable in autoupdate_StatefulCompatibility [all …]
|
/external/autotest/tko/perf_upload/ |
D | perf_uploader.py | 2 # Use of this source code is governed by a BSD-style license that can be 24 from autotest_lib.tko import utils as tko_utils 31 from google.oauth2 import service_account 32 from google.auth.transport.requests import Request 33 from google.auth.exceptions import RefreshError 36 tko_utils.dprint('Failed to import google-auth:\n%s' % e) 44 _SERVICE_ACCOUNT_FILE = '/creds/service_accounts/skylab-drone.json' 46 # Format for Chrome and Chrome OS version strings. 68 is missing from the config file. 85 """Gathers presentation info from config data for the given test name. [all …]
|
/external/toolchain-utils/llvm_tools/ |
D | get_llvm_hash.py | 2 # -*- coding: utf-8 -*- 4 # Use of this source code is governed by a BSD-style license that can be 7 """Returns the latest LLVM version's hash.""" 9 from __future__ import print_function 17 from contextlib import contextmanager 20 from subprocess_helpers import CheckCommand 21 from subprocess_helpers import check_output 24 '/llvm-project') 26 KNOWN_HASH_SOURCES = {'google3', 'google3-unstable', 'tot'} 30 """Obtain an SVN-style version number based on the LLVM git hash passed in. [all …]
|
/external/autotest/server/cros/clique_lib/ |
D | clique_dut_updater.py | 2 # Use of this source code is governed by a BSD-style license that can be 9 from autotest_lib.client.common_lib import error 10 from autotest_lib.client.common_lib import global_config 11 from autotest_lib.client.common_lib.cros import dev_server 12 from autotest_lib.server.cros import provisioner 13 from autotest_lib.server.cros.dynamic_suite import constants 27 @param image: The build type and version to install on the host. 30 update regardless, and force a full-reimage. 63 """Constructs a label combining the board name and release version. 66 @param release_version: A chromeOS release version. [all …]
|
/external/llvm-project/clang/test/OpenMP/ |
D | target_update_ast_print.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp -fopenmp-version=50 -ast-print %s | FileCheck %s 2 // RUN: %clang_cc1 -fopenmp -fopenmp-version=50 -x c++ -std=c++11 -emit-pch -o %t %s 3 // RUN: %clang_cc1 -fopenmp -fopenmp-version=50 -std=c++11 -include-pch %t -fsyntax-only -verify %s… 5 // RUN: %clang_cc1 -verify -fopenmp-simd -fopenmp-version=50 -ast-print %s | FileCheck %s 6 // RUN: %clang_cc1 -fopenmp-simd -fopenmp-version=50 -x c++ -std=c++11 -emit-pch -o %t %s 7 // RUN: %clang_cc1 -fopenmp-simd -fopenmp-version=50 -std=c++11 -include-pch %t -fsyntax-only -veri… 9 // RUN: %clang_cc1 -DOMP51 -verify -fopenmp -fopenmp-version=51 -ast-print %s | FileCheck -check-pr… 10 // RUN: %clang_cc1 -DOMP51 -fopenmp -fopenmp-version=51 -x c++ -std=c++11 -emit-pch -o %t %s 11 … RUN: %clang_cc1 -DOMP51 -fopenmp -fopenmp-version=51 -std=c++11 -include-pch %t -fsyntax-only -ve… 13 // RUN: %clang_cc1 -DOMP51 -verify -fopenmp-simd -fopenmp-version=51 -ast-print %s | FileCheck -che… [all …]
|
/external/autotest/server/ |
D | frontend.py | 7 It is designed for writing more sophisiticated server-side control files that 13 http://www.chromium.org/chromium-os/testing/afe-rpc-infrastructure 14 http://docs.djangoproject.com/en/dev/ref/models/querysets/#queryset-api 17 #pylint: disable=missing-docstring 19 from __future__ import absolute_import 20 from __future__ import division 21 from __future__ import print_function 29 from autotest_lib.frontend.afe import rpc_client_lib 30 from autotest_lib.client.common_lib import control_data 31 from autotest_lib.client.common_lib import global_config [all …]
|