HomeSort by relevance Sort by last modified time
    Searched defs:opp (Results 26 - 41 of 41) sorted by null

12

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java 33 package com.android.bluetooth.opp;
54 * This provider allows application to interact with Bluetooth OPP manager
94 sURIMatcher.addURI("com.android.bluetooth.opp", "btopp", SHARES);
95 sURIMatcher.addURI("com.android.bluetooth.opp", "btopp/#", SHARES_ID);
BluetoothOppTransferActivity.java 33 package com.android.bluetooth.opp;
BluetoothOppUtility.java 33 package com.android.bluetooth.opp;
58 * This class has some utilities for Opp application;
Constants.java 33 package com.android.bluetooth.opp;
47 * Bluetooth OPP internal constants definition
BluetoothOppManager.java 33 package com.android.bluetooth.opp;
57 * layer components; Also it handles some Opp application level variables. It's
113 // A list of devices that may send files over OPP to this device
422 * Insert multiple sending sessions to db, only used by Opp application.
453 * Insert single sending session to db, only used by Opp application.
BluetoothOppNotification.java 33 package com.android.bluetooth.opp;
BluetoothOppObexClientSession.java 33 package com.android.bluetooth.opp;
BluetoothOppObexServerSession.java 33 package com.android.bluetooth.opp;
BluetoothOppTransfer.java 33 package com.android.bluetooth.opp;
67 * This class run an actual Opp transfer session (from connect target device to
TestActivity.java 33 package com.android.bluetooth.opp;
BluetoothOppService.java 33 package com.android.bluetooth.opp;
65 * Performs the background Bluetooth OPP transfer. It also starts thread to
66 * accept incoming OPP connection.
143 throw new UnsupportedOperationException("Cannot bind to Bluetooth OPP Service");
286 Log.w(TAG, "OPP busy! Reject connection");
296 Log.i(TAG, "OPP busy! Retry after 1 second");
322 Log.i(TAG, "OPP busy! Retry after 1 second");
    [all...]
  /external/skia/src/pathops/
SkPathOpsCubic.cpp 167 double opp = endPt[1]->fY - origY; local
170 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp;
172 double sign2 = (fPts[oddMan2].fY - origY) * adj - (fPts[oddMan2].fX - origX) * opp;
185 double test = (pts[n].fY - origY) * adj - (pts[n].fX - origX) * opp;
SkOpSegment.cpp 218 SkOpPtT* SkOpSegment::addMissing(double t, SkOpSegment* opp, SkChunkAlloc* allocator) {
231 if (existing && existing->contains(opp)) {
541 The Opp variable name part designates that the value is for the Opposite operator.
836 bool SkOpSegment::isClose(double t, const SkOpSegment* opp) const {
841 (*CurveIntersectRay[opp->verb()])(opp->pts(), opp->weight(), perp, &i);
1098 SkOpSegment* opp = ptT->segment(); local
1125 SkOpSegment* opp = ptT->span()->segment(); local
    [all...]
SkPathOpsTSect.h 98 SkTSpan<OppCurve, TCurve>* findOppSpan(const SkTSpan<OppCurve, TCurve>* opp) const;
130 bool onlyEndPointsInCommon(const SkTSpan<OppCurve, TCurve>* opp, bool* start,
138 bool removeBounded(const SkTSpan<OppCurve, TCurve>* opp);
168 int hullCheck(const SkTSpan<OppCurve, TCurve>* opp, bool* start, bool* oppStart);
268 int intersects(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp,
270 int linesIntersect(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp,
278 void removeByPerpendicular(SkTSect<OppCurve, TCurve>* opp);
282 SkTSect<OppCurve, TCurve>* opp);
285 void removeSpans(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp);
288 void trim(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp);
384 SkTSpan<TCurve, OppCurve>* opp = this->spanAtT(t, &priorSpan); local
589 double opp = fPart[end].fY - origY; local
667 SkTSpan<OppCurve, TCurve>* opp = bounded->fBounded; local
857 const OppCurve& opp = sect2->fCurve; local
974 const OppCurve& opp = sect2->fCurve; local
    [all...]
  /external/tcpdump/
print-icmp6.c 672 const struct nd_opt_prefix_info *opp; local
717 opp = (struct nd_opt_prefix_info *)op;
718 TCHECK(opp->nd_opt_pi_prefix);
720 ip6addr_string(&opp->nd_opt_pi_prefix),
721 opp->nd_opt_pi_prefix_len,
723 bittok2str(icmp6_opt_pi_flag_values, "none", opp->nd_opt_pi_flags_reserved),
724 get_lifetime(EXTRACT_32BITS(&opp->nd_opt_pi_valid_time)));
725 printf(", pref. time %s", get_lifetime(EXTRACT_32BITS(&opp->nd_opt_pi_preferred_time)));
    [all...]
  /external/blktrace/btt/
output.c 863 struct __op *opp = arg; local
864 output_regions(opp->ofp, pip->name, &pip->regions, opp->base);
865 opp->base += 1.0;

Completed in 1194 milliseconds

12