HomeSort by relevance Sort by last modified time
    Searched defs:Initialize (Results 126 - 150 of 330) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_barcodeimp.cpp 46 FWL_ERR CFWL_BarcodeImp::Initialize() {
50 if (CFWL_EditImp::Initialize() != FWL_ERR_Succeeded)
  /external/pdfium/xfa/src/fwl/src/lightwidget/
datetimepicker.cpp 14 FWL_ERR CFWL_DateTimePicker::Initialize(
25 FWL_ERR ret = pDateTimePicker->Initialize();
30 CFWL_Widget::Initialize();
theme.cpp 70 FWL_ERR CFWL_Theme::Initialize() {
74 pTheme->Initialize();
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417CodewordDecoder.cpp 31 void CBC_PDF417CodewordDecoder::Initialize() {
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderVersion.cpp 39 void CBC_QRCoderVersion::Initialize() {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fwltheme.cpp 40 Initialize();
59 FWL_ERR CXFA_FWLTheme::Initialize() {
  /external/sfntly/cpp/src/sample/subtly/
font_assembler.cc 42 Initialize();
48 Initialize();
51 void FontAssembler::Initialize() {
font_info.cc 116 Initialize();
125 Initialize();
128 void FontSourcedInfoBuilder::Initialize() {
  /external/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.cc 201 Initialize(InternalReadData(), &glyph_loca_, &glyph_builders_);
207 void EbdtTable::Builder::Initialize(ReadableFontData* data,
index_sub_table.cc 104 Initialize(InternalReadData());
239 Initialize(data);
248 Initialize(data);
269 void IndexSubTable::Builder::Initialize(ReadableFontData* data) {
index_sub_table_format1.cc 239 Initialize(InternalReadData());
245 void IndexSubTableFormat1::Builder::Initialize(ReadableFontData* data) {
index_sub_table_format3.cc 235 Initialize(InternalReadData());
241 void IndexSubTableFormat3::Builder::Initialize(ReadableFontData* data) {
  /external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.cc 167 Initialize(InternalReadData());
198 void LocaTable::Builder::Initialize(ReadableFontData* data) {
233 Initialize(InternalReadData());
  /external/v8/src/
bootstrapper.h 22 void Initialize(Isolate* isolate, bool create_heap_objects) {
74 void Initialize(bool create_heap_objects);
layout-descriptor-inl.h 199 LayoutDescriptor* LayoutDescriptor::Initialize(
zone.cc 53 void Initialize(Segment* next, size_t size) {
207 result->Initialize(segment_head_, size);
  /external/v8/src/heap/
object-stats.cc 242 void ObjectStatsVisitor::Initialize(VisitorDispatchTable<Callback>* original) {
  /external/v8/src/snapshot/
snapshot-common.cc 49 bool Snapshot::Initialize(Isolate* isolate) {
  /external/webrtc/talk/media/devices/
gdivideorenderer.cc 80 // Initialize the window
81 if (!window_ || !window_->Initialize()) {
97 bool Initialize();
191 bool GdiVideoRenderer::VideoWindow::Initialize() {
  /external/webrtc/webrtc/base/
diskcache.cc 69 bool DiskCache::Initialize(const std::string& folder, size_t size) {
  /external/webrtc/webrtc/modules/audio_processing/
echo_control_mobile_impl.cc 282 return Initialize();
308 int EchoControlMobileImpl::Initialize() {
321 int err = ProcessingComponent::Initialize();
  /system/bt/service/hal/
bluetooth_interface.cpp 47 // Mutex used by callbacks to access |g_interface|. If we initialize or clean it
254 // Initialize the interface. This loads the shared Bluetooth library and sets
256 bool Initialize() {
276 // Initialize the Bluetooth interface. Set up the adapter (Bluetooth DM) API
280 LOG(ERROR) << "Failed to initialize Bluetooth stack";
385 bool BluetoothInterface::Initialize() {
390 if (!impl->Initialize()) {
391 LOG(ERROR) << "Failed to initialize BluetoothInterface";
  /system/core/crash_reporter/
crash_reporter.cc 108 static int Initialize(KernelCollector *kernel_collector,
251 DEFINE_bool(init, false, "Initialize crash logging");
280 kernel_collector.Initialize(CountKernelCrash, IsFeedbackAllowed);
282 user_collector.Initialize(CountUserCrash,
290 unclean_shutdown_collector.Initialize(CountUncleanShutdown,
295 udev_collector.Initialize(CountUdevCrash, IsFeedbackAllowed);
299 kernel_warning_collector.Initialize(CountUdevCrash, IsFeedbackAllowed);
302 return Initialize(&kernel_collector,
  /system/tpm/tpm_manager/server/
tpm_manager_service.cc 37 bool TpmManagerService::Initialize() {
  /system/tpm/trunks/
tpm_state_impl.cc 57 TPM_RC TpmStateImpl::Initialize() {

Completed in 590 milliseconds

1 2 3 4 56 7 8 91011>>