Searched defs:Prepare (Results 1 - 23 of 23) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dblock_evaluate_preparer.cc50 void BlockEvaluatePreparer::Prepare(const ResidualBlock* residual_block, function in class:ceres::internal::BlockEvaluatePreparer
56 scratch_evaluate_preparer_.Prepare(residual_block,
H A Dscratch_evaluate_preparer.cc58 void ScratchEvaluatePreparer::Prepare(const ResidualBlock* residual_block, function in class:ceres::internal::ScratchEvaluatePreparer
/external/autotest/site_utils/suite_scheduler/
H A Dbuild_event.py42 def Prepare(self): member in class:BuildEvent
H A Dbase_event.py130 def Prepare(self): member in class:BaseEvent
H A Dtimed_event.py46 def Prepare(self): member in class:TimedEvent
/external/webrtc/webrtc/p2p/base/
H A Dstunrequest.h109 virtual void Prepare(StunMessage* request) {} function in class:cricket::StunRequest
H A Dstunrequest_unittest.cc92 virtual void Prepare(StunMessage* request) { function in class:StunRequestThunker
H A Drelayport.cc166 void Prepare(StunMessage* request) override;
785 void AllocateRequest::Prepare(StunMessage* request) { function in class:cricket::AllocateRequest
H A Dturnport.cc62 void Prepare(StunMessage* request) override;
80 void Prepare(StunMessage* request) override;
97 void Prepare(StunMessage* request) override;
116 void Prepare(StunMessage* request) override;
1030 void TurnAllocateRequest::Prepare(StunMessage* request) { function in class:cricket::TurnAllocateRequest
1203 void TurnRefreshRequest::Prepare(StunMessage* request) { function in class:cricket::TurnRefreshRequest
1275 void TurnCreatePermissionRequest::Prepare(StunMessage* request) { function in class:cricket::TurnCreatePermissionRequest
1336 void TurnChannelBindRequest::Prepare(StunMessage* request) { function in class:cricket::TurnChannelBindRequest
/external/dng_sdk/source/
H A Ddng_opcodes.h358 virtual void Prepare (dng_negative & /* negative */, function in class:dng_filter_opcode
376 /// between 0 and threadCount - 1 for the threadCount passed to Prepare
460 virtual void Prepare (dng_negative & /* negative */, function in class:dng_inplace_opcode
479 /// between 0 and threadCount - 1 for the threadCount passed to Prepare
H A Ddng_bad_pixels.cpp122 void dng_opcode_FixBadPixelsConstant::Prepare (dng_negative & /* negative */, function in class:dng_opcode_FixBadPixelsConstant
777 void dng_opcode_FixBadPixelsList::Prepare (dng_negative & /* negative */, function in class:dng_opcode_FixBadPixelsList
/external/rmi4utils/f54test/
H A Df54test.cpp61 int F54Test::Prepare(f54_report_types reportType) function in class:F54Test
/external/libchrome/base/message_loop/
H A Dmessage_pump_glib_unittest.cc113 static gboolean Prepare(GSource* source, gint* timeout_ms) { function in class:base::__anon9212::EventInjector
137 EventInjector::Prepare,
/external/v8/src/
H A Dkeys.cc212 void FastKeyAccumulator::Prepare() { function in class:v8::internal::FastKeyAccumulator
H A Ddeoptimizer.cc139 translated_values.Prepare(false, frame->fp());
2091 translated_state_.Prepare(it->frame()->has_adapted_arguments(),
3650 void TranslatedState::Prepare(bool has_adapted_arguments, function in class:v8::TranslatedState
/external/webrtc/webrtc/p2p/stunprober/
H A Dstunprober.cc259 return Prepare(servers, shared_socket_mode, interval_ms, num_request_per_ip,
263 bool StunProber::Prepare(const std::vector<rtc::SocketAddress>& servers, function in class:stunprober::StunProber
345 // Prepare all the sockets beforehand. All of them will bind to "any" address.
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
H A DbtDbvt.java380 public void Prepare(btDbvtNode root, int numnodes) { method in class:btDbvt.IWriter
/external/sonivox/jet_tools/JetCreator/
H A Deas.py339 def Prepare (self): member in class:EAS_File
340 """Prepare an audio file for playback"""
342 eas_logger.warning('Prepare already called on file %s' % self.path)
494 self.Prepare()
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp409 bool CRenamePair::Prepare() function in class:CRenamePair
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
H A DbtSoftBody.h509 virtual void Prepare(btScalar dt,int iterations);
522 void Prepare(btScalar dt,int iterations);
533 virtual void Prepare(AJoint*) {} function in struct:btSoftBody::AJoint::IControl
545 void Prepare(btScalar dt,int iterations);
558 void Prepare(btScalar dt,int iterations);
H A DbtSoftBody.cpp1756 /* Prepare */
1852 /* Prepare links */
1862 /* Prepare anchors */
2672 m_joints[i]->Prepare(m_sst.sdt,iterations);
2764 void btSoftBody::Joint::Prepare(btScalar dt,int) function in class:btSoftBody::Joint
2771 void btSoftBody::LJoint::Prepare(btScalar dt,int iterations) function in class:btSoftBody::LJoint
2774 Joint::Prepare(dt,iterations);
2814 void btSoftBody::AJoint::Prepare(btScalar dt,int iterations) function in class:btSoftBody::AJoint
2817 m_icontrol->Prepare(this);
2818 Joint::Prepare(d
2859 void btSoftBody::CJoint::Prepare(btScalar dt,int iterations) function in class:btSoftBody::CJoint
[all...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
H A DbtSoftBody.java2644 public void Prepare(float dt, int iterations) { method in class:btSoftBody.Joint
2864 public void Prepare(btSoftBody.AJoint arg0) { method in class:btSoftBody.AJoint.IControl
/external/v8/src/heap/
H A Dmark-compact.cc331 // Make sure that Prepare() has been called. The individual steps below will
825 void MarkCompactCollector::Prepare() { function in class:v8::internal::MarkCompactCollector

Completed in 573 milliseconds