Home
last modified time | relevance | path

Searched defs:others (Results 1 – 25 of 109) sorted by relevance

12345

/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/
DFieldSelector.java61 FieldSelector[] others, in selector()
75 public static String selector(List<? extends FieldSelector> required, FieldSelector... others) { in selector()
85 String containerName, List<? extends FieldSelector> required, FieldSelector... others) { in listSelector()
99 FieldSelector[] others, in listSelector()
115 FieldSelector[] others, in listSelector()
DPolicy.java251 public final Builder addIdentity(Role role, Identity first, Identity... others) { in addIdentity()
292 public final Builder removeIdentity(Role role, Identity first, Identity... others) { in removeIdentity()
/external/vixl/src/
Dcpu-features.h302 CPUFeatures(T first, U... others) : features_{} { in CPUFeatures()
343 void Combine(T first, U... others) { in Combine()
357 void Remove(T first, U... others) { in Remove()
365 CPUFeatures With(T... others) const { in With()
372 CPUFeatures Without(T... others) const { in Without()
387 bool Has(T first, U... others) const { in Has()
/external/tensorflow/tensorflow/lite/tools/
Dtool_params_test.cc30 ToolParams others; in TEST() local
51 ToolParams others; in TEST() local
67 ToolParams others; in TEST() local
/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()
DGwtValueTypeWithBuilder.java40 abstract List<GwtValueTypeWithBuilder<T>> others(); in others() method in GwtValueTypeWithBuilder
60 Builder<T> others(List<GwtValueTypeWithBuilder<T>> x); in others() method
DCustomFieldSerializerTest.java58 abstract List<ValueType> others(); in others() method in CustomFieldSerializerTest.ValueType
65 String string, int integer, @Nullable ValueType other, List<ValueType> others) { in create()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestFmwkPlus.java90 StringBuilder others = new StringBuilder(); in showArgs() local
156 private final TestRelation<T, U>[] others; field in TestFmwkPlus.And
159 public And(TestRelation<T, U>... others) { in And()
181 private final TestRelation<T, U>[] others; field in TestFmwkPlus.Or
184 public Or(TestRelation<T, U>... others) { in Or()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DASN1EncodableVector.java55 public void addAll(ASN1Encodable[] others) in addAll()
75 private void doAddAll(ASN1Encodable[] others, String nullMsg) in doAddAll()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
DASN1EncodableVector.java53 public void addAll(ASN1Encodable[] others) in addAll()
73 private void doAddAll(ASN1Encodable[] others, String nullMsg) in doAddAll()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1EncodableVector.java51 public void addAll(ASN1Encodable[] others) in addAll()
71 private void doAddAll(ASN1Encodable[] others, String nullMsg) in doAddAll()
/external/cronet/stable/third_party/llvm-libc/src/test/src/fenv/
Denabled_exceptions_test.cpp59 int others = ALL_EXCEPTS & ~e; in TEST_F() local
/external/llvm-libc/test/src/fenv/
Denabled_exceptions_test.cpp59 int others = ALL_EXCEPTS & ~e; in TEST_F() local
/external/cronet/tot/third_party/llvm-libc/src/test/src/fenv/
Denabled_exceptions_test.cpp59 int others = ALL_EXCEPTS & ~e; in TEST_F() local
/external/gson/metrics/src/main/java/com/google/gson/metrics/
DNonUploadingCaliperRunner.java6 private static String[] concat(String first, String... others) { in concat()
/external/tensorflow/tensorflow/core/function/polymorphism/
Dfunction_cache_test.py42 def most_specific_common_supertype(self, others): argument
57 def most_specific_common_supertype(self, others): argument
72 def most_specific_common_supertype(self, others): argument
/external/python/cpython3/Mac/PythonLauncher/
DPreferencesWindowController.h18 IBOutlet NSTextField *others; variable
DFileSettings.h36 NSString *others; // other options variable
DMyDocument.h24 IBOutlet NSTextField *others; variable
/external/armnn/src/armnn/
DOptimizer.hpp36 void Append(Optimizer::Optimizations& optimizations, Front&& front, Others&&... others) in Append()
/external/tensorflow/tensorflow/core/function/trace_type/
Ddefault_types_test.py33 def most_specific_common_supertype(self, others): argument
54 def most_specific_common_supertype(self, others): argument
/external/rust/android-crates-io/crates/icu_casemap/tests/
Dgen_greek_to_me.rs141 let mut others = String::new(); in main() localVariable
/external/grpc-grpc/src/core/lib/promise/
Dswitch.h65 auto Switch(D discriminator, promise_detail::Case<D, F> c, Others... others) { in Switch()
/external/autotest/client/profilers/oprofile/
Doprofile.py105 def initialize(self, vmlinux=None, events=[], others=None, local=None): argument
/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DPersistableBundles.java45 PersistableBundle firstBundle, PersistableBundle nextBundle, PersistableBundle... others) { in mergeBundles()

12345