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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
PeopleAndOptionsData.java 200 final boolean blocked) {
206 blocked, mConversationId, local
  /packages/services/Car/car-lib/src/android/car/content/pm/
CarPackageManager.java 39 * flag is set, the call will be blocked until policy is set to system. This can take time
91 * When {@link #FLAG_SET_POLICY_WAIT_FOR_CHANGE} flag is set, this call will be blocked
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapConstants.java 123 // The Voice Mail Blocked flag in the subscriber's profile is set to YES.
124 public static final String NO_USER_IS_BLOCKED = "user is blocked";
  /prebuilts/go/darwin-x86/src/cmd/trace/
pprof.go 54 // httpBlock serves blocking pprof-like profile (time spent blocked on synchronization primitives).
81 // httpSyscall serves syscall pprof-like profile (time spent blocked in syscalls).
  /prebuilts/go/linux-x86/src/cmd/trace/
pprof.go 54 // httpBlock serves blocking pprof-like profile (time spent blocked on synchronization primitives).
81 // httpSyscall serves syscall pprof-like profile (time spent blocked in syscalls).
  /art/test/115-native-bridge/
nativebridge.cc 399 // These two sigs cannot be blocked anywhere.
404 // The invalid rt_sig cannot be blocked.
436 // Before invoking this handler, all other unclaimed signals must be blocked.
446 printf("ERROR: The claimed signal %d is blocked\n", signum);
448 printf("ERROR: The unclaimed signal %d is not blocked\n", signum);
  /external/eigen/Eigen/src/Cholesky/
LLT.h 298 static typename MatrixType::Index blocked(MatrixType& m) function in struct:Eigen::internal::llt_inplace
348 static EIGEN_STRONG_INLINE typename MatrixType::Index blocked(MatrixType& mat) function in struct:Eigen::internal::llt_inplace
351 return llt_inplace<Scalar, Lower>::blocked(matt);
368 { return llt_inplace<typename MatrixType::Scalar, Lower>::blocked(m)==-1; }
378 { return llt_inplace<typename MatrixType::Scalar, Upper>::blocked(m)==-1; }
  /frameworks/base/docs/html/training/tv/tif/
ui.jd 38 content is blocked or unavailable. This lesson describes how to develop your TV input's user
207 <p>To determine if a given content is blocked by parental controls and content rating, you check the
226 // Children restricted content might be blocked by TV app as well,
227 // but TIF should do its best not to show any single frame of blocked content.
235 <p>Once you have determined if the content should or should not be blocked, notify the system TV
  /libcore/luni/src/main/java/java/util/concurrent/locks/
LockSupport.java 42 * the thread is blocked to permit monitoring and diagnostic tools to
43 * identify the reasons that threads are blocked. (Such tools may
116 * was not already available. If the thread was blocked on
249 * if not blocked. The value returned is just a momentary
250 * snapshot -- the thread may have since unblocked or blocked on a
  /packages/apps/TV/res/values-en-rAU/
strings.xml 64 <string name="program_title_for_blocked_channel" msgid="5358005891746983819">"Blocked channel"</string>
86 <string name="program_guide_content_locked" msgid="198056836554559553">"This programme is blocked"</string>
100 <string name="option_channels_locked" msgid="5797855082297549907">"Channels blocked"</string>
155 <string name="shrunken_tvview_content_locked" msgid="7686397981042364446">"Programme is blocked"</string>
161 <string name="channel_banner_locked_channel_title" msgid="2006564967318945980">"Channel blocked"</string>
  /packages/apps/TV/res/values-en-rGB/
strings.xml 64 <string name="program_title_for_blocked_channel" msgid="5358005891746983819">"Blocked channel"</string>
86 <string name="program_guide_content_locked" msgid="198056836554559553">"This programme is blocked"</string>
100 <string name="option_channels_locked" msgid="5797855082297549907">"Channels blocked"</string>
155 <string name="shrunken_tvview_content_locked" msgid="7686397981042364446">"Programme is blocked"</string>
161 <string name="channel_banner_locked_channel_title" msgid="2006564967318945980">"Channel blocked"</string>
  /packages/apps/TV/res/values-en-rIN/
strings.xml 64 <string name="program_title_for_blocked_channel" msgid="5358005891746983819">"Blocked channel"</string>
86 <string name="program_guide_content_locked" msgid="198056836554559553">"This programme is blocked"</string>
100 <string name="option_channels_locked" msgid="5797855082297549907">"Channels blocked"</string>
155 <string name="shrunken_tvview_content_locked" msgid="7686397981042364446">"Programme is blocked"</string>
161 <string name="channel_banner_locked_channel_title" msgid="2006564967318945980">"Channel blocked"</string>
  /prebuilts/go/darwin-x86/src/runtime/
netpoll.go 27 // G pointer - the goroutine is blocked on the semaphore;
92 throw("netpollOpen: blocked write on free descriptor")
95 throw("netpollOpen: blocked read on free descriptor")
117 throw("netpollClose: blocked write on closing descriptor")
120 throw("netpollClose: blocked read on closing descriptor")
  /prebuilts/go/linux-x86/src/runtime/
netpoll.go 27 // G pointer - the goroutine is blocked on the semaphore;
92 throw("netpollOpen: blocked write on free descriptor")
95 throw("netpollOpen: blocked read on free descriptor")
117 throw("netpollClose: blocked write on closing descriptor")
120 throw("netpollClose: blocked read on closing descriptor")
  /docs/source.android.com/src/devices/tv/
index.jd 352 <p>The TV Input Manager stores every blocked <code>TvContentRating</code> and
354 rating should be blocked.</p>
358 <p>The TV Input checks if the current content should be blocked by calling
364 be blocked, the TV Input disables the audio and video
365 and notifies the TV app that the current content is blocked by calling
367 be blocked, the TV Input enables audio and video and notifies the TV App
373 is notified by a TV Input that the current content is blocked or when the user
374 attempts to view a blocked channel.</p>
377 changes the parental control settings, every blocked
378 <code>TvContentRating</code> is stored by the TV Input Manager, and blocked
    [all...]
  /packages/apps/Dialer/res/values/
strings.xml 62 <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g> blocked</string>
374 <!-- Title for blocked call type. [CHAR LIMIT=40] -->
375 <string name="type_blocked">Blocked call</string>
525 <!-- Hint displayed in add blocked number search box when there is no query typed.
577 <string name="migrate_blocked_numbers_dialog_message">To better protect you, Phone needs to change how blocking works. Your blocked numbers will now stop both calls and texts and may be shared with other apps.</string>
592 Calls from this number will be blocked and voicemails will be automatically deleted.
598 Calls from this number will be blocked, but the caller may still be able to leave you voicemails.
    [all...]
  /external/valgrind/coregrind/
m_libcsignal.c 469 vki_sigset_t pending, blocked, allbutone; local
483 /* don't try for signals not blocked at the moment */
484 ir = VG_(sigprocmask)(VKI_SIG_SETMASK, NULL, &blocked);
487 /* pending = pending `intersect` blocked */
488 VG_(sigintersectset)(&pending, &blocked);
503 pre: i is blocked and pending
515 blocked. */
  /art/runtime/
monitor.h 227 // - blocked in wait(), wait(long), or wait(long, int) methods of Object
228 // - blocked in join(), join(long), or join(long, int) methods of Thread
229 // - blocked in sleep(long), or sleep(long, int) methods of Thread
barrier.h 67 // Counter, when this reaches 0 all people blocked on the barrier are signalled.
  /cts/suite/audio_quality/lib/src/audio/
RemoteAudio.cpp 210 // client blocked until reply comes from DUT
320 // client blocked until reply comes from DUT
355 // no post for download and getdeviceinfo. Client blocked until reply comes with time-out
  /external/v8/src/crankshaft/x64/
lithium-gap-resolver-x64.cc 87 // and this move is blocked on source B and there is a swap of A and
108 // The move may be blocked on a (at most one) pending move, in which case
120 // This move is not blocked.
  /frameworks/base/core/java/android/nfc/tech/
MifareUltralight.java 149 * not be called from the main application thread. A blocked call will be canceled with
174 * not be called from the main application thread. A blocked call will be canceled with
207 * not be called from the main application thread. A blocked call will be canceled with
  /cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
ManualPackageInstallTest.java 112 // "OK" button only present in the dialog if it is blocked by policy.
  /cts/tools/cts-java-scanner/src/com/android/cts/javascanner/
DocletRunner.java 53 // isn't blocked due to a full pipe. (The javadoc tool writes source errors
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MonitorContendedEnterTest.java 75 logWriter.println("==> CHECK: tested blocked thread id: " + testedThreadID );

Completed in 920 milliseconds

1 2 3 4 5 6 7 8 91011>>