Searched refs:uuid (Results 1 – 13 of 13) sorted by relevance
/development/tools/repo_diff/service/repodiff/repositories/ |
D | project.go | 30 uuid, 51 func (p project) GetMostRecentOuterKey() (int64, uuid.UUID, error) { 55 …`SELECT timestamp, uuid FROM project_differential WHERE upstream_target_id = ? AND downstream_targ… 69 u, err := uuid.FromBytes(uuidBytes) 103 uuid, 119 AND uuid = ?`,
|
D | commit.go | 54 uuid, 71 func (c Commit) GetMostRecentOuterKey() (int64, uuid.UUID, error) { 75 …`SELECT timestamp, uuid FROM project_commit WHERE upstream_target_id = ? AND downstream_target_id … 89 u, err := uuid.FromBytes(uuidBytes) 128 uuid, 140 AND uuid = ?`,
|
/development/tools/repo_diff/service/repodiff/tools/migrations/ |
D | 2018_02_21__21_30_16_upgrade.sql | 5 uuid BINARY(16) NOT NULL, field 11 PRIMARY KEY (upstream_target_id, downstream_target_id, timestamp, uuid, row_index)
|
D | 2018_02_09__00_07_41_upgrade.sql | 6 uuid BINARY(16) NOT NULL, field 17 PRIMARY KEY (upstream_target_id, downstream_target_id, timestamp, uuid, row_index)
|
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/ |
D | SampleGattAttributes.java | 38 public static String lookup(String uuid, String defaultName) { in lookup() argument 39 String name = attributes.get(uuid); in lookup()
|
D | DeviceControlActivity.java | 249 String uuid = null; in displayGattServices() 260 uuid = gattService.getUuid().toString(); in displayGattServices() 262 LIST_NAME, SampleGattAttributes.lookup(uuid, unknownServiceString)); in displayGattServices() 263 currentServiceData.put(LIST_UUID, uuid); in displayGattServices() 277 uuid = gattCharacteristic.getUuid().toString(); in displayGattServices() 279 LIST_NAME, SampleGattAttributes.lookup(uuid, unknownCharaString)); in displayGattServices() 280 currentCharaData.put(LIST_UUID, uuid); in displayGattServices()
|
/development/tools/repo_diff/service/repodiff/constants/ |
D | constants.go | 73 func NullUUID() uuid.UUID { 75 u, _ := uuid.FromBytes(emptyBytes)
|
/development/tools/repo_diff/service/repodiff/ |
D | Gopkg.toml | 37 name = "github.com/satori/go.uuid"
|
D | Gopkg.lock | 62 name = "github.com/satori/go.uuid"
|
/development/tools/repo_diff/service/repodiff/mappers/ |
D | mappers.go | 134 uid := uuid.NewV4() 214 uid := uuid.NewV4()
|
/development/host/windows/usb/api/ |
D | SOURCES | 62 $(SDK_LIB_PATH)\uuid.lib \
|
/development/host/windows/usb/winusb/ |
D | SOURCES | 62 $(SDK_LIB_PATH)\uuid.lib \
|
/development/tools/winscope/ |
D | yarn.lock | 3576 uuid "^3.0.0" 3752 uuid "^2.0.2" 4120 uuid@^2.0.2: 4122 …resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b… 4124 uuid@^3.0.0: 4126 …resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.1.0.tgz#3dd3d3e790abc24d7b0d3a034ffababe28ebb…
|