Home
last modified time | relevance | path

Searched +full:case +full:- +full:sensitive (Results 1 – 25 of 1153) sorted by relevance

12345678910>>...47

/external/apache-commons-io/src/main/java/org/apache/commons/io/
DIOCase.java9 * http://www.apache.org/licenses/LICENSE-2.0
23 * Enumeration of IO case sensitivity.
25 * Different filing systems have different rules for case-sensitivity.
26 * Windows is case-insensitive, Unix is case-sensitive.
43 * The constant for case-sensitive regardless of operating system.
45 SENSITIVE("Sensitive", true), enumConstant
48 * The constant for case-insensitive regardless of operating system.
53 * The constant for case sensitivity determined by the current operating system.
54 * Windows is case-insensitive when comparing file names, Unix is case-sensitive.
57 * systems (e.g. OSX and OpenVMS) are treated as case-sensitive if they use the
[all …]
/external/apache-commons-io/src/main/java/org/apache/commons/io/comparator/
DPathFileComparator.java9 * http://www.apache.org/licenses/LICENSE-2.0
29 * by their path either in a case-sensitive, case-insensitive or
30 * system dependent case-sensitive way. A number of singleton instances
31 * are provided for the various case sensitivity options (using {@link IOCase})
35 * Example of a <i>case-sensitive</i> file path sort using the
43 * Example of a <i>reverse case-insensitive</i> file path sort using the
60 /** Case-sensitive path comparator instance (see {@link IOCase#SENSITIVE}) */
63 /** Reverse case-sensitive path comparator instance (see {@link IOCase#SENSITIVE}) */
66 /** Case-insensitive path comparator instance (see {@link IOCase#INSENSITIVE}) */
69 /** Reverse case-insensitive path comparator instance (see {@link IOCase#INSENSITIVE}) */
[all …]
DExtensionFileComparator.java9 * http://www.apache.org/licenses/LICENSE-2.0
31 * by their file extension either in a case-sensitive, case-insensitive or
32 * system dependent case-sensitive way. A number of singleton instances
33 * are provided for the various case sensitivity options (using {@link IOCase})
37 * Example of a <i>case-sensitive</i> file extension sort using the
45 * Example of a <i>reverse case-insensitive</i> file extension sort using the
63 /** Case-sensitive extension comparator instance (see {@link IOCase#SENSITIVE}) */
66 /** Reverse case-sensitive extension comparator instance (see {@link IOCase#SENSITIVE}) */
69 /** Case-insensitive extension comparator instance (see {@link IOCase#INSENSITIVE}) */
73 /** Reverse case-insensitive extension comparator instance (see {@link IOCase#INSENSITIVE}) */
[all …]
DNameFileComparator.java9 * http://www.apache.org/licenses/LICENSE-2.0
29 * by their name either in a case-sensitive, case-insensitive or
30 * system dependent case-sensitive way. A number of singleton instances
31 * are provided for the various case sensitivity options (using {@link IOCase})
35 * Example of a <i>case-sensitive</i> file name sort using the
43 * Example of a <i>reverse case-insensitive</i> file name sort using the
61 /** Case-sensitive name comparator instance (see {@link IOCase#SENSITIVE}) */
64 /** Reverse case-sensitive name comparator instance (see {@link IOCase#SENSITIVE}) */
67 /** Case-insensitive name comparator instance (see {@link IOCase#INSENSITIVE}) */
70 /** Reverse case-insensitive name comparator instance (see {@link IOCase#INSENSITIVE}) */
[all …]
/external/apache-commons-io/src/main/java/org/apache/commons/io/filefilter/
DWildcardFileFilter.java9 * http://www.apache.org/licenses/LICENSE-2.0
35 …cts files and directories based on one or more wildcards. Testing is case-sensitive by default, bu…
39 …* command lines. The check is case-sensitive by default. See {@link FilenameUtils#wildcardMatchOnS…
97 /** Whether the comparison is case-sensitive. */
98 private IOCase ioCase = IOCase.SENSITIVE;
106 * Sets how to handle case sensitivity, null means case-sensitive.
108 * @param ioCase how to handle case sensitivity, null means case-sensitive.
112 this.ioCase = IOCase.value(ioCase, IOCase.SENSITIVE); in setIoCase()
140 private static final long serialVersionUID = -7426486598995782105L;
159 /** Whether the comparison is case-sensitive. */
[all …]
DNameFileFilter.java9 * http://www.apache.org/licenses/LICENSE-2.0
79 /** Whether the comparison is case-sensitive. */
83 * Constructs a new case-sensitive name file filter for a list of names.
94 * Constructs a new name file filter for a list of names specifying case-sensitivity.
97 * @param ioCase how to handle case sensitivity, null means case-sensitive
108 * Constructs a new case-sensitive name file filter for a single name.
114 this(name, IOCase.SENSITIVE); in NameFileFilter()
118 * Constructs a new case-sensitive name file filter for an array of names.
128 this(names, IOCase.SENSITIVE); in NameFileFilter()
132 * Constructs a new name file filter specifying case-sensitivity.
[all …]
DSuffixFileFilter.java9 * http://www.apache.org/licenses/LICENSE-2.0
75 private static final long serialVersionUID = -3389157631240246157L;
80 /** Whether the comparison is case-sensitive. */
91 this(suffixes, IOCase.SENSITIVE); in SuffixFileFilter()
96 * specifying case-sensitivity.
99 * @param ioCase how to handle case sensitivity, null means case-sensitive
107 this.ioCase = IOCase.value(ioCase, IOCase.SENSITIVE); in SuffixFileFilter()
117 this(suffix, IOCase.SENSITIVE); in SuffixFileFilter()
130 this(suffixes, IOCase.SENSITIVE); in SuffixFileFilter()
135 * specifying case-sensitivity.
[all …]
DPrefixFileFilter.java9 * http://www.apache.org/licenses/LICENSE-2.0
79 /** Whether the comparison is case-sensitive. */
90 this(prefixes, IOCase.SENSITIVE); in PrefixFileFilter()
95 * specifying case-sensitivity.
98 * @param ioCase how to handle case sensitivity, null means case-sensitive
106 this.isCase = IOCase.value(ioCase, IOCase.SENSITIVE); in PrefixFileFilter()
116 this(prefix, IOCase.SENSITIVE); in PrefixFileFilter()
129 this(prefixes, IOCase.SENSITIVE); in PrefixFileFilter()
134 * specifying case-sensitivity.
137 * @param ioCase how to handle case sensitivity, null means case-sensitive
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptUtil.c63 digestSize = CryptHmacStart2B(&hmacState, signature->signature.any.hashAlg, in CryptHmacSign()
64 &signKey->sensitive.sensitive.bits.b); in CryptHmacSign()
65 CryptDigestUpdate2B(&hmacState.hashState, &hashData->b); in CryptHmacSign()
67 (BYTE *)&signature->signature.hmac.digest); in CryptHmacSign()
88 &signKey->publicArea.parameters.keyedHashDetail.scheme; in CryptHMACVerifySignature()
90 if((signature->sigAlg != TPM_ALG_HMAC) in CryptHMACVerifySignature()
91 || (signature->signature.hmac.hashAlg == TPM_ALG_NULL)) in CryptHMACVerifySignature()
98 if((keyScheme->scheme != TPM_ALG_NULL) in CryptHMACVerifySignature()
99 && ((keyScheme->scheme != signature->sigAlg) in CryptHMACVerifySignature()
100 || (keyScheme->details.hmac.hashAlg in CryptHMACVerifySignature()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DPacket.java9 * http://www.apache.org/licenses/LICENSE-2.0
103 data = new byte[p.length - HEADER_SIZE]; in Packet()
104 System.arraycopy(p, HEADER_SIZE, data, 0, p.length - HEADER_SIZE); in Packet()
164 case JDWPConstants.Tag.ARRAY_TAG: { in isValuePrimitiveType()
167 case JDWPConstants.Tag.BYTE_TAG: { in isValuePrimitiveType()
170 case JDWPConstants.Tag.CHAR_TAG: { in isValuePrimitiveType()
173 case JDWPConstants.Tag.OBJECT_TAG: { in isValuePrimitiveType()
176 case JDWPConstants.Tag.FLOAT_TAG: { in isValuePrimitiveType()
179 case JDWPConstants.Tag.DOUBLE_TAG: { in isValuePrimitiveType()
182 case JDWPConstants.Tag.INT_TAG: { in isValuePrimitiveType()
[all …]
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_case_sensitivity.py1 """Test case-sensitivity (PEP 235)."""
18 """PEP 235 dictates that on case-preserving, case-insensitive file systems
19 that imports are case-sensitive unless the PYTHONCASEOK environment
33 """Look for a module with matching and non-matching sensitivity."""
34 sensitive_pkg = 'sensitive.{0}'.format(self.name)
38 sensitive_path = os.path.join(mapping['.root'], 'sensitive')
49 sensitive, insensitive = self.sensitivity_test()
50 self.assertIsNotNone(sensitive)
51 self.assertIn(self.name, sensitive.get_filename(self.name))
59 sensitive, insensitive = self.sensitivity_test()
[all …]
/external/angle/src/common/
Dstring_utils.h3 // Use of this source code is governed by a BSD-style license that can be
53 // The comparison is case sensitive.
58 // The comparison is case sensitive.
63 // The comparison is case sensitive.
68 // The comparison is case sensitive.
72 // The comparison is case sensitive.
77 // The comparison is case sensitive.
82 // The comparison is case sensitive.
87 // The comparison is case sensitive.
90 // Convert to lower-case.
[all …]
/external/apache-xml/test/java/src/org/apache/qetest/xsl/
DConformanceXSLFileRules.java10 * http://www.apache.org/licenses/LICENSE-2.0
29 * Simple file filter; returns *.xsl non-dir files.
31 * Copied from ConformanceFileRules, used for ad-hoc testing
39 /** Initialize for defaults (not using inclusion list) no-op. */
43 * Initialize with a case-sensitive Hash of file names to exclude.
45 * @param excludesHash where keys are case-sensitive filenames
54 * Initialize with a case-insensitive semicolon-delimited String of file names to exclude.
56 * @param excludesStr well, mostly case-insensitive string
66 * file names may be case-sensitive.</p>
72 * Accessor methods to set a case-sensitive Hash of file names to exclude.
[all …]
DConformanceDirRules.java10 * http://www.apache.org/licenses/LICENSE-2.0
38 /** Initialize for defaults (not using inclusion list) no-op. */
42 * Initialize with a case-sensitive Hash of directory names to include.
52 * Initialize with a case-insensitive String directory name(s) to include.
54 * @param incDir semicolon-delimited string of inclusion dir(s)
64 * directory names are case-sensitive. If list is not set somehow,
73 * Accessor methods for case-sensitive Hash of directory names to include.
87 * Accessor methods for case-sensitive Hash of directory names to include.
107 * Accessor method to set a case-insensitive String directory name to include.
109 * @param incDir semicolon-delimited string of inclusion dir(s)
[all …]
DConformanceFileRules.java10 * http://www.apache.org/licenses/LICENSE-2.0
29 * Simple file filter; returns *.xsl non-dir files that start with the directory name.
37 /** Initialize for defaults (not using inclusion list) no-op. */
41 * Initialize with a case-sensitive Hash of file names to exclude.
51 * Initialize with a case-insensitive semicolon-delimited String of file names to exclude.
63 * file names may be case-sensitive.</p>
69 * Accessor methods to set a case-sensitive Hash of file names to exclude.
83 * Accessor methods to set a case-sensitive Hash of file names to exclude.
103 * Accessor method to set a list of case-insensitive String
118 * Accessor method to set an optionally case-sensitive String file name(s) to exclude.
[all …]
DBugzillaFileRules.java10 * http://www.apache.org/licenses/LICENSE-2.0
29 * Bugzilla-specific file filter: .java or .xsl files.
38 /** Initialize for defaults (not using exclusion list) no-op. */
42 * Initialize with a case-sensitive Hash of file names to exclude.
44 * @param excludesHash - keys are basenames of files to exclude
52 * Initialize with a case-insensitive semicolon-delimited String of file names to exclude.
64 * file names may be case-sensitive.</p>
70 * Accessor methods to set a case-sensitive Hash of file names to exclude.
84 * Accessor methods to set a case-sensitive Hash of file names to exclude.
104 * Accessor method to set a list of case-insensitive String
[all …]
/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/v1beta1/
DLookupEntryRequestOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
33 * Full names are case-sensitive.
51 * Full names are case-sensitive.
69 * Full names are case-sensitive.
85 * The SQL name of the entry. SQL names are case-sensitive.
93 * https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
105 * The SQL name of the entry. SQL names are case-sensitive.
113 * https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
125 * The SQL name of the entry. SQL names are case-sensitive.
133 * https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
DLookupEntryRequest.java8 * https://www.apache.org/licenses/LICENSE-2.0
96 case 1: in forNumber()
98 case 3: in forNumber()
100 case 0: in forNumber()
124 * Full names are case-sensitive.
144 * Full names are case-sensitive.
177 * Full names are case-sensitive.
209 * The SQL name of the entry. SQL names are case-sensitive.
217 * https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
231 * The SQL name of the entry. SQL names are case-sensitive.
[all …]
/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
DNetworkEndpointGroupAppEngineOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 …serving service. The service name is case-sensitive and must be 1-63 characters long. Example valu…
42 …serving service. The service name is case-sensitive and must be 1-63 characters long. Example valu…
54 …serving service. The service name is case-sensitive and must be 1-63 characters long. Example valu…
67 …"foo1-dot-appname.appspot.com/v1" and "foo1-dot-appname.appspot.com/v2" can be backed by the same …
79 …"foo1-dot-appname.appspot.com/v1" and "foo1-dot-appname.appspot.com/v2" can be backed by the same …
91 …"foo1-dot-appname.appspot.com/v1" and "foo1-dot-appname.appspot.com/v2" can be backed by the same …
104 …* Optional serving version. The version name is case-sensitive and must be 1-100 characters long. …
116 …* Optional serving version. The version name is case-sensitive and must be 1-100 characters long. …
128 …* Optional serving version. The version name is case-sensitive and must be 1-100 characters long. …
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/
DSystemParameterOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 * Define the name of the parameter, such as "api_key" . It is case sensitive.
42 * Define the name of the parameter, such as "api_key" . It is case sensitive.
55 * Define the HTTP header name to use for the parameter. It is case
68 * Define the HTTP header name to use for the parameter. It is case
82 * Define the URL query parameter name to use for the parameter. It is case
83 * sensitive.
95 * Define the URL query parameter name to use for the parameter. It is case
96 * sensitive.
/external/cronet/third_party/icu/source/common/unicode/
Dcasemap.h19 * \brief C++ API: Low-level C++ case mapping functions.
29 * Low-level C++ case mapping functions.
36 * Lowercases a UTF-16 string and optionally records edits.
37 * Casing is locale-dependent and context-sensitive.
44 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
45 * @param dest A buffer for the result string. The result will be NUL-terminated if
47 * The contents is undefined in case of failure.
54 * This function calls edits->reset() first unless
72 * Uppercases a UTF-16 string and optionally records edits.
73 * Casing is locale-dependent and context-sensitive.
[all …]
/external/icu/libicu/cts_headers/unicode/
Dcasemap.h19 * \brief C++ API: Low-level C++ case mapping functions.
29 * Low-level C++ case mapping functions.
36 * Lowercases a UTF-16 string and optionally records edits.
37 * Casing is locale-dependent and context-sensitive.
44 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
45 * @param dest A buffer for the result string. The result will be NUL-terminated if
47 * The contents is undefined in case of failure.
54 * This function calls edits->reset() first unless
72 * Uppercases a UTF-16 string and optionally records edits.
73 * Casing is locale-dependent and context-sensitive.
[all …]
/external/icu/icu4c/source/common/unicode/
Dcasemap.h19 * \brief C++ API: Low-level C++ case mapping functions.
29 * Low-level C++ case mapping functions.
36 * Lowercases a UTF-16 string and optionally records edits.
37 * Casing is locale-dependent and context-sensitive.
44 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
45 * @param dest A buffer for the result string. The result will be NUL-terminated if
47 * The contents is undefined in case of failure.
54 * This function calls edits->reset() first unless
72 * Uppercases a UTF-16 string and optionally records edits.
73 * Casing is locale-dependent and context-sensitive.
[all …]
/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/
DLookupEntryRequestOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
33 * Full names are case-sensitive. For example:
50 * Full names are case-sensitive. For example:
67 * Full names are case-sensitive. For example:
82 * The SQL name of the entry. SQL names are case-sensitive.
91 * (https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical).
103 * The SQL name of the entry. SQL names are case-sensitive.
112 * (https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical).
124 * The SQL name of the entry. SQL names are case-sensitive.
133 * (https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical).
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DObject.c55 object->attributes.occupied = CLEAR; in ObjectFlush()
65 object->attributes.occupied = SET; in ObjectSetInUse()
105 if(object->attributes.evict == SET) in ObjectCleanupEvict()
115 // implementation-dependent allowed in range for loaded transient objects.
125 UINT32 slotIndex = handle - TRANSIENT_FIRST; in IsObjectPresent()
128 // TRANSIENT_FIRST -- (TRANSIENT_FIRST + MAX_LOADED_OBJECT - 1) in IsObjectPresent()
148 return (object->attributes.hmacSeq == SET in ObjectIsSequence()
149 || object->attributes.hashSeq == SET in ObjectIsSequence()
150 || object->attributes.eventSeq == SET); in ObjectIsSequence()
171 index = handle - TRANSIENT_FIRST; in HandleToObject()
[all …]

12345678910>>...47