Home
last modified time | relevance | path

Searched refs:resid (Results 1 – 25 of 57) sorted by relevance

123

/external/strace/tests-m32/
Dioctl_sg_io_v3.c107 sg_io->resid, in main()
150 sg_io->resid, in main()
215 sg_io->resid, in main()
220 sg_io->resid = sg_io->dxfer_len + 1; in main()
265 sg_io->resid, in main()
272 sg_io->resid = 1; in main()
273 sg_io->dxferp = (void *) efault - (sg_io->dxfer_len - sg_io->resid); in main()
314 sg_io->resid, in main()
320 sg_io->resid = 1; in main()
363 sg_io->resid, in main()
[all …]
/external/strace/tests-mx32/
Dioctl_sg_io_v3.c107 sg_io->resid, in main()
150 sg_io->resid, in main()
215 sg_io->resid, in main()
220 sg_io->resid = sg_io->dxfer_len + 1; in main()
265 sg_io->resid, in main()
272 sg_io->resid = 1; in main()
273 sg_io->dxferp = (void *) efault - (sg_io->dxfer_len - sg_io->resid); in main()
314 sg_io->resid, in main()
320 sg_io->resid = 1; in main()
363 sg_io->resid, in main()
[all …]
/external/strace/tests/
Dioctl_sg_io_v3.c107 sg_io->resid, in main()
150 sg_io->resid, in main()
215 sg_io->resid, in main()
220 sg_io->resid = sg_io->dxfer_len + 1; in main()
265 sg_io->resid, in main()
272 sg_io->resid = 1; in main()
273 sg_io->dxferp = (void *) efault - (sg_io->dxfer_len - sg_io->resid); in main()
314 sg_io->resid, in main()
320 sg_io->resid = 1; in main()
363 sg_io->resid, in main()
[all …]
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_cmds_basic2.c278 int res, ret, k, sense_cat, resid; in sg_ll_mode_sense6() local
306 resid = get_scsi_pt_resid(ptvp); in sg_ll_mode_sense6()
338 if (resid > 0) { in sg_ll_mode_sense6()
339 if (resid > mx_resp_len) { in sg_ll_mode_sense6()
341 cdb_name_s, resid, mx_resp_len); in sg_ll_mode_sense6()
345 memset((unsigned char *)resp + (mx_resp_len - resid), 0, resid); in sg_ll_mode_sense6()
375 int res, ret, k, sense_cat, resid; in sg_ll_mode_sense10_v2() local
407 resid = get_scsi_pt_resid(ptvp); in sg_ll_mode_sense10_v2()
409 *residp = resid; in sg_ll_mode_sense10_v2()
441 if (resid > 0) { in sg_ll_mode_sense10_v2()
[all …]
Dsg_cmds_basic.c119 sg_cmds_process_helper(const char * leadin, int mx_di_len, int resid, in sg_cmds_process_helper() argument
162 if ((mx_di_len > 0) && (resid > 0)) { in sg_cmds_process_helper()
163 got = mx_di_len - resid; in sg_cmds_process_helper()
190 int got, cat, duration, slen, resid, resp_code, sstat; in sg_cmds_process_resp() local
224 resid = (mx_di_len > 0) ? get_scsi_pt_resid(ptvp) : 0; in sg_cmds_process_resp()
242 got = mx_di_len - resid; in sg_cmds_process_resp()
243 if ((verbose > 1) && (resid != 0)) in sg_cmds_process_resp()
288 return sg_cmds_process_helper(leadin, mx_di_len, resid, sbp, slen, in sg_cmds_process_resp()
302 return sg_cmds_process_helper(leadin, mx_di_len, resid, sbp, in sg_cmds_process_resp()
341 int res, ret, k, sense_cat, resid; in sg_ll_inquiry_com() local
[all …]
/external/python/cpython2/Mac/Demo/PICTbrowse/
DPICTbrowse.py46 def showPICT(self, resid): argument
48 w.open(resid)
65 def open(self, (resid, resname)): argument
67 resname = '#%r' % (resid,)
68 self.resid = resid
69 picture = Qd.GetPicture(self.resid)
130 for resid in selection:
131 self.parent.showPICT(resid)
Dcicnbrowse.py50 def showCIcon(self, resid): argument
52 w.open(resid)
69 def open(self, (resid, resname)): argument
71 resname = '#%r' % (resid,)
72 self.resid = resid
73 self.picture = Icn.GetCIcon(self.resid)
151 for resid in selection:
152 self.parent.showCIcon(resid)
DoldPICTbrowse.py45 def showPICT(self, resid): argument
47 w.open(resid)
64 def open(self, (resid, resname)): argument
66 resname = '#%r' % (resid,)
67 self.resid = resid
68 picture = Qd.GetPicture(self.resid)
137 for resid in selection:
138 self.parent.showPICT(resid)
DPICTbrowse2.py50 def showPICT(self, resid): argument
52 w.open(resid)
69 def open(self, (resid, resname)): argument
71 resname = '#%r' % (resid,)
72 self.resid = resid
73 self.picture = Qd.GetPicture(self.resid)
152 for resid in selection:
153 self.parent.showPICT(resid)
DICONbrowse.py50 def showICON(self, resid): argument
52 w.open(resid)
69 def open(self, (resid, resname)): argument
71 resname = '#%r' % (resid,)
72 self.resid = resid
73 self.picture = Icn.GetIcon(self.resid)
151 for resid in selection:
152 self.parent.showICON(resid)
/external/python/cpython2/Lib/plat-mac/
Dmacresource.py15 def need(restype, resid, filename=None, modname=None): argument
27 if type(resid) is type(1):
29 h = Res.GetResource(restype, resid)
36 h = Res.GetNamedResource(restype, resid)
71 if type(resid) is type(1):
72 h = Res.GetResource(restype, resid)
74 h = Res.GetNamedResource(restype, resid)
/external/eigen/unsupported/Eigen/src/Eigenvalues/
DArpackSelfAdjointEigenSolver.h427 Scalar *resid = new Scalar[n]; in compute() local
509 internal::arpack_wrapper<Scalar, RealScalar>::saupd(&ido, bmat, &n, whch, &nev, &tol, resid, in compute()
603 … &sigma, bmat, &n, whch, &nev, &tol, resid, &ncv, in compute()
639 delete[] resid; in compute()
650 int *nev, float *tol, float *resid, int *ncv,
658 float *tol, float *resid, int *ncv, float *v,
665 int *nev, double *tol, double *resid, int *ncv,
673 double *tol, double *resid, int *ncv, double *v,
683 int *nev, RealScalar *tol, Scalar *resid, int *ncv, in saupd()
693 RealScalar *tol, Scalar *resid, int *ncv, Scalar *v, in seupd()
[all …]
/external/strace/
Dsg_io_v3.c133 if (sg_io.resid > 0 && (unsigned int) sg_io.resid <= din_len) in decode_response()
134 din_len -= sg_io.resid; in decode_response()
154 PRINT_FIELD_D(", ", sg_io, resid); in decode_response()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTextView.java65 public void setTextAppearance(Context context, int resid) { in setTextAppearance() argument
66 textAppearanceId = resid; in setTextAppearance()
67 directlyOn(realTextView, TextView.class).setTextAppearance(context, resid); in setTextAppearance()
DShadowAssetManager.java1073 public String getResourceName(int resid) { in getResourceName() argument
1074 return getResName(resid).getFullyQualifiedName(); in getResourceName()
1078 public String getResourcePackageName(int resid) { in getResourcePackageName() argument
1079 return getResName(resid).packageName; in getResourcePackageName()
1083 public String getResourceTypeName(int resid) { in getResourceTypeName() argument
1084 return getResName(resid).type; in getResourceTypeName()
1088 public String getResourceEntryName(int resid) { in getResourceEntryName() argument
1089 return getResName(resid).name; in getResourceEntryName()
/external/python/cpython2/Lib/
Dplistlib.py114 def readPlistFromResource(path, restype='plst', resid=0): argument
125 plistData = Res.Get1Resource(restype, resid).data
130 def writePlistToResource(rootObject, path, restype='plst', resid=0): argument
142 Res.Get1Resource(restype, resid).RemoveResource()
146 res.AddResource(restype, resid, '')
/external/fio/engines/
Dwindowsaio.c348 io_u->resid = io_u->xfer_buflen; in fio_windowsaio_queue()
360 io_u->resid = io_u->xfer_buflen; in fio_windowsaio_queue()
388 io_u->resid = io_u->xfer_buflen - ovl->InternalHigh; in IoCompletionRoutine()
391 io_u->resid = io_u->xfer_buflen; in IoCompletionRoutine()
Dposixaio.c134 io_u->resid = io_u->xfer_buflen; in fio_posixaio_getevents()
138 io_u->resid = io_u->xfer_buflen - retval; in fio_posixaio_getevents()
Dsg.c353 io_u->resid = hdr->resid; in fio_sgio_queue()
755 if (hdr->resid != 0) { in fio_sgio_errdetails()
756 …snprintf(msgchunk, MAXMSGCHUNK, "SG Driver: %d bytes out of %d not transferred. ", hdr->resid, hdr… in fio_sgio_errdetails()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowResources.java223 …public TypedArray obtainStyledAttributes(int resid, int[] attrs) throws android.content.res.Resour… in obtainStyledAttributes() argument
233 public boolean resolveAttribute (int resid, TypedValue outValue, boolean resolveRefs) { in resolveAttribute() argument
234 TypedValue foundValue = attrMap.get(resid); in resolveAttribute()
DShadowContext.java70 int resid, int[] attrs) throws Resources.NotFoundException { in obtainStyledAttributes() argument
71 return getTheme().obtainStyledAttributes(resid, attrs); in obtainStyledAttributes()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/content/pm/
DStubPackageManager.java182 @Override public Drawable getDrawable(String packageName, int resid, ApplicationInfo appInfo) { in getDrawable() argument
222 @Override public CharSequence getText(String packageName, int resid, ApplicationInfo appInfo) { in getText() argument
226 …@Override public XmlResourceParser getXml(String packageName, int resid, ApplicationInfo appInfo) { in getXml() argument
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dfactorization_ops_test_utils.py143 resid = sparse_ops.sparse_add(input_mat, sp_approx * (-1))
144 resid_sq = math_ops.square(resid)
/external/python/cpython2/Mac/Modules/
DMacOS.c506 int resid = -1; in MacOS_splash() local
515 if (!PyArg_ParseTuple(args, "|i", &resid)) in MacOS_splash()
520 if ( resid != -1 ) { in MacOS_splash()
521 curdialog = GetNewDialog(resid, NULL, (WindowPtr)-1); in MacOS_splash()
/external/python/cpython2/Doc/library/
Dplistlib.rst77 .. function:: readPlistFromResource(path, restype='plst', resid=0)
87 .. function:: writePlistToResource(rootObject, path, restype='plst', resid=0)

123