| /packages/apps/PhoneCommon/res/values-en-rGB/ |
| strings.xml | 26 <string name="callFailed_userBusy" msgid="5163219086553610486">"Line busy"</string> 27 <string name="callFailed_congestion" msgid="3645995103907418337">"Network busy"</string>
|
| /packages/apps/PhoneCommon/res/values-en-rIN/ |
| strings.xml | 26 <string name="callFailed_userBusy" msgid="5163219086553610486">"Line busy"</string> 27 <string name="callFailed_congestion" msgid="3645995103907418337">"Network busy"</string>
|
| /packages/apps/PhoneCommon/res/values-en-rXC/ |
| strings.xml | 26 <string name="callFailed_userBusy" msgid="5163219086553610486">"????????????????????????????????????????????????????????????????????????????????????????????????Line busy??????"</string> 27 <string name="callFailed_congestion" msgid="3645995103907418337">"???????????????????????????????????????????????????????????????????????????????????????????????Network busy??????"</string>
|
| /packages/apps/PhoneCommon/res/values-tl/ |
| strings.xml | 26 <string name="callFailed_userBusy" msgid="5163219086553610486">"Busy ang linya"</string> 27 <string name="callFailed_congestion" msgid="3645995103907418337">"Busy ang network"</string>
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
| BluetoothDetailsButtonsControllerTest.java | 168 // Now pretend the device became non-busy. 180 // Now pretend the device became busy.
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
| fdreg.h | 31 #define STATUS_BUSYMASK 0x0F /* drive busy mask */ 32 #define STATUS_BUSY 0x10 /* FDC busy */
|
| /system/bt/btif/src/ |
| btif_profile_queue.cc | 53 return base::StringPrintf("address=%s UUID=%04X busy=%s", 174 * Description Clear the queue's busy status and advance to the next
|
| /system/nfc/src/nfa/include/ |
| nfa_rw_int.h | 262 /* Busy retrieving additional tag information */ 277 p_pending_msg; /* Pending API (if busy performing presence check) */
|
| /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
| DFA.java | 829 boolean _hasSynPred(DFAState d, Set<DFAState> busy) { 830 busy.add(d); 842 if ( !busy.contains(edgeTarget) && _hasSynPred(edgeTarget, busy) ) return true; 853 boolean _hasSemPred(DFAState d, Set<DFAState> busy) { 854 busy.add(d); 862 if ( !busy.contains(edgeTarget) && _hasSemPred(edgeTarget, busy) ) return true; 874 boolean _hasCycle(DFAState d, Map<DFAState, Integer> busy) { 875 busy.put(d, CYCLIC_BUSY) [all...] |
| /external/libdrm/amdgpu/ |
| amdgpu_cs.c | 385 bool *busy) 407 *busy = args.out.status; 416 bool busy = true; local 438 fence->fence, timeout_ns, flags, &busy); 440 if (!r && !busy)
|
| /external/mesa3d/src/gallium/drivers/radeon/ |
| r600_buffer_common.c | 52 bool busy = false; local 71 busy = true; 82 busy = true; 86 if (busy || !ctx->ws->buffer_wait(resource->buf, 0, rusage)) { 91 * CS flush to complete to avoid busy-waiting in the winsys. */
|
| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/ |
| IsaFloppy.h | 220 // Drive A Busy
225 // Drive B Busy
230 // FDC Busy
701 @retval EFI_DEVICE_ERROR: The drive is busy, so can not turn motor on
918 Detect the specified floppy logic drive is busy or not within a period of time.
923 @retval EFI_SUCCESS: The drive and command are not busy
924 @retval EFI_TIMEOUT: The drive or command is still busy after a period time that
|
| /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
| FrameworkMpService.h | 409 caller-provided function (busy or disabled).
416 because it is busy, the status is EFI_NOT_READY.
498 @retval EFI_INVALID_PARAMETER IA32, X64: Specified AP is busy or disabled.
501 @retval EFI_NOT_READY IPF: Specified AP is busy
537 @retval EFI_NOT_READY IA32, X64: Specified AP is busy or disabled.
540 @retval EFI_NOT_READY IPF: Specified AP is busy.
575 @retval EFI_NOT_READY IPF: Specified AP is busy.
[all...] |
| /external/libunwind/src/ia64/ |
| Gscript.c | 52 .busy = AO_TS_INITIALIZER 105 if (!spin_trylock_irqsave (&cache->busy, *saved_maskp)) 113 if (AO_test_and_set (&cache->busy) == AO_TS_SET) 140 spin_unlock_irqrestore (&cache->busy, *saved_maskp); 143 AO_CLEAR (&cache->busy); 726 return ret; /* cache is busy */ 757 return -UNW_ENOINFO; /* cache is busy */
|
| /external/mesa3d/src/vulkan/wsi/ |
| wsi_common_x11.c | 517 bool busy; member in struct:x11_image 593 chain->images[i].busy = false; 646 if (!chain->images[i].busy) { 647 /* We found a non-busy image */ 650 chain->images[i].busy = true; 756 image->busy = true; 893 image->busy = false; [all...] |
| /frameworks/base/core/jni/ |
| android_database_SQLiteConnection.cpp | 47 /* Busy timeout in milliseconds. 52 * In ordinary usage, busy timeouts are quite rare. Most databases only ever 54 * WAL, a timeout could occur if one connection is busy performing an auto-checkpoint 55 * operation. The busy timeout needs to be long enough to tolerate slow I/O write 158 // Set the default busy handler to retry automatically before returning SQLITE_BUSY. 161 throw_sqlite3_exception(env, db, "Could not set busy timeout"); 745 ALOGE("Bailing on database busy retry"); [all...] |
| /external/libpcap/msdos/ |
| pktdrvr.c | 802 PUBLIC void PktQueueBusy (BOOL busy) 804 *rxOutOfsFp = busy ? (*rxInOfsFp + sizeof(RX_ELEMENT)) : *rxInOfsFp; 857 PUBLIC void PktQueueBusy (BOOL busy) 863 if (busy) 923 PUBLIC void PktQueueBusy (BOOL busy) 929 if (busy) 983 PUBLIC void PktQueueBusy (BOOL busy) 985 rxOutOfs = busy ? (rxInOfs + sizeof(RX_ELEMENT)) : rxInOfs; [all...] |
| /external/autotest/client/cros/cellular/pseudomodem/ |
| pm_errors.py | 41 BUSY = 3 50 self.BUSY : '.Busy',
|
| /external/bart/bart/sched/ |
| SchedMultiAssert.py | 231 """Get the amount of time the cpus in the system were busy executing the 237 :param node: The group of CPUs for which to calculate busy time 251 R = \\frac{T_{busy} \\times 100}{T_{total}}
|
| /packages/apps/PhoneCommon/res/values/ |
| strings.xml | 74 <!-- In-call screen: call failure reason (busy) --> 75 <string name="callFailed_userBusy">Line busy</string> 77 <string name="callFailed_congestion">Network busy</string>
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
| libnsl-2.15.so | |
| libnsl.so | |
| libnsl.so.1 | |
| /developers/build/prebuilts/gradle/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/ |
| MainActivity.java | 56 * bitmaps or busy images don't render well on smaller screens and can end up
|
| /developers/build/prebuilts/gradle/LNotifications/ |
| README.md | 17 when they're busy.
|