Home
last modified time | relevance | path

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

1234

/external/vixl/src/
Dcpu-features.h283 CPUFeatures(T first, U... others) : features_{} { in CPUFeatures()
324 void Combine(T first, U... others) { in Combine()
338 void Remove(T first, U... others) { in Remove()
346 CPUFeatures With(T... others) const { in With()
353 CPUFeatures Without(T... others) const { in Without()
368 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.java61 abstract List<ValueType> others(); in others() method in CustomFieldSerializerTest.ValueType
68 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.java82 StringBuilder others = new StringBuilder(); in showArgs() local
143 private final TestRelation<T, U>[] others; field in TestFmwkPlus.And
146 public And(TestRelation<T, U>... others) { in And()
168 private final TestRelation<T, U>[] others; field in TestFmwkPlus.Or
171 public Or(TestRelation<T, U>... others) { in Or()
/external/python/cpython2/Lib/plat-mac/
Dbuildtools.py70 rsrcname=None, others=[], raw=0, progress="default", destroot=""): argument
148 copy_codefragment, raw=0, others=[], filename=None, destroot=""): argument
283 raw=0, others=[], filename=None, destroot=""): argument
/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/gson/metrics/src/main/java/com/google/gson/metrics/
DNonUploadingCaliperRunner.java6 private static String[] concat(String first, String... others) { in concat()
/external/python/cpython3/Mac/PythonLauncher/
DPreferencesWindowController.h18 IBOutlet NSTextField *others; variable
DFileSettings.h36 NSString *others; // other options variable
DMyDocument.h24 IBOutlet NSTextField *others; variable
DPreferencesWindowController.m84 - (NSString *) others { return [others stringValue];}; method
DMyDocument.m160 - (NSString *) others { return [others stringValue];}; method
DFileSettings.m303 - (NSString *) others { return others;}; method
/external/python/cpython2/Mac/PythonLauncher/
DPreferencesWindowController.h18 IBOutlet NSTextField *others; variable
DFileSettings.h36 NSString *others; // other options variable
DMyDocument.h24 IBOutlet NSTextField *others; variable
DPreferencesWindowController.m84 - (NSString *) others { return [others stringValue];}; method
DMyDocument.m160 - (NSString *) others { return [others stringValue];}; method
DFileSettings.m303 - (NSString *) others { return others;}; method
/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/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()

1234