OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VERIFIED
(Results
1 - 2
of
2
) sorted by null
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPConstants.java
101
public static final byte
VERIFIED
= 1;
126
if ((status &
VERIFIED
) ==
VERIFIED
)
127
returnValue += "|
VERIFIED
";
/external/chromium_org/chrome/browser/extensions/
install_verifier.cc
337
VERIFIED
= 0,
383
bool
verified
= true;
local
384
MustRemainDisabledOutcome outcome =
VERIFIED
;
386
verified
= false;
389
verified
= false;
394
// extension from the webstore
verified
to avoid false positives on existing
403
verified
= false;
407
if (!
verified
&& !ShouldEnforce()) {
408
verified
= true;
413
if (!
verified
) {
[
all
...]
Completed in 74 milliseconds