Home
last modified time | relevance | path

Searched defs:UNAVAILABLE (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/clang/test/ARCMT/
Dobjcmt-property-availability.m19 #define UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode"… macro
43 - (MKMapItem *)normal UNAVAILABLE; method
/external/clang/test/ARCMT/
Dobjcmt-property-availability.m19 #define UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode"… macro
43 - (MKMapItem *)normal UNAVAILABLE; method
/external/llvm-project/clang/test/SemaObjC/
Dclass-unavail-warning.m71 #define UNAVAILABLE __attribute__((unavailable("not available"))) macro
118 typedef int unavailable_int UNAVAILABLE; // expected-note {{'unavailable_int' has been explicitly m… typedef
Dattr-availability.m215 #define UNAVAILABLE __attribute__((unavailable("not available"))) macro
/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DStatus.java192 UNAVAILABLE(14), enumConstant
369 public static final Status UNAVAILABLE = CanonicalCode.UNAVAILABLE.toStatus(); field in Status
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dstatus_code_enum.h131 UNAVAILABLE = 14, enumerator
/external/tensorflow/tensorflow/core/protobuf/
Derror_codes.proto137 UNAVAILABLE = 14; enumerator
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dstatus_code_enum.h132 UNAVAILABLE = 14, enumerator
/external/pigweed/pw_status/py/pw_status/
D__init__.py35 UNAVAILABLE = 14 variable in Status
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dstatus_code_enum.h132 UNAVAILABLE = 14, enumerator
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DMojoResult.java25 public static final int UNAVAILABLE = 14; field in MojoResult
/external/swiftshader/src/Vulkan/
DVkQueryPool.hpp36 UNAVAILABLE, enumerator
/external/libtextclassifier/native/utils/base/
Dstatus.h44 UNAVAILABLE = 14, enumerator
/external/icing/icing/text_classifier/lib3/utils/base/
Dstatus.h42 UNAVAILABLE = 14, enumerator
/external/protobuf/src/google/protobuf/stubs/
Dstatus.h62 UNAVAILABLE = 14, enumerator
/external/clang/test/SemaObjC/
Dclass-unavail-warning.m71 #define UNAVAILABLE __attribute__((unavailable("not available"))) macro
Dattr-availability.m199 #define UNAVAILABLE __attribute__((unavailable("not available"))) macro
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DStatus.java188 UNAVAILABLE(14), enumConstant
290 public static final Status UNAVAILABLE = Code.UNAVAILABLE.toStatus(); field in Status
/external/apache-http/src/org/apache/http/util/
DVersionInfo.java65 public final static String UNAVAILABLE = "UNAVAILABLE"; field in VersionInfo
/external/tensorflow/tensorflow/python/framework/
Derrors_impl.py209 UNAVAILABLE = error_codes_pb2.UNAVAILABLE variable
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/
DCrossProfileSender.java247 private static final int UNAVAILABLE = 1; field in CrossProfileSender
/external/grpc-grpc/src/python/grpcio/grpc/
D__init__.py232 UNAVAILABLE = (_cygrpc.StatusCode.unavailable, 'unavailable') variable in StatusCode