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

1 2

  /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();
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSectionBits.hxx 54 inline bool ELFSectionBits<Bitwidth>::protect() { function in class:ELFSectionBits
65 return chunk.protect(prot);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
protect.hpp 14 // $Id: protect.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
29 struct protect : T struct in namespace:boost::mpl
32 typedef mpl::protect type;
34 typedef protect type;
41 struct arity< protect<T>, N >
48 BOOST_MPL_AUX_NA_SPEC_MAIN(1, protect)
50 BOOST_MPL_AUX_NA_SPEC_TEMPLATE_ARITY(1, 1, protect)
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.cpp 62 // This below protect makes this function safe by deferring the recursive call until we finish touching the HashMap.
63 RefPtr<SVGAnimatedProperty> protect = cache->get(*it); local
  /frameworks/rs/cpu_ref/linkloader/lib/
MemChunk.cpp 104 bool MemChunk::protect(int prot) { function in class:MemChunk
  /external/chromium_org/chrome_frame/
vtable_patch_manager.cc 116 DWORD protect = 0; local
118 PAGE_EXECUTE_READWRITE, &protect)) {
132 if (!::VirtualProtect(&vtable[it->index_], sizeof(PROC), protect,
133 &protect)) {
  /system/core/libutils/
FileMap.cpp 106 DWORD protect = readOnly ? PAGE_READONLY : PAGE_READWRITE; local
109 mFileMapping = CreateFileMapping( mFileHandle, NULL, protect, 0, 0, NULL);
112 mFileHandle, protect, GetLastError() );
  /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/chromium_org/third_party/WebKit/Source/bindings/v8/
PageScriptDebugServer.cpp 147 RefPtr<Frame> protect = toDocument(executionContext)->frame(); local
169 RefPtr<Frame> protect = frame; local
  /frameworks/base/core/java/android/net/
VpnService.java 154 * Protect a socket from VPN connections. After protecting, data sent
158 * outside of VPN. For example, a VPN tunnel should protect itself if its
167 public boolean protect(int socket) { method in class:VpnService
184 * Convenience method to protect a {@link Socket} from VPN connections.
187 * @see #protect(int)
189 public boolean protect(Socket socket) { method in class:VpnService
190 return protect(socket.getFileDescriptor$().getInt$());
194 * Convenience method to protect a {@link DatagramSocket} from VPN
198 * @see #protect(int)
200 public boolean protect(DatagramSocket socket) method in class:VpnService
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventTarget.cpp 289 RefPtr<EventTarget> protect = this; local
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys_setprofile.py 348 def protect(f, p): function
352 protect_ident = ident(protect)
364 protect(callable, p)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_setprofile.py 348 def protect(f, p): function
352 protect_ident = ident(protect)
364 protect(callable, p)
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListingElement.java 55 private String protect = null; field in class:BluetoothMapMessageListingElement
200 return protect;
203 public void setProtect(String protect) {
204 this.protect = protect;
255 if(protect != null)
256 xmlMsgElement.attribute("", "protect", protect);
BluetoothMapContent.java 347 String protect = "no"; local
348 if (D) Log.d(TAG, "setProtected: " + protect);
349 e.setProtect(protect);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp 657 RefPtr<Element> protect = element; local
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 1505 UINT8 protect = 0; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindow.cpp 1616 RefPtr<EventTarget> protect = this; local
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java 287 * Protect a socket from VPN rules by binding it to the main routing table.
292 public void protect(ParcelFileDescriptor socket) throws Exception { method in class:Vpn
299 // protect the socket from routing rules
302 mCallback.protect(socket);
    [all...]
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 

Completed in 560 milliseconds

1 2