Home
last modified time | relevance | path

Searched +full:read +full:- +full:pkg +full:- +full:up (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/external/python/cpython3/Lib/test/
Dtest_pkgutil.py32 pkg = 'test_getdata_filesys'
34 # Include a LF and a CRLF, to test that binary data is read back
38 package_dir = os.path.join(self.dirname, pkg)
52 # Check we can read the resources
53 res1 = pkgutil.get_data(pkg, 'res.txt')
55 res2 = pkgutil.get_data(pkg, 'sub/res.txt')
58 del sys.modules[pkg]
62 pkg = 'test_getdata_zipfile'
64 # Include a LF and a CRLF, to test that binary data is read back
72 z.writestr(pkg + '/__init__.py', "")
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Dsetup.py1 # -*- coding: ascii -*-
3 # Copyright 2007 - 2013
10 # http://www.apache.org/licenses/LICENSE-2.0
66 max_required[-1] += 1
91 fp = open(filename, encoding='utf-8')
94 summary = fp.read().strip().splitlines()[0].rstrip()
103 fp = open(filename, encoding='utf-8')
105 description = fp.read().rstrip()
115 )['title'].encode('utf-8')
129 fp = open(filename, encoding='utf-8')
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Dsetup.py1 # -*- coding: ascii -*-
3 # Copyright 2007 - 2013
10 # http://www.apache.org/licenses/LICENSE-2.0
65 max_required[-1] += 1
93 summary = fp.read().strip().splitlines()[0].rstrip()
104 description = fp.read().rstrip()
114 )['title'].encode('utf-8')
130 content = fp.read()
149 content = fp.read()
168 return fp.read().rstrip()
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Dsetup.py1 # -*- coding: ascii -*-
3 # Copyright 2007 - 2013
10 # http://www.apache.org/licenses/LICENSE-2.0
65 max_required[-1] += 1
93 summary = fp.read().strip().splitlines()[0].rstrip()
104 description = fp.read().rstrip()
114 )['title'].encode('utf-8')
130 content = fp.read()
149 content = fp.read()
168 return fp.read().rstrip()
[all …]
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DHandler.java8 * http://www.apache.org/licenses/LICENSE-2.0
48 * can't be read or written.
58 String pkg = handlerClass.getPackage().getName(); in register() local
59 int lastDot = pkg.lastIndexOf('.'); in register()
60 checkArgument(lastDot > 0, "package for Handler (%s) must have a parent package", pkg); in register()
62 String parentPackage = pkg.substring(0, lastDot); in register()
75 public Handler() {} // a public, no-arg constructor is required in Handler()
86 // In the default implementation of getHostAddress(URL), a non-null host would cause an attempt in getHostAddress()
87 // to look up the IP address, causing a slowdown on calling equals/hashCode methods on the URL in getHostAddress()
88 // object. By returning null, we speed up equality checks on URL's (since there isn't an IP to in getHostAddress()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
Dsetup.py1 # -*- coding: ascii -*-
3 # Copyright 2007 - 2013
10 # http://www.apache.org/licenses/LICENSE-2.0
66 max_required[-1] += 1
91 fp = open(filename, encoding='utf-8')
94 summary = fp.read().strip().splitlines()[0].rstrip()
103 fp = open(filename, encoding='utf-8')
105 description = fp.read().rstrip()
115 )['title'].encode('utf-8')
129 fp = open(filename, encoding='utf-8')
[all …]
/external/autotest/client/common_lib/cros/
Darc.py3 # Use of this source code is governed by a BSD-style license that can be
29 _ANDROID_DATA_ROOT_PATH = '/opt/google/containers/android/rootfs/android-data'
31 _SCREENSHOT_DIR_PATH = '/var/log/arc-screenshots'
32 _SCREENSHOT_BASENAME = 'arc-screenshot'
35 …/chromium.googlesource.com/chromiumos/overlays/chromiumos-overlay/+/main/chromeos-base/arc-sslh-in…
51 This sets up the files and environment variables that wait_for_adb_ready()
95 Follows the same logic as in tast, specifically avoiding kill-server
99 utils.system('killall --quiet --wait -KILL adb')
100 utils.system('adb start-server')
105 output = utils.system_output('adb get-state', ignore_status=True)
[all …]
/external/trusty/arm-trusted-firmware/
Dpackage-lock.json2 "name": "trusted-firmware-a",
8 "name": "trusted-firmware-a",
11 "license": "BSD-3-Clause",
14 "@commitlint/config-conventional": "^16.0.0",
15 "@commitlint/cz-commitlint": "^16.1.0",
17 "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a",
19 "js-yaml": "^4.1.0",
20 "standard-version": "^9.3.2"
26 "node_modules/@babel/code-frame": {
28 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
[all …]
/external/arm-trusted-firmware/
Dpackage-lock.json2 "name": "trusted-firmware-a",
8 "name": "trusted-firmware-a",
11 "license": "BSD-3-Clause",
14 "@commitlint/config-conventional": "^14.1.0",
16 "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a",
17 "cz-conventional-changelog": "^3.3.0",
19 "standard-version": "^9.3.2"
22 "node_modules/@babel/code-frame": {
24 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz",
25 …"integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4…
[all …]
/external/rust/crates/zerocopy/
Dcargo.sh5 # Licensed under a BSD-style license <LICENSE-BSD>, Apache License, Version 2.0
6 # <LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0>, or the MIT
7 # license <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your option.
11 # This script is a thin wrapper around Cargo that provides human-friendly
15 # cargo.sh --version <toolchain-name> # looks up the version for the named toolchain
16 # cargo.sh +<toolchain-name> [...] # runs cargo commands with the named toolchain
19 # The meta-toolchain "all" instructs this script to run the provided command
25 # TRYBUILD=overwrite ./cargo.sh +all test --workspace
27 set -eo pipefail
29 function print-usage-and-exit {
[all …]
/external/angle/build/android/pylib/local/emulator/
Davd.py2 # Use of this source code is governed by a BSD-style license that can be
17 from google.protobuf import text_format # pylint: disable=import-error
46 'cmdline-tools', 'latest', 'bin',
70 _SDCARD_NAME = 'cr-sdcard.img'
103 # pylint: disable=no-member
104 return text_format.Merge(avd_proto_file.read(), avd_pb2.Avd())
128 data = json.loads(f.read())
163 # The avdmanager from cmdline-tools would look two levels
164 # up from toolsdir to find the SDK root.
168 fake_tools_dir = os.path.join(self._sdk_root, 'non-existent-tools',
[all …]
/external/cronet/build/android/pylib/local/emulator/
Davd.py2 # Use of this source code is governed by a BSD-style license that can be
17 from google.protobuf import text_format # pylint: disable=import-error
46 'cmdline-tools', 'latest', 'bin',
70 _SDCARD_NAME = 'cr-sdcard.img'
103 # pylint: disable=no-member
104 return text_format.Merge(avd_proto_file.read(), avd_pb2.Avd())
128 data = json.loads(f.read())
163 # The avdmanager from cmdline-tools would look two levels
164 # up from toolsdir to find the SDK root.
168 fake_tools_dir = os.path.join(self._sdk_root, 'non-existent-tools',
[all …]
/external/libpcap/
DCHANGES10 Require at least pkg-config 0.17.0, as we use --static.
13 Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21.
20 Remove two no-longer-present files from .gitignore.
24 install: Fixed not to install the non-public pcap-util.h header.
25 pcap-config: add a --version flag.
36 Use AS_HELP_STRING for --enable-remote.
39 Use PCAP_ERROR (defined as -1) rather than explicit -1 for
44 specified shows up.
45 diag-control.h: define PCAP_DO_PRAGMA() iff we're going to use it.
59 Put CAN ID field in CAN pseudo-headers for LINUX_SLL2, as we do
[all …]
/external/curl/m4/
Dcurl-openssl.m421 # SPDX-License-Identifier: curl
36 dnl backup the pre-ssl variables
43 *-*-msys* | *-*-mingw*)
46 LIBS="-lgdi32 $LIBS"
65 dnl --with-openssl (without path) used
70 dnl check the given --with-openssl spot
74 dnl Try pkg-config even when cross-compiling. Since we
78 if test -f "$OPENSSL_PCDIR/openssl.pc"; then
86 if test -f "$OPENSSL_PCDIR/openssl.pc"; then
93 if test ! -f "$PREFIX_OPENSSL/include/openssl/ssl.h"; then
[all …]
/external/auto/value/src/main/java/com/google/auto/value/processor/
Dgwtserializer.vm7 ## http://www.apache.org/licenses/LICENSE-2.0
17 ## The variables ($pkg, $props, and so on) are defined by the fields of
20 ## Comments, like this one, begin with ##. The comment text extends up to and including the newline
25 ## A post-processing step will remove unwanted spaces and blank lines, but will not join two lines.
26 ## TODO(emcmanus): perform the post-processing.
27 #if (!$pkg.empty)
28 package $pkg;
31 ## The following line will be replaced by the required imports during post-processing.
49 $p.type $p = ${p.gwtCast}streamReader.read${p.gwtType}();
/external/freetype/builds/
Dfreetype.mk2 # FreeType 2 library sub-Makefile
6 # Copyright (C) 1996-2023 by
12 # indicate that you have read the license and understand and accept it
23 # PLATFORM_DIR The architecture-dependent directory,
38 # in the platform-specific configuration files.
53 # object builds, respectively). Set up in
56 # BASE_EXT_OBJ A list of base extension objects. Set up in
61 # object builds, respectively). Set up cumulatively in
65 # DISTCLEAN The sub-makefiles can append additional stuff to these two
78 .PHONY: single multi objects library refdoc refdoc-venv
[all …]
/external/libconfig/doc/
Dlibconfig.texi1 \input texinfo.tex @c -*-texinfo-*-
10 @set update-date 20 Jun 2021
11 @set subtitle-text A Library For Processing Structured Configuration Files
12 @set author-text Mark A.@: Lindner
33 @subtitle @value{subtitle-text}
35 @subtitle @value{update-date}
37 @author @value{author-text}
41 Copyright @copyright{} 2004-2021 Mark A Lindner
58 <div align=right>@value{subtitle-text}<br>
60 @value{update-date}</div>
[all …]
/external/python/cpython2/Doc/whatsnew/
D2.5.rst9 .. $Id: whatsnew25.tex 56611 2007-07-29 08:26:10Z georg.brandl $
18 community, I think, because several widely-useful packages were added. New
26 see section :ref:`pep-308`. The new ':keyword:`with`' statement will make
27 writing cleanup code easier (section :ref:`pep-343`). Values can now be passed
28 into generators (section :ref:`pep-342`). Imports are now visible as either
29 absolute or relative (section :ref:`pep-328`). Some corner cases of exception
30 handling are handled better (section :ref:`pep-341`). All these improvements
46 e-mail them to the author or open a bug in the Python bug tracker.
51 .. _pep-308:
66 There have been endless tedious discussions of syntax on both python-dev and
[all …]
/external/python/cpython3/Doc/whatsnew/
D2.5.rst9 .. $Id: whatsnew25.tex 56611 2007-07-29 08:26:10Z georg.brandl $
26 see section :ref:`pep-308`. The new ':keyword:`with`' statement will make
27 writing cleanup code easier (section :ref:`pep-343`). Values can now be passed
28 into generators (section :ref:`pep-342`). Imports are now visible as either
29 absolute or relative (section :ref:`pep-328`). Some corner cases of exception
30 handling are handled better (section :ref:`pep-341`). All these improvements
46 e-mail them to the author or open a bug in the Python bug tracker.
51 .. _pep-308:
66 There have been endless tedious discussions of syntax on both python-dev and
85 library and seeing how the resulting code read. In many cases where a
[all …]
/external/deqp/external/vulkancts/
DREADME.md7 Up-to-date documentation for dEQP is available at:
9 * [The VK-GL-CTS wiki for Khronos members](https://gitlab.khronos.org/Tracker/vk-gl-cts/wikis/home)
10 * [The VK-GL-CTS wiki for non-Khronos members](https://github.com/KhronosGroup/VK-GL-CTS/wiki)
14 ------------
33 * You can get this from the `mesa-common-dev` Ubuntu package.
45 * Android SDK with: SDK Tools, SDK Platform-tools, SDK Build-tools, and API 28
52 tools/bin/sdkmanager tools platform-tools 'build-tools;25.0.2' 'platforms;android-28'
56 ------------
59 vulkan-docs, spirv-headers, and spirv-tools.
65 You may need to re-run `fetch_sources.py` to update to the latest glslang,
[all …]
/external/python/cpython2/Lib/plat-mac/
Dpimp.py3 This is currently a MacOSX-only strawman implementation.
7 an online XML database per (platform, python-version) containing packages
46 # source: setup-based package
53 DEFAULT_PIMPDATABASE_FMT="http://www.python.org/packman/version-%s/%s-%s-%s-%s-%s.plist"
67 osname, release, machine = longplatform.split('-')
120 """Abstract base class - Downloader for archives"""
143 "--output", filename,
155 if 'content-length' in download.headers:
156 length = long(download.headers['content-length'])
158 length = -1
[all …]
/external/libsrtp2/
DCHANGES3 2.2.0-pre (This version)
7 All code has been reformatted to be consistent. A .clang-format file and format.sh script has been …
11 PR #409 - Compatibilty with LibreSSL
13 PR #406 - Fix unprotect when pktlen < (2*mki_size + tag_len)
15 PR #405 - Prevent potential double free
17 PR #404 - Add back extern to global variables
19 PR #403 - Set gcm IV directly with EVP_CipherInit_ex
21 PR #401 - Fix memory access issue in srtp_get_session_keys()
23 PR #398 - Fix memory access fixes when invalid profiles where used
25 PR #391 - Return NULL when allocating memory of size zero
[all …]
/external/golang-protobuf/
DREADME.md3 [![Go Reference](https://pkg.go.dev/badge/google.golang.org/protobuf.svg)](https://pkg.go.dev/googl…
4 …ld Status](https://travis-ci.org/protocolbuffers/protobuf-go.svg?branch=master)](https://travis-ci…
8 language-neutral, platform-neutral, extensible mechanism for serializing
20 [`protoc-gen-go`](https://pkg.go.dev/google.golang.org/protobuf/cmd/protoc-gen-go)
23 …[generate Go specific code for a given `.proto` file](https://protobuf.dev/reference/go/go-generat…
26 [`protobuf`](https://pkg.go.dev/mod/google.golang.org/protobuf) module
29 [define what a message is](https://pkg.go.dev/google.golang.org/protobuf/reflect/protoreflect)
31 [wire](https://pkg.go.dev/google.golang.org/protobuf/proto),
32 [JSON](https://pkg.go.dev/google.golang.org/protobuf/encoding/protojson),
34 [text](https://pkg.go.dev/google.golang.org/protobuf/encoding/prototext)).
[all …]
/external/freetype/builds/unix/
Dunix-def.in6 # Copyright (C) 1996-2023 by
12 # indicate that you have read the license and understand and accept it
19 DELETE := rm -f
20 DELDIR := rm -rf
24 # This is used for `make refdoc' and `make refdoc-venv'
42 CLEAN += $(OBJ_BUILD)/freetype-config \
48 $(OBJ_BUILD)/unix-def.mk \
49 $(OBJ_BUILD)/unix-cc.mk \
69 # Variables needed for `freetype-config' and `freetype.pc'.
88 # src/base/ftbase.c. When configure sets up CFLAGS to build ftmac.c,
[all …]
/external/mesa3d/docs/
Dinstall.rst11 -----------------------------
19 - `Meson <https://mesonbuild.com>`__ is required when building on \*nix
21 - Android Build system when building as native Android component. Meson
30 - GCC 8.0.0 or later (some parts of Mesa may require later versions)
31 - Clang 5.0 or later (some parts of Mesa may require later versions)
32 - Microsoft Visual Studio 2019 Version 16.11 or later and
38 - `Python <https://www.python.org/>`__ - Python 3.6 or newer is required.
39 - Python package ``packaging`` is required on Python 3.12+:
41 - `Python Mako module <https://www.makotemplates.org/>`__ - Python Mako
43 - Lex / Yacc - for building the Mesa IR and GLSL compiler.
[all …]

12345678910>>...13