HomeSort by relevance Sort by last modified time
    Searched full:blocked (Results 126 - 150 of 1310) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/autotest/client/site_tests/security_AltSyscall/
security_AltSyscall.py 65 "Blocked system calls succeeded")
  /external/autotest/server/site_tests/power_DeferForFlashrom/
power_DeferForFlashrom.py 170 ('Suspend was blocked for %.2f sec; expected it to be blocked '
181 ('Reboot was blocked for %.2f sec; expected it to be blocked '
  /external/autotest/test_suites/
control.faft_dev 22 blocked. Other tests verify all of the features (some of them security
  /external/kernel-headers/original/uapi/linux/
sched.h 11 #define CLONE_SIGHAND 0x00000800 /* set if signal handlers and blocked signals shared */
  /external/libchrome/base/message_loop/
message_pump_default.cc 83 // We know that we can't be blocked on Wait right now since this method can
  /external/skia/gm/
internal_links.cpp 18 * order for the scrolling to not be blocked by the edge of the document.
  /external/valgrind/gdbserver_tests/
nlcontrolc.stdinB.gdb 12 # Here, all tasks should be blocked in a loooonnnng select, all in WaitSys
  /external/valgrind/memcheck/tests/solaris/
door_kill.c 85 blocked in door_return. */
  /external/valgrind/none/tests/
pending.c 4 1. Signals should remain pending while blocked, and not delivered early
  /frameworks/base/services/core/java/com/android/server/
FgThread.java 24 * foreground service operations, which shouldn't be blocked by anything running in
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallFailCause.java 73 // Access Blocked by CDMA Network.
  /libcore/ojluni/src/main/java/java/nio/channels/
AsynchronousCloseException.java 35 * channel or the part of the channel upon which it is blocked in an I/O
FileLockInterruptionException.java 36 * the interrupt status of the previously-blocked thread will have been set.
  /libcore/ojluni/src/main/java/java/nio/channels/spi/
AbstractInterruptibleChannel.java 71 * invoked while another thread is blocked in a native I/O operation upon the
74 * channel upon which it is blocked is asynchronously closed then the channel's
129 * that is blocked in an I/O operation upon this channel to return
194 * If the thread blocked in the I/O operation was interrupted
  /ndk/tests/device/issue19851-sigsetjmp/jni/
issue19851-sigsetjmp.c 77 /* Make sure SIGUSR2 still blocked */
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ReceiveSmsMessageAction.java 85 final boolean blocked = BugleDatabaseOperations.isBlockedDestination(
88 getOrCreateConversationFromRecipient(db, threadId, blocked, rawSender);
105 final boolean seen = read || messageInObservableConversation || blocked;
148 message.getMessageId(), message.getReceivedTimeStamp(), blocked,
  /packages/apps/Messaging/src/com/android/messaging/ui/
BlockedParticipantListItemView.java 30 * View for individual participant in blocked participants list.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
sched.h 11 #define CLONE_SIGHAND 0x00000800 /* set if signal handlers and blocked signals shared */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sched.h 11 #define CLONE_SIGHAND 0x00000800 /* set if signal handlers and blocked signals shared */
  /system/update_engine/common/
terminator.h 42 // otherwise. Returns true only if exit was blocked when the termination
  /art/compiler/optimizing/
parallel_move_resolver.h 67 int blocked,
86 int AllocateScratchRegister(int blocked, int if_scratch, int register_count, bool* spilled);
187 // Return true if the location is blocked by outstanding moves.
  /cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
NumberBlockingTest.java 113 // Ensure incoming call from blocked number is rejected, and unregister the phone
131 // Calls should be blocked by Telecom for secondary users as well.
137 // Cleanup state by unblocking the blocked number.
  /external/bison/lib/
spawn-pipe.h 59 It is recommended that no signal is blocked or ignored (i.e. have a
61 The reason is that child processes inherit the mask of blocked signals
71 properly if invoked with some signals blocked. Therefore, it is
  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 239 // We should now have one thread blocked inside Init(), four blocked waiting
240 // for Init() to complete, and three blocked waiting for InitRecursive() to
  /external/toybox/toys/other/
vmstat.c 19 Show processes running and blocked, kilobytes swapped, free, buffered, and
33 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member in struct:vmstat_proc
133 // Output values in order[]: running, blocked, swaptotal, memfree, buffers,

Completed in 856 milliseconds

1 2 3 4 56 7 8 91011>>