Searched full:syntactically (Results 1 – 25 of 351) sorted by relevance
12345678910>>...15
| /external/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | MessageLite.java | 184 * @throws InvalidProtocolBufferException the bytes read are not syntactically correct 196 * @throws InvalidProtocolBufferException the bytes read are not syntactically correct 211 * @throws InvalidProtocolBufferException the bytes in data are not syntactically correct 222 * @throws InvalidProtocolBufferException the bytes in data are not syntactically correct 234 * @throws InvalidProtocolBufferException the bytes in data are not syntactically correct 245 * @throws InvalidProtocolBufferException the bytes in data are not syntactically correct 256 * @throws InvalidProtocolBufferException the bytes in data are not syntactically correct 268 * @throws InvalidProtocolBufferException the bytes in data are not syntactically correct 286 * @throws InvalidProtocolBufferException the bytes read are not syntactically correct 329 * @throws InvalidProtocolBufferException the bytes read are not syntactically correct [all …]
|
| /external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | MessageLite.java | 184 * @throws InvalidProtocolBufferException the bytes read are not syntactically correct 196 * @throws InvalidProtocolBufferException the bytes read are not syntactically correct 211 * @throws InvalidProtocolBufferException the bytes in data are not syntactically correct 222 * @throws InvalidProtocolBufferException the bytes in data are not syntactically correct 234 * @throws InvalidProtocolBufferException the bytes in data are not syntactically correct 245 * @throws InvalidProtocolBufferException the bytes in data are not syntactically correct 256 * @throws InvalidProtocolBufferException the bytes in data are not syntactically correct 268 * @throws InvalidProtocolBufferException the bytes in data are not syntactically correct 286 * @throws InvalidProtocolBufferException the bytes read are not syntactically correct 329 * @throws InvalidProtocolBufferException the bytes read are not syntactically correct [all …]
|
| /external/clang/lib/Lex/ |
| D | MacroInfo.cpp | 68 /// \param Syntactically if true, the macro definitions can be identical even 73 bool Syntactically) const { in isIdenticalTo() 74 bool Lexically = !Syntactically; in isIdenticalTo()
|
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
| D | MultipartBuilder.java | 41 * The "multipart/alternative" type is syntactically identical to 48 * This type is syntactically identical to "multipart/mixed", but the 56 * This type is syntactically identical to "multipart/mixed", but the
|
| /external/apache-xml/src/main/java/org/apache/xalan/templates/ |
| D | ElemElement.java | 89 * It is not an error if the string is not a syntactically legal URI reference. 99 * It is not an error if the string is not a syntactically legal URI reference. 113 * It is not an error if the string is not a syntactically legal URI reference.
|
| /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
| D | MultipartBuilder.java | 43 * The "multipart/alternative" type is syntactically identical to 50 * This type is syntactically identical to "multipart/mixed", but the 58 * This type is syntactically identical to "multipart/mixed", but the
|
| /external/rust/crates/webpki/src/name/ |
| D | dns_name.rs | 22 /// A `DnsName` is guaranteed to be syntactically valid. The validity rules are 70 /// A `DnsNameRef` is guaranteed to be syntactically valid. The validity rules 90 /// is not a syntactically-valid DNS Name. 106 /// syntactically-valid DNS name. 116 /// syntactically-valid DNS name. 172 // We do not distinguish between a syntactically-invalid presented_dns_id and 173 // one that is syntactically valid but does not match reference_dns_id; in both
|
| /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/naming/ |
| D | NameLogic.java | 293 …// First, context causes a name syntactically to fall into one of seven categories: ModuleName, Pa… in classifyReference() 534 // A name is syntactically classified as an AmbiguousName in these contexts: in isSyntacticallyAAmbiguousName() 563 // A name is syntactically classified as a PackageOrTypeName in these contexts: in isSyntacticallyAPackageOrTypeName() 582 // A name is syntactically classified as a MethodName in this context: in isSyntacticallyAMethodName() 594 // A name is syntactically classified as a ModuleName in these contexts: in isSyntacticallyAModuleName() 615 // A name is syntactically classified as a PackageName in these contexts: in isSyntacticallyAPackageName() 634 // A name is syntactically classified as a TypeName in these contexts: in isSyntacticallyATypeName() 847 // A name is syntactically classified as an ExpressionName in these contexts: in isSyntacticallyAnExpressionName()
|
| D | NameCategory.java | 20 …* Context causes a name syntactically to fall into one of seven categories: ModuleName, PackageNam…
|
| /external/curl/tests/data/ |
| D | test632 | 20 SFTP syntactically invalid host key
|
| /external/python/cpython3/Tools/c-analyzer/c_parser/parser/ |
| D | __init__.py | 85 * there is no overlap syntactically between the local context (func 98 * syntactically, variable decls do not overlap with stmts/exprs, except
|
| /external/clang/test/Sema/ |
| D | builtins-aarch64.c | 19 // AArch32 version of this is variadic (at least syntactically). in test_clear_cache_no_args()
|
| /external/rust/crates/serde_json/src/ |
| D | error.rs | 48 /// - `Category::Syntax` - input that is not syntactically valid JSON 85 /// syntactically valid JSON. 116 /// The error was caused by input that was not syntactically valid JSON.
|
| /external/rust/crates/syn/tests/regression/ |
| D | issue1235.rs | 6 // Okay. Rustc allows top-level `static` with no value syntactically, but in main()
|
| /external/apache-xml/src/main/java/org/apache/xpath/res/ |
| D | XPATHErrorResources.java | 657 // The message indicates that syntactically such an expression was expected,but in getContents() 663 // The message indicates that syntactically such a subexpression was expected, in getContents() 669 // The message indicates that syntactically such an expression was expected in getContents() 682 // The message indicates that syntactically such an expression was expected, in getContents() 688 // The message indicates that syntactically such an expression was expected, in getContents()
|
| /external/curl/docs/libcurl/opts/ |
| D | CURLOPT_PROXY_TLS13_CIPHERS.3 | 38 syntactically correct, it consists of one or more cipher suite strings
|
| D | CURLOPT_TLS13_CIPHERS.3 | 36 suites to use for the TLS 1.3 connection. The list must be syntactically
|
| D | CURLOPT_SSL_CIPHER_LIST.3 | 36 ciphers to use for the SSL connection. The list must be syntactically correct,
|
| D | CURLOPT_PROXY_SSL_CIPHER_LIST.3 | 38 syntactically correct, it consists of one or more cipher strings separated by
|
| /external/llvm/docs/HistoricalNotes/ |
| D | 2001-02-06-TypeNotationDebateResp2.txt | 38 Which is syntactically nicer, and more explicit.
|
| /external/rust/crates/serde_cbor/src/ |
| D | error.rs | 23 /// The error was caused by input that was not syntactically valid CBOR. 160 /// Returns true if this error was caused by input that was not syntactically valid CBOR.
|
| /external/tensorflow/tensorflow/compiler/mlir/g3doc/ |
| D | _index.yaml | 21 // Syntactically similar to LLVM:
|
| /external/guava/guava/src/com/google/common/net/ |
| D | InternetDomainName.java | 204 * @throws IllegalArgumentException if {@code domain} is not syntactically valid according to 214 * Validation method used by {@code from} to ensure that the domain name is syntactically valid 217 * @return Is the domain name syntactically valid? 563 * Indicates whether the argument is a syntactically valid domain name using lenient validation.
|
| /external/guava/android/guava/src/com/google/common/net/ |
| D | InternetDomainName.java | 204 * @throws IllegalArgumentException if {@code domain} is not syntactically valid according to 214 * Validation method used by {@code from} to ensure that the domain name is syntactically valid 217 * @return Is the domain name syntactically valid? 563 * Indicates whether the argument is a syntactically valid domain name using lenient validation.
|
| /external/mesa3d/include/ |
| D | no_extern_c.h | 30 * leads to syntactically incorrect code.
|
12345678910>>...15