HomeSort by relevance Sort by last modified time
    Searched defs:proposal (Results 1 - 8 of 8) sorted by null

  /external/harfbuzz_ng/src/
hb-shape-plan.cc 332 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) &
386 hb_shape_plan_proposal_t proposal = { local
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-shape-plan.cc 354 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) &
414 hb_shape_plan_proposal_t proposal = { local
    [all...]
  /external/ipsec-tools/src/racoon/
remoteconf.h 117 struct isakmpsa *proposal; /* proposal list */ member in struct:remoteconf
handler.h 289 struct saprop *proposal; /* SA(s) proposal. */ member in struct:ph2handle
291 caddr_t spidx_gen; /* policy from peer's proposal */
ipsec_doi.c 78 #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 found.\n")
3161 struct saprop *proposal, *a; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 

Completed in 430 milliseconds