/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | glob.rst | 1 :mod:`glob` --- Unix style pathname pattern expansion 4 .. module:: glob 7 **Source code:** :source:`Lib/glob.py` 11 -------------- 14 single: * (asterisk); in glob-style wildcards 15 single: ? (question mark); in glob-style wildcards 16 single: [] (square brackets); in glob-style wildcards 17 single: ! (exclamation); in glob-style wildcards 18 single: - (minus); in glob-style wildcards 19 single: . (dot); in glob-style wildcards [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | CMakeLists.txt | 5 string(APPEND CMAKE_CXX_FLAGS " -Wno-ignored-qualifiers") 6 string(APPEND CMAKE_C_FLAGS " -Wno-ignored-qualifiers") 7 string(APPEND CMAKE_CXX_FLAGS " -Wno-absolute-value") 8 string(APPEND CMAKE_C_FLAGS " -Wno-absolute-value") 57 file(GLOB base_h "*.h" "detail/*.h" "cpu/*.h" "cpu/vec/vec512/*.h" "cpu/vec/vec256/*.h" "cpu/vec/ve… 58 file(GLOB base_cpp "*.cpp" "detail/*.cpp" "cpu/*.cpp" "functorch/*.cpp") 59 file(GLOB cuda_h "cuda/*.h" "cuda/detail/*.h" "cuda/*.cuh" "cuda/detail/*.cuh" "cuda/tunable/*.cuh"… 60 file(GLOB cuda_cpp "cuda/*.cpp" "cuda/detail/*.cpp" "cuda/tunable/*.cpp") 61 file(GLOB cuda_nvrtc_stub_h "cuda/nvrtc_stub/*.h") 62 file(GLOB cuda_nvrtc_stub_cpp "cuda/nvrtc_stub/*.cpp") [all …]
|
/aosp_15_r20/external/boringssl/src/ |
H A D | MODULE.bazel.lock | 21 "version": "0.0.0-dev", 44 "com_google_absl": "abseil-[email protected]", 47 "com_googlesource_code_re2": "re2@2023-09-01", 58 "integrity": "sha256-itWYxzrXluDYKAsILOvYKmMNc+c808cAV5OKZQG7pdc=", 59 "strip_prefix": "googletest-1.14.0", 61 …ild/modules/googletest/1.14.0.bcr.1/patches/module_dot_bazel.patch": "sha256-jijctisPYOzP4X4cl0K7n… 103 "https://github.com/bazelbuild/platforms/releases/download/0.0.9/platforms-0.0.9.tar.gz" 105 "integrity": "sha256-XtpTnIQSZQMcL4LYrno6ZJC9YhduDAOPxGnqv5H2FJs=", 150 "https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz" 152 "integrity": "sha256-IDeHW5pEVtzkp50RKorohbvEqtlo5lh9ym5k86CQDN8=", [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/sql/android/startup/ |
H A D | hsc.sql | 1 -- 2 -- Copyright 2020 The Android Open Source Project 3 -- 4 -- Licensed under the Apache License, Version 2.0 (the "License"); 5 -- you may not use this file except in compliance with the License. 6 -- You may obtain a copy of the License at 7 -- 8 -- https://www.apache.org/licenses/LICENSE-2.0 9 -- 10 -- Unless required by applicable law or agreed to in writing, software [all …]
|
/aosp_15_r20/external/curl/src/ |
H A D | tool_urlglob.c | 10 * This software is licensed as described in the file COPYING, which 15 * copies of the Software, and permit persons to whom the Software is 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 * SPDX-License-Identifier: curl 36 glob->error = string, glob->pos = column, code 38 static CURLcode glob_fixed(struct URLGlob *glob, char *fixed, size_t len) in glob_fixed() argument 40 struct URLPattern *pat = &glob->pattern[glob->size]; in glob_fixed() 41 pat->type = UPTSet; in glob_fixed() 42 pat->content.Set.size = 1; in glob_fixed() 43 pat->content.Set.ptr_s = 0; in glob_fixed() [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_glob.py | 1 import glob 49 if self.dir_fd is not None: 53 def glob(self, *parts, **kwargs): member in GlobTests 59 res = glob.glob(p, **kwargs) 60 res2 = glob.iglob(p, **kwargs) 61 self.assertCountEqual(glob.iglob(p, **kwargs), res) 64 self.assertCountEqual(glob.glob(os.fsencode(p), **kwargs), bres) 65 self.assertCountEqual(glob.iglob(os.fsencode(p), **kwargs), bres) 68 res2 = glob.glob(pattern, **kwargs) 77 self.assertCountEqual(glob.iglob(pattern, **kwargs), res2) [all …]
|
/aosp_15_r20/external/ComputeLibrary/tests/ |
H A D | SConscript | 2 # -*- coding: utf-8 -*- 4 # Copyright (c) 2017-2022 Arm Limited. 6 # SPDX-License-Identifier: MIT 8 # Permission is hereby granted, free of charge, to any person obtaining a copy 12 # sell copies of the Software, and to permit persons to whom the Software is 18 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 # vars is imported from arm_compute: 58 if type(option_value) is bool and option_value: 70 # Disable floating-point expression contraction (e.g. fused multiply-add operations) 72 test_env.Append(CXXFLAGS = ['-ffp-contract=off']) [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/bindgen/3rdparty/patches/ |
H A D | llvm-project.cxx17.patch | 1 diff --git a/utils/bazel/configure.bzl b/utils/bazel/configure.bzl 3 --- a/utils/bazel/configure.bzl 5 @@ -70,6 +70,11 @@ def _overlay_directories(repository_ctx): 17 @@ -86,6 +91,16 @@ llvm_configure = repository_rule( 22 + Label("//utils/bazel/llvm-project-overlay/clang:BUILD.bazel"), 23 + Label("//utils/bazel/llvm-project-overlay/libunwind:BUILD.bazel"), 24 + Label("//utils/bazel/llvm-project-overlay/llvm:binary_alias.bzl"), 25 + Label("//utils/bazel/llvm-project-overlay/llvm:BUILD.bazel"), 26 + Label("//utils/bazel/llvm-project-overlay/llvm:cc_plugin_library.bzl"), 27 + Label("//utils/bazel/llvm-project-overlay/llvm:config.bzl"), [all …]
|
/aosp_15_r20/external/curl/.github/ |
H A D | labeler.yml | 3 # SPDX-License-Identifier: curl 6 # to add labels to pull requests. This is not (yet?) a replacement for human 7 # triaging, but is intended to add labels to the easy cases. If the matching 10 # Labels are added in two ways: the any-glob-to-all-files ones are added if all 11 # the files fit into the category, and the any-glob-to-any-file ones are added 13 # PR is all about that one topic, like HTTP/3), while the second ones are 17 # N.B. any-glob-to-all-files is misnamed; it acts like one-glob-to-all-files. 18 # Therefore, to get any-glob-to-all-files semantics with multiple matching 23 --- 26 - all: [all …]
|
/aosp_15_r20/build/blueprint/pathtools/ |
H A D | glob.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 10 // distributed under the License is distributed on an "AS IS" BASIS, 32 // GlobResult is a container holding the results of a call to Glob. 34 // Pattern is the pattern that was passed to Glob. 36 // Excludes is the list of excludes that were passed to Glob. 39 // Matches is the list of files or directories that matched the pattern but not the excludes. 42 // Deps is the list of files or directories that must be depended on to regenerate the glob. 46 // FileList returns the list of files matched by a glob for writing to an output file. 60 // MultipleGlobResults is a list of GlobResult structs. 71 panic(fmt.Errorf("failed to marshal glob results to json: %w", err)) [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_glob.py | 1 import glob 45 def glob(self, *parts): member in GlobTests 51 res = glob.glob(p) 52 self.assertItemsEqual(glob.iglob(p), res) 54 self.assertItemsEqual(glob.glob(fsdecode(p)), ures) 55 self.assertItemsEqual(glob.iglob(fsdecode(p)), ures) 66 eq(self.glob('a'), [self.norm('a')]) 67 eq(self.glob('a', 'D'), [self.norm('a', 'D')]) 68 eq(self.glob('aab'), [self.norm('aab')]) 69 eq(self.glob('zymurgy'), []) [all …]
|
/aosp_15_r20/external/pigweed/pw_module/py/pw_module/ |
H A D | check.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 10 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 19 import glob 28 def check_modules(modules: Sequence[str]) -> int: 47 def check_module(module) -> bool: 61 'Running checker: %s - %s', 92 # No per-file error to put in a "cerr" list, so just log. 142 @checker('PWCK001', 'If there is Python code, there is a setup.py') 144 module_python_files = glob.glob(f'{directory}/**/*.py', recursive=True) 145 module_setup_py = glob.glob(f'{directory}/**/setup.py', recursive=True) [all …]
|
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
H A D | GlobToRegex.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 11 * distributed under the License is distributed on an "AS IS" BASIS, 33 * Converts the given glob to a regular expression pattern. The given separators determine what 34 * characters the resulting expression breaks on for glob expressions such as * which should not 43 * [a-z] = [[^/]&&[a-z]] 44 * [!a-z] = [[^/]&&[^a-z]] 48 public static String toRegex(String glob, String separators) { in toRegex() argument 49 return new GlobToRegex(glob, separators).convert(); in toRegex() 55 private final String glob; field in GlobToRegex 63 private GlobToRegex(String glob, String separators) { in GlobToRegex() argument [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/ |
H A D | critical_blocking_calls.sql | 1 -- 2 -- Copyright 2024 The Android Open Source Project 3 -- 4 -- Licensed under the Apache License, Version 2.0 (the "License"); 5 -- you may not use this file except in compliance with the License. 6 -- You may obtain a copy of the License at 7 -- 8 -- https://www.apache.org/licenses/LICENSE-2.0 9 -- 10 -- Unless required by applicable law or agreed to in writing, software [all …]
|
H A D | slices.sql | 1 -- 2 -- Copyright 2023 The Android Open Source Project 3 -- 4 -- Licensed under the Apache License, Version 2.0 (the "License"); 5 -- you may not use this file except in compliance with the License. 6 -- You may obtain a copy of the License at 7 -- 8 -- https://www.apache.org/licenses/LICENSE-2.0 9 -- 10 -- Unless required by applicable law or agreed to in writing, software [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/io/fs/ |
D | glob.go | 2 // Use of this source code is governed by a BSD-style 11 // A GlobFS is a file system with a Glob method. 15 // Glob returns the names of all files matching pattern, 16 // providing an implementation of the top-level 17 // Glob function. 18 Glob(pattern string) ([]string, error) methodSpec 21 // Glob returns the names of all files matching pattern or nil 22 // if there is no matching file. The syntax of patterns is the same 26 // Glob ignores file system errors such as I/O errors reading directories. 27 // The only possible returned error is [path.ErrBadPattern], reporting that [all …]
|
D | glob_test.go | 2 // Use of this source code is governed by a BSD-style 20 {os.DirFS("."), "glob.go", "glob.go"}, 21 {os.DirFS("."), "gl?b.go", "glob.go"}, 22 {os.DirFS("."), `gl\ob.go`, "glob.go"}, 23 {os.DirFS("."), "*", "glob.go"}, 24 {os.DirFS(".."), "*/glob.go", "fs/glob.go"}, 29 matches, err := Glob(tt.fs, tt.pattern) 31 t.Errorf("Glob error for %q: %s", tt.pattern, err) 35 t.Errorf("Glob(%#q) = %#v want %v", tt.pattern, matches, tt.result) 39 matches, err := Glob(os.DirFS("."), pattern) [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/sql/chrome/ |
H A D | scroll_jank_cause_queuing_delay.sql | 1 -- 2 -- Copyright 2020 The Android Open Source Project 3 -- 4 -- Licensed under the Apache License, Version 2.0 (the 'License'); 5 -- you may not use this file except in compliance with the License. 6 -- You may obtain a copy of the License at 7 -- 8 -- https://www.apache.org/licenses/LICENSE-2.0 9 -- 10 -- Unless required by applicable law or agreed to in writing, software [all …]
|
/aosp_15_r20/external/capstone/bindings/python/ |
H A D | setup.py | 3 import glob 19 # Reference: https://docs.python.org/2/library/platform.html#cross-platform 91 src.extend(glob.glob(os.path.join(BUILD_DIR, "*.[ch]"))) 92 src.extend(glob.glob(os.path.join(BUILD_DIR, "*.mk"))) 94 src.extend(glob.glob(os.path.join(BUILD_DIR, "Makefile"))) 95 src.extend(glob.glob(os.path.join(BUILD_DIR, "LICENSE*"))) 96 src.extend(glob.glob(os.path.join(BUILD_DIR, "README"))) 97 src.extend(glob.glob(os.path.join(BUILD_DIR, "*.TXT"))) 98 src.extend(glob.glob(os.path.join(BUILD_DIR, "RELEASE_NOTES"))) 99 src.extend(glob.glob(os.path.join(BUILD_DIR, "make.sh"))) [all …]
|
/aosp_15_r20/external/zstd/tests/ |
H A D | test-zstd-versions.py | 8 # This source code is licensed under both the BSD-style license (found in the 11 # You may select, at your option, one of the above-listed licenses. 15 import glob 26 make_args = ['-j','CFLAGS=-O0'] 50 stderr_lines = stderr_lines.decode("utf-8") 51 stdout_lines = stdout_lines.decode("utf-8") 55 if popen.returncode is not None and popen.returncode != 0: 83 stdout, stderr = git(['tag', '-l', 'v[0-9].[0-9].[0-9]']) 84 tags = stdout.decode('utf-8').split() 92 cmd = ['./zstd.' + tag, '-D', dict_name] [all …]
|
/aosp_15_r20/external/python/pyserial/serial/tools/ |
D | list_ports_posix.py | 3 # This is a module that gathers a list of serial ports on POSIXy systems. 6 # This file is part of pySerial. https://github.com/pyserial/pyserial 7 # (C) 2011-2015 Chris Liechti <[email protected]> 9 # SPDX-License-Identifier: BSD-3-Clause 12 The ``comports`` function is expected to return an iterable that yields tuples 15 As currently no method is known to get the second two strings easily, they are 21 import glob 37 # (such as 'open' call, explicit 'ls'), but 'glob.glob' 40 devices = glob.glob('/dev/ttyS*') 47 devices = glob.glob('/dev/cua*') [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/sql/android/jank/ |
H A D | relevant_slices.sql | 1 -- 2 -- Copyright 2022 The Android Open Source Project 3 -- 4 -- Licensed under the Apache License, Version 2.0 (the "License"); 5 -- you may not use this file except in compliance with the License. 6 -- You may obtain a copy of the License at 7 -- 8 -- https://www.apache.org/licenses/LICENSE-2.0 9 -- 10 -- Unless required by applicable law or agreed to in writing, software [all …]
|
/aosp_15_r20/external/bazelbuild-rules_python/tests/pypi/generate_whl_library_build_bazel/ |
H A D | generate_whl_library_build_bazel_tests.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 10 # distributed under the License is distributed on an "AS IS" BASIS, 18 …library_build_bazel.bzl", "generate_whl_library_build_bazel") # buildifier: disable=bzl-visibility 31 srcs = glob(["site-packages/*.dist-info/**"], allow_empty = True), 36 srcs = glob(["data/**"], allow_empty = True), 51 srcs = glob( 52 ["site-packages/**/*.py"], 55 # pure-Python code, e.g. pymssql, which is written in Cython. 58 data = [] + glob( 59 ["site-packages/**/*"], [all …]
|
/aosp_15_r20/external/libffi/ |
H A D | make_sunver.pl | 1 #!/usr/bin/perl -w 9 # Each glob pattern, C++ mangled pattern or literal in the input script is 12 # A comment with the original pattern and its type is left in the output 43 if (($so = $file) =~ s/\.a$/.so/ && -e $so) { 44 printf STDERR "omitted $file -> $so\n"; 53 # so use elfdump -s in the native case and GNU readelf -s otherwise. 54 # GNU objdump -t cannot be used since it produces a variable number of 60 if (-f $elfdump) { 61 open ELFDUMP,$elfdump.' -s '.(join ' ',@OBJECTS).'|' or die $!; 103 if ($bind !~ /^(GLOB|WEAK)/ or $oth ne "D") { [all …]
|
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
H A D | JimfsWindowsLikeFileSystemTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 11 * distributed under the License is distributed on an "AS IS" BASIS, 40 * Tests a Windows-like file system through the public methods in {@link Files}. 299 assertThatPath("bar").matches("glob:bar"); in testPathMatchers_glob() 300 assertThatPath("bar").matches("glob:*"); in testPathMatchers_glob() 301 assertThatPath("C:\\foo").doesNotMatch("glob:*"); in testPathMatchers_glob() 302 assertThatPath("C:\\foo\\bar").doesNotMatch("glob:*"); in testPathMatchers_glob() 303 assertThatPath("C:\\foo\\bar").matches("glob:**"); in testPathMatchers_glob() 304 assertThatPath("C:\\foo\\bar").matches("glob:C:\\\\**"); in testPathMatchers_glob() 305 assertThatPath("foo\\bar").doesNotMatch("glob:C:\\\\**"); in testPathMatchers_glob() [all …]
|