Home
last modified time | relevance | path

Searched full:syntactically (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageLite.java184 * @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/
DMessageLite.java184 * @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/
DMacroInfo.cpp68 /// \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/
DMultipartBuilder.java41 * 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/
DElemElement.java89 * 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/
DMultipartBuilder.java43 * 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/
Ddns_name.rs22 /// 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/
DNameLogic.java293 …// 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()
DNameCategory.java20 …* Context causes a name syntactically to fall into one of seven categories: ModuleName, PackageNam…
/external/curl/tests/data/
Dtest63220 SFTP syntactically invalid host key
/external/python/cpython3/Tools/c-analyzer/c_parser/parser/
D__init__.py85 * 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/
Dbuiltins-aarch64.c19 // AArch32 version of this is variadic (at least syntactically). in test_clear_cache_no_args()
/external/rust/crates/serde_json/src/
Derror.rs48 /// - `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/
Dissue1235.rs6 // Okay. Rustc allows top-level `static` with no value syntactically, but in main()
/external/apache-xml/src/main/java/org/apache/xpath/res/
DXPATHErrorResources.java657 // 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/
DCURLOPT_PROXY_TLS13_CIPHERS.338 syntactically correct, it consists of one or more cipher suite strings
DCURLOPT_TLS13_CIPHERS.336 suites to use for the TLS 1.3 connection. The list must be syntactically
DCURLOPT_SSL_CIPHER_LIST.336 ciphers to use for the SSL connection. The list must be syntactically correct,
DCURLOPT_PROXY_SSL_CIPHER_LIST.338 syntactically correct, it consists of one or more cipher strings separated by
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp2.txt38 Which is syntactically nicer, and more explicit.
/external/rust/crates/serde_cbor/src/
Derror.rs23 /// 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.yaml21 // Syntactically similar to LLVM:
/external/guava/guava/src/com/google/common/net/
DInternetDomainName.java204 * @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/
DInternetDomainName.java204 * @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/
Dno_extern_c.h30 * leads to syntactically incorrect code.

12345678910>>...15