HomeSort by relevance Sort by last modified time
    Searched refs:module_type (Results 1 - 16 of 16) sorted by null

  /build/make/tools/
soong_to_convert.py 81 for (module, module_type, problem, dependencies) in reader:
82 module_types[module] = module_type
103 def filter(results, module_type):
104 return [x for x in results if x[2] == module_type]
111 for (count, module, module_type) in results:
  /external/u-boot/drivers/ddr/fsl/
ddr3_dimm_params.c 134 switch (spd->module_type & DDR3_SPD_MODULETYPE_MASK) {
163 printf("unknown module_type 0x%02X\n", spd->module_type);
ddr4_dimm_params.c 188 switch (spd->module_type & DDR4_SPD_MODULETYPE_MASK) {
240 printf("unknown module_type 0x%02X\n", spd->module_type);
interactive.c     [all...]
  /external/u-boot/drivers/ddr/marvell/a38x/
mv_ddr_spd.c 374 unsigned char module_type = spd_data->byte_fields.byte_3.bit_fields.module_type; local
376 return module_type;
mv_ddr_spd.h 65 unsigned char module_type:4, member in struct:mv_ddr_spd_data::__anon47222::__anon47227::__anon47228
  /bionic/libc/kernel/uapi/sound/
skl-tplg-interface.h 163 __u32 module_type : 8; member in struct:skl_dfw_v4_module
  /external/kernel-headers/original/uapi/sound/
skl-tplg-interface.h 216 __u32 module_type:8; member in struct:skl_dfw_v4_module
  /external/perfetto/tools/
gen_android_bp 567 module_type = 'cc_binary_host'
569 module_type = 'cc_test'
571 module_type = 'cc_binary'
572 modules = [Module(module_type, label_to_module_name(target_name))]
  /external/u-boot/include/
ddr_spd.h 181 unsigned char module_type; /* 3 Key Byte / Module Type */ member in struct:ddr3_spd_eeprom_s
296 uint8_t module_type; /* 3 Key Byte / Module Type */ member in struct:ddr4_spd_eeprom_s
  /external/ImageMagick/MagickCore/
module.c 523 % MagickModuleType module_type,char *path,ExceptionInfo *exception)
529 % o module_type: the module type: MagickImageCoderModule or
538 MagickModuleType module_type,char *path,ExceptionInfo *exception)
551 switch (module_type)
622 switch (module_type)
658 switch (module_type)
713 switch (module_type)
750 switch (module_type)
    [all...]
  /bionic/libc/kernel/uapi/linux/wimax/
i2400m.h 24 __le32 module_type; member in struct:i2400m_bcf_hdr
  /external/kernel-headers/original/uapi/linux/wimax/
i2400m.h 135 __le32 module_type; member in struct:i2400m_bcf_hdr
  /external/python/cpython3/Lib/importlib/
_bootstrap.py     [all...]
  /build/soong/ui/metrics/metrics_proto/
metrics.pb.go 440 ModuleType *string `protobuf:"bytes,2,opt,name=module_type,json=moduleType" json:"module_type,omitempty"`
  /external/v8/src/compiler/
js-typed-lowering.cc 1399 Type module_type = NodeProperties::GetType(module); local
    [all...]

Completed in 579 milliseconds