Home
last modified time | relevance | path

Searched full:master (Results 1 – 25 of 6794) sorted by relevance

12345678910>>...272

/external/python/cpython2/Tools/scripts/
Dtreesync.py7 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 …]
/external/swiftshader/tests/regres/
Dci-tests.json4 { "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 …]
/external/google-cloud-java/java-container/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/
DMaster.java25 * 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 …]
/external/fonttools/Tests/varLib/data/
DBuild.designspace97 <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 …]
/external/tensorflow/tensorflow/security/
DREADME.md12 [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 …]
/external/rust/crates/vhost-user-backend/tests/
Dvhost-user-server.rs13 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 …]
/external/igt-gpu-tools/tests/
Dkms_lease.c123 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 …]
/external/libnetfilter_conntrack/utils/
Dexpect_create_userspace.c19 struct nf_conntrack *master, *expected, *mask; in main() local
23 * Step 1: Setup master conntrack in main()
26 master = nfct_new(); in main()
27 if (!master) { in main()
32 nfct_set_attr_u8(master, ATTR_L3PROTO, AF_INET); in main()
33 nfct_set_attr_u32(master, ATTR_IPV4_SRC, inet_addr("1.1.1.1")); in main()
34 nfct_set_attr_u32(master, ATTR_IPV4_DST, inet_addr("2.2.2.2")); in main()
36 nfct_set_attr_u8(master, ATTR_L4PROTO, IPPROTO_TCP); in main()
37 nfct_set_attr_u16(master, ATTR_PORT_SRC, htons(1025)); in main()
38 nfct_set_attr_u16(master, ATTR_PORT_DST, htons(21)); in main()
[all …]
Dexpect_create_nat.c19 struct nf_conntrack *master, *expected, *mask, *nat; in main() local
23 * Step 1: Setup master conntrack in main()
26 master = nfct_new(); in main()
27 if (!master) { in main()
32 nfct_set_attr_u8(master, ATTR_L3PROTO, AF_INET); in main()
33 nfct_set_attr_u32(master, ATTR_IPV4_SRC, inet_addr("1.1.1.1")); in main()
34 nfct_set_attr_u32(master, ATTR_IPV4_DST, inet_addr("2.2.2.2")); in main()
36 nfct_set_attr_u8(master, ATTR_L4PROTO, IPPROTO_TCP); in main()
37 nfct_set_attr_u16(master, ATTR_PORT_SRC, htons(1025)); in main()
38 nfct_set_attr_u16(master, ATTR_PORT_DST, htons(21)); in main()
[all …]
Dexpect_create.c19 struct nf_conntrack *master, *expected, *mask; in main() local
23 * Step 1: Setup master conntrack in main()
26 master = nfct_new(); in main()
27 if (!master) { in main()
32 nfct_set_attr_u8(master, ATTR_L3PROTO, AF_INET); in main()
33 nfct_set_attr_u32(master, ATTR_IPV4_SRC, inet_addr("1.1.1.1")); in main()
34 nfct_set_attr_u32(master, ATTR_IPV4_DST, inet_addr("2.2.2.2")); in main()
36 nfct_set_attr_u8(master, ATTR_L4PROTO, IPPROTO_TCP); in main()
37 nfct_set_attr_u16(master, ATTR_PORT_SRC, htons(1025)); in main()
38 nfct_set_attr_u16(master, ATTR_PORT_DST, htons(21)); in main()
[all …]
Dexpect_get.c25 struct nf_conntrack *master; in main() local
28 master = nfct_new(); in main()
29 if (!master) { in main()
34 nfct_set_attr_u8(master, ATTR_L3PROTO, AF_INET); in main()
35 nfct_set_attr_u32(master, ATTR_IPV4_SRC, inet_addr("1.1.1.1")); in main()
36 nfct_set_attr_u32(master, ATTR_IPV4_DST, inet_addr("2.2.2.2")); in main()
38 nfct_set_attr_u8(master, ATTR_L4PROTO, IPPROTO_TCP); in main()
39 nfct_set_attr_u16(master, ATTR_PORT_SRC, htons(10240)); in main()
40 nfct_set_attr_u16(master, ATTR_PORT_DST, htons(10241)); in main()
45 nfct_destroy(master); in main()
[all …]
/external/python/cpython3/Lib/tkinter/
Dcommondialog.py20 def __init__(self, master=None, **options): argument
21 if master is None:
22 master = options.get('parent')
23 self.master = master
40 master = self.master
41 if master is None:
42 master = _get_temp_root()
44 self._test_callback(master) # The function below is replaced for some tests.
45 s = master.tk.call(self.command, *master._options(self.options))
46 s = self._fixresult(master, s)
[all …]
Dtix.py289 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 …]
/external/rust/crates/vhost/src/vhost_user/
Dmod.rs5 //! 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 …]
/external/rust/crates/vhost-user-backend/src/vhost_user/
Dmod.rs5 //! 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 …]
/external/openthread/third_party/mbedtls/repo/programs/psa/
Dkey_ladder_demo.sh37 if [ -e master.key ]; then
38 echo "# Reusing the existing master.key file."
40 files_to_clean="$files_to_clean master.key"
41 run "Generate a master key." \
42 "$program" generate master=master.key
48 "$program" wrap master=master.key label=hello label=world \
53 "$program" unwrap master=master.key label=hello label=world \
60 …"$program" unwrap master=master.key input=hello_world.wrap output=hellow_orld.txt label=hellow lab…
63 run "Save the first step of the key ladder, then load it as a master key and construct the rest of …
64 "$program" save master=master.key label=hello \
[all …]
/external/mbedtls/programs/psa/
Dkey_ladder_demo.sh37 if [ -e master.key ]; then
38 echo "# Reusing the existing master.key file."
40 files_to_clean="$files_to_clean master.key"
41 run "Generate a master key." \
42 "$program" generate master=master.key
48 "$program" wrap master=master.key label=hello label=world \
53 "$program" unwrap master=master.key label=hello label=world \
60 …"$program" unwrap master=master.key input=hello_world.wrap output=hellow_orld.txt label=hellow lab…
63 run "Save the first step of the key ladder, then load it as a master key and construct the rest of …
64 "$program" save master=master.key label=hello \
[all …]
/external/rust/crates/nix/test/
Dtest_pty.rs19 // 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 …]
/external/clang/test/OpenMP/
Dmaster_messages.cpp6 #pragma omp master in main()
8 …#pragma omp master nowait // expected-error {{unexpected OpenMP clause 'nowait' in directive '#pra… in main()
9 …#pragma omp master unknown // expected-warning {{extra tokens at the end of '#pragma omp master' a… in main()
12 #pragma omp master in main()
17 #pragma omp master // expected-error {{region cannot be closely nested inside 'for' region}} in main()
23 … #pragma omp master // expected-error {{region cannot be closely nested inside 'sections' region}} in main()
29 #pragma omp master // expected-error {{region cannot be closely nested inside 'single' region}} in main()
32 #pragma omp master in main()
35 #pragma omp master in main()
40 #pragma omp master // expected-error {{region cannot be closely nested inside 'for' region}} in main()
[all …]
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/
Dvxlan.sh59 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 …]
/external/python/cpython2/Lib/lib-tk/
DSimpleDialog.py9 def __init__(self, master, argument
13 self.root = Toplevel(master, class_=class_)
15 self.root = Toplevel(master)
35 self._set_transient(master)
37 def _set_transient(self, master, relx=0.5, rely=0.3): argument
40 widget.transient(master)
42 if master.winfo_ismapped():
43 m_width = master.winfo_width()
44 m_height = master.winfo_height()
45 m_x = master.winfo_rootx()
[all …]
DTix.py286 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 …]
/external/tensorflow/tensorflow/core/distributed_runtime/
Dlocal_master.h25 class Master; variable
27 // An implementation of the TensorFlow master interface that enables direct
28 // intraprocess communication between the client and the master implementation.
30 // This master implementation is intended to provide more efficient access to
31 // a master service that has been created in the same process as the client.
36 // invocation of Master methods.
37 // TODO(mrry): Make all potentially blocking Master methods take CallOptions
84 // Registers the mapping from the given `target` to the given `master`.
86 // WARNING: The `master` pointer remains owned by the caller. It is
87 // the responsibility of the caller to ensure that `master` outlives
[all …]
/external/libjpeg-turbo/
Djcmaster.c12 * 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 …]
/external/rust/crates/nix/src/
Dpty.rs1 //! Create master and slave virtual pseudo-terminals (PTYs)
21 /// Representation of a master/slave pty pair
26 /// The master port in a virtual pty pair
27 pub master: OwnedFd, field
34 /// Representation of a master with a forked pty
39 /// The master port in a virtual pty pair
40 pub master: OwnedFd,
46 /// Representation of the Master device in a master/slave pty pair
100 /// master pseudoterminal referred to by `fd`. This is a necessary step towards opening the slave.
113 /// `posix_openpt()` returns a file descriptor to an existing unused pseudoterminal master device.
[all …]

12345678910>>...272