OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:validity
(Results
51 - 75
of
1512
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/libxml/src/
check-xml-test-suite.py
239
print "%s: error:
Validity
error not detected" % (id)
240
log.write("%s: error:
Validity
error not detected\n" % (id))
244
print "%s: warning:
Validity
error not reported" % (id)
245
log.write("%s: warning:
Validity
error not reported\n" % (id))
275
print "%s: error:
Validity
check failed" % (id)
276
log.write("%s: error:
Validity
check failed\n" % (id))
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
TBSCertificate.java
20
*
validity
Validity
,
TBSCertificateStructure.java
21
*
validity
Validity
,
/external/chromium_org/chrome/browser/prefs/
pref_hash_store_transaction.h
79
// The (in)
validity
of the super MAC will be maintained by this call.
82
// Removes the hash stored at |path|. The (in)
validity
of the super MAC will
/external/chromium_org/net/cert/
x509_util_nss.cc
112
CERTValidity*
validity
= CERT_CreateValidity(
local
115
if (!
validity
) {
117
LOG(ERROR) << "Failed to create certificate
validity
object: " << prerr;
123
validity
, cert_request);
131
CERT_DestroyValidity(
validity
);
283
CERTValidity*
validity
= CERT_CreateValidity(
local
287
if (!
validity
)
290
CERT_DestroyValidity(
validity
);
/external/llvm/include/llvm/IR/
Verifier.h
53
/// Check a module or function for
validity
. This is essentially a pass wrapped
64
/// Check a module for
validity
of debug info. This is essentially a pass
/libcore/luni/src/main/java/java/security/
Certificate.java
27
*
validity
of itself. It's in the responsibility of the application to verify
28
* the
validity
of its certificates.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py
12
usedNames - list, list of names already in use for
validity
check
59
#simple
validity
check for a sensible
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py
12
usedNames - list, list of names already in use for
validity
check
59
#simple
validity
check for a sensible
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SdkToolsLocator.java
30
* <li> It provides the {@link #isValidInstallation()} method to check the
validity
33
* is that it is used very early during the startup to check the
validity
of the installation.
/build/core/
help.mk
26
@echo "doc-comment-check-docs Check HTML doc links &
validity
, without generating HTML"
/external/bison/lib/
spawn_faction_addclose.c
42
/* Test for the
validity
of the file descriptor. */
spawn_faction_adddup2.c
42
/* Test for the
validity
of the file descriptor. */
/external/chromium_org/android_webview/browser/
find_helper.h
52
// Used to check the
validity
of FindNext operations.
/external/chromium_org/chrome/browser/extensions/api/i18n/
i18n_api.cc
39
// spaces. But we do not do any validation (either the format or the
validity
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
command_store_test.unitjs
62
/** Tests the
validity
of every command. */
/external/chromium_org/ppapi/shared_impl/
flash_clipboard_format_registry.cc
27
// Checks the
validity
of the given format name.
/external/chromium_org/remoting/protocol/
auth_util.h
40
// Verifies
validity
of an |access_token|.
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLKeygenElement.idl
42
readonly attribute ValidityState
validity
;
HTMLObjectElement.idl
42
readonly attribute ValidityState
validity
;
HTMLOutputElement.idl
35
readonly attribute ValidityState
validity
;
HTMLTextAreaElement.idl
43
readonly attribute ValidityState
validity
;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_seg_common.c
75
// TBD? Functions to read and write segment data with range /
validity
checking
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
PhoneNumberOfflineGeocoder.java
85
* <p>This method assumes the
validity
of the number passed in has already been checked, and that
134
* <p>This method assumes the
validity
of the number passed in has already been checked.
161
* the
validity
of the number passed in.
180
* explicitly checks the
validity
of the number passed in.
/external/libvpx/libvpx/vp9/common/
vp9_seg_common.c
75
// TBD? Functions to read and write segment data with range /
validity
checking
Completed in 462 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>