Home
last modified time | relevance | path

Searched refs:recommendation (Results 1 – 25 of 63) sorted by relevance

123

/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/
DQualifiedRecommendation.java36 private final Recommendation recommendation; field in QualifiedRecommendation
53 Recommendation recommendation, in QualifiedRecommendation() argument
58 this.recommendation = recommendation; in QualifiedRecommendation()
83 return recommendation; in getRecommendation()
101 result = prime * result + ((recommendation == null) ? 0 : recommendation.hashCode()); in hashCode()
134 if (recommendation != other.recommendation) { in equals()
147 + recommendation in toString()
DPreDiffPlanner.java113 for (QualifiedRecommendation recommendation : recommendations) { in generatePreDiffPlan()
114 if (recommendation.getRecommendation().uncompressOldEntry) { in generatePreDiffPlan()
115 long offset = recommendation.getOldEntry().getFileOffsetOfCompressedData(); in generatePreDiffPlan()
116 long length = recommendation.getOldEntry().getCompressedSize(); in generatePreDiffPlan()
120 if (recommendation.getRecommendation().uncompressNewEntry) { in generatePreDiffPlan()
121 long offset = recommendation.getNewEntry().getFileOffsetOfCompressedData(); in generatePreDiffPlan()
122 long length = recommendation.getNewEntry().getCompressedSize(); in generatePreDiffPlan()
125 new ByteArrayHolder(recommendation.getNewEntry().getFileNameBytes())); in generatePreDiffPlan()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_tnc.c21 enum { ALLOW, ISOLATE, NO_ACCESS, NO_RECOMMENDATION } recommendation; member
177 switch (data->recommendation) { in eap_tnc_build_recommendation()
370 data->recommendation = ALLOW; in tncs_process()
375 data->recommendation = NO_RECOMMENDATION; in tncs_process()
380 data->recommendation = ISOLATE; in tncs_process()
385 data->recommendation = NO_ACCESS; in tncs_process()
Dtncs.c82 enum IMV_Action_Recommendation recommendation; member
88 enum IMV_Action_Recommendation recommendation; member
237 TNC_IMV_Action_Recommendation recommendation, in TNC_TNCS_ProvideRecommendation() argument
245 (unsigned long) recommendation, (unsigned long) evaluation); in TNC_TNCS_ProvideRecommendation()
254 tncs->imv_data[imvID].recommendation = recommendation; in TNC_TNCS_ProvideRecommendation()
710 irec = tncs->imv_data[imv->imvID].recommendation; in tncs_derive_recommendation()
722 tncs->recommendation = rec; in tncs_derive_recommendation()
/external/python/cpython2/Misc/
Ddevelopers.txt27 at recommendation by Antoine Pitrou and Raymond Hettinger.
39 on recommendation by Jesse Noller, for work on the multiprocessing
73 MvL, based on Antoine Pitrou's recommendation.
79 Andrew Kuchling, based on Brett Cannon's recommendation.
82 at recommendation by Mark Dickinson and Amaury Forgeot d'Arc.
103 recommendation by BAC.
106 after recommendation by GvR.
114 - Antoine Pitrou was given SVN access on July 16 2008, by recommendation
/external/autotest/site_utils/
Dlab_inventory.py700 recommendation = None
715 if recommendation is None or lab_score > best_score:
716 recommendation = lab_slice
724 if recommendation:
725 for h in recommendation:
/external/grpc-grpc-java/testing/src/main/resources/certs/
Dopenssl.cnf118 # pkix : PrintableString, BMPString (PKIX recommendation before 2004)
119 # utf8only: only UTF8Strings (PKIX recommendation after 2004).
231 # PKIX recommendation.
251 # Include email address in subject alt name: another PKIX recommendation
/external/python/cpython2/Doc/library/
Dxml.dom.rst34 DOM Level 2 recommendation.
77 The W3C recommendation upon which the Python DOM API is based.
80 The W3C recommendation for the DOM supported by :mod:`xml.dom.minidom`.
422 two ways in the DOM Core recommendation: an :class:`Element` object provides
427 The DOM Level 2 recommendation defines one method and one attribute for these
501 (others are ignored as required by the XML recommendation). This may be
510 (others are ignored as required by the XML recommendation). This may be
828 The DOM Level 2 recommendation defines a single exception, :exc:`DOMException`,
879 not permitted in the context it's being used in by the XML 1.0 recommendation.
899 recommendation, this exception is raised.
[all …]
Dxmllib.rst275 proposed recommendation.
293 This World Wide Web Consortium recommendation describes the proper syntax and
/external/googletest/googletest/xcode/Config/
DReleaseProject.xcconfig15 // Optimize for space and size (Apple recommendation)
/external/dagger2/examples/android-simple/
DREADME.md17 example as a strong recommendation._
/external/google-breakpad/src/testing/gtest/xcode/Config/
DReleaseProject.xcconfig15 // Optimize for space and size (Apple recommendation)
/external/wpa_supplicant_8/src/common/
Dtnc.h52 TNC_IMV_Action_Recommendation recommendation,
/external/python/cpython3/Doc/library/
Dxml.dom.rst35 DOM Level 2 recommendation.
71 The W3C recommendation upon which the Python DOM API is based.
74 The W3C recommendation for the DOM supported by :mod:`xml.dom.minidom`.
407 two ways in the DOM Core recommendation: an :class:`Element` object provides
412 The DOM Level 2 recommendation defines one method and one attribute for these
486 (others are ignored as required by the XML recommendation). This may be
495 (others are ignored as required by the XML recommendation). This may be
811 The DOM Level 2 recommendation defines a single exception, :exc:`DOMException`,
862 not permitted in the context it's being used in by the XML 1.0 recommendation.
882 recommendation, this exception is raised.
[all …]
/external/dagger2/examples/android-activity-graphs/
DREADME.md24 example as a strong recommendation._
/external/tensorflow/tensorflow/core/example/
Dfeature.proto15 // Example Features for a movie recommendation application:
Dexample.proto27 // An Example for a movie recommendation application:
99 // Below is a SequenceExample for a movie recommendation application recording a
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
Dtpmtoken_import_openssl.cnf221 # PKIX recommendation.
241 # Include email address in subject alt name: another PKIX recommendation
/external/parameter-framework/upstream/test/catch/
DCMakeLists.txt30 # TODO Use gtest as it is the team recommendation
/external/googletest/googletest/docs/
DPkgconfig.md45 `target_compile_definitions()` might still miss this). The same recommendation
/external/eigen/doc/
DCustomizingEigen_CustomScalar.dox62 …pivots with a more compact representation (this is an example, not a recommendation). Note that th…
/external/openssh/
DPROTOCOL.chacha20poly130590 rekeying every 1GB of data sent or received. If this recommendation
/external/wycheproof/doc/
Drsa.md9 recommendation of [NIST SP 800-57] part1 revision 4, Table 2, page 53. NIST
/external/clang/test/Analysis/
Dsecurity-syntax-checks.m41 // Part of recommendation: 300-BSI (buildsecurityin.us-cert.gov)
/external/zlib/src/doc/
Drfc1952.txt423 ITU-T recommendation V.42. (See http://www.iso.ch for
492 [3] ITU-T recommendation V.42

123