OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:synchronize
(Results
76 - 100
of
401
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/main/java/java/io/
StringWriter.java
37
* StringBuffer} is also the {@code lock} used to
synchronize
access to this
48
* StringBuffer} is also the {@code lock} used to
synchronize
access to this
CharArrayWriter.java
45
* {@code lock} to
synchronize
access to this writer.
55
* as the {@code lock} to
synchronize
access to this writer.
/libcore/luni/src/main/java/java/nio/channels/
SelectableChannel.java
117
* blocked until the other call finishes. After that, it will
synchronize
on
156
* blocked until the other call finishes. After that, it will
synchronize
on
/frameworks/base/services/java/com/android/server/location/
ComprehensiveCountryDetector.java
98
* Object used to
synchronize
access to {@link #mLastCountryAddedToLogs}. Be careful if
99
* using it to
synchronize
anything else in this file.
193
// need to add this country as another entry in the logs.
Synchronize
access to this
/docs/source.android.com/src/source/
version-control.md
61
To
synchronize
the files for all available projects:
65
To
synchronize
the files for selected projects:
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h
60
# define O_DSYNC O_SYNC /*
Synchronize
data. */
61
# define O_RSYNC O_SYNC /*
Synchronize
read operations. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h
60
# define O_DSYNC O_SYNC /*
Synchronize
data. */
61
# define O_RSYNC O_SYNC /*
Synchronize
read operations. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h
60
# define O_DSYNC O_SYNC /*
Synchronize
data. */
61
# define O_RSYNC O_SYNC /*
Synchronize
read operations. */
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
Addr2Line.java
121
//
synchronize
around the hashmap object
198
// to
synchronize
this code.
/development/samples/Obb/src/com/example/android/obbapp/
ObbMountActivity.java
97
// We don't need to
synchronize
here to avoid clobbering the
/external/chromium/base/threading/
thread.cc
40
// Used to
synchronize
thread startup.
/external/chromium/chrome/browser/sync/glue/
ui_model_worker.h
113
// We use a Lock for all data members and a ConditionVariable to
synchronize
.
/external/chromium/chrome/browser/sync/sessions/
sync_session.h
5
// A class representing an attempt to
synchronize
the local syncable data
/external/chromium/chrome/common/
service_process_util_win.cc
93
OpenEvent(
SYNCHRONIZE
| READ_CONTROL, false, event_name.c_str()));
/external/chromium/crypto/
nss_util.h
132
// generations to scribble over each other. To work around this, we
synchronize
/external/chromium/net/base/
keygen_handler_unittest.cc
94
// WaitableEvent to
synchronize
, so it's safe.
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
Channel.java
105
// to
synchronize
on the channel.
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglAbstractDisplay.java
177
// check input after we
synchronize
with framerate.
/external/kernel-headers/original/linux/
inotify.h
21
__u32 cookie; /* cookie to
synchronize
two events */
/external/mesa3d/docs/
MESA_swap_frame_usage.spec
158
time and does not
synchronize
to vertical blank.
cell.html
105
<li><b>sync</b> - wait/
synchronize
after each DMA transfer
/external/openfst/src/include/fst/
fstlib.h
94
#include <fst/
synchronize
.h>
/external/webkit/Source/WebCore/bindings/v8/
WorkerScriptDebugServer.cpp
81
// FIXME:
synchronize
access to this code.
/external/webkit/Source/WebCore/svg/properties/
SVGListPropertyTearOff.h
165
// 'newItem' is already living in another list. If it's not our list,
synchronize
the other lists wrappers after the removal.
/external/webkit/Source/WebCore/webaudio/
AudioBasicProcessorNode.cpp
127
// We need to be careful since we may be actively processing right now, so
synchronize
with process().
Completed in 628 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>