OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:revoke
(Results
1 - 25
of
27
) sorted by null
1
2
/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
/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 \
Makefile.in
67
revoke
.o ea_refcount.o rehash.o profile.o prof_err.o $(MTRACE_OBJ)
75
profiled/recovery.o profiled/region.o profiled/
revoke
.o \
92
$(srcdir)/
revoke
.c \
353
revoke
.o: $(srcdir)/
revoke
.c $(srcdir)/jfs_user.h $(srcdir)/e2fsck.h \
/external/chromium_org/third_party/WebKit/Source/core/dom/
DOMURL.cpp
91
executionContext->publicURLManager().
revoke
(url);
/external/clang/test/SemaCXX/
typo-correction.cpp
136
void
revoke
(const char*); // expected-note 2{{'
revoke
' declared here}}
139
Invoke("foo"); // expected-error{{use of undeclared identifier 'Invoke'; did you mean '
revoke
'?}}
144
Invoke("foo"); // expected-error{{use of undeclared identifier 'Invoke'; did you mean '
revoke
'?}}
/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_org/remoting/webapp/
oauth2_api.js
30
return remoting.settings.OAUTH2_BASE_URL + '/
revoke
';
210
console.error('Failed to
revoke
token. Status: ' + xhr.status +
oauth2.js
102
*
revoke
the token when it no longer needs it.
119
* object will not
revoke
the token when it no longer needs it. After this
/external/kernel-headers/original/linux/
key.h
212
void (*
revoke
)(struct key *key);
member in struct:key_type
/libcore/support/src/test/java/tests/resources/x509/
create.sh
87
openssl ca -
revoke
/tmp/cert-rsa.pem -keyfile /tmp/cakey.pem -cert /tmp/cacert.pem -config ${DIR}/default.cnf
96
openssl ca -
revoke
/tmp/cert-dsa.pem -keyfile /tmp/cakey.pem -cert /tmp/cacert.pem -crl_reason cessationOfOperation -extensions unsupported_cert -config ${DIR}/default.cnf
/external/chromium_org/v8/test/mjsunit/harmony/
proxies-example-membrane.js
426
revoke
: function() {
494
m.gate.
revoke
()
/external/v8/test/mjsunit/harmony/
proxies-example-membrane.js
426
revoke
: function() {
494
m.gate.
revoke
()
/external/mksh/src/
Build.sh
[
all
...]
misc.c
[
all
...]
sh.h
369
extern int
revoke
(const char *);
[
all
...]
/external/qemu/slirp/
misc.c
218
(void)
revoke
(line);
/external/qemu/slirp-android/
misc.c
198
(void)
revoke
(line);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h
869
/*
Revoke
access permissions to all processes currently communicating
874
/*
Revoke
the access of all descriptors currently open on FILE. */
875
extern int
revoke
(__const char *__file) __THROW __nonnull ((1)) __wur;
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h
869
/*
Revoke
access permissions to all processes currently communicating
874
/*
Revoke
the access of all descriptors currently open on FILE. */
875
extern int
revoke
(__const char *__file) __THROW __nonnull ((1)) __wur;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h
869
/*
Revoke
access permissions to all processes currently communicating
874
/*
Revoke
the access of all descriptors currently open on FILE. */
875
extern int
revoke
(__const char *__file) __THROW __nonnull ((1)) __wur;
[
all
...]
/frameworks/base/core/java/android/widget/
AppSecurityPermissions.java
250
builder.setNegativeButton(R.string.
revoke
, ocl);
/external/chromium_org/native_client_sdk/src/doc/_static/css/
local_extensions.css
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js
[
all
...]
Completed in 593 milliseconds
1
2