Home
last modified time | relevance | path

Searched defs:getChecked (Results 1 – 18 of 18) sorted by relevance

/external/guava/android/guava/src/com/google/common/util/concurrent/
DFuturesGetChecked.java44 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/
DFuturesGetChecked.java44 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/
DBuiltinTypes.cpp31 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
DMLIRContext.cpp787 IntegerType IntegerType::getChecked(unsigned width, Location location) { in getChecked() function in IntegerType
791 IntegerType IntegerType::getChecked(unsigned width, in getChecked() function in IntegerType
DBuiltinAttributes.cpp214 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/
DLLVMTypes.cpp271 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/
DQuantTypes.cpp211 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/
Dtf_types.h116 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/
DCheckBoxPanel.java26 public List<ICheckBox> getChecked() { in getChecked() method in CheckBoxPanel
/external/llvm-project/mlir/include/mlir/IR/
DStorageUniquerSupport.h100 static ConcreteT getChecked(LocationT loc, Args... args) { in getChecked() function
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_types.h78 static Derived getChecked(ArrayRef<StringAttr> attrs, Location loc) { in getChecked() function
/external/llvm/include/llvm/Support/
DError.h252 bool getChecked() const { in getChecked() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h269 bool getChecked() const { in getChecked() function
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DHttpUrl.java629 static HttpUrl getChecked(String url) throws MalformedURLException, UnknownHostException { in getChecked() method in HttpUrl
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DHttpUrl.java635 static HttpUrl getChecked(String url) throws MalformedURLException, UnknownHostException { in getChecked() method in HttpUrl
/external/llvm-project/llvm/include/llvm/Support/
DError.h291 bool getChecked() const { in getChecked() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DError.h288 bool getChecked() const { in getChecked() function
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVTypes.cpp1111 MatrixType MatrixType::getChecked(Type columnType, uint32_t columnCount, in getChecked() function in MatrixType