HomeSort by relevance Sort by last modified time
    Searched full:pending (Results 1 - 25 of 4441) 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_org/chrome/browser/sync_file_system/
sync_file_status.h 15 // The file has no pending local changes (may have pending remote changes
19 // The file has pending local changes that haven't been reflected to the
  /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/chromium_org/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/chromium_org/chrome/tools/build/win/
using_javascriptcore.vsprops 9 AdditionalIncludeDirectories=""$(SolutionDir)\third_party\webkit\src\JavaScriptCore\bindings";"$(SolutionDir)\third_party\webkit\src\JavaScriptCore";"$(SolutionDir)\third_party\webkit\src\JavaScriptCore\os-win32";"$(SolutionDir)webkit\pending";"$(SolutionDir)webkit\pending\wtf""
  /external/chromium-trace/trace-viewer/src/cc/
picture_as_canvas.js 24 * Creates a new pending PictureAsCanvas (no canvas and no error).
26 * @return {PictureAsCanvas} a new pending PictureAsCanvas.
28 PictureAsCanvas.Pending = function(picture) {
  /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/chromium_org/ppapi/shared_impl/
file_io_state_manager.h 17 // operation could be rejected because of the current pending operation. Also,
25 // There is no pending operation right now.
28 // If there are pending reads, any other kind of async operation is not
32 // If there are pending writes, any other kind of async operation is not
36 // If there is a pending operation that is neither read nor write, no
  /external/chromium_org/chrome/browser/extensions/
pending_extension_manager.h 41 // |service| is a reference to the ExtensionService whose pending
51 // Remove extension with id |id| from the set of pending extensions. Returns
55 // Get the information for a pending extension. Returns a pointer to the
56 // pending extension with id |id|, or NULL if there is no such extension.
59 // Is |id| in the set of pending extensions?
62 // Returns true if there are any extensions pending.
65 // Whether there is pending extension install from sync.
68 // Adds an extension in a pending state; the extension with the
71 // if the extension is pending from another source which overrides
95 // Add a pending extension record for an external CRX file
    [all...]
  /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...]
  /external/chromium_org/media/filters/
fake_video_decoder_unittest.cc 71 PENDING,
80 case PENDING:
150 ExpectReadResult(PENDING);
171 case PENDING:
192 ResetAndExpect(PENDING);
209 case PENDING:
230 StopAndExpect(PENDING);
291 ExpectReadResult(PENDING);
328 ResetAndExpect(PENDING);
363 StopAndExpect(PENDING);
    [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_org/third_party/WebKit/Source/web/tests/data/
push_state.html 5 // but WebFrameTest has a pending task to wait for.
  /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/chromium_org/chrome/browser/ui/tabs/
hover_tab_selector.h 21 // already a transition to it scheduled. Cancels the pending transition
25 // Cancel a pending tab transition. No-op if there is no pending transition.
  /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\&.
  /external/chromium_org/ui/base/ime/
input_method_ibus.h 81 // Resets context and abandon all pending results and key events.
134 // Checks if the pending input method result needs inserting into the focused
138 // Checks if there is pending input method result.
141 // Abandons all pending key events. It usually happends when we lose keyboard
179 // All pending key events. Note: we do not own these object, we just save
190 // Pending composition text generated by the current pending key event.
192 // processing result of the pending key event.
195 // Pending result text generated by the current pending key event
    [all...]
  /external/chromium_org/content/browser/resources/indexed_db/
indexeddb_internals.html 62 <span class="indexeddb-connection-count pending"
64 <span>pending opens:</span>
68 <span class="indexeddb-connection-count pending"
70 <span>pending upgrades:</span>
74 <span class="indexeddb-connection-count pending"
80 <span class="indexeddb-connection-count pending"
82 <span>pending deletes:</span>

Completed in 1273 milliseconds

1 2 3 4 5 6 7 8 91011>>