Searched defs:proposal (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-shape-plan.cc354 const hb_shape_plan_proposal_t *proposal)
356 if (proposal->num_user_features != shape_plan->num_user_features) return false;
357 for (unsigned int i = 0, n = proposal->num_user_features; i < n; i++)
358 if (proposal->user_features[i].tag != shape_plan->user_features[i].tag ||
359 proposal->user_features[i].value != shape_plan->user_features[i].value ||
360 proposal->user_features[i].start != shape_plan->user_features[i].start ||
361 proposal->user_features[i].end != shape_plan->user_features[i].end) return false;
367 const hb_shape_plan_proposal_t *proposal)
369 return hb_segment_properties_equal (&shape_plan->props, &proposal->props) &&
370 hb_shape_plan_user_features_match (shape_plan, proposal)
353 hb_shape_plan_user_features_match(const hb_shape_plan_t *shape_plan, const hb_shape_plan_proposal_t *proposal) argument
366 hb_shape_plan_matches(const hb_shape_plan_t *shape_plan, const hb_shape_plan_proposal_t *proposal) argument
414 hb_shape_plan_proposal_t proposal = { local
[all...]
/external/harfbuzz_ng/src/
H A Dhb-shape-plan.cc332 const hb_shape_plan_proposal_t *proposal)
334 if (proposal->num_user_features != shape_plan->num_user_features) return false;
335 for (unsigned int i = 0, n = proposal->num_user_features; i < n; i++)
336 if (proposal->user_features[i].tag != shape_plan->user_features[i].tag ||
337 proposal->user_features[i].value != shape_plan->user_features[i].value ||
338 proposal->user_features[i].start != shape_plan->user_features[i].start ||
339 proposal->user_features[i].end != shape_plan->user_features[i].end) return false;
345 const hb_shape_plan_proposal_t *proposal)
347 return hb_segment_properties_equal (&shape_plan->props, &proposal->props) &&
348 hb_shape_plan_user_features_match (shape_plan, proposal)
331 hb_shape_plan_user_features_match(const hb_shape_plan_t *shape_plan, const hb_shape_plan_proposal_t *proposal) argument
344 hb_shape_plan_matches(const hb_shape_plan_t *shape_plan, const hb_shape_plan_proposal_t *proposal) argument
386 hb_shape_plan_proposal_t proposal = { local
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dikev2.h33 struct ikev2_proposal_data proposal; member in struct:ikev2_initiator_data
/external/wpa_supplicant_8/src/eap_server/
H A Dikev2.h33 struct ikev2_proposal_data proposal; member in struct:ikev2_initiator_data
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dikev2.h33 struct ikev2_proposal_data proposal; member in struct:ikev2_initiator_data
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DAbstractTextPropertyEditor.java138 public void proposalAccepted(IContentProposal proposal) { argument
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dikev2.h34 struct ikev2_proposal_data proposal; member in struct:ikev2_responder_data
/external/wpa_supplicant_8/src/eap_peer/
H A Dikev2.h34 struct ikev2_proposal_data proposal; member in struct:ikev2_responder_data
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dikev2.h34 struct ikev2_proposal_data proposal; member in struct:ikev2_responder_data
/external/ipsec-tools/src/racoon/
H A Dremoteconf.h117 struct isakmpsa *proposal; /* proposal list */ member in struct:remoteconf
H A Dhandler.h289 struct saprop *proposal; /* SA(s) proposal. */ member in struct:ph2handle
291 caddr_t spidx_gen; /* policy from peer's proposal */
H A Dipsec_doi.c78 #include "proposal.h"
172 * the pointer to one of isakmpsa in proposal is set into iph1->approval.
186 /* get proposal pair */
231 /* compare proposal and select one */
234 iph1->rmconf->proposal, &tsa,
242 * if there is no suitable proposal, racoon complains about all of
243 * mismatched items in those proposal.
254 iph1->rmconf->proposal);
259 plog(LLV_ERROR, LOCATION, NULL, "no suitable proposal found.\n");
264 plog(LLV_DEBUG, LOCATION, NULL, "an acceptable proposal foun
3161 struct saprop *proposal, *a; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 313 milliseconds