Home
last modified time | relevance | path

Searched refs:others (Results 1 – 25 of 7723) sorted by relevance

12345678910>>...309

/external/tensorflow/tensorflow/lite/tools/
Dtool_params_test.cc30 ToolParams others; in TEST() local
31 others.AddParam("some-int1", ToolParam::Create<int>(19, 5)); in TEST()
32 others.AddParam("some-bool", ToolParam::Create<bool>(true, 1)); in TEST()
34 params.Set(others); in TEST()
51 ToolParams others; in TEST() local
52 others.AddParam("some-int1", ToolParam::Create<int>(19, 5)); in TEST()
53 others.AddParam("some-bool", ToolParam::Create<bool>(true /*, position=0*/)); in TEST()
55 params.Merge(others, true /* overwrite */); in TEST()
67 ToolParams others; in TEST() local
68 others.AddParam("some-int1", ToolParam::Create<int>(19, 5)); in TEST()
[all …]
/external/rust/crates/vulkano/src/descriptor_set/
Dcollection.rs45 ($first:ident $(, $others:ident)+) => (
46 unsafe impl<$first$(, $others)+> DescriptorSetsCollection for ($first, $($others),+)
48 $(, $others: Into<DescriptorSetWithOffsets>)*
54 let ($first, $($others,)*) = self;
59 list.push($others.into());
65 impl_collection!($($others),+);
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestFmwkPlus.java82 StringBuilder others = new StringBuilder(); in showArgs() local
84 if (others.length() != 0) { in showArgs()
85 others.append(", "); in showArgs()
87 others.append(relation.showOther(arg)); in showArgs()
92 + relation + " " + others; in showArgs()
143 private final TestRelation<T, U>[] others; field in TestFmwkPlus.And
146 public And(TestRelation<T, U>... others) { in And() argument
147 this.others = others; in And()
153 for (TestRelation<T, U> other : others) { in isTrue()
163 return Joiner.on(" and ").join(others); in toString()
[all …]
/external/tcpdump/tests/
Disakmp4.out9 …9 00:00:00.000000 IP 192.1.2.254.4500 > 192.1.2.23.4500: NONESP-encap: isakmp: phase 2/others I o…
10 …10 00:00:00.000000 IP 192.1.2.23.4500 > 192.1.2.254.4500: NONESP-encap: isakmp: phase 2/others R …
11 …11 00:00:00.000000 IP 192.1.2.254.4500 > 192.1.2.23.4500: NONESP-encap: isakmp: phase 2/others I …
15 …15 00:00:00.000000 IP 192.1.2.23.4500 > 192.1.2.254.4500: NONESP-encap: isakmp: phase 2/others R …
16 …16 00:00:00.000000 IP 192.1.2.254.4500 > 192.1.2.23.4500: NONESP-encap: isakmp: phase 2/others I …
20 …20 00:00:00.000000 IP 192.1.2.23.4500 > 192.1.2.254.4500: NONESP-encap: isakmp: phase 2/others R …
21 …21 00:00:00.000000 IP 192.1.2.254.4500 > 192.1.2.23.4500: NONESP-encap: isakmp: phase 2/others I …
30 …30 00:00:00.000000 IP 192.1.2.23.4500 > 192.1.2.254.4500: NONESP-encap: isakmp: phase 2/others R …
35 …35 00:00:00.000000 IP 192.1.2.23.4500 > 192.1.2.254.4500: NONESP-encap: isakmp: phase 2/others R …
/external/vixl/src/
Dcpu-features.h283 CPUFeatures(T first, U... others) : features_{} { in CPUFeatures() argument
284 Combine(first, others...);
324 void Combine(T first, U... others) { in Combine() argument
326 Combine(others...); in Combine()
338 void Remove(T first, U... others) { in Remove() argument
340 Remove(others...); in Remove()
346 CPUFeatures With(T... others) const { in With() argument
348 f.Combine(others...); in With()
353 CPUFeatures Without(T... others) const { in Without() argument
355 f.Remove(others...); in Without()
[all …]
/external/gson/metrics/src/main/java/com/google/gson/metrics/
DNonUploadingCaliperRunner.java6 private static String[] concat(String first, String... others) { in concat() argument
7 if (others.length == 0) { in concat()
10 String[] result = new String[others.length + 1]; in concat()
12 System.arraycopy(others, 0, result, 1, others.length); in concat()
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
DUtilsTest.java91 assertEquals("true", socketOptions.others.get("TCP_NODELAY")); in getSocketOptions()
92 assertEquals("true", socketOptions.others.get("SO_REUSEADDR")); in getSocketOptions()
93 assertEquals("4000", socketOptions.others.get("SO_RECVBUF")); in getSocketOptions()
94 assertEquals("5000", socketOptions.others.get("SO_SNDBUF")); in getSocketOptions()
95 assertEquals("true", socketOptions.others.get("SO_KEEPALIVE")); in getSocketOptions()
96 assertEquals("true", socketOptions.others.get("SO_OOBINLINE")); in getSocketOptions()
97 assertEquals("8", socketOptions.others.get("IP_TOS")); in getSocketOptions()
/external/python/cpython3/Mac/PythonLauncher/
DFileSettings.m79 others = [source->others retain];
189 others = [[source others] retain];
205 others, @"others",
234 value = [dict objectForKey: @"others"];
235 if (value) others = [value retain];
286 others,
303 - (NSString *) others { return others;}; method
DPreferencesWindowController.m39 [others setStringValue: [settings others]];
84 - (NSString *) others { return [others stringValue];}; method
/external/python/cpython2/Mac/PythonLauncher/
DFileSettings.m79 others = [source->others retain];
189 others = [[source others] retain];
205 others, @"others",
234 value = [dict objectForKey: @"others"];
235 if (value) others = [value retain];
286 others,
303 - (NSString *) others { return others;}; method
DPreferencesWindowController.m39 [others setStringValue: [settings others]];
84 - (NSString *) others { return [others stringValue];}; method
/external/oauth/core/src/main/java/net/oauth/client/
DOAuthClient.java290 List<Map.Entry<String, String>> others = request.getParameters(); in invoke() local
291 if (others != null && !others.isEmpty()) { in invoke()
292 others = new ArrayList<Map.Entry<String, String>>(others); in invoke()
293 for (Iterator<Map.Entry<String, String>> p = others.iterator(); p in invoke()
301 byte[] form = OAuth.formEncode(others).getBytes( in invoke()
309 url = OAuth.addParameters(url, others); in invoke()
/external/autotest/client/profilers/oprofile/
Doprofile.py74 if self.others:
75 setup += ' ' + self.others
105 def initialize(self, vmlinux=None, events=[], others=None, local=None): argument
116 self.others = others
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/gwt/
DGwtValueType.java40 abstract List<GwtValueType> others(); in others() method in GwtValueType
47 String string, int integer, @Nullable GwtValueType other, List<GwtValueType> others) { in create() argument
48 return new AutoValue_GwtValueType(string, integer, other, others); in create()
/external/icu/icu4j/perf-tests/data/collation/
Dth18057.txt2 # * © 2021 and later: Unicode, Inc. and others.
7 #* Corporation and others. All Rights Reserved.
18 # Lines starting with '#' are ignored; others are treated as single words
DTestNames_Japanese_h.txt2 # * © 2016 and later: Unicode, Inc. and others.
6 # * others. All Rights Reserved. *
DTestNames_Japanese.txt2 # * © 2016 and later: Unicode, Inc. and others.
6 # * others. All Rights Reserved. *
/external/llvm/test/Object/
Dsize-trivial-macho.test30 B: __TEXT __DATA __OBJC others dec hex
42 AR: __TEXT __DATA __OBJC others dec hex
77 u: __TEXT __DATA __OBJC others dec hex
81 u-i386: __TEXT __DATA __OBJC others dec hex
84 uAR: __TEXT __DATA __OBJC others dec hex
88 uAR-x86_64: __TEXT __DATA __OBJC others dec hex
/external/icu/icu4c/source/samples/layout/
DLayoutSample.rc3 // Copyright (C) 2016 and later: Unicode, Inc. and others.
15 * Copyright (C) 2016 and later: Unicode, Inc. and others.
22 * Corporation and others. All Rights Reserved.
93 "* Corporation and others. All Rights Reserved.\r\n"
/external/cronet/third_party/icu/source/samples/layout/
DLayoutSample.rc3 // Copyright (C) 2016 and later: Unicode, Inc. and others.
15 * Copyright (C) 2016 and later: Unicode, Inc. and others.
22 * Corporation and others. All Rights Reserved.
93 "* Corporation and others. All Rights Reserved.\r\n"
/external/tensorflow/tensorflow/core/function/trace_type/
Ddefault_types.py160 self, others: Sequence[trace.TraceType]) -> Optional["Tuple"]:
164 len(self.components) == len(other.components) for other in others):
170 [other.components[i] for other in others])
226 self, others: Sequence[trace.TraceType]) -> Optional["Tuple"]:
228 if not all(isinstance(other, List) for other in others):
232 [other.components_tuple for other in others])
301 self, others: Sequence[trace.TraceType]) -> Optional["NamedTuple"]:
305 self.attribute_names == other.attribute_names for other in others):
309 [other.attributes for other in others])
394 self, others: Sequence[trace.TraceType]) -> Optional["Attrs"]:
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
Driwords.txt2 # © 2016 and later: Unicode, Inc. and others. *
6 #* others. All Rights Reserved. *
11 # Lines starting with '#' are ignored; others are treated as single words
21 # Copyright (c) 2003 National Electronics and Computer Technology Center and others
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Driwords.txt2 # © 2016 and later: Unicode, Inc. and others. *
6 #* others. All Rights Reserved. *
11 # Lines starting with '#' are ignored; others are treated as single words
21 # Copyright (c) 2003 National Electronics and Computer Technology Center and others
/external/python/cpython3/Lib/test/
Dtest_unicode_file_functions.py128 others = set()
130 others |= set(normalize(nf, file) for file in files)
131 others -= files
132 for name in others:
/external/antlr/runtime/JavaScript/tests/functional/
Dt058rewriteAST54.g5 a : first=ID others+=ID* -> $first VAR $others+ ;

12345678910>>...309