| /external/icu/icu4c/source/test/cintltst/ |
| crelativedateformattest.c | 150 int32_t iOffset; 170 for (iOffset = 0; iOffset < kNumOffsets; iOffset++) { 174 if (itemPtr->unit >= UDAT_REL_UNIT_SUNDAY && offsets[iOffset] != -1.0 && offsets[iOffset] != 0.0 && offsets[iOffset] != 1.0) { 179 ulenget = ureldatefmt_format(reldatefmt, offsets[iOffset], itemPtr->unit, ubufget, kUBufMax, &status); 183 offsets[iOffset], (int)itemPtr->unit, myErrorName(status) ); 186 int32_t ulenexp = u_unescape(itemPtr->expectedResults[iOffset*2], ubufexp, kUBufMax) [all...] |
| /toolchain/binutils/binutils-2.27/opcodes/ |
| ns32k-dis.c | 445 /* Print an instruction operand of category given by d. IOFFSET is 457 int ioffset, 479 ioffset -= 5; 488 addr_mode = bit_extract (buffer, ioffset - 5, 5); 489 ioffset -= 5; 639 Ivalue = bit_extract (buffer, ioffset-4, 4); 642 ioffset -= 4; 645 Ivalue = bit_extract (buffer, ioffset-3, 3); 647 ioffset -= 3; 660 size = bit_extract(buffer, ioffset-6, 2) 736 int ioffset; \/* Bits into instruction. *\/ local [all...] |
| /external/pdfium/xfa/fxfa/parser/ |
| cxfa_measurement.cpp | 41 int32_t iOffset = (wsMeasure[0] == L'=') ? 1 : 0; 42 float fValue = FXSYS_wcstof(wsMeasure.unterminated_c_str() + iOffset, 43 wsMeasure.GetLength() - iOffset, &iUsedLen); 45 wsMeasure.Right(wsMeasure.GetLength() - (iOffset + iUsedLen)));
|
| /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/ |
| VersionStorage.java | 64 * @param iOffset into |in| to start the copy at. 67 public short setSlot(byte slot, byte[] in, short iOffset) { 78 Util.arrayCopy(in, iOffset,
|
| Storage.java | 400 * @param iOffset starting offset into incoming. 404 private short fillIncomingBuffer(APDU apdu, byte[] incoming, short iOffset, short available) { 410 incoming, (short)(sum + iOffset), available); 421 return (short)(sum + iOffset);
|
| /external/pdfium/core/fxcrt/ |
| cfx_seekablestreamproxy.h | 31 void Seek(From eSeek, FX_FILESIZE iOffset);
|
| cfx_seekablestreamproxy.cpp | 184 void CFX_SeekableStreamProxy::Seek(From eSeek, FX_FILESIZE iOffset) { 187 m_iPosition = iOffset; 191 new_pos += iOffset;
|
| /external/pdfium/core/fxcrt/css/ |
| cfx_cssdeclaration.h | 28 int32_t* iOffset,
|
| cfx_cssdeclaration.cpp | 207 int32_t* iOffset, 210 *iOffset = 0; 215 *iOffset = 1; 457 int32_t iOffset; 458 if (!ParseCSSString(pszValue, iValueLen, &iOffset, &iValueLen)) 465 WideString(pszValue + iOffset, iValueLen));
|
| /external/pdfium/fxjs/ |
| cjs_util.cpp | 89 int iOffset = 0; 92 while (iOffset != -1) { 93 iOffend = unsafe_fmt_string.find(L"%", iOffset + 1); 96 strSub = unsafe_fmt_string.substr(iOffset); 98 strSub = unsafe_fmt_string.substr(iOffset, iOffend - iOffset); 100 iOffset = iOffend;
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| tlogstg.h | 497 int iOffset, 555 int iOffset, 577 #define ITravelLogStg_GetRelativeEntry(This,iOffset,ptle) (This)->lpVtbl->GetRelativeEntry(This,iOffset,ptle) 608 static FORCEINLINE HRESULT ITravelLogStg_GetRelativeEntry(ITravelLogStg* This,int iOffset,ITravelLogEntry **ptle) { 609 return This->lpVtbl->GetRelativeEntry(This,iOffset,ptle); 674 int iOffset,
|
| shdeprecated.h | 139 virtual HRESULT WINAPI Travel(IUnknown *punk,int iOffset) = 0; 140 virtual HRESULT WINAPI GetTravelEntry(IUnknown *punk,int iOffset,ITravelEntry **ppte) = 0; 142 virtual HRESULT WINAPI GetToolTipText(IUnknown *punk,int iOffset,int idsTemplate,LPWSTR pwzText,DWORD cchText) = 0; 157 HRESULT (WINAPI *Travel)(ITravelLog *This,IUnknown *punk,int iOffset); 158 HRESULT (WINAPI *GetTravelEntry)(ITravelLog *This,IUnknown *punk,int iOffset,ITravelEntry **ppte); 160 HRESULT (WINAPI *GetToolTipText)(ITravelLog *This,IUnknown *punk,int iOffset,int idsTemplate,LPWSTR pwzText,DWORD cchText); 177 #define ITravelLog_Travel(This,punk,iOffset) (This)->lpVtbl->Travel(This,punk,iOffset) 178 #define ITravelLog_GetTravelEntry(This,punk,iOffset,ppte) (This)->lpVtbl->GetTravelEntry(This,punk,iOffset,ppte [all...] |
| /external/sonivox/jet_tools/JetCreator/ |
| JetSegGraph.py | 324 iOffset = 0
326 iOffset = self.iMidiModeStart
331 dc.DrawRectangle(self.iEdges + iOffset, gHeight-6, till, 3)
346 iOffset = 0
348 iOffset = self.iMidiModeStart
356 dc.DrawRectangle(self.iEdges + iOffset, gHeight-6, till, 3)
|
| /libcore/ojluni/src/main/java/sun/security/util/ |
| ObjectIdentifier.java | 495 * @param ioffset start point inside <code>in</code> 501 private static byte[] pack(byte[] in, int ioffset, int ilength, int iw, int ow) { 525 (((in[ioffset+ipos/iw]+256) // locate the byte (+256 so that it's never negative) 544 private static int pack7Oid(byte[] in, int ioffset, int ilength, byte[] out, int ooffset) { 545 byte[] pack = pack(in, ioffset, ilength, 8, 7); 564 private static int pack8(byte[] in, int ioffset, int ilength, byte[] out, int ooffset) { 565 byte[] pack = pack(in, ioffset, ilength, 7, 8);
|
| /external/pdfium/xfa/fgas/layout/ |
| cfx_rtfbreak.cpp | 492 int32_t iOffset = m_iLineWidth - iNetWidth; 509 int32_t k = iOffset / iGapChars; 512 iOffset -= k; 522 iOffset /= 2; 523 if (iOffset > 0) { 525 ttp.m_iStartPos += iOffset;
|
| cfx_txtbreak.cpp | 429 int32_t iOffset = m_iLineWidth - iNetWidth; 445 int32_t k = iOffset / iGapChars; 448 iOffset -= k; 459 iOffset /= 2; 461 if (iOffset > 0) { 463 ttp.m_iStartPos += iOffset;
|
| /external/libdrm/include/drm/ |
| nouveau_class.h | 380 __u64 ioffset; member in struct:nv50_channel_gpfifo_v0 397 __u64 ioffset; member in struct:kepler_channel_gpfifo_a_v0
|
| /cts/tests/tests/rscpp/librscpptest/ |
| rs_jni_allocation.cpp | 150 int iOffset = offset; 156 iOffset = offset * 3; 168 dst[iOffset + i] = (T)(-1); 179 if (dst[iOffset + i] != src[i]) {
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
| RelativeDateTimeFormatterTest.java | [all...] |
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| RelativeDateTimeFormatterTest.java | [all...] |
| /libcore/ojluni/src/main/java/java/net/ |
| DatagramPacket.java | 109 * {@code length} with offset {@code ioffset}to the 133 * {@code length} with offset {@code ioffset}to the
|
| /external/python/cpython2/Mac/Modules/mlte/ |
| _Mltemodule.c | 1026 TXNOffset iOffset; 1032 &iOffset)) 1035 iOffset, [all...] |
| /external/swiftshader/third_party/PowerVR_SDK/Tools/ |
| PVRTPrint3D.h | 390 PVRTint32 iOffset; /*!< Kerning offset (in pixels) */
|
| /external/sqlite/dist/orig/ |
| shell.c | [all...] |
| /external/sqlite/dist/ |
| shell.c | [all...] |