/external/libmtp/src/ |
D | util.c | 74 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/ |
D | Identify.c | 189 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/ |
D | btBulletFile.cpp | 126 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/ |
D | texcompress_cpal.c | 86 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/ |
D | control.100 | 12 - VT1 does not remain the same between VT switches. 13 - VT2 does not remain the same between VT switches.
|
D | control | 12 - 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/ |
D | rtp_utility.cc | 266 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/ |
D | ReadMe.txt | 11 | Always remain in ERROR state. 21 | If I/O is still incomplete, remain in the CONNECTING
|
/external/ltrace/testsuite/ltrace.minor/ |
D | time-record.c | 15 struct timespec request, remain; in main() local
|
/external/archive-patcher/ |
D | README.android | 5 intended to be used on Android. Only /shared and /applier remain.
|
/external/webrtc/webrtc/api/objc/ |
D | README | 3 deprecated, but will remain for the time being.
|
/external/autotest/client/common_lib/ |
D | base_barrier_unittest.py | 67 remain = b._remaining() 68 self.assertEqual(remain, 100)
|
D | barrier_unittest.disabled | 77 remain = b._remaining() 78 self.assertEqual(remain, 100)
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/ |
D | AnimationController.java | 181 final float remain = current.update(delta); 182 if (remain != 0f && queued != null) { 186 update(remain);
|
/external/curl/docs/libcurl/ |
D | ABI | 22 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/ |
D | storepointer-compare.ll | 5 ; direct. The global will still remain, but indirect call elim is still good.
|
/external/libdivsufsort/lib/ |
D | trsort.c | 195 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/ |
D | thumb2-v8.txt | 8 # These are the only coprocessor instructions that remain defined in ARMv8
|
/external/llvm/test/Transforms/TailCallElim/ |
D | EraseBB.ll | 7 ; CHECK-NOT: Uses remain when a value is destroyed
|
/external/autotest/client/site_tests/desktopui_Respawn/ |
D | control | 19 ensure that these values remain the same over time. The values are
|
/external/llvm/test/Linker/ |
D | distinct.ll | 3 ; Test that distinct nodes from other modules remain distinct. The @global
|
/external/autotest/client/site_tests/platform_TPMEvict/ |
D | control | 17 This test verifies that PKCS #11 services remain functional when the TPM is
|
/external/autotest/server/site_tests/firmware_DevModeStress/ |
D | control | 10 CRITERIA = "This test will fail if firmware does not remain in developer mode"
|
/external/autotest/server/site_tests/network_WiFi_LowInitialBitrates/ |
D | control | 15 WiFi bitrates remain low. Lower bitrates trade speed for resiliency. In
|
/external/autotest/server/site_tests/desktopui_CrashyRebootServer/ |
D | control | 19 remain up.
|