HomeSort by relevance Sort by last modified time
    Searched full:synchronize (Results 351 - 375 of 666) sorted by null

<<11121314151617181920>>

  /external/aac/libAACenc/src/
block_switch.cpp 399 /* get suggested Block Types and synchronize */
424 /* Synchronize grouping info */
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPTestCase.java 122 * establish synchronize connection).
133 * doesn't stop synchronize connection).
  /external/chromium_org/third_party/icu/source/common/
serv.cpp 932 // callers synchronize before use
944 // callers synchronize before use
  /external/chromium_org/third_party/pexpect/
pxssh.py 44 pxssh uses the shell prompt to synchronize output from the remote host. In
280 raise ExceptionPxssh ('could not synchronize with original prompt')
  /external/icu/icu4c/source/common/
serv.cpp 932 // callers synchronize before use
944 // callers synchronize before use
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyConnection.java 62 // Certain operations (like SYN_STREAM) need to synchronize on both the
64 // operations must synchronize on 'this' last. This ensures that we never
  /frameworks/base/core/java/android/view/
Choreographer.java 441 * observe the same frame time so using the frame time also helps to synchronize effects
658 * observe the same frame time so using the frame time also helps to synchronize effects
    [all...]
  /libcore/libart/src/main/java/java/lang/
Object.java 292 * try to synchronize on the same object.
317 * compete against other threads that try to synchronize on the same object.
  /libcore/luni/src/main/java/java/util/prefs/
AbstractPreferences.java 325 * synchronize this node and should not include the descendant nodes. An
326 * implementation that wants to provide functionality to synchronize all
  /libcore/luni/src/main/java/java/util/zip/
ZipFile.java 373 // No need to synchronize raf here -- we only do this when we first open the zip file.
456 * among all streams returned by getInputStream(), so we have to synchronize
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
ApplicationsState.java 123 // Need to synchronize on 'this' for the following.
169 // Information about all applications. Synchronize on mEntriesMap
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
gcov-io.h 58 from gcc's version number. The stamp value is used to synchronize
59 note and data files and to synchronize merging within a data
  /external/srec/audio/AudioIn/UNIX/src/
audioin.c 139 static pthread_cond_t gThreadRunning; /* synchronize when the AcquisitionThreadID is running*/
142 static pthread_cond_t gOpenExCalled; /* synchronize when the lhs_audioinOpenEx is called*/
145 static pthread_cond_t gCloseCalled; /* synchronize when the lhs_audioinClose is called*/
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
stream.h 284 * PulseAudio allows applications to fully synchronize multiple
291 * To synchronize a stream to another, just pass the "master" stream
426 pa_stream *sync_stream /**< Synchronize this stream with the specified one, or NULL for a standalone stream*/);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
stream.h 284 * PulseAudio allows applications to fully synchronize multiple
291 * To synchronize a stream to another, just pass the "master" stream
426 pa_stream *sync_stream /**< Synchronize this stream with the specified one, or NULL for a standalone stream*/);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 235 // Synchronize a copy of the ConnectedThread
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 246 // Synchronize a copy of the ConnectedThread
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 246 // Synchronize a copy of the ConnectedThread
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 221 // Synchronize a copy of the ConnectedThread
  /docs/source.android.com/src/source/
using-repo.jd 58 <p>Downloads new changes and updates the working files in your local environment. If you run <code>repo sync</code> without any arguments, it will synchronize the files for all the projects.</p>
  /external/chromium_org/chrome/browser/plugins/
plugin_observer.cc 299 plugin_pid, PROCESS_QUERY_INFORMATION | SYNCHRONIZE, &plugin_handle);
  /external/chromium_org/chrome/browser/
process_singleton_win.cc 387 ::OpenEvent(SYNCHRONIZE, FALSE, kMetroActivationEventName));
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.js 406 * Utility function to find the width of various UI strings and synchronize
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_editor.mm 204 // NSTextField and NSTextView synchronize their contents. That is
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_browsertest.cc 214 // Internal variable used to synchronize to the renderer.

Completed in 459 milliseconds

<<11121314151617181920>>