OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkTag
(Results
1 - 12
of
12
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Constructed.java
48
public final boolean
checkTag
(int identifier) {
ASN1Implicit.java
76
if (type.
checkTag
(type.id)) {
77
if (type.
checkTag
(type.constrId)) {
91
public final boolean
checkTag
(int identifier) {
103
if (!
checkTag
(in.tag)) {
ASN1Primitive.java
44
public final boolean
checkTag
(int identifier) {
ASN1Choice.java
255
if (t.
checkTag
(t.id)) {
260
if (t.
checkTag
(t.constrId)) {
296
public final boolean
checkTag
(int identifier) {
ASN1Any.java
68
public final boolean
checkTag
(int identifier) {
ASN1StringType.java
80
public final boolean
checkTag
(int identifier) {
ASN1Type.java
124
public abstract boolean
checkTag
(int identifier);
BerInputStream.java
517
while (!type[i].
checkTag
(tag)) {
542
while (!type[i].
checkTag
(tag)) {
/system/extras/tests/iptables/qtaguid/
socketTag.cpp
44
bool
checkTag
(uint64_t tag, uid_t uid);
112
if (!
checkTag
(tag, getuid())) {
125
/*
checkTag
() also tries to lookup the socket address in the kernel and
133
bool SockInfo::
checkTag
(uint64_t acct_tag, uid_t uid) {
270
EXPECT_TRUE(sock0.
checkTag
(tag, fake_uid2))<< "Unexpected results: tag not found";
276
EXPECT_TRUE(sock0.
checkTag
(valid_tag2 + (((uint64_t)max_tags - 1) << 32),
281
EXPECT_FALSE(sock0.
checkTag
(valid_tag2 + (((uint64_t)max_tags - 1) << 32), fake_uid2))
287
EXPECT_FALSE(sock0.
checkTag
(valid_tag2 + ((uint64_t)max_tags << 32), fake_uid2))
298
EXPECT_TRUE(sock0.
checkTag
(valid_tag2 + (((uint64_t)max_tags + 1) << 32), fake_uid2))
302
EXPECT_FALSE(sock0.
checkTag
(valid_tag2 + (((uint64_t)max_tags + 2) << 32), fake_uid2)
[
all
...]
/packages/apps/Settings/src/com/android/settings/
HighlightingFragment.java
101
if (
checkTag
(root, key)) {
118
private boolean
checkTag
(View view, String key) {
/libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java
271
if (!ASN1StringType.UTF8STRING.
checkTag
(tag)
272
&& !ASN1StringType.PRINTABLESTRING.
checkTag
(tag)
273
&& !ASN1StringType.TELETEXSTRING.
checkTag
(tag)) {
332
public boolean
checkTag
(int tag) {
339
if (DirectoryString.ASN1.
checkTag
(in.tag)) {
AttributeValue.java
89
if (DirectoryString.ASN1.
checkTag
(tag)) {
Completed in 390 milliseconds