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

1 23

  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 431 bool CRenamePair::Prepare()
    [all...]
  /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/webrtc/webrtc/p2p/base/
turnport.cc 62 void Prepare(StunMessage* request) override;
80 void Prepare(StunMessage* request) override;
97 void Prepare(StunMessage* request) override;
116 void Prepare(StunMessage* request) override;
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_base.cpp 205 DisplayError DisplayBase::Prepare(LayerStack *layer_stack) {
238 error = comp_manager_->Prepare(display_comp_ctx_, &hw_layers_);
247 error = rotator_intf_->Prepare(display_rotator_ctx_, &hw_layers_);
290 DLOGE("Commit: Corresponding Prepare() is not called for display = %d", display_type_);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.cpp 101 hwc_composer_device_1_t::prepare = Prepare; member in class:sdm::hwc_composer_device_1_t
250 int HWCSession::Prepare(hwc_composer_device_1 *device, size_t num_displays,
326 hwc_session->hwc_display_[dpy]->Prepare(content_list);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/
display_base.cpp 215 DisplayError DisplayBase::Prepare(LayerStack *layer_stack) {
250 error = comp_manager_->Prepare(display_comp_ctx_, &hw_layers_);
286 DLOGV_IF(kTagNone, "Corresponding Prepare() is not called for display = %d", display_type_);
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/core/
display_base.cpp 211 DisplayError DisplayBase::Prepare(LayerStack *layer_stack) {
245 error = comp_manager_->Prepare(display_comp_ctx_, &hw_layers_);
281 DLOGE("Commit: Corresponding Prepare() is not called for display = %d", display_type_);
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/hwc/
hwc_session.cpp 104 hwc_composer_device_1_t::prepare = Prepare; member in class:sdm::hwc_composer_device_1_t
268 int HWCSession::Prepare(hwc_composer_device_1 *device, size_t num_displays,
345 hwc_session->hwc_display_[dpy]->Prepare(content_list);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
minitape.h 198 TAPE_PROCESS_COMMAND_ROUTINE Prepare;
  /prebuilts/go/darwin-x86/src/database/sql/
sql.go 1109 stmt, err = db.prepare(ctx, query, cachedOrNewConn)
1115 return db.prepare(ctx, query, alwaysNewConn)
1120 // Prepare creates a prepared statement for later queries or executions.
1125 func (db *DB) Prepare(query string) (*Stmt, error) {
1129 func (db *DB) prepare(ctx context.Context, query string, strategy connReuseStrategy) (*Stmt, error) { func
1135 // get a new connection + re-prepare + execute on that one.
    [all...]
sql_test.go 167 // its count of calls to Prepare
280 t.Errorf("executed %d Prepare statements; want 1", prepares)
343 t.Errorf("executed %d Prepare statements; want 1", prepares)
392 // This will trigger the *fakeConn.Prepare method which will take time
406 t.Logf("executed %d Prepare statements; want 1", prepares)
427 // This will trigger the *fakeConn.Prepare method which will take time
508 t.Errorf("executed %d Prepare statements; want 1", prepares)
555 t.Errorf("executed %d Prepare statements; want 1", prepares)
807 stmt, err := db.Prepare("SELECT|people|age|name=?")
809 t.Fatalf("Prepare: %v", err
    [all...]
  /prebuilts/go/linux-x86/src/database/sql/
sql.go 1109 stmt, err = db.prepare(ctx, query, cachedOrNewConn)
1115 return db.prepare(ctx, query, alwaysNewConn)
1120 // Prepare creates a prepared statement for later queries or executions.
1125 func (db *DB) Prepare(query string) (*Stmt, error) {
1129 func (db *DB) prepare(ctx context.Context, query string, strategy connReuseStrategy) (*Stmt, error) { func
1135 // get a new connection + re-prepare + execute on that one.
    [all...]
sql_test.go 167 // its count of calls to Prepare
280 t.Errorf("executed %d Prepare statements; want 1", prepares)
343 t.Errorf("executed %d Prepare statements; want 1", prepares)
392 // This will trigger the *fakeConn.Prepare method which will take time
406 t.Logf("executed %d Prepare statements; want 1", prepares)
427 // This will trigger the *fakeConn.Prepare method which will take time
508 t.Errorf("executed %d Prepare statements; want 1", prepares)
555 t.Errorf("executed %d Prepare statements; want 1", prepares)
807 stmt, err := db.Prepare("SELECT|people|age|name=?")
809 t.Fatalf("Prepare: %v", err
    [all...]
  /external/dng_sdk/source/
dng_bad_pixels.cpp 122 void dng_opcode_FixBadPixelsConstant::Prepare (dng_negative & /* negative */,
777 void dng_opcode_FixBadPixelsList::Prepare (dng_negative & /* negative */,
    [all...]
  /external/v8/src/
deoptimizer.cc 112 translated_values.Prepare(false, frame->fp());
    [all...]
  /external/v8/src/heap/
mark-compact.cc 297 // Make sure that Prepare() has been called. The individual steps below will
766 void MarkCompactCollector::Prepare() {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
txdtc.h     [all...]
agtsvr.h     [all...]
oledb.h     [all...]

Completed in 1782 milliseconds

1 23