OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unload
(Results
51 - 75
of
800
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java
99
mSoundPool.
unload
(sampleId1);
105
mSoundPool.
unload
(sampleId2);
113
mSoundPool.
unload
(sampleId3);
120
mSoundPool.
unload
(sampleId4);
182
mSoundPool.
unload
(sampleID);
233
mSoundPool.
unload
(sound);
323
assertEquals(true, soundPool.
unload
(sound));
327
assertEquals(false, soundPool.
unload
(sound));
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/
DebugSupport.c
90
// Get our image information and install platform specific
unload
handler
105
LoadedImageProtocolPtr->
Unload
= PlUnloadDebugSupportDriver;
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiConfig.h
119
Unload
the iSCSI configuration form, this includes: delete all the iSCSI
126
@retval Others Failed to
unload
the form.
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
TcgConfigDriver.c
118
Unload
the Tcg configuration form.
123
@retval Others Failed to
unload
the form.
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigDriver.c
95
Unload
the SecureBoot configuration form.
100
@retval Others Failed to
unload
the form.
/external/ltp/include/old/
old_module.h
21
* These functions help to load and
unload
kernel modules in the tests.
65
*
Unload
a module using rmmod program. In case of failure, test will call
/external/ltp/testcases/kernel/module/delete_module/
delete_module03.c
111
/*
Unload
dependent kernel module */
115
/*
Unload
first kernel module */
/packages/apps/Camera2/src/com/android/camera/
SoundPlayer.java
67
*
Unload
the given sound if it's not needed anymore to release memory.
74
mSoundPool.
unload
(soundId);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Nv.h
43
@param[in, out] Instance The IP4 config2 instance to
unload
a form.
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigNv.h
60
@param[in, out] Instance The IP6_CONFIG_INSTANCE to
unload
a form.
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
UefiShellDriver1CommandsLib.inf
31
Unload
.c
/external/mesa3d/src/egl/main/
egldriver.c
94
*
Unload
a module.
100
if (mod->Driver && mod->Driver->
Unload
)
101
mod->Driver->
Unload
(mod->Driver);
342
*
Unload
all drivers.
/external/pdfium/core/fxge/win32/
dwrite_int.h
39
void
Unload
();
/external/skia/tools/viewer/
SKPSlide.cpp
56
void SKPSlide::
unload
() {
function in class:SKPSlide
SlideDir.h
31
void
unload
() override;
/external/skqp/tools/viewer/
SKPSlide.cpp
56
void SKPSlide::
unload
() {
function in class:SKPSlide
/external/webrtc/webrtc/base/
latebindingsymboltable_unittest.cc
48
table.
Unload
();
/frameworks/native/libs/vr/libdvr/tests/
dvr_api_test.h
13
// (so that calls to `dlclose` don't actually
unload
the library). This is a
/frameworks/opt/net/wifi/libwifi_hal/include/hardware_legacy/
wifi.h
33
*
Unload
the Wi-Fi driver.
/hardware/intel/common/wrs_omxil_core/base/inc/
cmodule.h
54
OMX_U32
Unload
(void);
/system/chre/apps/chqts/src/do_nothing/
do_nothing.cc
21
* can't load and
unload
this, there's no point in testing anything else yet.
/system/core/libnativebridge/tests/
CompleteFlow_test.cpp
37
//
Unload
/art/test/141-class-unload/src/
Main.java
25
static final String DEX_FILE = System.getenv("DEX_LOCATION") + "/141-class-
unload
-ex.jar";
40
// Test that we don't
unload
if we have an instance.
68
if (line.contains("141-class-
unload
-ex.odex") ||
69
line.contains("141-class-
unload
-ex.vdex")) {
74
System.out.println("Number of loaded
unload
-ex maps " + count);
/device/linaro/bootloader/edk2/StdLib/SocketDxe/
EntryUnload.c
2
Implement the entry and
unload
for the socket driver.
73
Socket driver
unload
routine.
218
// Return the
unload
status
253
// Enable
unload
support
261
pLoadedImage->
Unload
= DriverUnload;
/external/ltp/testscripts/
ltp-scsi_debug.sh
13
#
Unload
scsi_debug moudle if it was already loaded:
17
echo "The scsi_debug module was already loaded,
unload
it before test..."
23
echo "The scsi_debug module was not unloaded -
unload
error"
96
echo "
Unload
scsi_debug moudle..."
101
echo "The scsi_debug module was not unloaded -
unload
error"
Completed in 1501 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>