/external/e2fsprogs/e2fsck/ |
revoke.c | 2 * linux/fs/revoke.c 12 * Journal revoke routines for the generic filesystem journaling code; 15 * Revoke is the mechanism used to prevent old log records for deleted 17 * blocks. The revoke mechanism is used in two separate places: 23 * revoked blocks. If there are multiple revoke records in the log 25 * entry for a block beyond the last revoke, then that log entry still 33 * cancel the revoke before the transaction commits. 36 * The revoke must take precedence over the write of the block, so we 37 * need either to cancel the journal entry or to write the revoke 39 * latter: journaling a block cancels any revoke record for that bloc 442 struct jbd_revoke_table_s *revoke; local 627 struct jbd_revoke_table_s *revoke; local [all...] |
Android.mk | 83 revoke.c \
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
options.html | 15 <p><button id="revoke" onclick="logout();">Revoke your OAuth token</button></p> 28 $('#revoke').get(0).disabled = true; 33 $('#revoke').get(0).disabled = true;
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/ |
options.html | 9 <button id="disable">Revoke Permission</button>
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/ |
options.html | 15 <p><button id="revoke" onclick="logout();">Revoke your OAuth token</button></p> 28 $('#revoke').get(0).disabled = true; 33 $('#revoke').get(0).disabled = true;
|
/external/chromium_org/chrome/browser/media_galleries/ |
media_file_system_context.h | 27 // Revoke the passed |fsid|.
|
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/ |
OfferRevokeProvider.java | 27 * An IQProvider class which has savvy about the offer-revoke tag.<br>
57 "offer-revoke"))
98 buf.append("<offer-revoke xmlns=\"http://jabber.org/protocol/workgroup\" jid=\"").append(userID).append("\">");
108 buf.append("</offer-revoke>");
|
/external/chromium_org/chrome/browser/resources/ |
identity_internals.js | 107 * Creates a revoke button with an event sending a revoke token message 109 * @return {!HTMLButtonElement} The created revoke button. 114 revokeButton.classList.add('revoke-button'); 119 revokeButton.textContent = loadTimeData.getString('revoke');
|
/external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/ |
index.html | 39 <li>Pressing the Esc key will cause the browser to revoke mouselock 41 <li>When in browser fullscreen, pressing F11 will also revoke mouselock
|
/external/chromium_org/ppapi/api/dev/ |
ppb_cursor_control_dev.idl | 40 * The browser may revoke cursor lock for reasons including but not
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
PublicURLManager.h | 49 void revoke(const KURL&);
|
PublicURLManager.cpp | 59 void PublicURLManager::revoke(const KURL& url) function in class:WebCore::PublicURLManager
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
keyctl.h | 38 #define KEYCTL_REVOKE 3 /* revoke a key */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
keyctl.h | 38 #define KEYCTL_REVOKE 3 /* revoke a key */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
keyctl.h | 38 #define KEYCTL_REVOKE 3 /* revoke a key */
|
/external/chromium_org/chrome/browser/ui/webui/ |
identity_internals_ui_browsertest.js | 69 * Gets the revoke button of the token entry. 71 * @return {HTMLButtonElement} Revoke button belonging related to the token. 74 return tokenEntry.querySelector('.revoke-button');
|
/external/chromium/chrome/browser/ui/cocoa/notifications/ |
balloon_controller.h | 70 // Callback function for the "revoke" option in the menu.
|
/external/chromium_org/chrome/browser/ui/cocoa/notifications/ |
balloon_controller.h | 68 // Callback function for the "revoke" option in the menu.
|
/external/chromium_org/ppapi/api/ |
ppb_mouse_lock.idl | 37 * The browser may revoke the mouse lock for reasons including (but not
|
/external/chromium_org/ppapi/c/dev/ |
ppb_cursor_control_dev.h | 56 * The browser may revoke cursor lock for reasons including but not
|
/external/chromium_org/ppapi/c/ |
ppb_mouse_lock.h | 50 * The browser may revoke the mouse lock for reasons including (but not
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DOMURL.cpp | 91 executionContext->publicURLManager().revoke(url);
|
/external/smack/src/org/xbill/DNS/ |
DNSKEYRecord.java | 36 public static final int REVOKE = 0x80;
|
/external/smack/src/org/jivesoftware/smackx/muc/ |
UserStatusListener.java | 81 * will be able to kick users, grant and revoke voice, invite other users, modify room's 89 * you will no longer be able to kick users, grant and revoke voice, invite other users,
|
/libcore/luni/src/test/java/tests/java/sql/ |
DatabaseMetaDataNotSupportedTest.java | 155 // revoke SELECT privileges 156 query = "REVOKE SELECT ON " + DatabaseCreator.TEST_TABLE1 + " FROM " 169 // revoke CREATE privileges 170 query = "REVOKE CREATE ON " + DatabaseCreator.TEST_TABLE1 + " FROM " 337 query = "REVOKE REFERENCES(id) ON " + DatabaseCreator.TEST_TABLE1 500 query = "REVOKE CREATE, SELECT ON " + DatabaseCreator.TEST_TABLE3 537 query = "REVOKE ALL ON " + DatabaseCreator.TEST_TABLE3 + " FROM " 541 // case 5. check no privelegies after revoke [all...] |