HomeSort by relevance Sort by last modified time
    Searched refs:protect (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/junit/src/junit/framework/
Protectable.java 13 public abstract void protect() throws Throwable; method in interface:Protectable
TestResult.java 114 public void protect() throws Throwable {
133 p.protect();
  /external/webkit/Source/WebCore/loader/
NetscapePlugInStreamLoader.cpp 71 RefPtr<NetscapePlugInStreamLoader> protect(this);
97 RefPtr<NetscapePlugInStreamLoader> protect(this);
106 RefPtr<NetscapePlugInStreamLoader> protect(this);
115 RefPtr<NetscapePlugInStreamLoader> protect(this);
124 RefPtr<NetscapePlugInStreamLoader> protect(this);
SubresourceLoader.cpp 118 RefPtr<SubresourceLoader> protect(this);
133 RefPtr<SubresourceLoader> protect(this);
162 RefPtr<SubresourceLoader> protect(this);
176 RefPtr<SubresourceLoader> protect(this);
188 // Calling removeSubresourceLoader will likely result in a call to deref, so we must protect ourselves.
189 RefPtr<SubresourceLoader> protect(this);
208 // Calling removeSubresourceLoader will likely result in a call to deref, so we must protect ourselves.
209 RefPtr<SubresourceLoader> protect(this);
226 // Calling removeSubresourceLoader will likely result in a call to deref, so we must protect ourselves.
227 RefPtr<SubresourceLoader> protect(this)
    [all...]
MainResourceLoader.cpp 80 RefPtr<MainResourceLoader> protect(this);
104 RefPtr<MainResourceLoader> protect(this);
176 RefPtr<MainResourceLoader> protect(this);
283 RefPtr<MainResourceLoader> protect(this);
392 RefPtr<MainResourceLoader> protect(this);
450 RefPtr<MainResourceLoader> protect(this);
467 RefPtr<MainResourceLoader> protect(this);
513 RefPtr<MainResourceLoader> protect(this);
  /frameworks/rs/driver/linkloader/include/impl/
ELFSectionBits.hxx 54 inline bool ELFSectionBits<Bitwidth>::protect() { function in class:ELFSectionBits
65 return chunk.protect(prot);
  /external/junit/src/junit/extensions/
TestSetup.java 21 public void protect() throws Exception {
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestCallback.cpp 65 RefPtr<JSTestCallback> protect(this);
82 RefPtr<JSTestCallback> protect(this);
100 RefPtr<JSTestCallback> protect(this);
119 RefPtr<JSTestCallback> protect(this);
  /external/webkit/Source/WebCore/loader/cf/
SubresourceLoaderCF.cpp 37 RefPtr<SubresourceLoader> protect(this);
  /frameworks/rs/driver/linkloader/include/
ELFSectionBits.h 38 bool protect();
MemChunk.h 37 bool protect(int prot);
  /cts/tests/tests/net/src/android/net/cts/
VpnServiceTest.java 67 assertFalse(mVpnService.protect(socket));
81 assertFalse(mVpnService.protect(socket));
96 assertFalse(mVpnService.protect(descriptor.getFd()));
  /external/srtp/crypto/include/
cryptoalg.h 73 * @param protect location of the data to be encrypted and
88 void *protect,
xfm.h 40 * @param protect location of the data to be encrypted and
56 void *protect,
  /external/webkit/Source/JavaScriptCore/runtime/
Protect.h 32 Heap::heap(val)->protect(val);
  /external/webkit/Source/WebCore/bindings/js/
JSCustomApplicationInstalledCallback.cpp 45 RefPtr<JSCustomApplicationInstalledCallback> protect(this);
JSCustomPositionCallback.cpp 52 RefPtr<JSCustomPositionCallback> protect(this);
JSCustomPositionErrorCallback.cpp 52 RefPtr<JSCustomPositionErrorCallback> protect(this);
JSCustomSQLStatementErrorCallback.cpp 48 RefPtr<JSSQLStatementErrorCallback> protect(this);
JSCustomVoidCallback.cpp 64 RefPtr<JSCustomVoidCallback> protect(this);
  /external/webkit/Source/JavaScriptCore/wtf/
StackBounds.cpp 198 DWORD protect = memoryInformation.Protect & ~(PAGE_GUARD | PAGE_NOCACHE);
199 return protect == PAGE_READWRITE
200 || protect == PAGE_WRITECOPY
201 || protect == PAGE_EXECUTE_READWRITE
202 || protect == PAGE_EXECUTE_WRITECOPY;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePluginStream.cpp 65 RefPtr<NetscapePluginStream> protect(this);
73 RefPtr<NetscapePluginStream> protect(this);
81 RefPtr<NetscapePluginStream> protect(this);
89 RefPtr<NetscapePluginStream> protect(this);
98 RefPtr<NetscapePluginStream> protect(this);
  /frameworks/base/core/java/android/net/
VpnService.java 153 * Protect a socket from VPN connections. The socket will be bound to the
156 * outside of VPN. For example, a VPN tunnel should protect itself if its
165 public boolean protect(int socket) { method in class:VpnService
182 * Convenience method to protect a {@link Socket} from VPN connections.
185 * @see #protect(int)
187 public boolean protect(Socket socket) { method in class:VpnService
188 return protect(socket.getFileDescriptor$().getInt$());
192 * Convenience method to protect a {@link DatagramSocket} from VPN
196 * @see #protect(int)
198 public boolean protect(DatagramSocket socket) method in class:VpnService
    [all...]
  /frameworks/native/libs/utils/
FileMap.cpp 106 DWORD protect = readOnly ? PAGE_READONLY : PAGE_READWRITE; local
109 mFileMapping = CreateFileMapping( mFileHandle, NULL, protect, 0, 0, NULL);
112 mFileHandle, protect, GetLastError() );
  /external/webkit/Source/WebCore/html/parser/
HTMLDocumentParser.cpp 136 RefPtr<HTMLDocumentParser> protect(this);
188 RefPtr<HTMLDocumentParser> protect(this);
319 RefPtr<HTMLDocumentParser> protect(this);
344 RefPtr<HTMLDocumentParser> protect(this);
508 RefPtr<HTMLDocumentParser> protect(this);
540 RefPtr<HTMLDocumentParser> protect(this);

Completed in 656 milliseconds

1 2 3 4 5