HomeSort by relevance Sort by last modified time
    Searched defs:Initialize (Results 1 - 25 of 515) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetObjectFile.cpp 20 void WebAssemblyTargetObjectFile::Initialize(MCContext &Ctx,
22 TargetLoweringObjectFileELF::Initialize(Ctx, TM);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMTargetObjectFile.cpp 24 void ARMElfTargetObjectFile::Initialize(MCContext &Ctx,
26 TargetLoweringObjectFileELF::Initialize(Ctx, TM);
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreTargetObjectFile.cpp 19 void XCoreTargetObjectFile::Initialize(MCContext &Ctx, const TargetMachine &TM){
20 TargetLoweringObjectFileELF::Initialize(Ctx, TM);
  /device/google/cuttlefish_common/host/commands/launch/
pre_launch_initializers.h 22 // source file and call from PreLaunchInitializers::Initialize().
29 static void Initialize() {
  /external/v8/samples/
count-hosts.js 28 function Initialize() { }
42 Initialize();
  /bionic/libc/malloc_debug/
DebugData.cpp 38 bool DebugData::Initialize(const char* options) {
45 // Initialize all of the static header offsets.
54 // Initialize all of the non-header data.
63 if (!pointer->Initialize(config_)) {
70 if (!record->Initialize(config_)) {
  /device/google/contexthub/firmware/os/algos/calibration/online_calibration/accelerometer/accel_offset_cal/
accel_offset_cal.cc 23 void AccelOffsetCal::Initialize(
  /external/llvm/lib/MC/MCParser/
MCAsmParserExtension.cpp 20 void MCAsmParserExtension::Initialize(MCAsmParser &Parser) {
  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.cpp 28 void ARMElfTargetObjectFile::Initialize(MCContext &Ctx,
32 TargetLoweringObjectFileELF::Initialize(Ctx, TM);
  /external/llvm/lib/Target/AVR/
AVRTargetObjectFile.cpp 22 void AVRTargetObjectFile::Initialize(MCContext &Ctx, const TargetMachine &TM) {
23 Base::Initialize(Ctx, TM);
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
MCAsmParserExtension.cpp 20 void MCAsmParserExtension::Initialize(MCAsmParser &Parser) {
  /external/tensorflow/tensorflow/core/kernels/
initializable_lookup_table.cc 35 Status InitializableLookupTable::Initialize(InitTableIterator& iter) {
  /frameworks/compile/libbcc/lib/
Initialization.cpp 39 void bcc::init::Initialize() {
  /frameworks/compile/mclinker/lib/Core/
Environment.cpp 12 void mcld::Initialize() {
  /system/bt/vendor_libs/test_vendor_lib/src/
beacon.cc 56 void Beacon::Initialize(const vector<std::string>& args) {
classic.cc 52 void Classic::Initialize(const vector<std::string>& args) {
  /system/update_engine/
mock_payload_state.h 31 bool Initialize(SystemState* system_state) {
  /external/llvm/lib/Target/PowerPC/
PPCTargetObjectFile.cpp 20 Initialize(MCContext &Ctx, const TargetMachine &TM) {
21 TargetLoweringObjectFileELF::Initialize(Ctx, TM);
  /external/perfetto/src/base/
string_splitter.cc 29 // hence the +1 (which becomes just size() after the -1 in Initialize()).
30 Initialize(&str_[0], str_.size() + 1);
35 Initialize(str, size);
40 Initialize(outer->cur_token(), outer->cur_token_size() + 1);
43 void StringSplitter::Initialize(char* str, size_t size) {
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeTargetObjectFile.cpp 23 Initialize(MCContext &Ctx, const TargetMachine &TM) {
24 TargetLoweringObjectFileELF::Initialize(Ctx, TM);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.h 62 /// Initialize - Initialize internal stage for the function being JITted.
63 void Initialize(const MachineFunction &MF, bool isPIC) {
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
for_thunk.cc 33 tensorflow::Status ForThunk::Initialize(const GpuExecutable& executable) {
34 TF_RETURN_IF_ERROR(body_thunk_sequence_->Initialize(executable));
sequential_thunk.cc 27 tensorflow::Status SequentialThunk::Initialize(
30 TF_RETURN_IF_ERROR(thunk->Initialize(executable));
  /device/generic/goldfish/camera/
EmulatedQemuCamera2.cpp 50 status_t EmulatedQemuCamera2::Initialize()
  /device/google/contexthub/firmware/os/algos/calibration/online_calibration/magnetometer/mag_diverse_cal/
mag_diverse_cal.cc 27 void MagDiverseCal::Initialize(

Completed in 597 milliseconds

1 2 3 4 5 6 7 8 91011>>