HomeSort by relevance Sort by last modified time
    Searched defs:Prepare (Results 1 - 8 of 8) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunrequest.h 108 virtual void Prepare(StunMessage* request) {}
stunport.cc 57 virtual void Prepare(StunMessage* request) {
port.cc 472 virtual void Prepare(StunMessage* request) {
relayport.cc 172 virtual void Prepare(StunMessage* request);
731 void AllocateRequest::Prepare(StunMessage* request) {
  /external/chromium/base/
message_pump_glib_unittest.cc 94 static gboolean Prepare(GSource* source, gint* timeout_ms) {
118 EventInjector::Prepare,
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
upload.py 240 class Prepare(AbstractSequencedCommand):
241 name = "prepare"
275 will prepare a ChangeLog. Once a patch is read, upload
  /external/sonivox/jet_tools/JetCreator/
eas.py 339 def Prepare (self):
340 """Prepare an audio file for playback"""
342 eas_logger.warning('Prepare already called on file %s' % self.path)
494 self.Prepare()
    [all...]
  /external/v8/src/
mark-compact.cc 71 // Make sure that Prepare() has been called. The individual steps below will
75 // Prepare has selected whether to compact the old generation or not.
110 void MarkCompactCollector::Prepare(GCTracer* tracer) {
    [all...]

Completed in 186 milliseconds