Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 25 of 1346) sorted by relevance

12345678910>>...54

/external/tensorflow/tensorflow/compiler/tests/
Dtensor_array_ops_test.py59 def fn(): function
83 def fn(): function
104 def fn(): function
121 def fn(): function
145 def fn(): function
162 def fn(): function
180 def fn(): function
209 def fn(): function
227 def fn(): function
244 def fn(): function
[all …]
Dstack_ops_test.py39 def fn(): function
54 def fn(): function
66 def fn(): function
85 def fn(): function
105 def fn(): function
115 def fn(): function
/external/rust/crates/macaddr/src/
Daddr8.rs21 pub const fn new(a: u8, b: u8, c: u8, d: u8, e: u8, f: u8, g: u8, h: u8) -> MacAddr8 { in new() constant
34 pub const fn nil() -> MacAddr8 { in nil() constant
47 pub const fn broadcast() -> MacAddr8 { in broadcast() constant
92 pub const fn is_unicast(&self) -> bool { in is_unicast() constant
107 pub const fn is_multicast(&self) -> bool { in is_multicast() constant
122 pub const fn is_universal(&self) -> bool { in is_universal() constant
137 pub const fn is_local(&self) -> bool { in is_local() constant
165 pub const fn into_array(self) -> [u8; 8] { in into_array() constant
Daddr6.rs21 pub const fn new(a: u8, b: u8, c: u8, d: u8, e: u8, f: u8) -> MacAddr6 { in new() constant
34 pub const fn nil() -> MacAddr6 { in nil() constant
47 pub const fn broadcast() -> MacAddr6 { in broadcast() constant
92 pub const fn is_unicast(&self) -> bool { in is_unicast() constant
107 pub const fn is_multicast(&self) -> bool { in is_multicast() constant
122 pub const fn is_universal(&self) -> bool { in is_universal() constant
137 pub const fn is_local(&self) -> bool { in is_local() constant
165 pub const fn into_array(self) -> [u8; 6] { in into_array() constant
/external/python/cpython2/Demo/pdist/
Drrcs.py47 def checkin(x, copts, fn): argument
61 def checkout(x, copts, fn): argument
67 def lock(x, copts, fn): argument
70 def unlock(x, copts, fn): argument
73 def info(x, copts, fn): argument
81 def head(x, copts, fn): argument
85 def list(x, copts, fn): argument
89 def log(x, copts, fn): argument
97 def diff(x, copts, fn): argument
113 def same(x, copts, fn, data = None): argument
[all …]
/external/rust/crates/uuid/src/adapter/
Dmod.rs73 pub const fn to_hyphenated(self) -> Hyphenated { in to_hyphenated() constant
81 pub const fn to_hyphenated_ref(&self) -> HyphenatedRef<'_> { in to_hyphenated_ref() constant
89 pub const fn to_simple(self) -> Simple { in to_simple() constant
97 pub const fn to_simple_ref(&self) -> SimpleRef<'_> { in to_simple_ref() constant
106 pub const fn to_urn(self) -> Urn { in to_urn() constant
115 pub const fn to_urn_ref(&self) -> UrnRef<'_> { in to_urn_ref() constant
191 pub const fn from_uuid(uuid: Uuid) -> Self { in from_uuid() constant
306 pub const fn from_uuid_ref(uuid: &'a Uuid) -> Self { in from_uuid_ref() constant
428 pub const fn from_uuid(uuid: Uuid) -> Self { in from_uuid() constant
541 pub const fn from_uuid_ref(uuid: &'a Uuid) -> Self { in from_uuid_ref() constant
[all …]
/external/rust/crates/flate2/src/
Dlib.rs195 pub const fn new(level: u32) -> Compression { in new() constant
201 pub const fn none() -> Compression { in none() constant
206 pub const fn fast() -> Compression { in fast() constant
211 pub const fn best() -> Compression { in best() constant
/external/tensorflow/tensorflow/python/distribute/
Dmulti_process_runner_test.py146 def fn(): function
172 def fn(): function
199 def fn(): function
252 def fn(): function
303 def fn(): function
398 def fn(counter): function
416 def fn(): function
436 def fn(): function
454 def fn(): function
473 def fn(counter): function
[all …]
/external/rust/crates/mio/src/
Dinterest.rs69 pub const fn add(self, other: Interest) -> Interest { in add() constant
98 pub const fn is_readable(self) -> bool { in is_readable() constant
103 pub const fn is_writable(self) -> bool { in is_writable() constant
108 pub const fn is_aio(self) -> bool { in is_aio() constant
113 pub const fn is_lio(self) -> bool { in is_lio() constant
/external/rust/crates/uuid/src/
Dtest_util.rs14 pub const fn new() -> Uuid { in new() constant
21 pub const fn new2() -> Uuid { in new2() constant
Dv1.rs45 pub const fn from_rfc4122(ticks: u64, counter: u16) -> Self { in from_rfc4122() constant
92 pub const fn to_rfc4122(&self) -> (u64, u16) { in to_rfc4122() constant
102 pub const fn to_unix(&self) -> (u64, u32) { in to_unix() constant
116 pub const fn to_unix_nanos(&self) -> u64 { in to_unix_nanos() constant
266 pub const fn new(count: u16) -> Self { in new() constant
/external/rust/crates/uuid/src/builder/
Dmod.rs43 pub const fn nil() -> Self { in nil() constant
162 pub const fn from_u128(v: u128) -> Self { in from_u128() constant
184 pub const fn from_u128_le(v: u128) -> Self { in from_u128_le() constant
255 pub const fn from_bytes(bytes: Bytes) -> Uuid { in from_bytes() constant
311 pub const fn from_bytes(b: Bytes) -> Self { in from_bytes() constant
427 pub const fn nil() -> Self { in nil() constant
Derror.rs15 const fn expected(&self) -> usize { in expected() constant
21 const fn found(&self) -> usize { in found() constant
29 pub(crate) const fn new(expected: usize, found: usize) -> Self { in new() constant
/external/rust/cxx/tests/ui/
Dconst_fn.rs4 const fn f(); in f() constant
8 const fn f() {} in f() constant
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dmap_defun_op_test.py82 def fn(x): function
96 def fn(x): function
109 def fn(x): function
123 def fn(x): function
135 def fn(x): function
149 def fn(x, y): function
166 def fn(x): function
283 def fn(x): function
296 def fn(x): function
322 def fn(x): function
[all …]
/external/rust/crates/tokio/src/io/driver/
Dinterest.rs40 pub const fn is_readable(self) -> bool { in is_readable() constant
57 pub const fn is_writable(self) -> bool { in is_writable() constant
74 pub const fn add(self, other: Interest) -> Interest { in add() constant
79 pub(crate) const fn to_mio(self) -> mio::Interest { in to_mio() constant
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
DJcopOsDownload.cpp74 static const char fn [] = "JcopOsDwnld::getJcopOsFileInfo"; in getJcopOsFileInfo() local
100 static const char fn [] = "JcopOsDwnld::initialize"; in initialize() local
155 static const char fn [] = "JcopOsDwnld::finalize"; in finalize() local
187 static const char fn [] = "JcopOsDwnld::JcopOs_Download"; in JcopOs_Download() local
223 static const char fn[] = "JcopOsDwnld::JcopOs_update_seq_handler"; in JcopOs_update_seq_handler() local
266 static const char fn [] = "JcopOsDwnld::TriggerApdu"; in TriggerApdu() local
329 static const char fn [] = "JcopOsDwnld::GetInfo"; in GetInfo() local
425 static const char fn [] = "JcopOsDwnld::load_JcopOS_image"; in load_JcopOS_image() local
572 static const char fn [] = "JcopOsDwnld::GetJcopOsState"; in GetJcopOsState() local
644 static const char fn [] = "JcopOsDwnld::SetJcopOsState"; in SetJcopOsState() local
DAlaLib.cpp36 static const char fn[] = "ALA_Init"; in ALA_Init() local
98 static const char fn[] = "ALA_Start"; in ALA_Start() local
130 static const char fn[] = "ALA_DeInit"; in ALA_DeInit() local
219 static const char fn[] = "ALA_GetCertificateKey"; in ALA_GetCertificateKey() local
246 static const char fn[] = "ALA_lsGetVersion"; in ALA_lsGetVersion() local
272 static const char fn[] = "ALA_lsGetStatus"; in ALA_lsGetStatus() local
298 static const char fn[] = "ALA_lsGetStatus"; in ALA_lsGetAppletStatus() local
/external/tensorflow/tensorflow/python/kernel_tests/
Dcritical_section_test.py50 def fn(a, b): function
78 def fn(a, b): function
115 def fn(i): function
179 def fn(x): function
239 fn = lambda: j + 1 function
265 fn = lambda: j + 1 function
291 fn = lambda x: x + 1 function
320 def fn(x): function
382 def fn(): function
Dreduce_benchmark_test.py58 def fn(): function
67 def fn(): function
83 def fn(): function
100 def fn(): function
/external/rust/crates/tokio/src/util/
Dbit.rs11 pub(crate) const fn least_significant(width: u32) -> Pack { in least_significant() constant
18 pub(crate) const fn then(&self, width: u32) -> Pack { in then() constant
26 pub(crate) const fn width(&self) -> u32 { in width() constant
31 pub(crate) const fn max_value(&self) -> usize { in max_value() constant
64 pub(crate) const fn pointer_width() -> u32 { in pointer_width() constant
69 pub(crate) const fn mask_for(n: u32) -> usize { in mask_for() constant
75 pub(crate) const fn unpack(src: usize, mask: usize, shift: u32) -> usize { in unpack() constant
/external/tensorflow/tensorflow/python/grappler/
Ddatasets_test.py136 def _testTransformation(self, fn): argument
164 def fn(dataset, tensor, shape): function
172 def fn(dataset, tensor, shape): function
180 def fn(dataset, tensor, shape): function
188 def fn(dataset, tensor, shape): function
196 def fn(dataset, tensor, shape): function
204 def fn(dataset, tensor, shape): function
212 def fn(dataset, tensor, shape): function
220 def fn(dataset, tensor, shape): function
228 def fn(dataset, tensor, shape): function
/external/python/cpython2/Doc/tools/
Drstlint.py66 def check_syntax(fn, lines): argument
80 def check_suspicious_constructs(fn, lines): argument
95 def check_whitespace(fn, lines): argument
107 def check_line_length(fn, lines): argument
121 def check_leaked_markup(fn, lines): argument
/external/python/cpython3/Doc/tools/
Drstlint.py67 def check_syntax(fn, lines): argument
81 def check_suspicious_constructs(fn, lines): argument
96 def check_whitespace(fn, lines): argument
108 def check_line_length(fn, lines): argument
122 def check_leaked_markup(fn, lines): argument
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dmemory_cleanup_test.py128 def fn(_): function
140 def fn(_): function
152 def fn(x): function
164 def fn(): function
178 def fn(x): function
193 def fn(x): function
208 def fn(x): function

12345678910>>...54