OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:terminate
(Results
251 - 275
of
2152
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/webkit/Source/WebCore/fileapi/
FileReader.h
124
void
terminate
();
/external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginProcessManager.cpp
83
pluginProcess->
terminate
();
/external/webrtc/src/system_wrappers/source/
file_impl.cc
102
// Make sure to NULL
terminate
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop.c
65
int
terminate
;
member in struct:eloop_data
462
while (!eloop.
terminate
&&
522
eloop.
terminate
= 1;
559
return eloop.
terminate
;
eloop.h
243
* eloop_register_signal_terminate - Register handler for
terminate
signals
300
* eloop_terminate -
Terminate
event loop
302
*
Terminate
event loop even if there are registered events. This can be used
317
* Returns: 1 = event loop
terminate
, 0 = event loop still running
eloop_win.c
69
int
terminate
;
member in struct:eloop_data
463
while (!eloop.
terminate
&&
565
eloop.
terminate
= 1;
593
return eloop.
terminate
;
/external/wpa_supplicant_8/src/utils/
eloop_win.c
61
int
terminate
;
member in struct:eloop_data
464
while (!eloop.
terminate
&&
566
eloop.
terminate
= 1;
594
return eloop.
terminate
;
/frameworks/av/drm/common/
DrmEngineBase.cpp
47
status_t DrmEngineBase::
terminate
(int uniqueId) {
function in class:DrmEngineBase
/frameworks/base/docs/html/training/basics/activity-lifecycle/
index.jd
51
you might pause the video and
terminate
the network connection when the user switches to another
/libcore/luni/src/main/java/java/util/concurrent/
ExecutorService.java
86
* // Wait a while for existing tasks to
terminate
91
* System.err.println("Pool did not
terminate
");
131
*
terminate
. Use {@link #awaitTermination awaitTermination} to
137
* task that fails to respond to interrupts may never
terminate
.
/ndk/sources/host-tools/sed-4.2.1/lib/
getdelim.c
51
NUL-
terminate
it). *LINEPTR is a pointer returned from malloc (or
/packages/apps/Stk/res/values/
strings.xml
32
<!-- Cancel button used to dismiss a message dialog and
terminate
the current SIM session-->
/sdk/chimpchat/src/com/android/chimpchat/adb/
AdbBackend.java
129
AndroidDebugBridge.
terminate
();
/sdk/dumpeventlog/src/com/android/dumpeventlog/
DumpEventLog.java
134
AndroidDebugBridge.
terminate
();
/sdk/emulator/tools/
qemu-props.c
92
temp[len] = '\0'; /* zero-
terminate
string */
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
WindowUpdater.java
43
public static void
terminate
() {
method in class:WindowUpdater
/system/core/sh/
syntax.h
51
#define CSPCL 12 /* these
terminate
a word */
/system/extras/tests/bionic/libc/common/
test_executable_destructor.c
90
/* in the parent, wait for the child to
terminate
*/
/bootable/recovery/minzip/
Bits.h
229
* Read a UTF-8 string into a fixed-size buffer, and null-
terminate
it.
246
* Read a UTF-8 string into newly-allocated storage, and null-
terminate
it.
/dalvik/vm/
Bits.h
230
* Read a UTF-8 string into a fixed-size buffer, and null-
terminate
it.
247
* Read a UTF-8 string into newly-allocated storage, and null-
terminate
it.
/development/host/windows/usb/winusb/
adb_winusb_interface.cpp
219
// Zero-
terminate
output string.
226
// and zero-
terminate
output string.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventHub.cs
219
public virtual void
Terminate
() {
222
listener.
Terminate
();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventHub.cs
266
public virtual void
Terminate
()
271
listener.
Terminate
();
/external/chromium/base/
command_line.h
8
// saved as extra arguments. An argument of "--" will
terminate
switch parsing,
63
// outer library that needs to be able to
terminate
, and be re-initialized).
/external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.h
67
// 3. The parent process waits for the sub-process to
terminate
.
80
//
terminate
the child process.
Completed in 681 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>