Home
last modified time | relevance | path

Searched refs:remain (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/external/libmtp/src/
Dutil.c74 uint32_t remain = n; in data_dump_ascii() local
80 while (remain) { in data_dump_ascii()
83 ln = ( remain > 16 ) ? 16 : remain; in data_dump_ascii()
104 remain -= ln; in data_dump_ascii()
/external/mdnsresponder/mDNSPosix/
DIdentify.c189 struct timeval now, remain = end; in WaitForAnswer() local
194 if (remain.tv_usec < now.tv_usec) { remain.tv_usec += 1000000; remain.tv_sec--; } in WaitForAnswer()
195 if (remain.tv_sec < now.tv_sec) in WaitForAnswer()
200 remain.tv_usec -= now.tv_usec; in WaitForAnswer()
201 remain.tv_sec -= now.tv_sec; in WaitForAnswer()
202 mDNSPosixGetFDSet(m, &nfds, &readfds, &remain); in WaitForAnswer()
203 result = select(nfds, &readfds, NULL, NULL, &remain); in WaitForAnswer()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
DbtBulletFile.cpp126 int remain = mFileLen; in parseData() local
129 remain-=12; in parseData()
238 remain-=seek; in parseData()
239 if (remain<=0) in parseData()
/external/mesa3d/src/mesa/main/
Dtexcompress_cpal.c86 GLuint remain, i; in paletted_to_color() local
93 remain = num_pixels % 2; in paletted_to_color()
98 if (remain) { in paletted_to_color()
/external/autotest/client/site_tests/graphics_VTSwitch/
Dcontrol.10012 - VT1 does not remain the same between VT switches.
13 - VT2 does not remain the same between VT switches.
Dcontrol12 - VT1 does not remain the same between VT switches.
13 - VT2 does not remain the same between VT switches.
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_utility.cc266 const ptrdiff_t remain = _ptrRTPDataEnd - ptr; in Parse() local
267 if (remain < 4) { in Parse()
281 if (static_cast<size_t>(remain) < (4 + XLen)) { in Parse()
/external/google-breakpad/src/client/windows/crash_generation/
DReadMe.txt11 | Always remain in ERROR state.
21 | If I/O is still incomplete, remain in the CONNECTING
/external/ltrace/testsuite/ltrace.minor/
Dtime-record.c15 struct timespec request, remain; in main() local
/external/archive-patcher/
DREADME.android5 intended to be used on Android. Only /shared and /applier remain.
/external/webrtc/webrtc/api/objc/
DREADME3 deprecated, but will remain for the time being.
/external/autotest/client/common_lib/
Dbase_barrier_unittest.py67 remain = b._remaining()
68 self.assertEqual(remain, 100)
Dbarrier_unittest.disabled77 remain = b._remaining()
78 self.assertEqual(remain, 100)
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DAnimationController.java181 final float remain = current.update(delta);
182 if (remain != 0f && queued != null) {
186 update(remain);
/external/curl/docs/libcurl/
DABI22 the ABI at all. Your application can remain using libcurl just as before,
42 applications built against the previous ABI version will remain working and
/external/llvm/test/Transforms/GlobalOpt/
Dstorepointer-compare.ll5 ; direct. The global will still remain, but indirect call elim is still good.
/external/libdivsufsort/lib/
Dtrsort.c195 saidx_t remain; member
204 budget->remain = budget->incval = incval; in trbudget_init()
210 if(size <= budget->remain) { budget->remain -= size; return 1; } in trbudget_check()
212 budget->remain += budget->incval - size; in trbudget_check()
/external/llvm/test/MC/Disassembler/ARM/
Dthumb2-v8.txt8 # These are the only coprocessor instructions that remain defined in ARMv8
/external/llvm/test/Transforms/TailCallElim/
DEraseBB.ll7 ; CHECK-NOT: Uses remain when a value is destroyed
/external/autotest/client/site_tests/desktopui_Respawn/
Dcontrol19 ensure that these values remain the same over time. The values are
/external/llvm/test/Linker/
Ddistinct.ll3 ; Test that distinct nodes from other modules remain distinct. The @global
/external/autotest/client/site_tests/platform_TPMEvict/
Dcontrol17 This test verifies that PKCS #11 services remain functional when the TPM is
/external/autotest/server/site_tests/firmware_DevModeStress/
Dcontrol10 CRITERIA = "This test will fail if firmware does not remain in developer mode"
/external/autotest/server/site_tests/network_WiFi_LowInitialBitrates/
Dcontrol15 WiFi bitrates remain low. Lower bitrates trade speed for resiliency. In
/external/autotest/server/site_tests/desktopui_CrashyRebootServer/
Dcontrol19 remain up.

12345678910>>...20