HomeSort by relevance Sort by last modified time
    Searched refs:pending (Results 1 - 25 of 443) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/
pending.stdout.exp 6 6: checking SIGHUP still pending...
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableTimeoutReceiver.java 42 PendingIntent pending = PendingIntent.getBroadcast( local
47 if (pending != null) {
49 alarmManager.cancel(pending);
52 pending = PendingIntent.getBroadcast(
55 alarmManager.set(AlarmManager.RTC_WAKEUP, alarmTime, pending);
63 PendingIntent pending = PendingIntent.getBroadcast( local
65 if (pending != null) {
70 alarmManager.cancel(pending);
  /bionic/libstdc++/src/
one_time_construction.cpp 48 const static int pending = 0x2; variable
64 const static int pending = letoh32(0x100); variable
70 // 0 -> pending, return 1
71 // pending -> waiting, wait and return 0
76 if (__bionic_cmpxchg(0, pending, &gv->state) == 0) {
80 __bionic_cmpxchg(pending, waiting, &gv->state); // Indicate there is a waiter
92 // pending -> ready
96 if (__bionic_cmpxchg(pending, ready, &gv->state) == 0) {
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.idl 30 readonly attribute boolean pending;
  /external/chromium/chrome/browser/history/
page_usage_data.h 78 void set_thumbnail_pending(bool pending) {
79 thumbnail_pending_ = pending;
96 void set_favicon_pending(bool pending) {
97 favicon_pending_ = pending;
  /frameworks/rs/cpu_ref/linkloader/utils/
traits.h 26 char pending; member in struct:TypeTraits::AlignmentTest
  /system/core/toolbox/
getsebool.c 17 int i, get_all = 0, rc = 0, active, pending, len = 0, opt; local
82 pending = security_get_boolean_pending(names[i]);
83 if (pending < 0) {
84 fprintf(stderr, "Error getting pending value for %s\n",
89 if (pending != active) {
90 printf("%s --> %s pending: %s\n", names[i],
92 (pending ? "on" : "off"));
  /libcore/luni/src/main/java/java/util/concurrent/
CountedCompleter.java 11 * triggered and there are no remaining pending
17 * except that multiple <em>pending</em> completions may be necessary
19 * Unless initialized otherwise, the {@linkplain #getPendingCount pending
23 * #tryComplete}, if the pending action count is nonzero, it is
30 * internal bookkeeping. In particular, the identities of pending
32 * subclasses that do record some or all pending tasks or their
121 * setPendingCount(2); // must set pending count before fork
136 * {@code tryComplete}) the pending count is set to one:
143 * setPendingCount(1); // only one pending
157 * original task, and add a pending count for each fork. Additionally
387 volatile int pending; field in class:CountedCompleter
    [all...]
  /external/kernel-headers/original/linux/
udp.h 45 int pending; /* Any pending frames ? */ member in struct:udp_sock
52 __u16 len; /* total length of pending frames */
workqueue.h 15 unsigned long pending; member in struct:work_struct
52 (_work)->pending = 0; \
87 * Kill off a pending schedule_delayed_work(). Note that the work callback
97 clear_bit(0, &work->pending);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 23 pending = [names]
24 while pending:
25 node = pending.pop()
31 pending.append(node.children[0])
33 pending.extend(node.children[::-2])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 23 pending = [names]
24 while pending:
25 node = pending.pop()
31 pending.append(node.children[0])
33 pending.extend(node.children[::-2])
  /external/chromium_org/cc/resources/
tile_priority.h 58 TilePriority(const TilePriority& active, const TilePriority& pending) {
60 pending.resolution == HIGH_RESOLUTION)
63 pending.resolution == LOW_RESOLUTION)
69 active.required_for_activation || pending.required_for_activation;
73 pending.time_to_visible_in_seconds);
76 pending.distance_to_visible_in_pixels);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 105 PendingIntent pending = local
107 if (pending == null || !launchPendingIntent(pending, launchUriIntent)) {
159 private boolean launchPendingIntent(PendingIntent pending, Intent fillIn) {
161 pending.send(this, Activity.RESULT_OK, fillIn);
164 Log.i(TAG, "Pending intent cancelled: " + pending);
  /external/chromium_org/chrome/browser/chromeos/drive/
job_queue.cc 60 size_t pending = 0; local
62 pending += queue_[i].size();
63 return base::StringPrintf("pending: %d, running: %d",
64 static_cast<int>(pending),
  /external/aac/libSBRenc/src/
resampler.h 126 int pending; /*! number of pending output samples */ member in struct:__anon2668
  /bionic/libc/kernel/common/linux/
workqueue.h 27 unsigned long pending; member in struct:work_struct
44 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
  /dalvik/vm/mterp/x86/
OP_MONITOR_EXIT.S 25 je common_exceptionThrown # no, exception pending
  /development/ndk/platforms/android-3/include/linux/
workqueue.h 22 unsigned long pending; member in struct:work_struct
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
workqueue.h 22 unsigned long pending; member in struct:work_struct
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
workqueue.h 22 unsigned long pending; member in struct:work_struct
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
workqueue.h 22 unsigned long pending; member in struct:work_struct
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
workqueue.h 22 unsigned long pending; member in struct:work_struct
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
workqueue.h 22 unsigned long pending; member in struct:work_struct
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
workqueue.h 22 unsigned long pending; member in struct:work_struct
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)

Completed in 1378 milliseconds

1 2 3 4 5 6 7 8 91011>>