OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:synchronize
(Results
126 - 150
of
666
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/services/core/java/com/android/server/location/
ComprehensiveCountryDetector.java
97
* Object used to
synchronize
access to {@link #mLastCountryAddedToLogs}. Be careful if
98
* using it to
synchronize
anything else in this file.
192
// need to add this country as another entry in the logs.
Synchronize
access to this
/frameworks/support/v4/java/android/support/v4/app/
ActionBarDrawerToggle.java
55
* {@link Activity#onPostCreate(android.os.Bundle) onPostCreate} to
synchronize
the indicator
283
*
Synchronize
the state of the drawer indicator/affordance with the linked DrawerLayout.
286
* {@link Activity#onPostCreate(android.os.Bundle) onPostCreate} method to
synchronize
after
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
ppc_intrinsics.h
35
* __isync - Instruction
Synchronize
36
* __sync -
Synchronize
37
* __lwsync - Lightweight
Synchronize
187
* __isync - Instruction
Synchronize
195
* __sync -
Synchronize
202
* __lwsync - Lightweight
Synchronize
, see PPC2.01, Book 2
/docs/source.android.com/src/source/
developing.jd
68
<p>To
synchronize
the files for all available projects: </p>
71
<p>To
synchronize
the files for selected projects:</p>
/external/chromium_org/sandbox/win/src/
policy_target_test.cc
112
HANDLE thread = ::OpenThread(
SYNCHRONIZE
, FALSE, thread_id);
138
thread = ::OpenThread(
SYNCHRONIZE
, FALSE, thread_id);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/
de.po
164
msgid "Never
synchronize
with vertical refresh, ignore application's choice"
179
"Always
synchronize
with vertical refresh, application chooses the minimum "
/external/compiler-rt/lib/tsan/rtl/
tsan_fd.cc
265
//
Synchronize
connect->accept.
274
//
Synchronize
connect->accept.
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
de.po
164
msgid "Never
synchronize
with vertical refresh, ignore application's choice"
179
"Always
synchronize
with vertical refresh, application chooses the minimum "
/frameworks/base/docs/html/training/system-ui/
status.jd
18
<li><a href="#action-bar">
Synchronize
the Status Bar with Action Bar Transition</a></li>
198
<h2 id="action-bar">
Synchronize
the Status Bar with Action Bar Transition</h2>
/libcore/luni/src/main/java/java/io/
CharArrayWriter.java
45
* {@code lock} to
synchronize
access to this writer.
55
* as the {@code lock} to
synchronize
access to this writer.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/bits/
fcntl.h
60
# define O_DSYNC O_SYNC /*
Synchronize
data. */
61
# define O_RSYNC O_SYNC /*
Synchronize
read operations. */
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py
4
# multiprocessing/
synchronize
.py
50
# Try to import the mp.
synchronize
module cleanly, if it fails
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py
4
# multiprocessing/
synchronize
.py
50
# Try to import the mp.
synchronize
module cleanly, if it fails
/art/test/114-ParallelGC/src/
Main.java
45
// Finally, the workers are supposed to wait on the barrier to
synchronize
the GC run.
/development/samples/Obb/src/com/example/android/obbapp/
ObbMountActivity.java
97
// We don't need to
synchronize
here to avoid clobbering the
/external/chromium_org/base/process/
process_iterator.h
58
const uint32 kProcessAccessWaitForTermination =
SYNCHRONIZE
;
/external/chromium_org/base/threading/
thread.cc
44
// Used to
synchronize
thread startup.
/external/chromium_org/chrome/browser/chromeos/drive/
sync_client.h
43
// The SyncClient is used to
synchronize
pinned files on Drive and the
/external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.h
121
// Invokes UpdateFromService() to
synchronize
with |device_settings_service_|,
/external/chromium_org/chrome/browser/mac/
relauncher.h
26
// proceeds, launching the relaunched process. The handshake to
synchronize
/external/chromium_org/chrome/browser/sync_file_system/
sync_status_code.cc
76
return "Sync: no change to
synchronize
.";
/external/chromium_org/chrome/common/
service_process_util_win.cc
102
OpenEvent(
SYNCHRONIZE
| READ_CONTROL, false, event_name.c_str()));
/external/chromium_org/content/browser/media/capture/
content_video_capture_device_core.h
48
// frames, in a lock to
synchronize
state between the two.
/external/chromium_org/content/browser/
plugin_loader_posix.h
39
// processes
synchronize
the position in the vector that will be used to
Completed in 846 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>