HomeSort by relevance Sort by last modified time
    Searched refs:tempPos (Results 1 - 20 of 20) sorted by null

  /external/lzma/C/
Bcj2Enc.c 48 p->tempPos = 0;
247 PRF(printf("---- ip = %8d tempPos = %8d src = %8d\n", p->ip, p->tempPos, p->srcLim - p->src));
249 if (p->tempPos != 0)
260 p->srcLim = p->temp + p->tempPos;
264 PRF(printf(" ip = %8d tempPos = %8d src = %8d\n", p->ip, p->tempPos, p->srcLim - p->src));
270 unsigned tempPos = p->tempPos - num;
272 p->tempPos = tempPos;
    [all...]
Bcj2.h 123 unsigned tempPos;
134 #define Bcj2Enc_Get_InputData_Size(p) ((SizeT)((p)->srcLim - (p)->src) + (p)->tempPos)
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 534 size_t tempPos = 0;
551 PrintSpacesToString(temp + tempPos, f.PrefixSpacesWidth);
552 tempPos += f.PrefixSpacesWidth;
644 GetAttribString((prop.vt == VT_EMPTY) ? 0 : prop.ulVal, IsDir, techMode, temp + tempPos);
646 g_StdOut << temp + tempPos;
648 tempPos += strlen(temp + tempPos);
654 PrintSpacesToString(temp + tempPos, width);
655 tempPos += width;
660 PrintTime(temp + tempPos, &prop.filetime);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
PduParser.java     [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduParser.java     [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduParser.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduParser.java     [all...]
  /external/lzma/CPP/7zip/Compress/
Bcj2Coder.cpp 237 currentInPos = totalStreamRead - numBytes_in_ReadBuf + (enc.src - _bufs[BCJ2_NUM_STREAMS]) - enc.tempPos;
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 224 milliseconds