/aosp_15_r20/external/tensorflow/tensorflow/security/ |
H A D | README.md | 12 [SECURITY.md](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md). 16 | [TFSA-2022-084](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/security/advisory… 17 | [TFSA-2022-083](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/security/advisory… 18 | [TFSA-2022-082](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/security/advisory… 19 | [TFSA-2022-081](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/security/advisory… 20 | [TFSA-2022-080](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/security/advisory… 21 | [TFSA-2022-079](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/security/advisory… 22 | [TFSA-2022-078](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/security/advisory… 23 | [TFSA-2022-077](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/security/advisory… 24 | [TFSA-2022-076](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/security/advisory… [all …]
|
/aosp_15_r20/external/flashrom/ |
H A D | bitbang_spi.c | 25 static void bitbang_spi_set_cs(const struct bitbang_spi_master * const master, int val, void *spi_d… in bitbang_spi_set_cs() argument 27 master->set_cs(val, spi_data); in bitbang_spi_set_cs() 30 static void bitbang_spi_set_sck(const struct bitbang_spi_master * const master, int val, void *spi_… in bitbang_spi_set_sck() argument 32 master->set_sck(val, spi_data); in bitbang_spi_set_sck() 35 static void bitbang_spi_request_bus(const struct bitbang_spi_master * const master, void *spi_data) in bitbang_spi_request_bus() argument 37 if (master->request_bus) in bitbang_spi_request_bus() 38 master->request_bus(spi_data); in bitbang_spi_request_bus() 41 static void bitbang_spi_release_bus(const struct bitbang_spi_master * const master, void *spi_data) in bitbang_spi_release_bus() argument 43 if (master->release_bus) in bitbang_spi_release_bus() 44 master->release_bus(spi_data); in bitbang_spi_release_bus() [all …]
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | kms_lease.c | 123 lease_t master; member 256 ret = create_lease(data->master.fd, &mcl); in make_lease() 324 plane_resources = drmModeGetPlaneResources(data->master.fd); in page_flip_implicit_plane() 341 drmSetClientCap(data->master.fd, DRM_CLIENT_CAP_UNIVERSAL_PLANES, 0); in page_flip_implicit_plane() 342 do_or_die(create_lease(data->master.fd, &mcl)); in page_flip_implicit_plane() 343 drmSetClientCap(data->master.fd, DRM_CLIENT_CAP_UNIVERSAL_PLANES, 1); in page_flip_implicit_plane() 346 igt_assert_eq(0, prepare_crtc(&data->master, data->connector_id, data->crtc_id)); in page_flip_implicit_plane() 349 do_or_die(drmModePageFlip(data->master.fd, data->crtc_id, in page_flip_implicit_plane() 350 data->master.primary_fb.fb_id, in page_flip_implicit_plane() 352 igt_wait_for_vblank_count(data->master.fd, in page_flip_implicit_plane() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/ |
D | README.md | 5 …e Doc](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/master/README.md) 20 …onfig/global.go](https://android.googlesource.com/platform/build/soong/+/master/cc/config/global.g… 21 …* [AOSP Code Search link](https://cs.android.com/android/platform/superproject/+/master:build/soon… 23 …id.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/refs/heads/master/llvm-binutils-stab… 25 …py](https://android.googlesource.com/toolchain/llvm_android/+/refs/heads/master/update-binutils.py… 27 …android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/refs/heads/master/clang-stable/) 29 …py](https://android.googlesource.com/toolchain/llvm_android/+/refs/heads/master/update-clang-stabl… 33 …onfig/global.go](https://android.googlesource.com/platform/build/soong/+/master/cc/config/global.g… 34 …* [AOSP Code Search link](https://cs.android.com/android/platform/superproject/+/master:build/soon… 45 …toolchains.py](https://android.googlesource.com/platform/ndk/+/refs/heads/master/ndk/toolchains.py) [all …]
|
/aosp_15_r20/external/google-cloud-java/java-container/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ |
H A D | Master.java | 25 * Master is the configuration for components on master. 28 * Protobuf type {@code google.container.v1beta1.Master} 30 public final class Master extends com.google.protobuf.GeneratedMessageV3 class 32 // @@protoc_insertion_point(message_implements:google.container.v1beta1.Master) 35 // Use Master.newBuilder() to construct. 36 private Master(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Master() method in Master 40 private Master() {} in Master() method in Master 45 return new Master(); in newInstance() 64 com.google.container.v1beta1.Master.class, in internalGetFieldAccessorTable() 65 com.google.container.v1beta1.Master.Builder.class); in internalGetFieldAccessorTable() [all …]
|
/aosp_15_r20/external/google-smali/smali/src/main/java/com/android/tools/smali/smali/ |
H A D | smaliTreeWalker.java | 1 // $ANTLR 3.5.2 /usr/local/google/home/melisacz/extra/aosp-master-with-phones/external/google-smali… 349 …etGrammarFileName() { return "/usr/local/google/home/melisacz/extra/aosp-master-with-phones/extern… in getGrammarFileName() 437 …// /usr/local/google/home/melisacz/extra/aosp-master-with-phones/external/google-smali/smali/src/m… 448 …// /usr/local/google/home/melisacz/extra/aosp-master-with-phones/external/google-smali/smali/src/m… in smali_file() 449 …// /usr/local/google/home/melisacz/extra/aosp-master-with-phones/external/google-smali/smali/src/m… in smali_file() 505 …// /usr/local/google/home/melisacz/extra/aosp-master-with-phones/external/google-smali/smali/src/m… 516 …// /usr/local/google/home/melisacz/extra/aosp-master-with-phones/external/google-smali/smali/src/m… in header() 517 …// /usr/local/google/home/melisacz/extra/aosp-master-with-phones/external/google-smali/smali/src/m… in header() 523 …// /usr/local/google/home/melisacz/extra/aosp-master-with-phones/external/google-smali/smali/src/m… in header() 531 …// /usr/local/google/home/melisacz/extra/aosp-master-with-phones/external/google-smali/smali/src/m… in header() [all …]
|
H A D | smaliParser.java | 1 // $ANTLR 3.5.2 /usr/local/google/home/melisacz/extra/aosp-master-with-phones/external/google-smali… 323 …etGrammarFileName() { return "/usr/local/google/home/melisacz/extra/aosp-master-with-phones/extern… in getGrammarFileName() 505 …// /usr/local/google/home/melisacz/extra/aosp-master-with-phones/external/google-smali/smali/src/m… 536 …// /usr/local/google/home/melisacz/extra/aosp-master-with-phones/external/google-smali/smali/src/m… in smali_file() 537 …// /usr/local/google/home/melisacz/extra/aosp-master-with-phones/external/google-smali/smali/src/m… in smali_file() 539 …// /usr/local/google/home/melisacz/extra/aosp-master-with-phones/external/google-smali/smali/src/m… in smali_file() 569 …// /usr/local/google/home/melisacz/extra/aosp-master-with-phones/external/google-smali/smali/src/m… in smali_file() 583 …// /usr/local/google/home/melisacz/extra/aosp-master-with-phones/external/google-smali/smali/src/m… in smali_file() 597 …// /usr/local/google/home/melisacz/extra/aosp-master-with-phones/external/google-smali/smali/src/m… in smali_file() 607 …// /usr/local/google/home/melisacz/extra/aosp-master-with-phones/external/google-smali/smali/src/m… in smali_file() [all …]
|
/aosp_15_r20/external/fonttools/Tests/varLib/data/ |
H A D | Build.designspace | 97 <master glyphname="dollar.nostroke" source="master_0"> 102 </master> 103 <master glyphname="dollar.nostroke" source="master_1"> 108 </master> 109 <master glyphname="dollar.nostroke" source="master_2"> 114 </master> 115 <master glyphname="dollar.nostroke" source="master_3"> 120 </master> 121 <master glyphname="dollar.nostroke" source="master_0"> 126 </master> [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/tests/ |
D | vhost-user-server.rs | 13 use vhost::vhost_user::{Listener, Master, Slave, VhostUserMaster}; 109 fn setup_master(path: &Path, barrier: Arc<Barrier>) -> Master { in setup_master() argument 111 let mut master = Master::connect(path, 1).unwrap(); in setup_master() localVariable 112 master.set_hdr_flags(VhostUserHeaderFlag::NEED_REPLY); in setup_master() 116 let features = master.get_features().unwrap(); in setup_master() 117 let proto = master.get_protocol_features().unwrap(); in setup_master() 118 master.set_features(features).unwrap(); in setup_master() 119 master.set_protocol_features(proto).unwrap(); in setup_master() 122 master in setup_master() 127 let mut master = Master::connect(path, 1).unwrap(); in vhost_user_client() localVariable [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 286 def __init__ (self, master=None, widgetName=None, argument 310 Widget._setup(self, master, cnf) 392 def image_create(self, imgtype, cnf={}, master=None, **kw): argument 393 if not master: 394 master = Tkinter._default_root 395 if not master: 404 return master.tk.call(('image', 'create', imgtype,) + options) 422 def __init__(self, master, name, argument 425 path = master._subwidget_name(name) 427 path = path[len(master._w)+1:] [all …]
|
D | ttk.py | 34 def _load_tile(master): argument 42 master.tk.eval( 46 master.tk.eval('package require tile') # TclError may be raised here 47 master._tile_loaded = True 345 def setup_master(master=None): argument 346 """If master is not None, itself is returned. If master is None, 347 the default master is returned if there is one, otherwise a new 348 master is created and returned. 350 If it is not allowed to use the default root and master is None, 352 if master is None: [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 289 def __init__ (self, master=None, widgetName=None, argument 313 self._setup(master, cnf) 395 def image_create(self, imgtype, cnf={}, master=None, **kw): argument 396 if master is None: 397 master = self 405 return master.tk.call(('image', 'create', imgtype,) + options) 423 def __init__(self, master, name, argument 426 path = master._subwidget_name(name) 428 path = path[len(master._w)+1:] 435 TixWidget.__init__(self, master, None, None, {'name' : name}) [all …]
|
D | ttk.py | 327 def setup_master(master=None): argument 328 """If master is not None, itself is returned. If master is None, 329 the default master is returned if there is one, otherwise a new 330 master is created and returned. 332 If it is not allowed to use the default root and master is None, 334 if master is None: 335 master = tkinter._get_default_root() 336 return master 344 def __init__(self, master=None): argument 345 master = setup_master(master) [all …]
|
/aosp_15_r20/external/python/cpython2/Tools/scripts/ |
D | treesync.py | 7 python treesync.py slave master 9 The assumption is that "master" contains CVS administration while 11 entry in the master tree are synchronized. This means: 17 copy the slave to the master 18 else (the master is newer): 19 copy the master to the slave 21 normalizing the slave means replacing CRLF with LF when the master 55 [slave, master] = args 61 process(slave, master) 63 def process(slave, master): argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/ |
D | mod.rs | 5 //! Kernel. The protocol defines two sides of the communication, master and slave. Master is 8 //! The communication channel between the master and the slave includes two sub channels. One is 9 //! used to send requests from the master to the slave and optional replies from the slave to the 10 //! master. This sub channel is created on master startup by connecting to the slave service 11 //! endpoint. The other is used to send requests from the slave to the master and optional replies 12 //! from the master to the slave. This sub channel is created by the master issuing a 15 //! Unix domain socket is used as the underlying communication channel because the master needs to 30 #[cfg(feature = "vhost-user-master")] 31 mod master; module 32 #[cfg(feature = "vhost-user-master")] [all …]
|
D | master.rs | 4 //! Traits and Struct for vhost-user master. 24 /// Trait for vhost-user master to provide extra methods not covered by the VhostBackend yet. 81 /// Struct for the vhost-user master endpoint. 83 pub struct Master { struct 87 impl Master { implementation 90 Master { in new() 114 /// Create a new vhost-user master endpoint. 150 impl VhostBackend for Master { implementation 169 /// Set the current Master as an owner of the session. 335 impl VhostUserMaster for Master { implementation [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/ |
D | manifest_3289846.xml | 4 <default remote="aosp" revision="master" sync-j="4" /> 5 …platform/build" path="build" revision="077d9d5fe7fc4f3615d42a0ba12f83e1508edc84" upstream="master"> 8 …nt" path="build/blueprint" revision="6bbcbc94eadb06d22d54b85d3cec99d90b789310" upstream="master" /> 9 …ld/kati" path="build/kati" revision="38315d2f21d9db622b90f307737f1e370ff9cea9" upstream="master" /> 10 …ld/soong" path="build/soong" revision="b912349c03ed52ed39b81b8b66b4a7e1b7d6aa90" upstream="master"> 14 …form/bionic" path="bionic" revision="42743f1e9ebf0771fea41361e9424f58f8de1cde" upstream="master" /> 18 …path="external/googletest" revision="cc5b45721e3c997ce8b0e08129ed2980be682d6b" upstream="master" /> 19 …" path="external/jemalloc" revision="00fa4482d89786a43fb6f76d6e86996e1587e16f" upstream="master" /> 20 …xx" path="external/libcxx" revision="be9a8c06625a4ad4b2d870cd780776e49d7d3cba" upstream="master" /> 21 … path="external/libcxxabi" revision="6c5f2a5a2e44b84e547396fda693eebbf273271d" upstream="master" /> [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | vxlan.sh | 59 ip link set dev $swp1 master br0 61 ip link set dev vxlan0 master br0 66 ip link set dev $swp1 master br0 72 ip link set dev $swp1 master br0 74 ip link set dev vxlan0 master br0 &> /dev/null 79 ip link set dev vxlan0 master br0 81 ip link set dev $swp1 master br0 &> /dev/null 297 ip link set dev $swp1 master br0 299 ip link set dev vxlan0 master br0 301 ip link set dev $swp2 master br1 [all …]
|
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/ |
H A D | NOTICE.csv | 2 …master-dev/NOTICE, BSD-2-Clause, emugl_common.dylib ./qemu/darwin-x86_64/qemu-system-x86_64 ./qemu… 3 libvpx, https://chromium.googlesource.com/webm/libvpx/+/refs/heads/master/LICENSE, BSD-3-Clause, em… 4 …e.com/platform/prebuilts/android-emulator-build/archive/+/refs/heads/emu-master-dev/qt-everywhere-… 5 …e.com/platform/prebuilts/android-emulator-build/archive/+/refs/heads/emu-master-dev/qt-everywhere-… 6 …master/ext4_utils/NOTICE, Apache-2.0, android-emu-metrics.dylib ./qemu/darwin-x86_64/qemu-system-x… 7 …master-dev/NOTICE.txt, Apache-2.0, emugl_common.dylib ./qemu/darwin-x86_64/qemu-system-x86_64 ./qe… 8 …e.com/platform/prebuilts/android-emulator-build/archive/+/refs/heads/emu-master-dev/qt-everywhere-… 9 …master/LICENSE.md, GPL-2.0-or-later, emugl_common.dylib ./qemu/darwin-x86_64/qemu-system-x86_64 ./… 10 …e.com/platform/prebuilts/android-emulator-build/archive/+/refs/heads/emu-master-dev/qt-everywhere-… 11 …master-dev/android/third_party/jpeg-6b/NOTICE, IJG, emugl_common.dylib ./qemu/darwin-x86_64/qemu-s… [all …]
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | jcmaster.c | 12 * This file contains master control logic for the JPEG compressor. 69 /* Do computations that are needed before master selection phase */ in jpeg_calc_jpeg_dimensions() 82 /* Do computations that are needed before master selection phase */ in initial_setup() 323 my_master_ptr master = (my_master_ptr)cinfo->master; in select_scan_parameters() local 324 const jpeg_scan_info *scanptr = cinfo->scan_info + master->scan_number; in select_scan_parameters() 450 my_master_ptr master = (my_master_ptr)cinfo->master; in prepare_for_pass() local 452 switch (master->pass_type) { in prepare_for_pass() 467 (master->total_passes > 1 ? in prepare_for_pass() 472 master->pub.call_pass_startup = FALSE; in prepare_for_pass() 475 master->pub.call_pass_startup = TRUE; in prepare_for_pass() [all …]
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/ |
H A D | NOTICE.csv | 2 …master/COPYING, MIT, ./qemu/linux-x86_64/qemu-system-aarch64-headless ./qemu/linux-x86_64/qemu-sys… 4 …master/LICENSE, Apache-2.0, ./emulator ./qemu/linux-x86_64/qemu-system-aarch64-headless ./qemu/lin… 5 …e.com/platform/prebuilts/android-emulator-build/archive/+/refs/heads/emu-master-dev/libuuid1-2.25.… 6 …master-dev/android/third_party/picosha2/LICENSE, MIT, ./qemu/linux-x86_64/qemu-system-aarch64-head… 8 …master-dev/LICENSE.md, MIT, ./qemu/linux-x86_64/qemu-system-aarch64-headless ./qemu/linux-x86_64/q… 9 libvpx, https://chromium.googlesource.com/webm/libvpx/+/refs/heads/master/LICENSE, BSD-3-Clause, ./… 10 …master-dev/android/third_party/libwebp/third_party/chromium_headless/libwebp/LICENSE, BSD-3-Clause… 11 …master-dev/NOTICE.txt, Apache-2.0, ./qemu/linux-x86_64/qemu-system-aarch64-headless ./qemu/linux-x… 14 …master-dev/NOTICE.txt, Apache-2.0, ./qemu/linux-x86_64/qemu-system-aarch64-headless ./qemu/linux-x… 16 …master-dev/LICENSE, BSD-3-Clause, ./crashreport ./qemu/linux-x86_64/qemu-system-i386 ./qemu/linux-… [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/ |
D | test_pty.rs | 19 // Open a new PTTY master in test_ptsname_equivalence() 36 // Open a new PTTY master in test_ptsname_copy() 52 // Open a new PTTY master in test_ptsname_r_copy() 68 // Open a new PTTY master in test_ptsname_unique() 71 // Open a second PTTY master in test_ptsname_unique() 84 // Open a new PTTY master in open_ptty_pair() 85 let master = posix_openpt(OFlag::O_RDWR).expect("posix_openpt failed"); in open_ptty_pair() localVariable 88 grantpt(&master).expect("grantpt failed"); in open_ptty_pair() 89 unlockpt(&master).expect("unlockpt failed"); in open_ptty_pair() 92 let slave_name = unsafe { ptsname(&master) }.expect("ptsname failed"); in open_ptty_pair() [all …]
|
/aosp_15_r20/build/bazel/docs/ |
H A D | internal_concepts.md | 5 https://android.googlesource.com/platform/build/bazel/+/refs/heads/master/docs/concepts.md. 59 [`build/make/core/main.mk`](http://cs.android.com/android/platform/superproject/+/master:build/make… 70 [specify dependencies](https://cs.android.com/android/platform/superproject/+/master:build/blueprin… 72 [Blueprint resolves](https://cs.android.com/android/platform/superproject/+/master:build/blueprint/… 76 [build/soong/android/paths.go](https://cs.android.com/android/platform/superproject/+/master:build/… 95 [AddProperties](https://cs.android.com/android/platform/superproject/+/master:build/soong/android/m… 99 …[specifies](https://cs.android.com/android/platform/superproject/+/master:build/soong/android/modu… 102 …[host/device properies](https://cs.android.com/android/platform/superproject/+/master:build/soong/… 109 [`proptools`](https://cs.android.com/android/platform/superproject/+/master:build/blueprint/proptoo… 111 [`include_build_directory`](https://cs.android.com/android/platform/superproject/+/master:build/soo… [all …]
|
/aosp_15_r20/external/antlr/tool/src/test/java/org/antlr/test/ |
H A D | TestCompositeGrammars.java | 57 String master = in testDelegatorInvokesDelegateRule() local 63 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatorInvokesDelegateRule() 77 String master = in testDelegatorInvokesDelegateRuleWithArgs() local 83 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatorInvokesDelegateRuleWithArgs() 97 String master = in testDelegatorInvokesDelegateRuleWithReturnStruct() local 103 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatorInvokesDelegateRuleWithReturnStruct() 117 String master = in testDelegatorAccessesDelegateMembers() local 122 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatorAccessesDelegateMembers() 138 String master = in testDelegatorInvokesFirstVersionOfDelegateRule() local 144 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatorInvokesFirstVersionOfDelegateRule() [all …]
|
/aosp_15_r20/external/swiftshader/tests/regres/ |
H A D | ci-tests.json | 4 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-ABORT.txt" }, 5 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-ASSERT.txt" }, 6 …{ "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-COMPATIBILITY_WARNING.tx… 7 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-CRASH.txt" }, 8 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-FAIL.txt" }, 9 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-PASS.txt" }, 10 … { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-QUALITY_WARNING.txt" }, 11 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-TIMEOUT.txt" }, 12 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-UNIMPLEMENTED.txt" }, 13 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-UNREACHABLE.txt" }, [all …]
|