OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:monitor
(Results
1051 - 1075
of
2069
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/system/netd/
IdletimerController.cpp
58
*
Monitor
effect on the iptables chains after each step using:
/external/bluetooth/bluedroid/btif/src/
btif_sock_rfc.c
601
//start
monitor
the socket
856
//
monitor
the fd to get callback when app is ready to receive data
953
//
monitor
the fd to get callback when app is ready to receive data
[
all
...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.cc
545
LocalMonitor
monitor
(enable);
546
bool ret = Send(MSG_SETLOCALMONITOR, &
monitor
) &&
monitor
.result;
/external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win.cc
50
StorageMonitor*
monitor
= StorageMonitor::GetInstance();
local
51
DCHECK(
monitor
);
52
return
monitor
->GetMTPStorageInfoFromDeviceId(
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/
progress-events.rst
14
glossary below). This chapter describes how to
monitor
progress events (events
250
You can use the ``readyState`` attribute to
monitor
the loading process. This
266
The following code demonstrates how to
monitor
the loading process using the
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
debugging.rst
7
This document describes tools and techniques you can use to debug,
monitor
,
305
chrome --enable-nacl --enable-nacl-debug --no-sandbox --disable-hang-
monitor
localhost:5103
323
``--disable-hang-
monitor
``
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_optimize.c
301
*
monitor
carefully the read. Note that we are a bit too conservative here
491
* coordinates from multiple textures.. Here, we
monitor
same mov
585
/*
Monitor
first the section of code between the grf computation and the
/external/chromium_org/third_party/npapi/npspy/extern/nspr/private/
pprthred.h
278
** Create a new named
monitor
(named for debugging purposes).
294
** Test and then enter the mutex associated with the
monitor
if it's not
307
** Just like PR_CEnterMonitor except that if the
monitor
is owned by
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
ScenarioData.java
172
// Manage
monitor
185
// Manage
monitor
198
// printSummary(configName, configBox, componentResults, outputDir,
monitor
);
/external/libpcap/
inet.c
162
* of OS X offer
monitor
mode capturing by having
163
* a separate "
monitor
mode" device for each wireless
166
* Opening that device puts the adapter into
monitor
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_optimize.c
301
*
monitor
carefully the read. Note that we are a bit too conservative here
491
* coordinates from multiple textures.. Here, we
monitor
same mov
585
/*
Monitor
first the section of code between the grf computation and the
/external/qemu/
qemu-monitor.hx
5
HXCOMM
monitor
commands
141
supplied, the
monitor
will prompt for it to be entered. VNC passwords are only
365
hub. @var{devname} has the syntax @code{bus.addr}. Use the
monitor
/external/valgrind/main/coregrind/m_gdbserver/
signals.c
83
{"SIGGRANT", "
Monitor
mode granted"},
84
{"SIGRETRACT", "Need to relinquish
monitor
mode"},
85
{"SIGMSG", "
Monitor
mode data available"},
/frameworks/base/core/java/android/content/
Loader.java
28
* they should
monitor
the source of their data and deliver new results when the contents
276
* The loader will
monitor
the source of
368
* still
monitor
for changes, but must not report them to the client until and
/frameworks/base/docs/html/guide/topics/connectivity/
bluetooth-le.jd
70
For example, a device could contain a heart rate
monitor
and a battery level
92
"Heart Rate
Monitor
" that includes characteristics such as
131
BLE heart rate
monitor
that supports the
/frameworks/base/docs/html/tools/debugging/
ddms.jd
31
<p>Android ships with a debugging tool called the Dalvik Debug
Monitor
Server (DDMS), which
218
<p>In Android 4.0, the DDMS (Dalvik Debug
Monitor
Server) includes a Detailed
220
making network requests. Using this tool, you can
monitor
how and when your app
/hardware/libhardware/include/hardware/
fused_location.h
529
*
monitor
geofences because of lack of reliability or unavailability of the GPS signals,
634
* Transitions to
monitor
. Bitwise OR of
704
* monitor_transitions - Which transitions to
monitor
. Bitwise OR of
gps.h
793
* monitoring. If the GPS system determines that it cannot
monitor
geofences
886
* monitor_transition - Which transitions to
monitor
. Bitwise OR of
920
* monitor_transitions - Which transitions to
monitor
. Bitwise OR of
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
introspect.h
219
uint32_t monitor_source; /**< Index of the
monitor
source connected to this sink */
220
const char *monitor_source_name; /**< The name of the
monitor
source */
248
uint32_t monitor_of_sink; /**< If this is a
monitor
source the index of the owning sink, otherwise PA_INVALID_INDEX */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h
219
uint32_t monitor_source; /**< Index of the
monitor
source connected to this sink */
220
const char *monitor_source_name; /**< The name of the
monitor
source */
248
uint32_t monitor_of_sink; /**< If this is a
monitor
source the index of the owning sink, otherwise PA_INVALID_INDEX */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h
219
uint32_t monitor_source; /**< Index of the
monitor
source connected to this sink */
220
const char *monitor_source_name; /**< The name of the
monitor
source */
248
uint32_t monitor_of_sink; /**< If this is a
monitor
source the index of the owning sink, otherwise PA_INVALID_INDEX */
/prebuilts/misc/android-x86/gdbserver/
gdbserver
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
SensorChannel.java
335
* Encapsulates a sensor that is being monitored. To
monitor
sensor changes
343
/** Sensor to
monitor
. */
369
* @param sensor Sensor to
monitor
.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java
223
protected @NonNull List<Change> computeChanges(IProgressMonitor
monitor
) {
258
monitor
.subTask(String.format("Looking for duplicates in %1$s",
260
if (
monitor
.isCanceled()) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeRenameParticipant.java
255
private void addJavaChanges(IProject project, CompositeChange result, IProgressMonitor
monitor
) {
285
RefactoringStatus status = refactoring.checkAllConditions(
monitor
);
287
Change fieldChange = refactoring.createChange(
monitor
);
Completed in 716 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>