/external/clang/test/ARCMT/ |
D | objcmt-property-availability.m | 19 #define UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode"… macro 35 - (void)setComp:(MKMapItem *)source UNAVAILABLE; 37 - (MKMapItem *)tally UNAVAILABLE NS_AVAILABLE(10_9, 6_0); 38 - (void)setTally:(MKMapItem *)source UNAVAILABLE NS_AVAILABLE(10_9, 6_0); 41 - (void)setItally:(MKMapItem *)source UNAVAILABLE NS_AVAILABLE(10_9, 6_0); 43 - (MKMapItem *)normal UNAVAILABLE; method 44 - (void)setNormal:(MKMapItem *)source UNAVAILABLE NS_AVAILABLE(10_9, 6_0);
|
D | objcmt-property-availability.m.result | 19 #define UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode"… 33 - (void)setComp:(MKMapItem *)source UNAVAILABLE; 35 @property (nonatomic, strong) MKMapItem *tally UNAVAILABLE NS_AVAILABLE(10_9, 6_0); 38 - (void)setItally:(MKMapItem *)source UNAVAILABLE NS_AVAILABLE(10_9, 6_0); 40 - (MKMapItem *)normal UNAVAILABLE; 41 - (void)setNormal:(MKMapItem *)source UNAVAILABLE NS_AVAILABLE(10_9, 6_0);
|
/external/apache-http/src/org/apache/http/util/ |
D | VersionInfo.java | 65 public final static String UNAVAILABLE = "UNAVAILABLE"; field in VersionInfo 109 infoModule = (module != null) ? module : UNAVAILABLE; in VersionInfo() 110 infoRelease = (release != null) ? release : UNAVAILABLE; in VersionInfo() 111 infoTimestamp = (time != null) ? time : UNAVAILABLE; in VersionInfo() 112 infoClassloader = (clsldr != null) ? clsldr : UNAVAILABLE; in VersionInfo() 185 if (!UNAVAILABLE.equals(infoRelease)) in toString() 187 if (!UNAVAILABLE.equals(infoTimestamp)) in toString() 192 if (!UNAVAILABLE.equals(infoClassloader)) in toString()
|
/external/clang/test/SemaObjC/ |
D | class-unavail-warning.m | 71 #define UNAVAILABLE __attribute__((unavailable("not available"))) macro 73 UNAVAILABLE 77 UNAVAILABLE 90 UNAVAILABLE 93 UNAVAILABLE 96 UNAVAILABLE
|
D | attr-availability.m | 199 #define UNAVAILABLE __attribute__((unavailable("not available"))) macro 203 …MyEnum_Blah UNAVAILABLE, // expected-note {{'MyEnum_Blah' has been explicitly marked unavailable h… 204 } UNAVAILABLE;
|
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/ |
D | MojoResult.java | 25 public static final int UNAVAILABLE = 14; field in MojoResult 69 case UNAVAILABLE: in describe()
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | error_codes.proto | 80 // between FAILED_PRECONDITION, ABORTED, and UNAVAILABLE: 81 // (a) Use UNAVAILABLE if the client can retry just the failing call. 99 // ABORTED, and UNAVAILABLE. 132 // ABORTED, and UNAVAILABLE. 133 UNAVAILABLE = 14; enumerator
|
D | errors.h | 76 DECLARE_ERROR(Unavailable, UNAVAILABLE)
|
D | status.cc | 96 case tensorflow::error::UNAVAILABLE: in ToString()
|
/external/tensorflow/tensorflow/python/framework/ |
D | errors_impl.py | 172 UNAVAILABLE = error_codes_pb2.UNAVAILABLE variable 438 UNAVAILABLE) 472 UNAVAILABLE: UnavailableError,
|
D | errors_test.py | 64 (errors.UNAVAILABLE, errors_impl.UnavailableError),
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | curl_http_request_test.cc | 378 EXPECT_EQ(error::UNAVAILABLE, status.code()); in TEST() 397 EXPECT_EQ(error::UNAVAILABLE, status.code()); in TEST() 594 EXPECT_EQ(error::UNAVAILABLE, http_request.Send().code()); in TEST() 629 EXPECT_EQ(error::UNAVAILABLE, status.code()); in TEST()
|
D | retrying_utils.cc | 33 case error::UNAVAILABLE: in IsRetriable()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | status.h | 60 UNAVAILABLE = 14, enumerator
|
D | status.cc | 73 case UNAVAILABLE: in CodeEnumToString()
|
/external/tensorflow/tensorflow/c/ |
D | tf_status_helper.cc | 71 case tensorflow::error::UNAVAILABLE: in Set_TF_Status_from_Status()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_util.h | 54 return Status(tensorflow::error::UNAVAILABLE, s.error_message()); in FromGrpcStatus()
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 138 code = error::UNAVAILABLE; in ErrnoToCode()
|
/external/tensorflow/tensorflow/core/kernels/batching_util/ |
D | shared_batch_scheduler_test.cc | 458 EXPECT_EQ(error::UNAVAILABLE, status.code()); in TEST() 512 EXPECT_EQ(error::UNAVAILABLE, queue_0_status.code()); in TEST() 570 EXPECT_EQ(error::UNAVAILABLE, ScheduleTask(10, queue.get()).code()); in TEST()
|
/external/autotest/client/cros/cellular/ |
D | cellular.py | 150 UeLteDataStatus.UNAVAILABLE: UeGenericDataStatus.NONE
|
D | base_station_pxt.py | 381 'UNAV': cellular.UeLteDataStatus.UNAVAILABLE,
|
/external/tensorflow/tensorflow/tools/api/golden/ |
D | tensorflow.errors.pbtxt | 112 name: "UNAVAILABLE"
|
/external/tensorflow/tensorflow/core/platform/ |
D | device_tracer_test.cc | 142 ExpectFailure(status, tensorflow::error::UNAVAILABLE); in TEST_F()
|
/external/tensorflow/tensorflow/core/lib/db/ |
D | sqlite.cc | 60 return error::UNAVAILABLE; in GetTfErrorCode()
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | DefaultHttpClient.java | 163 vi.getRelease() : VersionInfo.UNAVAILABLE; in createHttpParams()
|