HomeSort by relevance Sort by last modified time
    Searched defs:checkTag (Results 1 - 11 of 11) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Constructed.java 48 public final boolean checkTag(int identifier) {
ASN1Primitive.java 44 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)) {
ASN1Any.java 68 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) {
ASN1StringType.java 80 public final boolean checkTag(int identifier) {
ASN1Type.java 124 public abstract boolean checkTag(int identifier);
  /packages/apps/Settings/src/com/android/settings/
HighlightingFragment.java 101 if (checkTag(root, key)) {
118 private boolean checkTag(View view, String key) {
  /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...]
  /cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DumpsysHostTest.java 157 checkTag(subparts[0], true); // tag
162 private void checkTag(String tag, boolean hasProcess) {
204 checkTag(subparts[0], true); // tag
238 checkTag(subparts[0], false); // tag
282 checkTag(subparts[0], true); // tag
295 checkTag(subparts[0], true); // tag
326 checkTag(subparts[0], false); // tag
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 242 milliseconds