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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/
pending.vgtest 1 prog: pending
pending.stdout.exp 6 6: checking SIGHUP still pending...
pending.c 2 Test pending signals
4 1. Signals should remain pending while blocked, and not delivered early
72 printf("6: checking SIGHUP still pending...\n");
81 fprintf(stderr, "FAILED: SIGHUP not still pending; got signal %d\n",
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/_locales/en/
messages.json 37 "message": "Wha? `onCommitted` for `%s` called, though it's not pending: %o",
38 "description": "Error logged when `onCommitted` is triggered on a non-pending request."
41 "message": "Wha? `onCompleted` for `%s` called, though it's not pending: %o",
42 "description": "Error logged when `onCompleted` is triggered on a non-pending request."
45 "message": "Wha? `onErrorOccurred` for `%s` called, though it's not pending: %o",
46 "description": "Error logged when `onErrorOccurred` is triggered on a non-pending request."
49 "message": "Wha? `onCompleted` for `%s` called, though it's not pending: %o",
50 "description": "Error logged when `onCompleted` is triggered on a non-pending request."
  /external/nist-sip/java/javax/sip/header/
SubscriptionStateHeader.java 18 String PENDING = "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);
  /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"));
  /external/valgrind/main/docs/internals/
3_2_BUGSTATUS.txt 3 pending = is scheduled to be fixed (or at least considered) on this branch
134 pending pending 140939 --track-fds reports leakage of
137 pending pending 141366 Add sys_vserver support to valgrind (w/ patch)
139 pending pending 140522 valgrind 3.2.2 libmpiwrap: MPI_STATUS_IGNORE
158 r6630 pending n-i-bz add additional ptrace reason codes
160 r6631 pending 142186 add I2C ioctl support
163 r7028 pending 151209 valgrind unable to execute programs for users with UID > 2^16
    [all...]
3_1_BUGSTATUS.txt 3 pending = is scheduled to be fixed (or at least considered) on this branch
73 vx1554 pending n-i-bz re-add stfiwx support (PPC32)
84 v5968 pending 117172 FUTEX_WAKE does not use uaddr2
86 pending pending 117362 partially defined equality
93 pending wontfix n-i-bz ppc32: jm-insns doesn't do FP tests
94 pending wontfix 117564 __NR_clone param test (w/ partial patch)
98 pending pending 118118 SIGBUS in disInstr_AMD64 after long run
100 pending pending 118466 add %r,%r mishandled by memchec
    [all...]
  /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/chrome/browser/instant/
instant_loader_manager.h 25 // and pending loaders. The current loader is the loader that if ready is shown
26 // by InstantController. The pending loader is used if the current loader is
29 // created loader is set to pending. Once the pending loader is ready
30 // MakePendingCurrent should be invoked to make the pending the current loader.
50 // Makes the pending loader the current loader. If ownership of the old
71 // Returns the pending loader, may be null.
75 // either the pending loader or the current loader.
  /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;
  /external/chromium/chrome/browser/extensions/
pending_extension_manager.h 32 // |service| is a reference to the ExtensionService whose pending
42 // Remove |id| from the set of pending extensions.
45 // Get the information for a pending extension. Returns true and sets
46 // |out_pending_extension_info| if there is a pending extension with id
51 // Is |id| in the set of pending extensions?
54 // Iterate over the pending extensions.
58 // Adds an extension in a pending state; the extension with the
61 // if the extension is pending from another source which overrides
84 // Add a pending extension record for an external CRX file.
102 // Add a pending extension record directly. Used for unit tests that nee
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_PollEvent.3 3 SDL_PollEvent \- Polls for currently pending events\&.
11 Polls for currently pending events, and returns \fB1\fR if there are any pending events, or \fB0\fR if there are none available\&.
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
DelayedOperationsTests.java 56 // Execute all pending tasks!
62 // No pending tasks.
91 // Execute all pending tasks!
97 // No pending tasks.
126 // There should be no pending tasks in handler.
132 // No pending tasks.
137 // Represents all runnables pending in the handler.
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterState.java 34 * {@link PendingCommandState} : An enable / disable operation is pending.
229 Log.e(TAG,"receive message at Pending State after cleanup:" +
236 if (DBG) Log.d(TAG,"CURRENT_STATE=PENDING, MESSAGE = USER_TURN_ON"
239 Log.i(TAG,"CURRENT_STATE=PENDING: Alreadying turning on bluetooth... Ignoring USER_TURN_ON...");
241 Log.i(TAG,"CURRENT_STATE=PENDING: Deferring request USER_TURN_ON");
246 if (DBG) Log.d(TAG,"CURRENT_STATE=PENDING, MESSAGE = USER_TURN_ON"
249 Log.i(TAG,"CURRENT_STATE=PENDING: Alreadying turning off bluetooth... Ignoring USER_TURN_OFF...");
251 Log.i(TAG,"CURRENT_STATE=PENDING: Deferring request USER_TURN_OFF");
256 if (DBG) Log.d(TAG,"CURRENT_STATE=PENDING, MESSAGE = STARTED, isTurningOn=" + isTurningOn + ", isTurningOff=" + isTurningOff);
273 if (DBG) Log.d(TAG,"CURRENT_STATE=PENDING, MESSAGE = ENABLE_READY, isTurningOn=" + isTurningOn + ", isTurningOff=" + isTurningOff)
    [all...]
  /external/chromium/chrome/browser/automation/
automation_tab_helper.h 34 // A pending load is a load that is currently in progress or one that is
38 // change this definition of a pending load.
41 // Called when the tab that had no pending loads now has a new pending
45 // Called when the tab that had one or more pending loads now has no
46 // pending loads. |tab_contents| will always be valid.
  /external/chromium/chrome/browser/ui/panels/
panel_manager.h 33 // Removes the given panel. Both active and pending panel lists are checked.
34 // If an active panel is removed, pending panels could put on display if we
46 // Removes all active panels. Pending panels will be processed for display.
77 // Checks the pending panels to see if we show them when we have more space.
93 // Stores the panels that are pending to show.
96 // Stores the panels that are pending to remove. We want to delay the removal
  /external/qemu/docs/
ANDROID-ADB-QEMU.TXT 48 connections are made, ADB server runs a list of pending host and guest
50 pending list on condition that there is no pending connection on the other side.
51 If, however, there is already a pending connection from the other side, that
52 pending connection is removed from the pending list, and gets associated with the
  /external/bison/m4/
fpending.m4 12 dnl Find out how to determine the number of pending output bytes on a stream.
32 [how to determine the number of pending output bytes on a stream],
89 [the number of pending output bytes on stream 'fp'])
  /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);
  /external/chromium/chrome/browser/net/
resolve_proxy_msg_helper.h 25 // the stored IPC::Message pointers for pending requests.
35 // pending queue.
48 // Starts the first pending request.
76 // FIFO queue of pending requests. The first entry is always the current one.
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
forward-declare-class.cpp 5 // DEBUGGER: set breakpoint pending on
jit.cpp 3 // DEBUGGER: set breakpoint pending on

Completed in 707 milliseconds

1 2 3 4 5 6 7 8 91011>>