HomeSort by relevance Sort by last modified time
    Searched defs:InstanceID (Results 1 - 6 of 6) sorted by null

  /external/syzkaller/vendor/google.golang.org/appengine/internal/
identity_classic.go 25 func InstanceID() string { return appengine.InstanceID() }
identity_vm.go 69 func InstanceID() string {
  /external/syzkaller/vendor/google.golang.org/appengine/
identity.go 63 // InstanceID returns a mostly-unique identifier for this instance.
64 func InstanceID() string { return internal.InstanceID() }
  /external/syzkaller/vendor/cloud.google.com/go/compute/metadata/
metadata.go 331 // "<instanceID>.c.<projID>.internal".
350 // InstanceID returns the current VM's numeric instance ID.
351 func InstanceID() (string, error) {
  /external/libusb/libusb/os/
windows_usbdk.h 28 WCHAR InstanceID[MAX_DEVICE_ID_LEN];
31 static inline void UsbDkFillIDStruct(USB_DK_DEVICE_ID *ID, PCWCHAR DeviceID, PCWCHAR InstanceID)
34 wcsncpy_s(ID->InstanceID, InstanceID, MAX_DEVICE_ID_LEN);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
state.h 225 uint32_t InstanceID; // IN: Instance ID, constant across all verts of the SIMD
312 uint32_t InstanceID; // IN: input instance ID
    [all...]

Completed in 225 milliseconds