HomeSort by relevance Sort by last modified time
    Searched refs:revoke (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
PublicURLManager.h 49 void revoke(const KURL&);
50 void revoke(const String& uuid);
PublicURLManager.cpp 61 void PublicURLManager::revoke(const KURL& url) function in class:blink::PublicURLManager
72 void PublicURLManager::revoke(const String& uuid) function in class:blink::PublicURLManager
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMURL.cpp 94 executionContext->publicURLManager().revoke(url);
102 executionContext->publicURLManager().revoke(uuid);
  /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 85 revoke.c \
Makefile.in 71 region.o revoke.o ea_refcount.o rehash.o profile.o prof_err.o \
80 profiled/recovery.o profiled/region.o profiled/revoke.o \
98 $(srcdir)/revoke.c \
417 revoke.o: $(srcdir)/revoke.c $(top_builddir)/lib/config.h \
  /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 71 * Gets the revoke button of the token entry.
73 * @return {HTMLButtonElement} Revoke button belonging related to the token.
76 return tokenEntry.querySelector('.revoke-button');
  /external/wpa_supplicant_8/hs20/server/ca/
setup.sh 70 $OPENSSL ca -revoke server-revoked.pem -key $PASS
  /libcore/support/src/test/java/tests/resources/x509/
create.sh 98 openssl ca -revoke /tmp/cert-rsa.pem -keyfile /tmp/cakey.pem -cert /tmp/cacert.pem -config ${DIR}/default.cnf
107 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()
  /art/runtime/gc/space/
space_test.h 41 void AddSpace(ContinuousSpace* space, bool revoke = true) {
43 if (revoke) {
506 // below. For RosAlloc, revoke thread-local runs, which are kept
  /external/mksh/src/
Build.sh     [all...]
misc.c     [all...]
sh.h 384 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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
unistd.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h     [all...]
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 250 builder.setNegativeButton(R.string.revoke, ocl);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 571 milliseconds