Home
last modified time | relevance | path

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

1234

/external/vixl/src/
Dcpu-features.h270 CPUFeatures(T first, U... others) : features_{} { in CPUFeatures()
311 void Combine(T first, U... others) { in Combine()
325 void Remove(T first, U... others) { in Remove()
333 CPUFeatures With(T... others) const { in With()
340 CPUFeatures Without(T... others) const { in Without()
355 bool Has(T first, U... others) const { in Has()
/external/tensorflow/tensorflow/lite/tools/
Dtool_params_test.cc30 ToolParams others; in TEST() local
49 ToolParams others; in TEST() local
64 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-unittest/src/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/llvm-project/mlir/lib/Parser/
DToken.h43 bool isAny(Kind k1, Kind k2, Kind k3, T... others) const { in isAny()
53 bool isNot(Kind k1, Kind k2, T... others) const { in isNot()
/external/llvm-project/libc/test/src/fenv/
Denabled_exceptions_test.cpp39 int others = FE_ALL_EXCEPT & ~e; in TEST() local
/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/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/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()
/external/toybox/toys/posix/
Dgetconf.c170 struct config others[] = { variable
/external/autotest/frontend/client/src/autotest/moblab/
DCredentialsUploadView.java44 + "such as Google Storage, Cloud PubSub or others.")); in uploadMap.put()

1234