HomeSort by relevance Sort by last modified time
    Searched refs:Validation (Results 1 - 17 of 17) sorted by null

  /system/netd/server/
ResolverController.cpp 108 // Structure for tracking the validation status of servers on a specific netid.
109 // Servers that fail validation are removed from the tracker, and can be retried.
110 enum class Validation : bool { in_process, success };
111 typedef std::map<PrivateDnsServer, Validation> PrivateDnsTracker;
163 tracker[privateServer] = Validation::in_process;
172 ALOGW("netId %u was erased during private DNS validation", netId);
177 ALOGW("Server was removed during private DNS validation");
181 tracker[privateServer] = Validation::success;
183 // Validation failure is expected if a user is on a captive portal.
184 // TODO: Trigger a second validation attempt after captive portal logi
    [all...]
  /external/nist-pkits/
extract-pkits-tests.pl 135 if ($_ =~ /^\s*4 Certification Path Validation Tests$/) {
  /external/vulkan-validation-layers/
CONTRIBUTING.md 7 In general, the canonical Vulkan Loader and Validation Layers sources are in the Khronos repository,
20 The Vulkan validation layers are one of the larger and more important components in this repository.
22 there are always opportunities for anyone to help by contributing additional validation layer checks
23 and tests for these validation checks.
30 Please see the [section about Validation Layers](#special-considerations-for-validation-layers)
82 #### **Special Considerations for Validation Layers**
83 If you are submitting a change that adds a new validation check, you should also construct a "negative" test function.
84 The negative test function purposely violates the validation rule that the new validation check is looking for
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
BindingGraphValidator.java 138 private class Validation {
143 Validation(BindingGraph topLevelGraph, BindingGraph subject) {
150 Validation(BindingGraph topLevelGraph) {
185 Validation subgraphValidation =
186 new Validation(topLevelGraph, subgraph);
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceOperand.cpp 176 bool Validation = overlaps(Temp);
177 (void)Validation;
178 assert(Result == Validation);
  /external/deqp/framework/common/
tcuCommandLine.cpp 88 DE_DECLARE_COMMAND_LINE_OPT(Validation, bool);
175 << Option<Validation> (DE_NULL, "deqp-validation", "Enable or disable test case validation", s_enableNames, "disable");
822 bool CommandLine::isValidationEnabled (void) const { return m_cmdLine.getOption<opt::Validation>(); }
  /external/libxml2/doc/
search.php 45 <li><a href="xmldtd.html">Validation &amp; DTDs</a></li>
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 285 #region Validation
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
verify_test.go 183 // CryptoAPI can find alternative validation paths so we don't
184 // perform this test with system validation.
217 // CryptoAPI can find alternative validation paths so we don't
218 // perform this test with system validation.
225 "COMODO RSA Extended Validation Secure Server CA",
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
verify_test.go 183 // CryptoAPI can find alternative validation paths so we don't
184 // perform this test with system validation.
217 // CryptoAPI can find alternative validation paths so we don't
218 // perform this test with system validation.
225 "COMODO RSA Extended Validation Secure Server CA",
    [all...]
  /external/libxml2/
runtest.c     [all...]
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /prebuilts/tools/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/
firebase-client-jvm-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 2380 milliseconds