OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:synchronize
(Results
1 - 25
of
666
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/common/extensions/docs/templates/private/permissions/
sync_file_system.html
1
Required if the app uses the <a href="syncFileSystem">chrome.syncFileSystem</a> API to save and
synchronize
data on Google Drive.
/external/chromium_org/sandbox/win/src/
sync_policy_test.h
13
// EVENT_ALL_ACCESS if argv[0] starts with 'f', or
SYNCHRONIZE
otherwise.
/external/lldb/test/functionalities/thread/thread_exit/
main.cpp
34
//
Synchronize
with the main thread.
37
//
Synchronize
with the main thread and thread2.
47
//
Synchronize
with thread1 and the main thread.
50
//
Synchronize
with the main thread.
82
//
Synchronize
with the remaining thread
/external/chromium_org/base/ios/
device_util_unittest.mm
26
[defaults
synchronize
];
71
[defaults
synchronize
];
76
[defaults
synchronize
];
89
[defaults
synchronize
];
94
[defaults
synchronize
];
134
[defaults
synchronize
];
137
[defaults
synchronize
];
/external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.h
46
// If shared memory is being used without pixmaps,
synchronize
this pixel
51
void
Synchronize
();
54
// where the full-screen data is captured by
Synchronize
(), this simply
/external/chromium_org/chrome/browser/ui/cocoa/
window_restore_utils.mm
20
[defaults
synchronize
];
/external/chromium_org/third_party/webrtc/system_wrappers/source/
data_log.cc
123
CriticalSectionScoped
synchronize
(cells_lock_);
133
CriticalSectionScoped
synchronize
(cells_lock_);
182
CriticalSectionScoped
synchronize
(table_lock_);
199
CriticalSectionScoped
synchronize
(table_lock_);
225
CriticalSectionScoped
synchronize
(table_lock_);
253
CriticalSectionScoped
synchronize
(table_lock_);
343
CriticalSectionScoped
synchronize
(crit_sect_.get());
373
CriticalSectionScoped
synchronize
(crit_sect_.get());
383
WriteLockScoped
synchronize
(*tables_lock_);
396
ReadLockScoped
synchronize
(*tables_lock_)
[
all
...]
clock.cc
51
void
Synchronize
(WindowsHelpTimer* help_timer) {
241
// object and
Synchronize
API to sync the two.
250
Synchronize
(&global_help_timer);
275
ReadLockScoped
synchronize
(*lock_);
280
ReadLockScoped
synchronize
(*lock_);
300
WriteLockScoped
synchronize
(*lock_);
/external/webrtc/src/system_wrappers/source/
data_log.cc
123
CriticalSectionScoped
synchronize
(cells_lock_);
133
CriticalSectionScoped
synchronize
(cells_lock_);
182
CriticalSectionScoped
synchronize
(table_lock_);
199
CriticalSectionScoped
synchronize
(table_lock_);
225
CriticalSectionScoped
synchronize
(table_lock_);
253
CriticalSectionScoped
synchronize
(table_lock_);
343
CriticalSectionScoped
synchronize
(crit_sect_.get());
373
CriticalSectionScoped
synchronize
(crit_sect_.get());
383
WriteLockScoped
synchronize
(*tables_lock_);
396
ReadLockScoped
synchronize
(*tables_lock_)
[
all
...]
/external/lldb/test/functionalities/thread/exit_during_break/
main.cpp
34
// A barrier to
synchronize
all the threads except the one that will exit.
37
// A barrier to
synchronize
all the threads including the one that will exit.
56
//
Synchronize
after the breakpoint
/frameworks/base/core/java/android/webkit/
WebHistoryItem.java
54
* to
synchronize
this method.
74
* to
synchronize
this method.
84
* to
synchronize
this method.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py
175
from multiprocessing.
synchronize
import Lock
182
from multiprocessing.
synchronize
import RLock
189
from multiprocessing.
synchronize
import Condition
196
from multiprocessing.
synchronize
import Semaphore
203
from multiprocessing.
synchronize
import BoundedSemaphore
210
from multiprocessing.
synchronize
import Event
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py
175
from multiprocessing.
synchronize
import Lock
182
from multiprocessing.
synchronize
import RLock
189
from multiprocessing.
synchronize
import Condition
196
from multiprocessing.
synchronize
import Semaphore
203
from multiprocessing.
synchronize
import BoundedSemaphore
210
from multiprocessing.
synchronize
import Event
/external/chromium_org/base/process/
process_handle_win.cc
29
SYNCHRONIZE
,
44
SYNCHRONIZE
,
/external/lldb/test/functionalities/thread/exit_during_step/
main.cpp
28
// A barrier to
synchronize
thread start.
72
//
Synchronize
thread start so that doesn't happen during stepping.
/external/chromium_org/chrome/browser/chromeos/fileapi/
file_access_permissions.h
40
mutable base::Lock lock_; //
Synchronize
all access to path_map_.
/external/chromium_org/crypto/
capi_util.h
17
//
synchronize
it.
/external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
desktop_configuration_monitor.h
26
// The class provides functions to
synchronize
capturing and display
/external/chromium_org/ui/events/ozone/evdev/
event_modifiers_evdev.cc
57
// TODO(spang):
Synchronize
with the CapsLock LED.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
virtio_config.h
11
/* Status byte for guest to report progress, and
synchronize
features. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
virtio_config.h
11
/* Status byte for guest to report progress, and
synchronize
features. */
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
ActivityResultMultiplexedLatch.java
23
* An abstraction on top of {@link CountDownLatch} to
synchronize
the results of Activities
28
* Each thread requests a {@link Latch} to
synchronize
an Activity that will be started, by invoking
/external/chromium_org/content/browser/
theme_helper_mac.mm
76
[defaults
synchronize
];
139
[defaults
synchronize
];
/external/compiler-rt/lib/tsan/rtl/
tsan_fd.h
30
// operations
synchronize
only with operations on the same pipe), while
31
// others are corse-grained (e.g. all operations on local files
synchronize
/external/lldb/test/functionalities/thread/break_after_join/
main.cpp
34
// A barrier to
synchronize
all the threads.
53
//
Synchronize
after the breakpoint
Completed in 444 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>