Searched refs:covered (Results 1 - 25 of 40) sorted by relevance

12

/external/smack/src/org/xbill/DNS/
H A DRRSIGRecord.java31 * @param covered The RRset type covered by this signature
42 RRSIGRecord(Name name, int dclass, long ttl, int covered, int alg, long origttl, argument
46 super(name, Type.RRSIG, dclass, ttl, covered, alg, origttl, expire,
H A DSIGRecord.java31 * @param covered The RRset type covered by this signature
42 SIGRecord(Name name, int dclass, long ttl, int covered, int alg, long origttl, argument
46 super(name, Type.SIG, dclass, ttl, covered, alg, origttl, expire,
H A DSIGBase.java19 protected int covered; field in class:SIGBase
31 SIGBase(Name name, int type, int dclass, long ttl, int covered, int alg, argument
36 Type.check(covered);
38 this.covered = covered;
53 covered = in.readU16();
67 covered = Type.value(typeString);
68 if (covered < 0)
87 sb.append (Type.string(covered));
115 /** Returns the RRset type covered b
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dannotate.py69 covered = True
80 covered = j >= len(missing) or missing[j] > lineno
95 elif covered:
/external/chromium_org/third_party/skia/src/images/
H A DSkMovie_gif.cpp287 // return true if area of 'target' is completely covers area of 'covered'
288 static bool checkIfCover(const SavedImage* target, const SavedImage* covered) argument
290 if (target->ImageDesc.Left <= covered->ImageDesc.Left
291 && covered->ImageDesc.Left + covered->ImageDesc.Width <=
293 && target->ImageDesc.Top <= covered->ImageDesc.Top
294 && covered->ImageDesc.Top + covered->ImageDesc.Height <=
/external/skia/src/images/
H A DSkMovie_gif.cpp287 // return true if area of 'target' is completely covers area of 'covered'
288 static bool checkIfCover(const SavedImage* target, const SavedImage* covered) argument
290 if (target->ImageDesc.Left <= covered->ImageDesc.Left
291 && covered->ImageDesc.Left + covered->ImageDesc.Width <=
293 && target->ImageDesc.Top <= covered->ImageDesc.Top
294 && covered->ImageDesc.Top + covered->ImageDesc.Height <=
/external/chromium_org/tools/code_coverage/
H A Dcroc.css84 span.covered {
/external/emma/core/java12/com/vladium/emma/report/lcov/
H A DReportGenerator.java202 // strength of that one block (much as for now, a line is 'covered'
203 // if it's partially covered).
232 boolean covered = false;
241 covered = ccoverage[methodID][0];
245 row("FNDA:" + (covered ? 1 : 0) + "," + className + "::" + mname);
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_trace.spec50 in Mesa is covered by Mesa's XFree86-style copyright by the authors above.
/external/compiler-rt/lib/asan/
H A DAndroid.mk89 -Wno-covered-switch-default \
109 -Wno-covered-switch-default \
/external/libcxx/src/support/solaris/
H A Dmbsnrtowcs.inc5 * FreeBSD libc. These are covered by the following copyright:
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec50 in Mesa is covered by Mesa's XFree86-style copyright by the authors above.
/external/chromium_org/net/cert/
H A Dcert_verify_proc_win.cc390 // kCRLSetOk: if every element in the chain is covered by a fresh CRLSet and
404 bool covered = true;
419 covered = false;
444 covered = false;
450 covered = false;
455 if (!covered || crl_set->IsExpired())
H A Dcert_verify_proc_nss.cc259 // kCRLSetOk: if every element in the chain is covered by a fresh CRLSet and
276 bool covered = true; local
291 covered = false;
311 covered = false;
317 covered = false;
322 if (!covered || crl_set->IsExpired())
/external/libunwind/doc/
H A Dunw_set_caching_policy.tex42 address-range that was covered by the shared library.
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_prime.pl45 * included with this distribution is covered by the same copyright terms
/external/openssl/crypto/bn/
H A Dbn_prime.pl45 * included with this distribution is covered by the same copyright terms
/external/chromium_org/third_party/openssl/openssl/crypto/conf/
H A Dkeysets.pl67 * included with this distribution is covered by the same copyright terms
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
H A Dplot_neteq_delay.m42 % find lost frames that were covered by one-descriptor decoding
/external/clang/test/Misc/
H A Dwarning-flags.c130 CHECK: Number in -Wpedantic (not covered by other -W flags): 28
/external/openssl/crypto/conf/
H A Dkeysets.pl67 * included with this distribution is covered by the same copyright terms
/external/clang/lib/AST/
H A DStmtPrinter.cpp1864 llvm_unreachable("Type trait not covered by switch");
1872 llvm_unreachable("Array type trait not covered by switch");
1880 llvm_unreachable("Expression type trait not covered by switch");
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c77 u64 covered; /* Mask of query phrases covered */ member in struct:SnippetFragment
360 u64 mCovered, /* Bitmask of phrases already covered */
363 u64 *pmCover, /* OUT: Bitmask of phrases covered */
369 u64 mCover = 0; /* Mask of phrases covered by this snippet */
453 u64 mCovered, /* Mask of phrases already covered */
516 pFragment->covered = mCover;
1336 u64 mCovered = 0; /* Bitmask of phrases covered by snippet */
1372 mCovered |= pFragment->covered;
/external/chromium_org/third_party/openssl/openssl/crypto/objects/
H A Dobj_dat.pl189 * included with this distribution is covered by the same copyright terms
H A Dobjects.pl140 * included with this distribution is covered by the same copyright terms

Completed in 1602 milliseconds

12