Home
last modified time | relevance | path

Searched refs:characteristics (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/external/llvm-project/flang/lib/Semantics/
Dcheck-call.cpp23 namespace characteristics = Fortran::evaluate::characteristics;
76 const characteristics::TypeAndShape &dummyType, in PadShortCharacterActual()
77 characteristics::TypeAndShape &actualType, in PadShortCharacterActual()
106 const characteristics::TypeAndShape &dummyType, in ConvertIntegerActual()
107 characteristics::TypeAndShape &actualType, in ConvertIntegerActual()
139 static void CheckExplicitDataArg(const characteristics::DummyDataObject &dummy, in CheckExplicitDataArg()
141 characteristics::TypeAndShape &actualType, bool isElemental, in CheckExplicitDataArg()
153 characteristics::TypeAndShape::Attr::AssumedRank)) { in CheckExplicitDataArg()
155 characteristics::TypeAndShape::Attr::AssumedShape) && in CheckExplicitDataArg()
177 characteristics::TypeAndShape::Attr::AssumedSize)}; in CheckExplicitDataArg()
[all …]
Dcheck-call.h20 namespace Fortran::evaluate::characteristics {
34 void CheckArguments(const evaluate::characteristics::Procedure &,
42 const evaluate::characteristics::Procedure &, evaluate::ActualArguments &,
47 bool CheckInterfaceForGeneric(const evaluate::characteristics::Procedure &,
Dpointer-assignment.h17 namespace Fortran::evaluate::characteristics {
37 const evaluate::characteristics::DummyDataObject &, const SomeExpr &rhs);
Dpointer-assignment.cpp33 using evaluate::characteristics::DummyDataObject;
34 using evaluate::characteristics::FunctionResult;
35 using evaluate::characteristics::Procedure;
36 using evaluate::characteristics::TypeAndShape;
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowCameraManagerTest.java30 private final CameraCharacteristics characteristics = field in ShadowCameraManagerTest
36 shadowOf(cameraManager).addCamera(null, characteristics); in testAddCameraNullCameraId()
55 shadowOf(cameraManager).addCamera(CAMERA_ID_0, characteristics); in testAddCameraExistingId()
58 shadowOf(cameraManager).addCamera(CAMERA_ID_0, characteristics); in testAddCameraExistingId()
72 shadowOf(cameraManager).addCamera(CAMERA_ID_0, characteristics); in testGetCameraIdListSingleCamera()
79 shadowOf(cameraManager).addCamera(CAMERA_ID_0, characteristics); in testGetCameraIdListInOrderOfAdd()
80 shadowOf(cameraManager).addCamera(CAMERA_ID_1, characteristics); in testGetCameraIdListInOrderOfAdd()
108 shadowOf(cameraManager).addCamera(CAMERA_ID_0, characteristics); in testGetCameraCharacteristicsRecognizedCameraId()
110 … assertThat(cameraManager.getCameraCharacteristics(CAMERA_ID_0)).isSameInstanceAs(characteristics); in testGetCameraCharacteristicsRecognizedCameraId()
/external/guava/guava/src/com/google/common/collect/
DCollectSpliterators.java82 public int characteristics() { in indexed() method in CollectSpliterators.WithCharacteristics
135 public int characteristics() { in map() method in CollectSpliterators
136 return fromSpliterator.characteristics() in map()
186 public int characteristics() {
187 return fromSpliterator.characteristics()
309 int characteristics;
317 int characteristics,
323 this.characteristics = characteristics;
371 int splitCharacteristics = characteristics & ~Spliterator.SIZED;
376 this.characteristics = splitCharacteristics;
[all …]
DStreams.java160 int characteristics = Spliterator.ORDERED | Spliterator.SIZED | Spliterator.NONNULL; in concat() local
168 characteristics &= splitr.characteristics(); in concat()
175 characteristics, in concat()
192 int characteristics = Spliterator.ORDERED | Spliterator.SIZED | Spliterator.NONNULL; in concat() local
200 characteristics &= splitr.characteristics(); in concat()
207 characteristics, in concat()
224 int characteristics = Spliterator.ORDERED | Spliterator.SIZED | Spliterator.NONNULL; in concat() local
232 characteristics &= splitr.characteristics(); in concat()
239 characteristics, in concat()
256 int characteristics = Spliterator.ORDERED | Spliterator.SIZED | Spliterator.NONNULL; in concat() local
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCameraManager.java33 CameraCharacteristics characteristics = cameraIdToCharacteristics.get(cameraId); in getCameraCharacteristics() local
34 Preconditions.checkArgument(characteristics != null); in getCameraCharacteristics()
35 return characteristics; in getCameraCharacteristics()
45 public void addCamera(@NonNull String cameraId, @NonNull CameraCharacteristics characteristics) { in addCamera() argument
47 Preconditions.checkNotNull(characteristics); in addCamera()
50 cameraIdToCharacteristics.put(cameraId, characteristics); in addCamera()
/external/llvm-project/flang/lib/Evaluate/
Dcall.cpp67 IntrinsicProcedure n, characteristics::Procedure &&chars) in SpecificIntrinsic()
68 : name{n}, characteristics{ in SpecificIntrinsic()
69 new characteristics::Procedure{std::move(chars)}} {}
76 return name == that.name && characteristics == that.characteristics; in operator ==()
88 if (const auto &result{intrinsic->characteristics.value().functionResult}) { in GetType()
105 if (const auto &result{intrinsic->characteristics.value().functionResult}) { in Rank()
108 characteristics::TypeAndShape::Attr::AssumedRank)); in Rank()
133 return intrinsic->characteristics.value().attrs.test( in IsElemental()
134 characteristics::Procedure::Attr::Elemental); in IsElemental()
Dintrinsics.cpp1551 characteristics::DummyArguments dummyArgs; in Match()
1558 auto dc{characteristics::DummyArgument::FromActual( in Match()
1568 characteristics::DummyDataObject{DynamicType::AssumedType()}); in Match()
1577 characteristics::TypeAndShape typeAndShape{ in Match()
1580 characteristics::DummyDataObject{std::move(typeAndShape)}); in Match()
1586 characteristics::Procedure::Attrs attrs; in Match()
1588 attrs.set(characteristics::Procedure::Attr::Elemental); in Match()
1593 name, characteristics::Procedure{std::move(dummyArgs), attrs}}, in Match()
1596 attrs.set(characteristics::Procedure::Attr::Pure); in Match()
1597 characteristics::TypeAndShape typeAndShape{resultType.value(), resultRank}; in Match()
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSpliteratorTester.java68 final int characteristics() { in characteristics() method in SpliteratorTester.GeneralSpliterator
69 return spliterator.characteristics(); in characteristics()
84 final boolean hasCharacteristics(int characteristics) { in hasCharacteristics() argument
85 return spliterator.hasCharacteristics(characteristics); in hasCharacteristics()
285 int characteristics = spliterator.characteristics(); in expect() local
293 if ((characteristics & Spliterator.NONNULL) != 0) { in expect()
296 if ((characteristics & Spliterator.SORTED) != 0) { in expect()
303 if ((characteristics & Spliterator.SIZED) != 0) { in expect()
/external/webrtc/sdk/android/api/org/webrtc/
DCamera2Enumerator.java65 CameraCharacteristics characteristics = getCameraCharacteristics(deviceName); in isFrontFacing() local
67 return characteristics != null in isFrontFacing()
68 && characteristics.get(CameraCharacteristics.LENS_FACING) in isFrontFacing()
74 CameraCharacteristics characteristics = getCameraCharacteristics(deviceName); in isBackFacing() local
76 return characteristics != null in isBackFacing()
77 && characteristics.get(CameraCharacteristics.LENS_FACING) in isBackFacing()
117 CameraCharacteristics characteristics = cameraManager.getCameraCharacteristics(id); in isSupported() local
118 if (characteristics.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL) in isSupported()
/external/llvm-project/flang/include/flang/Evaluate/
Dcall.h37 namespace Fortran::evaluate::characteristics {
45 Fortran::evaluate::characteristics::Procedure, true>;
116 bool Matches(const characteristics::DummyArgument &) const;
148 SpecificIntrinsic(IntrinsicProcedure, characteristics::Procedure &&);
156 common::CopyableIndirection<characteristics::Procedure> characteristics; member
Dintrinsics.h48 struct SpecificIntrinsicFunctionInterface : public characteristics::Procedure {
50 characteristics::Procedure &&p, std::string n, bool isRestrictedSpecific) in SpecificIntrinsicFunctionInterface()
51 : characteristics::Procedure{std::move(p)}, genericName{n}, in SpecificIntrinsicFunctionInterface()
/external/autotest/server/cros/bluetooth/
Dbluetooth_gatt_client_utils.py146 self.characteristics = dict()
155 self.characteristics[chrc_obj.uuid] = chrc_obj
188 for chrc_uuid, chrc in self.characteristics.items():
215 uuids_a = set(serv_a.characteristics.keys())
216 uuids_b = set(serv_b.characteristics.keys())
220 chrc_a = serv_a.characteristics.get(uuid, None)
221 chrc_b = serv_b.characteristics.get(uuid, None)
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DCameraActivity.java308 CameraCharacteristics characteristics, int requiredLevel) { in isHardwareLevelSupported() argument
309 int deviceLevel = characteristics.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL); in isHardwareLevelSupported()
321 final CameraCharacteristics characteristics = manager.getCameraCharacteristics(cameraId); in chooseCamera() local
324 final Integer facing = characteristics.get(CameraCharacteristics.LENS_FACING); in chooseCamera()
330 characteristics.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); in chooseCamera()
340 || isHardwareLevelSupported(characteristics, in chooseCamera()
/external/llvm-project/llvm/test/tools/llvm-exegesis/X86/
Danalysis-epsilons.test23 # CHECK-INCONSISTENCIES-FAIL: contains instructions whose performance characteristics do not match …
24 # CHECK-INCONSISTENCIES-FAIL: contains instructions whose performance characteristics do not match …
25 # CHECK-INCONSISTENCIES-FAIL-NOT: contains instructions whose performance characteristics do not ma…
27 # CHECK-INCONSISTENCIES-PASS-NOT: contains instructions whose performance characteristics do not ma…
/external/llvm-project/lld/test/COFF/
Dpdb-publics-import.test102 CHECK-NEXT: characteristics =
108 CHECK-NEXT: characteristics =
114 CHECK-NEXT: characteristics =
119 CHECK-NEXT: characteristics =
125 CHECK-NEXT: characteristics =
131 CHECK-NEXT: characteristics =
137 CHECK-NEXT: characteristics =
143 CHECK-NEXT: characteristics =
/external/llvm-project/lld/COFF/
DWriter.h28 : name(n), characteristics(chars) {} in PartialSection()
30 unsigned characteristics; variable
/external/perfetto/test/cts/
Dend_to_end_integrationtest_cts.cc40 std::string characteristics(chars); in TestMockProducer() local
41 if (characteristics.find("watch") != std::string::npos) { in TestMockProducer()
/external/llvm-project/llvm/docs/AMDGPU/
Dgfx908_rsrc_buf.rst13 Buffer resource constant which defines the address and characteristics of the buffer in memory.
Dgfx10_rsrc_buf.rst13 Buffer resource constant which defines the address and characteristics of the buffer in memory.
Dgfx8_rsrc_buf.rst13 Buffer resource constant which defines the address and characteristics of the buffer in memory.
Dgfx9_rsrc_buf.rst13 Buffer resource constant which defines the address and characteristics of the buffer in memory.
Dgfx7_rsrc_buf.rst13 Buffer resource constant which defines the address and characteristics of the buffer in memory.

12345678910>>...14