OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:keyIdentifier
(Results
1 - 15
of
15
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
SubjectKeyIdentifier.java
32
* SubjectKeyIdentifier ::=
KeyIdentifier
34
*
KeyIdentifier
::= OCTET STRING
41
private final byte[]
keyIdentifier
;
46
public SubjectKeyIdentifier(byte[]
keyIdentifier
) {
47
this.
keyIdentifier
=
keyIdentifier
;
65
return
keyIdentifier
;
70
encoding = ASN1OctetString.getInstance().encode(
keyIdentifier
);
77
sb.append(Array.toString(
keyIdentifier
, prefix));
AuthorityKeyIdentifier.java
47
*
keyIdentifier
[0]
KeyIdentifier
OPTIONAL,
51
*
KeyIdentifier
::= OCTET STRING
55
private final byte[]
keyIdentifier
;
59
public AuthorityKeyIdentifier(byte[]
keyIdentifier
,
62
this.
keyIdentifier
=
keyIdentifier
;
79
return
keyIdentifier
;
110
if (
keyIdentifier
!= null) {
111
sb.append(prefix).append("
keyIdentifier
:\n")
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/events/
KeyboardEvent.h
39
String
keyIdentifier
;
73
const String&
keyIdentifier
, unsigned location,
76
return adoptRef(new KeyboardEvent(type, canBubble, cancelable, view,
keyIdentifier
, location,
83
const String&
keyIdentifier
, unsigned location,
86
const String&
keyIdentifier
() const { return m_keyIdentifier; }
89
bool getModifierState(const String&
keyIdentifier
) const;
108
const String&
keyIdentifier
, unsigned location,
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeFieldElement.cpp
86
const String&
keyIdentifier
= keyboardEvent->
keyIdentifier
();
88
if (
keyIdentifier
== "Left") {
98
if (
keyIdentifier
== "Right") {
111
if (
keyIdentifier
== "Down") {
119
if (
keyIdentifier
== "Up") {
125
if (
keyIdentifier
== "U+0008" ||
keyIdentifier
== "U+007F") {
/external/chromium_org/third_party/WebKit/Source/platform/
PlatformKeyboardEvent.h
50
PlatformKeyboardEvent(Type type, const String& text, const String& unmodifiedText, const String&
keyIdentifier
, int windowsVirtualKeyCode, int nativeVirtualKeyCode, int macCharCode, bool isAutoRepeat, bool isKeypad, bool isSystemKey, Modifiers modifiers, double timestamp)
54
, m_keyIdentifier(
keyIdentifier
)
79
String
keyIdentifier
() const { return m_keyIdentifier; }
/external/chromium/chrome/browser/resources/keyboard/
main.js
43
this.
keyIdentifier
= id;
178
sendKeyFunction(this.modes_[mode].
keyIdentifier
);
611
var keyEvent = {'type': 'keydown', '
keyIdentifier
': key};
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h
292
char
keyIdentifier
[keyIdentifierLengthCap];
302
memset(&
keyIdentifier
, 0, sizeof(
keyIdentifier
));
305
// Sets
keyIdentifier
based on the value of windowsKeyCode. This is
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java
96
protected byte[]
keyIdentifier
= null;
210
this.
keyIdentifier
= subjectKeyID.clone();
377
return ASN1OctetString.getInstance().encode(
keyIdentifier
);
[
all
...]
/libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
[
all
...]
/prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
Completed in 433 milliseconds