/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | FuturesGetChecked.java | 44 static <V, X extends Exception> V getChecked(Future<V> future, Class<X> exceptionClass) throws X { in getChecked() method in FuturesGetChecked 51 static <V, X extends Exception> V getChecked( in getChecked() method in FuturesGetChecked 67 static <V, X extends Exception> V getChecked( in getChecked() method in FuturesGetChecked
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | FuturesGetChecked.java | 44 static <V, X extends Exception> V getChecked(Future<V> future, Class<X> exceptionClass) throws X { in getChecked() method in FuturesGetChecked 51 static <V, X extends Exception> V getChecked( in getChecked() method in FuturesGetChecked 67 static <V, X extends Exception> V getChecked( in getChecked() method in FuturesGetChecked
|
/external/llvm-project/mlir/lib/IR/ |
D | BuiltinTypes.cpp | 31 ComplexType ComplexType::getChecked(Type elementType, Location location) { in getChecked() function in ComplexType 168 OpaqueType OpaqueType::getChecked(Identifier dialect, StringRef typeData, in getChecked() function in OpaqueType 287 VectorType VectorType::getChecked(ArrayRef<int64_t> shape, Type elementType, in getChecked() function in VectorType 341 RankedTensorType RankedTensorType::getChecked(ArrayRef<int64_t> shape, in getChecked() function in RankedTensorType 368 UnrankedTensorType UnrankedTensorType::getChecked(Type elementType, in getChecked() function in UnrankedTensorType 410 MemRefType MemRefType::getChecked(ArrayRef<int64_t> shape, Type elementType, in getChecked() function in MemRefType 486 UnrankedMemRefType UnrankedMemRefType::getChecked(Type elementType, in getChecked() function in UnrankedMemRefType
|
D | MLIRContext.cpp | 787 IntegerType IntegerType::getChecked(unsigned width, Location location) { in getChecked() function in IntegerType 791 IntegerType IntegerType::getChecked(unsigned width, in getChecked() function in IntegerType
|
D | BuiltinAttributes.cpp | 214 FloatAttr FloatAttr::getChecked(Type type, double value, Location loc) { in getChecked() function in FloatAttr 222 FloatAttr FloatAttr::getChecked(Type type, const APFloat &value, Location loc) { in getChecked() function in FloatAttr 385 OpaqueAttr OpaqueAttr::getChecked(Identifier dialect, StringRef attrData, in getChecked() function in OpaqueAttr
|
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
D | LLVMTypes.cpp | 271 LLVMArrayType LLVMArrayType::getChecked(Location loc, LLVMType elementType, in getChecked() function in LLVMArrayType 307 LLVMFunctionType LLVMFunctionType::getChecked(Location loc, LLVMType result, in getChecked() function in LLVMFunctionType 351 LLVMIntegerType LLVMIntegerType::getChecked(Location loc, unsigned bitwidth) { in getChecked() function in LLVMIntegerType 378 LLVMPointerType LLVMPointerType::getChecked(Location loc, LLVMType pointee, in getChecked() function in LLVMPointerType 512 LLVMFixedVectorType LLVMFixedVectorType::getChecked(Location loc, in getChecked() function in LLVMFixedVectorType 530 LLVMScalableVectorType::getChecked(Location loc, LLVMType elementType, in getChecked() function in LLVMScalableVectorType
|
/external/llvm-project/mlir/lib/Dialect/Quant/IR/ |
D | QuantTypes.cpp | 211 AnyQuantizedType AnyQuantizedType::getChecked(unsigned flags, Type storageType, in getChecked() function in AnyQuantizedType 248 UniformQuantizedType::getChecked(unsigned flags, Type storageType, in getChecked() function in UniformQuantizedType 300 UniformQuantizedPerAxisType UniformQuantizedPerAxisType::getChecked( in getChecked() function in UniformQuantizedPerAxisType 363 CalibratedQuantizedType CalibratedQuantizedType::getChecked(Type expressedType, in getChecked() function in CalibratedQuantizedType
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_types.h | 116 static TensorFlowType getChecked(Type type, MLIRContext* context, in getChecked() function 209 static Derived getChecked(ArrayRef<TensorType> subtypes, MLIRContext* context, in getChecked() function
|
/external/autotest/frontend/client/src/autotest/afe/ |
D | CheckBoxPanel.java | 26 public List<ICheckBox> getChecked() { in getChecked() method in CheckBoxPanel
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | StorageUniquerSupport.h | 100 static ConcreteT getChecked(LocationT loc, Args... args) { in getChecked() function
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/ |
D | tfr_types.h | 78 static Derived getChecked(ArrayRef<StringAttr> attrs, Location loc) { in getChecked() function
|
/external/llvm/include/llvm/Support/ |
D | Error.h | 252 bool getChecked() const { in getChecked() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Error.h | 269 bool getChecked() const { in getChecked() function
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | HttpUrl.java | 629 static HttpUrl getChecked(String url) throws MalformedURLException, UnknownHostException { in getChecked() method in HttpUrl
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
D | HttpUrl.java | 635 static HttpUrl getChecked(String url) throws MalformedURLException, UnknownHostException { in getChecked() method in HttpUrl
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Error.h | 291 bool getChecked() const { in getChecked() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Error.h | 288 bool getChecked() const { in getChecked() function
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/ |
D | SPIRVTypes.cpp | 1111 MatrixType MatrixType::getChecked(Type columnType, uint32_t columnCount, in getChecked() function in MatrixType
|