HomeSort by relevance Sort by last modified time
    Searched full:hwid (Results 51 - 75 of 75) sorted by null

1 23

  /external/autotest/client/site_tests/logging_CrashSender/
logging_CrashSender.py 31 # Get hwid
32 with os.popen("crossystem hwid 2>/dev/null", "r") as hwid_proc:
  /external/autotest/server/site_tests/factory_Basic/
test_list.fwteam_small 201 label_en='Write HWID (v3)',
202 label_zh=u'硬体代号 (HWID v3)',
  /external/vboot_reference/futility/
misc.c 126 /* For GBB v1.2 and later, print the stored digest of the HWID (and whether
cmd_show.c 153 printf(" hwid 0x%08x 0x%08x\n",
171 printf(" HWID: %s\n", buf + gbb->hwid_offset);
  /external/autotest/client/cros/
touch_playback_test_base.py 66 Expected file format is: <boardname>_<input type>_<hwid>_<gesture name>
  /external/vboot_reference/utility/
crossystem.c 68 {"hwid", IS_STRING, "Hardware ID"},
bmpblk_utility.cc 274 // Detect the special case where we're rendering the HWID string
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
miniterm.py 155 for port, desc, hwid in sorted(comports()):
156 #~ sys.stderr.write('--- %-20s %s [%s]\n' % (port, desc, hwid))
  /external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c 826 } else if (!strcasecmp(name,"hwid")) {
827 return ReadFileString(dest, size, ACPI_BASE_PATH "/HWID");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
video.h 288 IN ULONG HwId,
294 IN ULONG HwId,
    [all...]
  /external/autotest/client/cros/input_playback/
input_playback.py 344 # Search that folder for hwid and fwid
  /external/autotest/tko/perf_upload/
perf_uploader.py 374 hardware_id = test.attributes.get('hwid', '')
  /external/vboot_reference/firmware/2lib/include/
2api.h 171 /* SHA-256 hash digest of HWID, from GBB */
  /external/vboot_reference/host/arch/arm/lib/
crossystem_arch.c 563 else if (!strcasecmp(name, "hwid"))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 413 unsigned long hwid; member in struct:asystats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdk.h 413 unsigned long hwid; member in struct:asystats
  /external/autotest/site_utils/
generate_test_report 205 'hwid']}.iteritems():
213 # hwid = DAISY TEST A-A 9382 # Hardware ID
  /external/vboot_reference/firmware/include/
vboot_api.h 775 * information (HWID, recovery reason) is ours; some (CMOS breadcrumbs) is
776 * platform-specific. If we decide to soft-render the HWID string
    [all...]
  /external/icu/icu4c/source/layout/
LETypes.h 522 LE_HWID_FEATURE_TAG = 0x68776964UL, /**< 'hwid' */
  /system/core/crash_reporter/
crash_sender 39 HWCLASS_PATH="/sys/devices/platform/chromeos_acpi/HWID"
  /external/autotest/server/cros/faft/
firmware_test.py 196 'hwid': self.faft_client.system.get_crossystem_value('hwid'),
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.cc 423 { 'hwid', kTextSpacingType, kHalfWidthTextSelector, 7 },
    [all...]
  /system/update_engine/
omaha_request_action.cc 260 "hardware_class=\"" + XmlEncodeWithDefault(params->hwid(), "") + "\" " +
    [all...]
  /external/sonivox/arm-wt-22k/bin/
arm-wt-22k 
  /external/sonivox/arm-wt-22k/lib/
libarm-wt-22k.a     [all...]

Completed in 4038 milliseconds

1 23