OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:constraints
(Results
26 - 50
of
613
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Mms/src/org/w3c/dom/smil/
ElementTime.java
110
*
constraints
).
126
*
constraints
).
138
*
constraints
).
149
* (subject to sync
constraints
). If this is a timeline, this must seek
ElementTimeControl.java
22
*
constraints
).
42
*
constraints
), at the passed offset from the current time when the
69
*
constraints
).
85
*
constraints
) at the specified offset from the current time when the
/external/proguard/src/proguard/gui/
ClassSpecificationDialog.java
85
// Create some
constraints
that can be reused.
86
GridBagConstraints
constraints
= new GridBagConstraints();
local
87
constraints
.anchor = GridBagConstraints.WEST;
88
constraints
.insets = new Insets(1, 2, 1, 2);
94
constraintsStretch.insets =
constraints
.insets;
99
constraintsLast.insets =
constraints
.insets;
106
constraintsLastStretch.insets =
constraints
.insets;
114
panelConstraints.insets =
constraints
.insets;
122
stretchPanelConstraints.insets =
constraints
.insets;
MemberSpecificationDialog.java
81
// Create some
constraints
that can be reused.
82
GridBagConstraints
constraints
= new GridBagConstraints();
local
83
constraints
.anchor = GridBagConstraints.WEST;
84
constraints
.insets = new Insets(1, 2, 1, 2);
90
constraintsStretch.insets =
constraints
.insets;
95
constraintsLast.insets =
constraints
.insets;
102
constraintsLastStretch.insets =
constraints
.insets;
110
panelConstraints.insets =
constraints
.insets;
118
stretchPanelConstraints.insets =
constraints
.insets;
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
CertPathReviewerMessages.properties
10
## name
constraints
processing errors
54
# error processing the name
constraints
extension
56
CertPathReviewer.ncExtError.text = Name constraint checking failed: there was an error processing the name
constraints
extension of the certificate.
57
CertPathReviewer.ncExtError.summary = Error processing the name
constraints
extension.
58
CertPathReviewer.ncExtError.details = Name constraint checking failed: there was an error processing the name
constraints
extension of the certificate.
217
# cert laks basic
constraints
218
CertPathReviewer.noBasicConstraints.title = Certificate has no basic
constraints
219
CertPathReviewer.noBasicConstraints.text = Intermediate certificate has no basic
constraints
.
220
CertPathReviewer.noBasicConstraints.summary = Intermediate certificate has no basic
constraints
.
221
CertPathReviewer.noBasicConstraints.details = Intermediate certificate has no basic
constraints
[
all
...]
CertPathReviewerMessages_de.properties
10
## name
constraints
processing errors
54
# error processing the name
constraints
extension
56
CertPathReviewer.ncExtError.text = Name constraint checking failed: there was an error processing the name
constraints
extension of the certificate.
57
CertPathReviewer.ncExtError.summary = Error processing the name
constraints
extension.
58
CertPathReviewer.ncExtError.details = Name constraint checking failed: there was an error processing the name
constraints
extension of the certificate.
217
# cert laks basic
constraints
218
CertPathReviewer.noBasicConstraints.title = Certificate has no basic
constraints
219
CertPathReviewer.noBasicConstraints.text = Intermediate certificate has no basic
constraints
.
220
CertPathReviewer.noBasicConstraints.summary = Intermediate certificate has no basic
constraints
.
221
CertPathReviewer.noBasicConstraints.details = Intermediate certificate has no basic
constraints
[
all
...]
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
BasicConstraints.java
29
* Basic
Constraints
Extension (OID == 2.5.29.19).
31
* The ASN.1 definition for Basic
Constraints
Extension is:
/dalvik/docs/opcodes/
opcode-01-move.html
52
<h2>
Constraints
</h2>
opcode-07-move-object.html
52
<h2>
Constraints
</h2>
opcode-0d-move-exception.html
42
<h2>
Constraints
</h2>
opcode-11-return-object.html
39
<h2>
Constraints
</h2>
opcode-1a-const-string.html
47
<h2>
Constraints
</h2>
opcode-21-array-length.html
41
<h2>
Constraints
</h2>
opcode-04-move-wide.html
57
<h2>
Constraints
</h2>
opcode-0a-move-result.html
42
<h2>
Constraints
</h2>
opcode-0b-move-result-wide.html
42
<h2>
Constraints
</h2>
opcode-0c-move-result-object.html
42
<h2>
Constraints
</h2>
opcode-0f-return.html
39
<h2>
Constraints
</h2>
opcode-10-return-wide.html
39
<h2>
Constraints
</h2>
opcode-12-const.html
59
<h2>
Constraints
</h2>
opcode-16-const-wide.html
59
<h2>
Constraints
</h2>
opcode-1b-const-class.html
42
<h2>
Constraints
</h2>
opcode-1d-monitor-enter.html
39
<h2>
Constraints
</h2>
/dalvik/docs/
dalvik-constraints.html
5
<title>Dalvik bytecode
constraints
</title>
6
<link rel=stylesheet href="dalvik-
constraints
.css">
11
<h1>Dalvik bytecode
constraints
</h1>
14
<h1>General integrity
constraints
</h1>
129
Static
constraints
133
Static
constraints
are
constraints
on individual elements of the bytecode.
523
Structural
constraints
527
Structural
constraints
are
constraints
on relationships between severa
[
all
...]
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
X509Extensions.java
54
* Basic
Constraints
94
* Name
Constraints
119
* Policy
Constraints
Completed in 50 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>