/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | InfoStreamBuilder.cpp | 33 return make_error<RawError>(raw_error_code::unspecified, in build() 36 return make_error<RawError>(raw_error_code::unspecified, in build() 39 return make_error<RawError>(raw_error_code::unspecified, in build() 42 return make_error<RawError>(raw_error_code::unspecified, in build()
|
D | RawError.cpp | 18 case raw_error_code::unspecified: in message() 50 : RawError(raw_error_code::unspecified, Context) {} in RawError() 55 if (Code != raw_error_code::unspecified) in RawError()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | GenericError.cpp | 27 case generic_error_code::unspecified: in message() 49 : GenericError(generic_error_code::unspecified, Context) {} in GenericError() 55 if (Code != generic_error_code::unspecified) in GenericError()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | GenericError.cpp | 27 case generic_error_code::unspecified: in message() 51 : GenericError(generic_error_code::unspecified, Context) {} in GenericError() 56 if (Code != generic_error_code::unspecified) in GenericError()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | CodeViewError.cpp | 27 case cv_error_code::unspecified: in message() 53 : CodeViewError(cv_error_code::unspecified, Context) {} in CodeViewError() 59 if (Code != cv_error_code::unspecified) in CodeViewError()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | CodeViewError.cpp | 27 case cv_error_code::unspecified: in message() 49 : CodeViewError(cv_error_code::unspecified, Context) {} in CodeViewError() 55 if (Code != cv_error_code::unspecified) in CodeViewError()
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIAError.cpp | 28 case dia_error_code::unspecified: in message() 42 : DIAError(dia_error_code::unspecified, Context) {} in DIAError() 47 if (Code != dia_error_code::unspecified) in DIAError()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/ |
D | MSFError.cpp | 27 case msf_error_code::unspecified: in message() 53 : MSFError(msf_error_code::unspecified, Context) {} in MSFError() 58 if (Code != msf_error_code::unspecified) in MSFError()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | RawError.cpp | 18 case raw_error_code::unspecified: in message() 58 : RawError(raw_error_code::unspecified, Context) {} in RawError() 63 if (Code != raw_error_code::unspecified) in RawError()
|
/external/clang/docs/analyzer/ |
D | nullability.rst | 18 Taking a branch on nullable pointers are the same like taking branch on null unspecified pointers. 27 …l treat bar as nullable unspecified, this way all of the warnings will be suppressed. Treating the… 56 - Sending a message to a unspecified or nonnull pointer 58 - This will not happen automatically, since the AST will have null unspecified in this case. 88 …nformation would be attached which is either nullable, nonnull or null unspecified (or contradicte… 90 - When there is an explicit cast from a null unspecified to either nonnull or nullable I will trust… 91 - Unannotated pointers are treated the same way as pointers annotated with nullability unspecified …
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | BinaryStreamError.cpp | 21 : BinaryStreamError(stream_error_code::unspecified, Context) {} in BinaryStreamError() 27 case stream_error_code::unspecified: in BinaryStreamError()
|
/external/libchrome/mojo/public/mojom/base/ |
D | time.mojom | 9 // intentionally unspecified epoch. 19 // intentionally unspecified epoch.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIAError.cpp | 28 case dia_error_code::unspecified: in message() 42 : DIAError(dia_error_code::unspecified, Context) {} in DIAError()
|
/external/python/cpython3/Doc/library/ |
D | nis.rst | 32 unspecified, lookup is in the default NIS domain. 44 unspecified, lookup is in the default NIS domain. 52 unspecified, lookup is in the default NIS domain.
|
/external/python/cpython2/Doc/library/ |
D | nis.rst | 31 unspecified, lookup is in the default NIS domain. 44 unspecified, lookup is in the default NIS domain. 53 unspecified, lookup is in the default NIS domain.
|
D | bsddb.rst | 120 unspecified and should not be relied on. In particular, the order of the list 141 keys in the file is unspecified, except in the case of B-Tree databases. This 148 keys in the file is unspecified, except in the case of B-Tree databases. 154 keys in the file is unspecified, except in the case of B-Tree databases. This 161 in the file is unspecified. This is not supported on hashtable databases (those
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_EnqueueTPUEmbeddingIntegerBatch.pbtxt | 15 TPUEmbeddingConfiguration. Supported values are {'unspecified', 'inference', 16 'training', 'backward_pass_only'}. When set to 'unspecified', the mode set
|
D | api_def_EnqueueTPUEmbeddingSparseBatch.pbtxt | 31 TPUEmbeddingConfiguration. Supported values are {'unspecified', 'inference', 32 'training', 'backward_pass_only'}. When set to 'unspecified', the mode set
|
D | api_def_EnqueueTPUEmbeddingSparseTensorBatch.pbtxt | 31 TPUEmbeddingConfiguration. Supported values are {'unspecified', 'inference', 32 'training', 'backward_pass_only'}. When set to 'unspecified', the mode set
|
/external/cros/system_api/dbus/authpolicy/ |
D | active_directory_info.proto | 34 // kinit exited with unspecified error. 36 // net exited with unspecified error. 38 // smdclient exited with unspecified error. 70 // Klist exited with unspecified error. 87 // Setting computer organizational unit failed with unspecified error. 98 // Kpasswd exited with unspecified error.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | GenericError.h | 23 unspecified, enumerator
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | GenericError.h | 21 unspecified, enumerator
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewError.h | 20 unspecified = 1, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIAError.h | 19 unspecified = 1, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/ |
D | MSFError.h | 20 unspecified = 1, enumerator
|